- Timestamp:
- Oct 31, 2012, 12:50:01 PM (14 years ago)
- Location:
- trunk/ippToPsps/jython
- Files:
-
- 2 edited
-
detectionbatch.py (modified) (1 diff)
-
stackbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r34630 r34631 648 648 if not self.getIDsFromDVO(): return False 649 649 650 # dec is reserved in MySQL, so STILTS replaces if with dec_, which is not the name of 651 # the column in PSPS 652 self.scratchDb.execute("ALTER TABLE DetectionCalib CHANGE dec_ `dec` double") 653 654 655 650 656 return True 651 657 -
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.
