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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ kernelspec:
25
25
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.
26
26
However, users using the old versions will need to implement and extra step (described below in Section 5.1) to update the image header.
27
27
28
-
For more information about these changes, see the following webpage: [PSF Erratum](WEBPAGE)
28
+
For more information about these changes, see the following webpage: [PSF Erratum](https://irsa.ipac.caltech.edu/data/SPHEREx/docs/psfhdrerr.html)
29
29
```
30
30
31
31
+++
@@ -187,9 +187,9 @@ psfcube.shape
187
187
```
188
188
189
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
190
192
191
```{note}
192
+
In the QR-2 data, the shape is (121,101,101), which corresponds to a grid of 11x11 PSF zones across the image.
193
193
The number of PSF zones may change in later versions of data products.
194
194
```
195
195
@@ -224,7 +224,7 @@ The goal of this tutorial now is to find the PSF corresponding to our input coor
224
224
```{warning}
225
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.
226
226
227
-
For more information about these changes, see the following webpage: [PSF Erratum](WEBPAGE)
227
+
For more information about these changes, see the following webpage: [PSF Erratum](https://irsa.ipac.caltech.edu/data/SPHEREx/docs/psfhdrerr.html)
228
228
229
229
**Users using the old versions will need to implement and extra step (described below) to update the image header.**
230
230
```
@@ -270,7 +270,7 @@ If the version of the SPHEREx spectral image is less or equal than `6.5.5`, we w
270
270
271
271
+++
272
272
273
-
### 5.1 Updating Old SPHEREx Spectral Image Data (if version is $\leq$ 6.5.5)
0 commit comments