IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2024, 12:29:41 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; reduce chance of choosing galaxies for PSF stars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/psModules/src/objects/pmPSFtryFitEXT.c

    r36856 r42710  
    7373
    7474    // in this segment, we are fitting the full PSF model class (shape unconstrained)
    75     options->fitOptions->mode = PM_SOURCE_FIT_EXT;
    76 
     75    if (options->fitPSFstarCoords) {
     76      options->fitOptions->mode = PM_SOURCE_FIT_FULL;
     77    } else {
     78      options->fitOptions->mode = PM_SOURCE_FIT_EXT;
     79    }
    7780    // maskVal is used to test for rejected pixels, and must include markVal
    7881    maskVal |= markVal;
Note: See TracChangeset for help on using the changeset viewer.