Changeset 35656 for trunk/ippToPsps/jython/stackbatch.py
- Timestamp:
- Jun 12, 2013, 2:22:27 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/stackbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/stackbatch.py
r35605 r35656 728 728 729 729 # 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)" 731 731 self.scratchDb.execute(sql) 732 732
Note:
See TracChangeset
for help on using the changeset viewer.
