Changeset 34991
- Timestamp:
- Jan 19, 2013, 6:56:38 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/batch.py
r34926 r34991 49 49 self.logger.debug("Batch class constructor") 50 50 51 self.configDir = os.getenv("IPPTOPSPS_DATA") 52 if self.configDir is not None: 53 self.configDir = self.configDir + "/" 54 51 55 # set up class variables 52 56 self.id = id … … 56 60 self.scratchDb = scratchDb 57 61 self.batchType = batchType; 58 self.pspsVoTableFilePath = "../config/" + batchType + "/tables.vot"62 self.pspsVoTableFilePath = self.configDir + "tables." + batchType + ".vot" 59 63 60 64 # check FITS file is ok
Note:
See TracChangeset
for help on using the changeset viewer.
