def json_to_fits(self, outputfile): json_to_fits(self.full_path_configfile, outputfile, overwrite=True)
def jsonToFits(self, outputfile): json_to_fits(self.full_path_configfile, outputfile, clobber=True)
def jsonToFits(self): return json_to_fits(self.full_path_configfile, 'json_to_fits.fits', clobber=True)