IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36339


Ignore:
Timestamp:
Dec 4, 2013, 1:55:02 PM (13 years ago)
Author:
eugene
Message:

replace psphotStackObjectsSelectForAnalysis with psphotChooseAnalysisOptionsByObject (matching the version for psphot single)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psphot/src/psphotStackReadout.c

    r36263 r36339  
    304304    psphotStackObjectsUnifyPosition (objects);
    305305
    306     psphotStackObjectsSelectForAnalysis (config, view, STACK_RAW, objects);
     306    // psphotStackObjectsSelectForAnalysis (config, view, STACK_RAW, objects);
    307307
    308308    // final linear fit. NOTE: if splitLinearFit is true above, this pass will only fit
     
    331331    // measure kron fluxes for the matched sources only
    332332    psphotKronIterate(config, view, STACK_RAW, 3);
     333
     334    // decide which source(s) are to be fitted with the extended source analysis code.
     335    psphotChooseAnalysisOptionsByObject (config, view, STACK_RAW, objects);
    333336
    334337    // measure elliptical apertures, petrosians (objects sorted by S/N)
Note: See TracChangeset for help on using the changeset viewer.