Closed jchiang87 closed 6 months ago
Based on the description in SMTN-002, it looks like we should be using 703 cm, or perhaps more properly, computing the diameter from the values in that config.
Yep, I agree. I wonder what the best way to compute this programmatically is... We could put the inner/outer diameter into eval_variables
, and then wire those up consistently to both PupilAnnulusSampler
and SkyModel
(here) maybe?
Using 703 cm as the default seems reasonable to me. (I suspect the median-over-FOV value is closer to this than to 642).
an effective diameter of d = 2 * sqrt(4.18*2 - 2.552) = 703 cm, not 642 or 649 cm.
There's a typo here. Using d = 2 * sqrt(4.18**2 - 2.55**2)
, I get d = 662.4
cm.
I'll also fix the pupil area in the skycat.py and instcat.py code in this PR.
@jmeyers314 I've hooked up everything to use the eval_variables
for the pupil annulus radii. Can you have another look?
This addresses #453