def subtractOverscan(self, rc):
     iraf.setVerbose(value=2)
     # supply extra required param in gireduce's ETI wrapper; can also
     # override DETTYPE defaults this way (the alternative is to extend
     # gireduce to support our DETTYPE)
     subtract_overscan_hardcoded_params['order'] = 1
     return GMOSPrimitives.subtractOverscan(self, rc)
 def init(self, rc):
     GMOSPrimitives.init(self, rc)
     self.timestamp_keys.update(ghost_stamps.timestamp_keys)
     return rc
 def init(self, rc):
     GMOSPrimitives.init(self, rc)
     return rc