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