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
PixelizedPsfEx requires that PSFEX (and sextractor) use (X_IMAGE, Y_IMAGE) to define the source positions in the code line
"assert(hdr['POLNAME1'].strip() == 'X_IMAGE')"
It would be extremely useful to add the option of using other sextractor positional parameters.
For example, I usually use XWIN_IMAGE and YWIN_IMAGE as they provide more accurate centroid positions.
As a workaround I am now changing the "POLNAME1","POLNAME2" keywords in the PSFEX file
The text was updated successfully, but these errors were encountered:
I am just starting using tractor.
PixelizedPsfEx requires that PSFEX (and sextractor) use (X_IMAGE, Y_IMAGE) to define the source positions in the code line
"assert(hdr['POLNAME1'].strip() == 'X_IMAGE')"
It would be extremely useful to add the option of using other sextractor positional parameters.
For example, I usually use XWIN_IMAGE and YWIN_IMAGE as they provide more accurate centroid positions.
As a workaround I am now changing the "POLNAME1","POLNAME2" keywords in the PSFEX file
The text was updated successfully, but these errors were encountered: