fits_comp_AICc#

mufasa.aic.fits_comp_AICc(cubepath, modpath1, modpath2, aiccpath, likelihoodpath=None)[source]#

A wrapper function to calculate corrected Akaike Information Criterion (AICc) values and save them to a FITS file.

Parameters:
  • cubepath (str) – Path to the data cube FITS file.

  • modpath1 (str) – Path to the first model FITS file.

  • modpath2 (str) – Path to the second model FITS file.

  • aiccpath (str) – Path to save the resulting AICc FITS file.

  • likelihoodpath (str, optional) – Path to save the likelihood FITS file, if provided.

Return type:

None