IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29463


Ignore:
Timestamp:
Oct 17, 2010, 9:25:34 AM (16 years ago)
Author:
eugene
Message:

some comments and notes

File:
1 edited

Legend:

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

    r28013 r29463  
    154154
    155155    psphotStackObjectsUnifyPosition (objects);
     156
     157    // measure circular, radial apertures (objects sorted by S/N)
    156158    psphotRadialAperturesByObject (config, objects, view, STACK_OUT);
    157159
     160    // measure elliptical apertures, petrosians (objects sorted by S/N)
    158161    psphotExtendedSourceAnalysisByObject (config, objects, view, STACK_OUT); // pass 1 (detections->allSources)
     162
     163    // measure non-linear extended source models (exponential, deVaucouleur, Sersic) (sources sorted by S/N)
    159164    psphotExtendedSourceFits (config, view, STACK_OUT); // pass 1 (detections->allSources)
    160165
     
    162167    psphotMagnitudes(config, view, STACK_OUT);
    163168
    164     if (!psphotEfficiency(config, view, STACK_OUT)) {
     169    if (0 && !psphotEfficiency(config, view, STACK_OUT)) {
    165170        psErrorStackPrint(stderr, "Unable to determine detection efficiencies from fake sources");
    166171        psErrorClear();
Note: See TracChangeset for help on using the changeset viewer.