Changeset 31109 for trunk/ippToPsps/jython/initbatch.py
- Timestamp:
- Apr 1, 2011, 4:25:54 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/initbatch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/initbatch.py
r31107 r31109 6 6 from batch import Batch 7 7 8 ''' 9 Class encapsulating the init batch type (IN) 10 ''' 8 11 class InitBatch(Batch): 9 12 … … 14 17 super(InitBatch, self).__init__( 15 18 "init", 16 #"/data/ipp053.0/eugene/md04.20110320/staticsky/MD04.V2/skycell.087/MD04.V2.skycell.087.stk.280.000.cmf",17 19 "", 18 20 "init.fits",
Note:
See TracChangeset
for help on using the changeset viewer.
