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

Implement a stdout and ASCII logging in mmirs_qrp #17

Closed astrochun closed 6 years ago

astrochun commented 6 years ago

Currently mmirs_qrp uses a astropy logging function. Need to switch to Python standard logging for both stdout and ASCII file loggin.

astrochun commented 6 years ago

Implemented in 0281c7e with some code simplification in b181a7d and fc2da87