IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34782 for trunk/ippToPsps


Ignore:
Timestamp:
Dec 10, 2012, 11:38:26 AM (13 years ago)
Author:
bills
Message:

Last fix was incomplete. xStackDetectID should not include filterID

File:
1 edited

Legend:

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

    r34723 r34782  
    134134                   ," + filter[1] + "80pct = MAG_80/1000 \
    135135                   ," + filter[1] + "Flags = (0x7fff & FLAGS) | ((FLAGS >> 11) & 0x2000) \
    136                    ," + filter[1] + "StackDetectID = STACK_DETECT_ID + " + str(filterID)
     136                   ," + filter[1] + "StackDetectID = STACK_DETECT_ID"
    137137
    138138            #self.logger.info(sql)
Note: See TracChangeset for help on using the changeset viewer.