Closed mfacchinelli closed 4 months ago
Main logic is in imapProcessing.py, where the processing step is chosen based on extension. In case of binary data, it is assumed it's HK.
imapProcessing.py
The logic was pretty much copied from the SOC: imap_processing/utils.py#L231
Same goes for the utility function to convert to J2000 timestamp.
Sorry I broke your PR by updating typer. Have fixed and regenerated the lock file. Will merge
Main logic is in
imapProcessing.py
, where the processing step is chosen based on extension. In case of binary data, it is assumed it's HK.The logic was pretty much copied from the SOC: imap_processing/utils.py#L231
Same goes for the utility function to convert to J2000 timestamp.