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
Copy file name to clipboardExpand all lines: tutorials/spherex/spherex_psf.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,8 +166,8 @@ Each of the 121 PSFs is responsible for one of these zones.
166
166
The PSF header therefore includes the center position of these zones as well as the width of the zones.
167
167
These center coordinate are specified with `XCTR_i` and `YCTR_i`, respectively, where i = 1...121.
168
168
The widths are specified with `XWID_i` and `YWID_i`, respectively, where again i = 1...121.
169
-
The zones have equal widths and are arranged in an even grid.
170
-
In principle, the zones can have any size, but this arrangement is enough to capture well the changes of the PSF size and structure with wavelength and spatial coordinates.
169
+
The zones have approximately equal widths and are arranged in an even grid.
170
+
The size of the zones is sufficient to capture well the changes of the PSF size and structure with wavelength and spatial coordinates.
171
171
172
172
The goal of this tutorial now is to find the PSF corresponding to our input coordinates of interest.
173
173
@@ -234,10 +234,10 @@ for zone_id in xctr.keys():
234
234
```
235
235
236
236
Once we have created this dictionary with zone pixel coordinates, we can simply search for the closest zone center to the coordinates of interest.
237
-
For this we first add the distance between zone center coordinates and coordinates of interest to the table
237
+
For this we first add the distance between zone center coordinates and coordinates of interest to the table. (Note that the x,y coordinates of the PSF zone centers are in 1,1 convention, therefore we have to subtract 1 pixels.)
0 commit comments