IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25357


Ignore:
Timestamp:
Sep 13, 2009, 4:54:01 PM (17 years ago)
Author:
eugene
Message:

pass psf to psphotSourceSize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psphot/src/psphotReadout.c

    r25272 r25357  
    145145
    146146    // identify CRs and extended sources
    147     psphotSourceSize (config, readout, sources, recipe, 0);
     147    psphotSourceSize (config, readout, sources, recipe, psf, 0);
    148148    if (!strcasecmp (breakPt, "ENSEMBLE")) {
    149149        goto finish;
     
    204204
    205205    // measure source size for the remaining sources
    206     psphotSourceSize (config, readout, sources, recipe, 0);
     206    psphotSourceSize (config, readout, sources, recipe, psf, 0);
    207207
    208208    psphotExtendedSourceAnalysis (readout, sources, recipe);
Note: See TracChangeset for help on using the changeset viewer.