IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21177


Ignore:
Timestamp:
Jan 26, 2009, 2:03:17 PM (17 years ago)
Author:
eugene
Message:

fix peak flux based on moments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotReadoutFindPSF.c

    r21166 r21177  
    4545      source->type = PM_SOURCE_TYPE_STAR;
    4646      source->mode |= PM_SOURCE_MODE_PSFSTAR;
     47
     48      // peak flux is wrong : set based on previous image
     49      // use the peak measured in the moments analysis:
     50      source->peak->flux = source->moments->Peak;
    4751    }
    4852
Note: See TracChangeset for help on using the changeset viewer.