IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2014, 2:40:41 PM (12 years ago)
Author:
bills
Message:

change psphotFullForce galaxy shapes analysis to use different radius
trial values based on the signal to nosie of the source as measured
by psphotStack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO_CFF.c

    r36730 r36747  
    109109        float kronRadius = psMetadataLookupF32 (&status, row, "KRON_RADIUS");
    110110        float petRadius  = psMetadataLookupF32 (&status, row, "PETRO_RADIUS");
     111        float SN         = psMetadataLookupF32 (&status, row, "SN");
    111112        bool fitGalaxy   = psMetadataLookupU8 (&status, row, "FIT_GALAXY");
    112113        bool psfStar     = psMetadataLookupU8 (&status, row, "PSF_STAR");
     
    182183            source->peak->dx  = 0.0;
    183184            source->peak->dy  = 0.0;
     185
     186            source->extSN     = SN;
    184187
    185188            source->moments = pmMomentsAlloc ();
Note: See TracChangeset for help on using the changeset viewer.