Ejemplo n.º 1
0
 def __init__(self, **kwargs): 
     # Generate with type
     AbslineSurvey.__init__(self, 'LLS', **kwargs)
Ejemplo n.º 2
0
 def __init__(self, **kwargs):
     # Generate with type
     AbslineSurvey.__init__(self, 'LLS', **kwargs)
Ejemplo n.º 3
0
 def __init__(self, dat_file, tree=None):
     # Generate with type
     AbslineSurvey.__init__(self,dat_file,abs_type='DLA', tree=tree)
Ejemplo n.º 4
0
 def __init__(self, dat_file, tree=None):
     # Generate with type
     AbslineSurvey.__init__(self, dat_file, abs_type='DLA', tree=tree)