Changeset 40011 for trunk/ippToPsps/jython/dvo.py
- Timestamp:
- Apr 11, 2017, 3:01:23 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/dvo.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/dvo.py
r39764 r40011 698 698 # P2 and DF need to use a full GPC1 exposure radius: 699 699 myBorder = self.skychunk.BORDER_GPC1 700 700 self.logger.infoPair("batch type", myBatchType) 701 701 # ST and FW need to use just a skycell 702 702 if myBatchType == "ST" : … … 704 704 if myBatchType == "FW" : 705 705 myBorder = self.skychunk.BORDER_SKYCELL 706 706 707 707 708 dR_border = myBorder / math.cos(math.radians(boxDim['DEC']))
Note:
See TracChangeset
for help on using the changeset viewer.
