IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2010, 4:29:37 PM (16 years ago)
Author:
rhenders
Message:

Using id rather than expid

File:
1 edited

Legend:

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

    r29296 r29318  
    4545
    4646    // FrameMeta values
    47 //    fits_write_col(this->fitsOut, TLONG, FRAMEMETA_FRAMEID, 1, 1, 1, &this->expId, &status);
     47//    fits_write_col(this->fitsOut, TLONG, FRAMEMETA_FRAMEID, 1, 1, 1, &this->id, &status);
    4848
    4949    int8_t filterID = -1;
     
    177177
    178178            // create unique int from 'frameID' (aka exposure ID) and ccd number
    179             pspsImageId = (this->expId*100) + pImage->ccdnum;
     179            pspsImageId = (this->id*100) + pImage->ccdnum;
    180180
    181181            // now get DVO detections
Note: See TracChangeset for help on using the changeset viewer.