IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28086


Ignore:
Timestamp:
May 25, 2010, 8:45:24 AM (16 years ago)
Author:
rhenders
Message:

Added explanatory comment

File:
1 edited

Legend:

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

    r28085 r28086  
    285285                    ippObjID[s] = (uint64_t)dvoDetections[d].ave.catID*1000000000 + (uint64_t)dvoDetections[d].ave.objID;
    286286                    ippDetectID[s] = dvoDetections[d].meas.detID;
     287                   
     288                    // the 'photFlags' are the same as those in the 'FLAGS' column of the smf
    287289                    flags[s] = ((uint64_t)dvoDetections[d].meas.dbFlags << 32) | (uint64_t)dvoDetections[d].meas.photFlags;
    288290                    imageID[s] = pspsImageId;
Note: See TracChangeset for help on using the changeset viewer.