- Timestamp:
- Nov 8, 2011, 2:44:12 PM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110906
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/jython/detectionbatch.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110906
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20110906/ippToPsps/jython/detectionbatch.py
r32327 r32630 22 22 ''' 23 23 DetectionBatch class 24 25 This class, a sub-class of Batch, processes single exposures in the form of IPP smf files 26 24 27 ''' 25 28 class DetectionBatch(Batch): … … 34 37 gpc1Db, 35 38 ippToPspsDb, 36 camID): 39 camID, 40 batchID): 37 41 38 42 super(DetectionBatch, self).__init__( … … 43 47 ippToPspsDb, 44 48 camID, 49 batchID, 45 50 "P2", 46 51 gpc1Db.getCameraStageSmf(camID))
Note:
See TracChangeset
for help on using the changeset viewer.
