Changeset 20615 for trunk/ppSub/src/ppSubReadout.c
- Timestamp:
- Nov 9, 2008, 4:39:37 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadout.c
r20611 r20615 570 570 pmReadout *photRO = pmFPAviewThisReadout(view, photFile->fpa); // Readout with the sources 571 571 psArray *sources = psMetadataLookupPtr(NULL, photRO->analysis, "PSPHOT.SOURCES"); // Sources 572 psMetadataAddS32(stats, PS_LIST_TAIL, "NUM_SOURCES", 0, "Number of sources detected", sources->n); 572 psMetadataAddS32(stats, PS_LIST_TAIL, "NUM_SOURCES", 0, "Number of sources detected", 573 sources ? sources->n : 0); 573 574 psMetadataAddF32(stats, PS_LIST_TAIL, "TIME_PHOT", 0, "Time to do photometry", 574 575 psTimerClear("PPSUB_PHOT"));
Note:
See TracChangeset
for help on using the changeset viewer.
