-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
CDFRelated to CDF filesRelated to CDF filesIns: GLOWSRelated to the GLOWS instrumentRelated to the GLOWS instrumentLevel: L2Level 2 processingLevel 2 processingbugSomething isn't workingSomething isn't working
Milestone
Description
Parent issue: #1276
The spin_angle variable in DailyLightcurve (glows_l2_data.py:86) is computed by averaging imap_spin_angle_bin_cntr across all L1B timestamps. This produces IMAP spin angles, but L2 should use the GLOWS position angle (ψ_PA), which is obtained by converting from the IMAP spin angle using the position angle offset (Eq. 29/30 in the algorithm doc, Section 10.6).
Fix spin_angle in DailyLightcurve to store GLOWS position angles rather than raw IMAP spin angles. The conversion subtracts the GLOWS effective angle and applies modulo 360.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CDFRelated to CDF filesRelated to CDF filesIns: GLOWSRelated to the GLOWS instrumentRelated to the GLOWS instrumentLevel: L2Level 2 processingLevel 2 processingbugSomething isn't workingSomething isn't working
Type
Projects
Status
In Progress