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
The downloaded SPHEREx image cutout contains 5 FITS layers, which are described in the [SPHEREx Explanatory Supplement](https://irsa.ipac.caltech.edu/data/SPHEREx/docs/SPHEREx_Expsupp_QR.pdf).
@@ -279,11 +297,11 @@ plt.show()
279
297
280
298
## 9. Using the SPHEREx PSF in Forward Modeling (e.g., Tractor)
281
299
282
-
The PSF returned by this notebook is oversampled relative to the native SPHEREx detector pixel grid.
300
+
The PSF returned by this notebook is oversampled relative to the native SPHEREx detector pixel grid.
283
301
This is intentional: the PSF is evaluated on a fine sub-pixel grid so that it can represent different intra-pixel source positions accurately.
284
302
285
-
Tools such as Tractor do not expect an oversampled PSF directly.
286
-
Instead, they require a PSF that is pixel-integrated at the native detector resolution and evaluated at the correct sub-pixel phase of the source.
303
+
Tools such as Tractor do not expect an oversampled PSF directly.
304
+
Instead, they require a PSF that is pixel-integrated at the native detector resolution and evaluated at the correct sub-pixel phase of the source.
287
305
If you pass the oversampled PSF directly into Tractor without resampling, the effective PSF width and normalization will be incorrect, which can lead to systematic differences relative to the SPHEREx Spectrophotometry Tool.
288
306
289
307
To use this PSF for forward modeling or fitting, you must:
@@ -299,7 +317,7 @@ To use this PSF for forward modeling or fitting, you must:
299
317
300
318
## About this notebook
301
319
302
-
**Updated:**24 October 2025
320
+
**Updated:**5 March 2026
303
321
304
322
**Contact:** Contact [IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or problems.
0 commit comments