You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have two hwp encoders, and they have different offset_absolute. offset_relative_between_observations_due_to_hwp_sag depends mainly on elevation and cooldown.
DIscussion about pipeline implementation
My original plan was that make_hwp_solution.py will calculate hwp_angle_true and write it as hwp_angle metadata.
But, I think making a following correction module will simplify and clarify the correction of hwp angle.
hwp_angle metadata will have hwp_angle_encoder, multiple sign_relative_between_observations , and offset_relative_between_observations_due_to_hwp_sag .
Separate metadata will have offset_relative_between_band/det from wire grid calibration etc.
Config file will have constant correction factors: sign_absolute_satX and offset_absolute
We make a hwp loading module that solve the consistent and naturally defined hwp_angle_true by the equation above.
We probably need to consider more about how and when we correct offset_relative_between_band/det.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have tried to organize what I was thinking about how to correct the HWP Angle.
Now we have no simple fix like below that anyone can use.
There are two reasons for this. One major reason and another minor reason.
sign_convention
is not obvious value for SO hwp encoder, and we found that we have mis-estimation ofsign_convention
in some observations. Therefore, we are preparing multiple estimation methods forsign_convension
. https://simonsobs.atlassian.net/wiki/spaces/PRO/pages/185434251/CHWP+main+page#Rotation-direction-definitionTherefore, the actual hwp angle correction equation will be like this.
We have two hwp encoders, and they have different
offset_absolute
.offset_relative_between_observations_due_to_hwp_sag
depends mainly on elevation and cooldown.DIscussion about pipeline implementation
My original plan was that
make_hwp_solution.py
will calculatehwp_angle_true
and write it as hwp_angle metadata.But, I think making a following correction module will simplify and clarify the correction of hwp angle.
hwp_angle_encoder
, multiplesign_relative_between_observations
, andoffset_relative_between_observations_due_to_hwp_sag
.offset_relative_between_band/det
from wire grid calibration etc.sign_absolute_satX
andoffset_absolute
hwp_angle_true
by the equation above.offset_relative_between_band/det
.Beta Was this translation helpful? Give feedback.
All reactions