def init(self, rc):
     BookkeepingPrimitives.init(self, rc)
     CalibrationPrimitives.init(self, rc)
     DisplayPrimitives.init(self, rc)
     MaskPrimitives.init(self, rc)
     PhotometryPrimitives.init(self, rc)
     PreprocessPrimitives.init(self, rc)
     QAPrimitives.init(self, rc)
     RegisterPrimitives.init(self, rc)
     ResamplePrimitives.init(self, rc)
     StackPrimitives.init(self, rc)
     StandardizePrimitives.init(self, rc)
     return rc
 def init(self, rc):
     BookkeepingPrimitives.init(self, rc)
     CalibrationPrimitives.init(self, rc)
     DisplayPrimitives.init(self, rc)
     MaskPrimitives.init(self, rc)
     PhotometryPrimitives.init(self, rc)
     PreprocessPrimitives.init(self, rc)
     QAPrimitives.init(self, rc)
     RegisterPrimitives.init(self, rc)
     ResamplePrimitives.init(self, rc)
     StackPrimitives.init(self, rc)
     StandardizePrimitives.init(self, rc)
     return rc
 def stackFrames(self, rc):
     # Runs the standard stackFrames, but sets the iraf logging level higher
     iraf.setVerbose(value=2)
     return StackPrimitives.stackFrames(self, rc)