IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26424


Ignore:
Timestamp:
Dec 15, 2009, 6:20:10 PM (16 years ago)
Author:
eugene
Message:

do not reset the psf window function in this version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psphot/src/psphotReadoutMinimal.c

    r25755 r26424  
    11# include "psphotInternal.h"
    22
    3 // this badly-named function performs photometry assuming (a) a supplied PSF, (b)
    4 // background subtraction, (c) linear psf-model fits only.  it is currently only being
    5 // used by ppSub.
     3// this badly-named function performs photometry assuming (a) a supplied PSF, (b) background
     4// subtraction, (c) linear psf-model fits only, (d) a prior analysis has supplied the moments
     5// window parameters.  It is currently only being used by ppSub.
    66
    77// NOTE: ppSub needs to perform extended source analysis for comets and trails.
     
    5656
    5757    // construct sources and measure basic stats
    58     psArray *sources = psphotSourceStats (config, readout, detections, true);
     58    psArray *sources = psphotSourceStats (config, readout, detections, false);
    5959    if (!sources) return false;
    6060
Note: See TracChangeset for help on using the changeset viewer.