- Timestamp:
- Jul 28, 2014, 6:20:27 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140717/ippToPsps
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
jython/batch.py (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/batch.py
r36726 r37129 37 37 batchID, 38 38 batchType, 39 fits, 40 useFullTables): 39 fits): 41 40 42 41 # print "starting the batch" … … 49 48 self.skychunk = skychunk 50 49 self.fits = fits 51 self.useFullTables = useFullTables52 50 53 51 # set up logging … … 79 77 raise 80 78 81 self.scratchDb.setUseFullTables(self.useFullTables) 79 # define the dvo table names 80 self.scratchDb.setDvoTableNames() 82 81 83 82 # TODO … … 113 112 self.dateStr = now.strftime("%Y-%m-%d") 114 113 115 # create DVO tables if accessing DVO directly116 if not self.useFullTables:self.scratchDb.createDvoTables()114 # create DVO tables (scratch database) 115 self.scratchDb.createDvoTables() 117 116 118 117 # dump stuff to the log … … 120 119 self.logger.infoPair("Batch name", self.batchName) 121 120 self.logger.infoPair("Survey ID", "%d" % self.surveyID) 122 self.logger.infoBool("Use full DVO tables?", self.useFullTables)123 121 124 122 if self.fits:
Note:
See TracChangeset
for help on using the changeset viewer.
