Changeset 27657 for trunk/ppSim/src/ppSimUtils.c
- Timestamp:
- Apr 11, 2010, 5:08:29 PM (16 years ago)
- Location:
- trunk/ppSim
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppSimUtils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim
-
Property svn:mergeinfo
set to
/branches/eam_branches/stackphot.20100406/ppSim merged eligible
-
Property svn:mergeinfo
set to
-
trunk/ppSim/src/ppSimUtils.c
r24807 r27657 270 270 psArray *ppSimSelectSources (pmConfig *config, const pmFPAview *view, const char *filename) { 271 271 272 bool status; 273 272 274 pmReadout *readout = pmFPAfileThisReadout (config->files, view, filename); 273 275 PS_ASSERT_PTR_NON_NULL (readout, NULL); 274 276 275 psArray *sources = psMetadataLookupPtr (NULL, readout->analysis, "PSPHOT.SOURCES"); 277 pmDetections *detections = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.DETECTIONS"); 278 psAssert (detections, "missing detections?"); 279 280 psArray *sources = detections->allSources; 276 281 return sources; 277 282 }
Note:
See TracChangeset
for help on using the changeset viewer.
