Skip to content

Commit 61c8ee8

Browse files
committed
updated text regarding number of PSF zones
1 parent a00f2ce commit 61c8ee8

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

tutorials/spherex/spherex_psf.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,14 @@ We have already loaded their data as well as their header.
186186
psfcube.shape
187187
```
188188

189-
The shape of the `psfcube` is (121,101,101).
190-
This corresponds to a grid of 11x11 PSFs across the image, each of them of the size 101x101 pixels.
189+
The shape of the `psfcube` is output above.
190+
In the QR-2 data, the shape is (121,101,101), which corresponds to a grid of 11x11 PSF zones across the image.
191+
192+
```{note}
193+
The number of PSF zones may change in later versions of data products.
194+
```
195+
196+
Each PSF has a size of 101x101 pixels.
191197

192198
```{note}
193199
Remember that the PSFs are oversampled by a factor of 10.
@@ -203,11 +209,11 @@ psf_header[0:30]
203209
```
204210

205211
We confirm that the oversampling factor (`OVERSAMP`) is 10.
206-
The PSFs are distributed in an even grid with 11x11 zones.
207-
Each of the 121 PSFs is responsible for one of these zones.
212+
The PSFs are distributed in an even grid with NxM zones (in QR-2 data products it is N=M=11).
213+
Each of the NxM PSFs is responsible for one of these zones.
208214
The PSF header therefore includes the center position of these zones as well as the width of the zones.
209-
These center coordinate are specified with `XCTR_i` and `YCTR_i`, respectively, where i = 1...121.
210-
The widths are specified with `XWID_i` and `YWID_i`, respectively, where again i = 1...121.
215+
These center coordinate are specified with `XCTR_i` and `YCTR_i`, respectively, where i = 1...(NxM).
216+
The widths are specified with `XWID_i` and `YWID_i`, respectively, where again i = 1...(NxM).
211217
The zones have approximately equal widths and are arranged in an even grid.
212218
The size of the zones is sufficient to capture well the changes of the PSF size and structure with wavelength and spatial coordinates.
213219

@@ -216,7 +222,7 @@ The goal of this tutorial now is to find the PSF corresponding to our input coor
216222
+++
217223

218224
```{warning}
219-
In the SPHEREx spectral image versions prior or equal to 6.5.5, there was a missmatch between the spatial layout of the PSF zones and the the indexing of the PSF zones in the image header. This has now been fixed in versions post 6.5.5.
225+
In the SPHEREx spectral image versions prior or equal to 6.5.5, there was a missmatch between the spatial layout of the PSF zones and the the indexing of the PSF zones in the image header. This has now been fixed in versions 6.5.6 and beyond.
220226
221227
For more information about these changes, see the following webpage: [PSF Erratum](WEBPAGE)
222228

0 commit comments

Comments
 (0)