- Timestamp:
- Jan 26, 2010, 5:10:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.stack.20100120/src/psphotRoughClass.c
r26681 r26688 37 37 // find the currently selected readout 38 38 pmFPAfile *file = pmFPAfileSelectSingle(config->files, filename, index); // File of interest 39 psAssert ( readout, "missing file?");39 psAssert (file, "missing file?"); 40 40 41 41 pmReadout *readout = pmFPAviewThisReadout(view, file->fpa); … … 48 48 } 49 49 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; 51 54 psAssert (sources, "missing sources?"); 52 55
Note:
See TracChangeset
for help on using the changeset viewer.
