IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27806


Ignore:
Timestamp:
Apr 30, 2010, 12:44:34 PM (16 years ago)
Author:
rhenders
Message:

Wasn't using enum for one column.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/ippToPspsBatchDetection.c

    r27804 r27806  
    314314            // write number of rows (detections) to ImageMeta
    315315            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);
    317317
    318318            // detections
Note: See TracChangeset for help on using the changeset viewer.