コード例 #1
0
ファイル: lls_utils.py プロジェクト: tiffanyhsyu/xastropy
 def __init__(self, **kwargs): 
     # Generate with type
     AbslineSurvey.__init__(self, 'LLS', **kwargs)
コード例 #2
0
ファイル: lls_utils.py プロジェクト: jsribaud/xastropy
 def __init__(self, **kwargs):
     # Generate with type
     AbslineSurvey.__init__(self, 'LLS', **kwargs)
コード例 #3
0
ファイル: dla_utils.py プロジェクト: nhmc/xastropy
 def __init__(self, dat_file, tree=None):
     # Generate with type
     AbslineSurvey.__init__(self,dat_file,abs_type='DLA', tree=tree)
コード例 #4
0
ファイル: dla_utils.py プロジェクト: nhmc/xastropy
 def __init__(self, dat_file, tree=None):
     # Generate with type
     AbslineSurvey.__init__(self, dat_file, abs_type='DLA', tree=tree)