NCAR / comp-pipeline

Pipeline code for CoMP
Other
1 stars 2 forks source link

Intensity used for Q/I, U/I, and Ltot/I in daily movies #127

Closed detoma closed 1 year ago

detoma commented 1 year ago

In comp_l2_create_movies.pro, the intensity used in the ratio of Q/I, U/I, Ltot/I should be the average intensity from the level 2 polarization file, not from the dynamic file.

detoma commented 1 year ago

Verify equation for Q and U. Should be the same weighted average used for I in polarization file.

mgalloy commented 1 year ago

@detoma: I had changed this to use the center line intensity from the level 1 file after one of our meetings recently, as in #126. Where should I get the intensity from?

mgalloy commented 1 year ago

If the level 1 file only has I and V, there will not be a polarization file. Should I use the dynamics file or the level 1 center line? or not produce the frame?

mgalloy commented 12 months ago

Ah, actually the pipeline doesn't need the polarization file I if there is no Q and U (and hence L) to normalize.

mgalloy commented 12 months ago

823f14a2ccfc569dee3d8c0851f05a2f5566b0d8 has the fix for this, to not look for polarization file if the pipeline does need it.