Changeset 38358 for trunk/ippToPsps/jython/dvo.py
- Timestamp:
- Jun 3, 2015, 11:23:52 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/dvo.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/dvo.py
r37918 r38358 606 606 dR_border = self.skychunk.BORDER / math.cos(math.radians(boxDim['DEC'])) 607 607 dD_border = self.skychunk.BORDER 608 609 #This is a terrible hack but I'm tired of it taking a decade to ingest the FW skycells. 610 611 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 618 608 619 609 620 minRA = boxDim['minRA'] - dR_border
Note:
See TracChangeset
for help on using the changeset viewer.
