コード例 #1
0
ファイル: test_json_2_fits.py プロジェクト: smicanov/ctapipe
 def json_to_fits(self, outputfile):
     json_to_fits(self.full_path_configfile, outputfile, overwrite=True)
コード例 #2
0
ファイル: test_json_2_fits.py プロジェクト: vic0ward/ctapipe
 def jsonToFits(self, outputfile):
     json_to_fits(self.full_path_configfile, outputfile, clobber=True)
コード例 #3
0
ファイル: test_json_2_fits.py プロジェクト: jdhp-sap/ctapipe
 def jsonToFits(self):
     return json_to_fits(self.full_path_configfile, 'json_to_fits.fits', clobber=True)
コード例 #4
0
ファイル: test_json_2_fits.py プロジェクト: epuesche/ctapipe
 def jsonToFits(self, outputfile):
     json_to_fits(self.full_path_configfile, outputfile, clobber=True)
コード例 #5
0
ファイル: test_json_2_fits.py プロジェクト: hcostant/ctapipe
 def jsonToFits(self):
     return json_to_fits(self.full_path_configfile,
                         'json_to_fits.fits',
                         clobber=True)