Changeset 34631 for trunk/ippToPsps/jython/stackbatch.py
- Timestamp:
- Oct 31, 2012, 12:50:01 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/stackbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/stackbatch.py
r34630 r34631 664 664 self.scratchDb.createIndex("StackModelFit", "ippDetectID") 665 665 666 # dec is reserved in MySQL, so STILTS replaces if with dec_, which is not the name of 667 # the column in PSPS 668 self.scratchDb.execute("ALTER TABLE StackDetectionCalib CHANGE dec_ `dec` double") 669 670 671 666 672 return True 667 673
Note:
See TracChangeset
for help on using the changeset viewer.
