IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2024, 12:30:50 PM (2 years ago)
Author:
eugene
Message:

add option in psphot to fit the PSF star positions as well as shapes (default is false); add option to use robustMedian vs clippedMean for moments-based source sizes and PSF star selection; saturate variance to max value if signal is non NAN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/psphot/src/psphotChoosePSF.c

    r42380 r42711  
    114114    options->psfTrendNy = psMetadataLookupS32 (&status, recipe, "PSF.TREND.NY");
    115115    assert (status);
     116
     117    // use poissonian errors or local-sky errors
     118    options->fitPSFstarCoords = psMetadataLookupBool (&status, recipe, "PSF_FIT_STAR_COORDS");
     119    if (!status) {
     120      options->fitPSFstarCoords = false;
     121    }
    116122
    117123    // get the fixed PSF fit radius
Note: See TracChangeset for help on using the changeset viewer.