cleanup_scan_reduction¶
- sofia_redux.instruments.fifi_ls.resample.cleanup_scan_reduction(combined)[source]¶
Remove all temporary files created during a scan reduction.
- Parameters:
- combineddict
The combined data set. The ‘reduction_file’ and ‘uncorrected_reduction_file’ keys should have string values pointing to the pickle file on disk. Their parent directory will also be deleted.
- Returns:
- None