split_input¶
- sofia_redux.instruments.flitecam.split_input.split_input(infiles)[source]¶
Split input into categories.
Read the OBSTYPE keyword to sort data into sky, object, and standard files. The default type for missing or unexpected OBSTYPE values is object.
- Parameters:
- infileslist of fits.HDUList
Input data.
- Returns:
- manifestdict
Keys are ‘sky’, ‘object’, ‘standard’. Values are lists of HDULists in each category. Lists are empty if no data of that type is present.