IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2015, 11:23:52 AM (11 years ago)
Author:
heather
Message:

changes for forced warp / diff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/dvo.py

    r37918 r38358  
    606606        dR_border = self.skychunk.BORDER / math.cos(math.radians(boxDim['DEC']))
    607607        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
    608619
    609620        minRA  = boxDim['minRA']  - dR_border
Note: See TracChangeset for help on using the changeset viewer.