IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2010, 5:10:34 PM (16 years ago)
Author:
eugene
Message:

various API fixes for multi-inputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psphot.stack.20100120/src/psphotRoughClass.c

    r26681 r26688  
    3737    // find the currently selected readout
    3838    pmFPAfile *file = pmFPAfileSelectSingle(config->files, filename, index); // File of interest
    39     psAssert (readout, "missing file?");
     39    psAssert (file, "missing file?");
    4040
    4141    pmReadout *readout = pmFPAviewThisReadout(view, file->fpa);
     
    4848    }
    4949
    50     psArray *sources = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.SOURCES");
     50    pmDetections *detections = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.DETECTIONS");
     51    psAssert (detections, "missing detections?");
     52
     53    psArray *sources = detections->newSources;
    5154    psAssert (sources, "missing sources?");
    5255
Note: See TracChangeset for help on using the changeset viewer.