merge_results

mcalf.utils.misc.merge_results(filenames, output)[source]

Merges files generated by the mcalf.models.FitResults.save() method.

Parameters
  • filenames (list of str, length>1) – List of FITS files generated by mcalf.models.FitResults.save() method.

  • output (str) – Name of FITS file to save merged input files to. Will be clobbered.

Notes

See mcalf.models.FitResults() for details on the output FITS file data structure.