mwcraig / reducer

Friendly professional-level data reduction...documentation here:
https://reducer.readthedocs.org
BSD 3-Clause "New" or "Revised" License
26 stars 10 forks source link

Allow scaling of dark frames #65

Closed mwcraig closed 10 years ago

mwcraig commented 10 years ago

The current call to ccdproc is:

        return ccdproc.subtract_dark(ccd, master,
                                     exposure_time='exposure',
                                     exposure_unit=u.second)

This is inflexible in a few ways: