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
Currently, filter information can be ported into spaceKLIP through two possible resources:
WebbPSF, which uses ETC engine files
SVO FPS, which uses... something.
The value are slightly different between each, potentially due to how the wavelengths are defined (WebbPSF uses a bp.avgwave(), whereas SVO uses the effective wavelength).
There is an issue in that SVO does not have the MIRI FND filter, so currently WebbPSF must be used for the MIRI filters. These are the lines in question from database.py:
Ideally, we should homogenise the approach, and use the same resource for each instrument. OR ensure that WebbPSF and SVOFPS give consistent results, so that using WebbPSF for MIRI is not a significant issue.
The text was updated successfully, but these errors were encountered:
Currently, filter information can be ported into spaceKLIP through two possible resources:
The value are slightly different between each, potentially due to how the wavelengths are defined (WebbPSF uses a bp.avgwave(), whereas SVO uses the effective wavelength).
There is an issue in that SVO does not have the MIRI FND filter, so currently WebbPSF must be used for the MIRI filters. These are the lines in question from
database.py
:Ideally, we should homogenise the approach, and use the same resource for each instrument. OR ensure that WebbPSF and SVOFPS give consistent results, so that using WebbPSF for MIRI is not a significant issue.
The text was updated successfully, but these errors were encountered: