IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2014, 3:18:42 PM (12 years ago)
Author:
eugene
Message:

drop a bunch of test prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140717/ippToPsps/jython/stackbatch.py

    r37237 r37238  
    476476        tablename = "StackModelFit" + model
    477477
     478        if self.config.camera == "simtest":
     479            self.logger.infoPair("Skipping table for simtest:", tablename)
     480            return
     481
    478482        self.logger.infoPair("Procesing table", tablename)
    479483        self.insertDvoIDs(tablename, "StackObjectThin")
     
    607611        tablename = "StackPetrosian"
    608612
     613        if self.config.camera == "simtest":
     614            self.logger.infoPair("Skipping table for simtest:", tablename)
     615            return
     616
    609617        self.logger.infoPair("Procesing table", tablename)
    610618        self.insertDvoIDs(tablename, "StackObjectThin")
     
    677685        tablename = "StackApFlx"
    678686
     687        if self.config.camera == "simtest":
     688            self.logger.infoPair("Skipping table for simtest:", tablename)
     689            return
     690
    679691        self.logger.infoPair("Procesing table", tablename)
    680692        self.insertDvoIDs(tablename, "StackObjectThin")
     
    697709
    698710        tablename = "StackApFlxFull" + version
     711
     712        if self.config.camera == "simtest":
     713            self.logger.infoPair("Skipping table for simtest:", tablename)
     714            return
    699715
    700716        self.logger.infoPair("Procesing table", tablename)
Note: See TracChangeset for help on using the changeset viewer.