Changeset 17793 for trunk/ppSub/src/ppSubReadout.c
- Timestamp:
- May 23, 2008, 3:54:24 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadout.c
r17790 r17793 246 246 pmFPAfileActivate(config->files, false, "PSPHOT.INPUT"); 247 247 248 pmChip *photChip = pmFPAviewThisChip(view, photFile->fpa); // Chip with the sources 249 psArray *sources = psMetadataLookupPtr(NULL, photChip->analysis, "PSPHOT.SOURCES"); // Sources 250 psMetadataAddS32(stats, PS_LIST_TAIL, "NUM_SOURCES", 0, "Number of sources detected", sources->n); 248 if (stats) { 249 pmChip *photChip = pmFPAviewThisChip(view, photFile->fpa); // Chip with the sources 250 psArray *sources = psMetadataLookupPtr(NULL, photChip->analysis, "PSPHOT.SOURCES"); // Sources 251 psMetadataAddS32(stats, PS_LIST_TAIL, "NUM_SOURCES", 0, "Number of sources detected", sources->n); 252 } 251 253 } 252 254
Note:
See TracChangeset
for help on using the changeset viewer.
