open_outfile_and_header¶
- sofia_redux.calibration.standard_model.calibration_io.open_outfile_and_header(outfile, no_atm=False, afile=None, infile=None, index=0)[source]¶
Open the outfile and print all headers.
- Parameters:
- outfilestr, None
Filename of ouptut file. If None, pull outfile from
infile
or use a default filename.- no_atmbool
If set, no ATRAN file was read in.
- afilestr
Name of ARAN file read in.
- Returns:
- outffile
Handler pointing to open output file.