Changeset 31118
- Timestamp:
- Apr 2, 2011, 11:09:55 PM (15 years ago)
- Location:
- trunk/ippToPsps/jython
- Files:
-
- 2 edited
-
initbatch.py (modified) (1 diff)
-
stackbatch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/initbatch.py
r31109 r31118 19 19 "", 20 20 "init.fits", 21 " ippdb01",22 "ipp ToPsps",21 "localhost", 22 "ipptopsps_scratch", 23 23 "ipp", 24 24 "ipp") -
trunk/ippToPsps/jython/stackbatch.py
r31113 r31118 17 17 "demo.fits", 18 18 "stack.fits", 19 " ippdb01",20 "ipp ToPsps",19 "localhost", 20 "ipptopsps_scratch", 21 21 "ipp", 22 22 "ipp", … … 372 372 stackBatch = StackBatch() 373 373 stackBatch.createEmptyPspsTables() 374 #stackBatch.importIppTables()374 stackBatch.importIppTables(".*psf") 375 375 stackBatch.populatePspsTables() 376 376 stackBatch.exportPspsTablesToFits()
Note:
See TracChangeset
for help on using the changeset viewer.
