IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2013, 2:22:27 PM (13 years ago)
Author:
heather
Message:

this is whatever is in at the moment (for sa16/kepler) heather is going to fix the colums...

File:
1 edited

Legend:

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

    r35605 r35656  
    728728
    729729        # now update StackMeta with correct number of inputs
    730         sql = "UPDATE StackMeta SET nP2Images = (SELECT COUNT(*) FROM StackToImage)"
     730        sql = "UPDATE StackMeta SET nP2Images = (SELECT COUNT(distinct(floor(imageID/100))) FROM StackToImage)"
    731731        self.scratchDb.execute(sql)
    732732
Note: See TracChangeset for help on using the changeset viewer.