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

Apply flatfield in mmirs_qrp #5

Open astrochun opened 6 years ago

astrochun commented 6 years ago

mmirs_qrp.py has not been designed to use flat fields. Add a 'flat' keyword option of either integer values or filenames. Then the code will combine the flats and flatfield images before A-B image differencing.

astrochun commented 6 years ago

Begun to implement flat fielding in 4e39e6b but having some unusual issues with the final stacked products. Not sure the cause; will debug further later.