Closed mwcraig closed 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:
exposure
second
The current call to ccdproc is:
This is inflexible in a few ways:
exposure
and the units to besecond
.