- 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/psphotFitSourcesLinear.c
r26681 r26688 44 44 // find the currently selected readout 45 45 pmFPAfile *file = pmFPAfileSelectSingle(config->files, filename, index); // File of interest 46 psAssert ( readout, "missing file?");46 psAssert (file, "missing file?"); 47 47 48 48 pmReadout *readout = pmFPAviewThisReadout(view, file->fpa); 49 49 psAssert (readout, "missing readout?"); 50 50 51 psArray *sources = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.SOURCES"); 51 pmDetections *detections = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.DETECTIONS"); 52 psAssert (detections, "missing detections?"); 53 54 psArray *sources = detections->allSources; 52 55 psAssert (sources, "missing sources?"); 53 56
Note:
See TracChangeset
for help on using the changeset viewer.
