Skip to content
forked from dstndstn/tractor

Fork of The Tractor: measuring astronomical sources via probabilistic inference

License

Notifications You must be signed in to change notification settings

tgoldina/tractor

 
 

Repository files navigation

the Tractor

Probabilistic astronomical source detection & measurement

Build status (CircleCI) Docs Coverage codecov

authors & license

Copyright 2011-2021 Dustin Lang (Perimeter Institute) & David W. Hogg (NYU/Flatiron)

Licensed under GPLv2; see LICENSE.

install

To check out and build the code in a tractor directory:

wget -O - https://raw.github.com/dstndstn/tractor/master/checkout.sh | bash
cd tractor

Or if you prefer:

#
# Grab and install the Astrometry.net code (http://astrometry.net/downloads)
# and then...
#
git clone [email protected]:dstndstn/tractor.git
cd tractor
make

It is possible to run directly out of the checked-out tractor directory. But if you want to install it:

make
python setup.py install # --prefix=/some/place    or maybe --home=/your/place

There is a test script that renders SDSS images:

python examples/tractor-sdss-synth.py

Prereqs:

  • scipy (> 0.7; 0.9 works)
  • numpy (>= 1.4)
  • astrometry.net

Other packages used in various places include:

documentation:

Horribly incomplete, but online at http://thetractor.org/doc and http://thetractor.readthedocs.org/en/latest/

collaboration:

We are trying to move from a "Research code that only we use" phase to "Research code that other people can use". We are happy to hear your feedback; please feel free to file Issues. And naturally we will be pleased to see pull requests!

About

Fork of The Tractor: measuring astronomical sources via probabilistic inference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.9%
  • C 6.6%
  • SWIG 3.6%
  • Cython 0.6%
  • C++ 0.6%
  • Makefile 0.4%
  • Other 0.3%