CoDICE: SCI-LUT day boundary refactor#3167
Conversation
lacoak21
left a comment
There was a problem hiding this comment.
Nice refactor. I think there still may be some todos in imap_processing/codice/utils.py for example in calculate_acq_time_per_step. Which brings up that question for me. How are we treating acq_time_per_esa_step variable here? There may be the case where we get two arrays with different values depending on the sci lut.
| ) | ||
| for table_id in unique_table_ids | ||
| ] | ||
| if len(processed) == 1: |
There was a problem hiding this comment.
Do you need these two lines? I think if you pass in processed as a single element list concat will still work.
Good find, @lacoak21! Looks like I didn't remove that TODO. Looks like I updated function to read in dynamic |
Oh right! I forgot it was 2d!! Ok great I agree that this is resolved in your PR. |
|
@mstarkey2158 confirmed that |
ad23c79
into
IMAP-Science-Operations-Center:dev
Change Summary
closes #2697 and #2453
Overview
Refactor to process for days when there are multiple table_id in CoDICE L1A SCI-LUT.
File changes
Testing
I sent locally processed hi-omni file from day 20260403 to Joey and we match data plot for this scope of work.