Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_aos
-
Labels:None
-
Story Points:1
-
Team:Telescope and Site
Description
Current docstring in CompensableImage says in makeMask method
pMask: padded mask for use at the offset planes
cMask: non-padded mask corresponding to aperture
Also, boundaryT parameter defines how far the computation mask extends beyond the pupil mask
A quick experiment changing `boundaryT` parameter shows that in fact pMask stands for the pupil mask, whereas cMask is the computation (padded) mask (see illustration below). Hence cMask is the padded (extended) version of pMask.
This ticket is to reflect that correction in the docstring whenever cMask or pMask are referenced to avoid confusion.
A notebook illustrating the point with code used to make the attached image https://github.com/suberlak/AOS/blob/main/AOS_DM-34846_CompensableImage_ts_wep.ipynb