Exemple #1
0
 def __init__(self):
     super(Level1PreProcArgParser, self).__init__(self.__class__.__name__)
     self.error = ErrorStatus()
     self.pysiral_config = psrlcfg
     self._args = None
Exemple #2
0
 def __init__(self):
     self.error = ErrorStatus()
Exemple #3
0
 def __init__(self):
     super(Level3ProcArgParser, self).__init__(self.__class__.__name__)
     self.error = ErrorStatus()
     self._args = None
Exemple #4
0
 def __init__(self, period):
     super(Level2PContainer, self).__init__(self.__class__.__name__)
     self.error = ErrorStatus()
     self._period = period
     self._l2i_stack = []
Exemple #5
0
 def __init__(self):
     super(DefaultAuxdataClassHandler, self).__init__(self.__class__.__name__)
     self.error = ErrorStatus(caller_id=self.__class__.__name__)
 def __init__(self):
     super(Level2ProcArgParser, self).__init__(self.__class__.__name__)
     self.error = ErrorStatus()
     self.pysiral_config = ConfigInfo()
     self._args = None
Exemple #7
0
 def __init__(self):
     super(DefaultAuxdataClassHandler,
           self).__init__(self.__class__.__name__)
     self.pysiral_config = ConfigInfo()
     self.error = ErrorStatus(caller_id=self.__class__.__name__)