- Timestamp:
- Jul 31, 2014, 2:34:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/dvo.py
r37156 r37160 679 679 useP2 = 1 680 680 681 if (useP2 == 0 and useST ==1):681 if (useP2 == 0 and useST == 1): 682 682 # grab only stacks 683 if self.config.gpc1test:684 # gpc1test ->SIMTEST.x.SkyChip683 if (self.config.camera == "simtest"): 684 # SIMTEST.x.SkyChip 685 685 cmd += " -photcode-start 14100 -photcode-end 14500" 686 686 else: … … 688 688 cmd += " -photcode-start 11000 -photcode-end 11500" 689 689 690 if (useP2 == 1 and useST==0):691 # grab only P2s (4000-4500 are test cameras, SIMTEST and SIMMOSAIC)692 if self.config.gpc1test:693 # gpc1test ->SIMTEST.x.Chip690 if (useP2 == 1 and useST == 0): 691 # grab only P2s (4000-4500 are test cameras, SIMTEST and SIMMOSAIC) 692 if (self.config.camera == "simtest"): 693 # SIMTEST.x.Chip 694 694 cmd += " -photcode-start 4100 -photcode-end 4500" 695 695 else:
Note:
See TracChangeset
for help on using the changeset viewer.
