Changeset 27806 for trunk/ippToPsps/src/ippToPspsBatchDetection.c
- Timestamp:
- Apr 30, 2010, 12:44:34 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/ippToPspsBatchDetection.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/ippToPspsBatchDetection.c
r27804 r27806 314 314 // write number of rows (detections) to ImageMeta 315 315 numDetectionsOut = totalDetections - numOfDuplicates - numInvalidFlux; 316 fits_write_col(this->fitsOut, TLONG, 10, 1, 1, 1, &numDetectionsOut, &status);316 fits_write_col(this->fitsOut, TLONG, IMAGEMETA_NDETECT, 1, 1, 1, &numDetectionsOut, &status); 317 317 318 318 // detections
Note:
See TracChangeset
for help on using the changeset viewer.
