IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35739


Ignore:
Timestamp:
Jul 2, 2013, 5:05:01 PM (13 years ago)
Author:
heather
Message:

made it so that it returns 1 or 0 instead of 65536 for the primaryF bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/stackbatch.py

    r35738 r35739  
    944944               a.objID = b.objID, \
    945945               a.infoFlag = b.flags << 45 | a.infoFlag \
    946                a.primaryF = b.flags & 0x10000 \
     946               a.primaryF = ((b.flags & 0x10000) >> 16 ) \
    947947               WHERE a.ippDetectID = b.ippDetectID \
    948948               AND b.imageID = " + str(imageID)
Note: See TracChangeset for help on using the changeset viewer.