IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2015, 3:18:38 PM (11 years ago)
Author:
heather
Message:

SAS38 ST, finally. this fixes the duplicates bug outlined in teh sas37 wiki.

File:
1 edited

Legend:

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

    r38358 r38365  
    609609        #This is a terrible hack but I'm tired of it taking a decade to ingest the FW skycells.
    610610
    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
     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
    617617
    618618
Note: See TracChangeset for help on using the changeset viewer.