STScI-Citizen-Science / MTPipeline

Pipeline to produce CR rejected, astrodrizzled, png's of HST WFPC2 solar system data.
6 stars 1 forks source link

added logging to mtpipline. logger.py file used for initializzation #66

Closed prathamjoshi closed 11 years ago

prathamjoshi commented 11 years ago

logger.py file initializes logging. logging incorporated into mtpipeline.py. general information logged at info level, exceptions as critical. Script should continue onto next source after logging if exception is encountered on a particular file. logger.py could be called from other scripts too if necessary.

acviana commented 11 years ago

Looks good, thanks.