Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_aos
-
Labels:
-
Story Points:3
-
Team:Telescope and Site
Description
Evaluate the impact of imageCoCenter with auxTel data . Consider whether this part has been implemented correctly, given that field of view is a kwarg in `imageCoCenter` https://github.com/lsst-ts/ts_wep/blob/28ba52920896b412b6cdff6465af135c33860905/python/lsst/ts/wep/cwfs/CompensableImage.py#L273 , and it is not set when calling `imageCoCenter` in `Algorithm` https://github.com/lsst-ts/ts_wep/blob/28ba52920896b412b6cdff6465af135c33860905/python/lsst/ts/wep/cwfs/Algorithm.py#L702 (thus it is always 3.5 deg).
Attachments
Issue Links
Activity
Epic Link |
|
|
Story Points | 3 | |
Team | Telescope and Site [ 13500 ] | |
Labels | UW |
Description | Evaluate the impact of imageCoCenter with auxTel data |
Evaluate the impact of imageCoCenter with auxTel data . Consider whether this part has been implemented correctly, given that field of view is a kwarg in `imageCoCenter` [https://github.com/lsst-ts/ts_wep/blob/28ba52920896b412b6cdff6465af135c33860905/python/lsst/ts/wep/cwfs/CompensableImage.py#L273] , and it is not set when calling `imageCoCenter` in `Algorithm` [https://github.com/lsst-ts/ts_wep/blob/28ba52920896b412b6cdff6465af135c33860905/python/lsst/ts/wep/cwfs/Algorithm.py#L702] (thus it is always 3.5 deg).
|
Attachment | image-2022-11-02-16-29-31-334.png [ 64387 ] |
Attachment | image-2022-11-02-16-31-12-960.png [ 64388 ] |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Remote Link | This issue links to "Page (Confluence)" [ 34900 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Remote Link | This issue links to "Page (Confluence)" [ 35181 ] |
Remote Link | This issue links to "Page (Confluence)" [ 35181 ] |
Given the results of analysis in this notebook https://github.com/suberlak/AOS/blob/main/AOS_DM-36840_cocenter_auxTel_data.ipynb `imageCoCenter` step has no impact on running the CWFS code on `auxTel` images. Although the FOV is incorrect (`Algorithm` assumes the 3.5 degrees regardless of instrument) , the small field distance (up to 6.7/2 arcmin for auxTel) means that the calculated shift is very small (less than 3.5 px for maximally distant donut):
We find that the amount of `radialShift` has to be increased beyond 5.5 px to make any difference:
To impart this amount of radialShift, `auxTel` donuts would have to be outside of the field of view. Thus `imageCoCenter` can be safely removed when it comes to analysis of `auxTel` images.