astrochun / MMTtools

A set of Python 2.7 and 3.x codes to use with data from MMT
https://astrochun.github.io/project/mmttools/mmirs/
MIT License
0 stars 5 forks source link

Documentation update #32

Open cnaw opened 4 years ago

cnaw commented 4 years ago

When installing MMTtools in addition to astropy I had to manually pip install photutils ccdproc

Although I thought these would be part of astropy, they apparently are not. Once these are installed python setup.py install in MMTtools works like a charm.

astrochun commented 4 years ago

Welcome to GitHub!

@cnaw, thanks for pointing this out. The documentation is outdated as a setup.py script is available and ccdproc and photutils are included.

Thus, the following will install the appropriate software: python setup.py develop

However, photutils and ccdproc are not used by the mmirs_pipeline_taskfile. Ultimately, I would like to refactor the code so that mmirs_pipeline_taskfile is its own package.