IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34701 for trunk/Ohana


Ignore:
Timestamp:
Nov 27, 2012, 9:53:04 AM (14 years ago)
Author:
bills
Message:

Actually last comment was wrong. source id must be less than 127

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/psps_ids.c

    r34700 r34701  
    2121CreatePSPSStackDetectionID(int sourceID, int imageID, int detID)
    2222{
    23   // sourceID : ID of database + table that tracked the image (< 0x100 = 127)
     23  // sourceID : ID of database + table that tracked the image (< 0x7f = 127)
    2424  // imageID : external ID of the image which provided the detections (< 0x1000.0000 ~ 2.7e8)
    2525  // detID : detection sequence in image (< 0x1000.0000 ~ 2.7e8)
Note: See TracChangeset for help on using the changeset viewer.