42 List of IRAF command line parameter strings of the form
46 self._init_csobservation(self.__class__.__name__, ctools.__version__, argv)
54 Extend ctools.csobservation __getstate__ method
62 state = {
'base' : ctools.csobservation.__getstate__(self)}
69 Extend ctools.csobservation __setstate__ method
77 ctools.csobservation.__setstate__(self, state[
'base'])
86 Get parameters from parfile
91 self._log_parameters(gammalib.TERSE)
115 self._log_header1(gammalib.TERSE,
'Save something')
126 if __name__ ==
'__main__':