Since the latest updates to the l2_hi-sectored-intensity (fixed dimension ordering of spin angle vs elevation angle), the l3b_hi-pitch-angle data mismatch. The mismatch is traced to a misalignment of elevation angle and spin angle when computing the normal look direction unit vectors. In the code, the elevation_angle (1D array) is broadcasted to a 2D array to be compatible with the 2D spin_angle array. The resulting elevation_angle array should be transposed so that the appropriate dimensionality agrees with the spin_angle array.
I have recreated this issue in my own testing code and successfully reproduced the current L3b hi pitch angles (20260402_v023).
This is a blocker to the release of the hi-pitch-angle-distributions product.
Since the latest updates to the l2_hi-sectored-intensity (fixed dimension ordering of spin angle vs elevation angle), the l3b_hi-pitch-angle data mismatch. The mismatch is traced to a misalignment of elevation angle and spin angle when computing the normal look direction unit vectors. In the code, the elevation_angle (1D array) is broadcasted to a 2D array to be compatible with the 2D spin_angle array. The resulting elevation_angle array should be transposed so that the appropriate dimensionality agrees with the spin_angle array.
I have recreated this issue in my own testing code and successfully reproduced the current L3b hi pitch angles (20260402_v023).
This is a blocker to the release of the hi-pitch-angle-distributions product.