- Timestamp:
- Aug 12, 2014, 3:18:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/stackbatch.py
r37237 r37238 476 476 tablename = "StackModelFit" + model 477 477 478 if self.config.camera == "simtest": 479 self.logger.infoPair("Skipping table for simtest:", tablename) 480 return 481 478 482 self.logger.infoPair("Procesing table", tablename) 479 483 self.insertDvoIDs(tablename, "StackObjectThin") … … 607 611 tablename = "StackPetrosian" 608 612 613 if self.config.camera == "simtest": 614 self.logger.infoPair("Skipping table for simtest:", tablename) 615 return 616 609 617 self.logger.infoPair("Procesing table", tablename) 610 618 self.insertDvoIDs(tablename, "StackObjectThin") … … 677 685 tablename = "StackApFlx" 678 686 687 if self.config.camera == "simtest": 688 self.logger.infoPair("Skipping table for simtest:", tablename) 689 return 690 679 691 self.logger.infoPair("Procesing table", tablename) 680 692 self.insertDvoIDs(tablename, "StackObjectThin") … … 697 709 698 710 tablename = "StackApFlxFull" + version 711 712 if self.config.camera == "simtest": 713 self.logger.infoPair("Skipping table for simtest:", tablename) 714 return 699 715 700 716 self.logger.infoPair("Procesing table", tablename)
Note:
See TracChangeset
for help on using the changeset viewer.
