Changeset 38365 for trunk/ippToPsps/jython/dvo.py
- Timestamp:
- Jun 4, 2015, 3:18:38 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/dvo.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/dvo.py
r38358 r38365 609 609 #This is a terrible hack but I'm tired of it taking a decade to ingest the FW skycells. 610 610 611 if self.batchType == "ST":612 dR_border = .4 // math.cos(math.radians(boxDim['DEC']))613 dD_border = .4614 if self.batchType == "FW":615 dR_border = .4 // math.cos(math.radians(boxDim['DEC']))616 dD_border = .4611 #if self.batchType == "ST": 612 # dR_border = .4 / math.cos(math.radians(boxDim['DEC'])) 613 # dD_border = .4 614 #if self.batchType == "FW": 615 # dR_border = .4 / math.cos(math.radians(boxDim['DEC'])) 616 # dD_border = .4 617 617 618 618
Note:
See TracChangeset
for help on using the changeset viewer.
