IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2010, 11:01:42 AM (16 years ago)
Author:
eugene
Message:

set up a consistent position; perform extended analysis on all sources for an object processed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psphot.20100506/src/psphotStackReadout.c

    r27939 r27950  
    7373    }
    7474
    75     // XXX do this now or below?
    76     // remove chisq image from config->file:PSPHOT.INPUT (why?)
    77     // psphotStackRemoveChisqFromInputs(config, STACK_RAW);
    78 
    7975    // copy the detections from RAW to OUT
    8076    if (!psphotCopySources (config, view, STACK_OUT, STACK_RAW)) {
     
    9086    }
    9187
    92     // *** generate the objects (which unify the sources from the different images)
     88    // generate the objects (object unify the sources from the different images)
    9389    psArray *objects = psphotMatchSources (config, view, STACK_OUT);
    9490
     
    137133    }
    138134
    139     // include externally-supplied sources
    140     // XXX fix this in the new multi-input context
    141     // psphotLoadExtSources (config, view, "PSPHOT.INPUT"); // pass 1
    142 
    143135    // construct an initial model for each object, set the radius to fitRadius, set circular fit mask
    144136    psphotGuessModels (config, view, STACK_OUT);
     
    161153    }
    162154
     155    psphotStackObjectsUnifyPosition (objects);
    163156    psphotRadialAperturesByObject (config, objects, view, STACK_OUT);
     157
    164158    psphotExtendedSourceAnalysisByObject (config, objects, view, STACK_OUT); // pass 1 (detections->allSources)
    165159    psphotExtendedSourceFits (config, view, STACK_OUT); // pass 1 (detections->allSources)
     
    182176    psphotSourceFreePixels (config, view, STACK_OUT);
    183177
    184     // XXX do this now or above?
    185178    // remove chisq image from config->file:PSPHOT.INPUT (why?)
    186179    psphotStackRemoveChisqFromInputs(config, STACK_RAW);
Note: See TracChangeset for help on using the changeset viewer.