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 current code attempts to load a different PRF library depending on cadence and jitter. This was done to attempt to account for blurring of the PSF due to image motion within each exposure. To simulate this requires convolving high-resolution PSFs with an assumed kernel calculated from the average intra-exposure 2D jitter (including only translations, no rotations about the field center). It takes a long time, so at some point during development I must have copied the blurred PRF library from one cadence to all cadences. It's a kludge, and one that seems to have propagated far too long.
The effect of the jitter blurring is small. There are likely larger uncertainties left in going from Deb's optical models (as good as they are) to on-orbit performance. Also, due to the necessity to treat intra-exposure jitter as a single 2D convolution (e.g. that all stars everywhere in the field are translated identically, and with a jitter that is stationary across all exposures), the blurring is only crudely approximated. Not blurring at all is likely just as reasonable an approximation.
I suggest we simply stop trying to blur the PRFs in SPyFFI in a way that depends on cadence. There should be one PRF library. Maybe it's blurred to a two minute cadence for a typical jitter, but it should not try to adapt to different cadences.
It appears that the different jitter data products in SPYFFIDATA are identical:
To reproduce:
The text was updated successfully, but these errors were encountered: