Esempio n. 1
0
 def json_to_fits(self, outputfile):
     json_to_fits(self.full_path_configfile, outputfile, overwrite=True)
Esempio n. 2
0
 def jsonToFits(self, outputfile):
     json_to_fits(self.full_path_configfile, outputfile, clobber=True)
Esempio n. 3
0
 def jsonToFits(self):
     return json_to_fits(self.full_path_configfile, 'json_to_fits.fits', clobber=True)
Esempio n. 4
0
 def jsonToFits(self, outputfile):
     json_to_fits(self.full_path_configfile, outputfile, clobber=True)
Esempio n. 5
0
 def jsonToFits(self):
     return json_to_fits(self.full_path_configfile,
                         'json_to_fits.fits',
                         clobber=True)