IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2017, 3:01:23 PM (9 years ago)
Author:
heather
Message:

changes to make forcedwards correctly (not dropping things)

File:
1 edited

Legend:

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

    r39764 r40011  
    698698        # P2 and DF need to use a full GPC1 exposure radius:
    699699        myBorder = self.skychunk.BORDER_GPC1
    700 
     700        self.logger.infoPair("batch type", myBatchType)
    701701        # ST and FW need to use just a skycell
    702702        if myBatchType == "ST" :
     
    704704        if myBatchType == "FW" :
    705705            myBorder = self.skychunk.BORDER_SKYCELL
     706
    706707
    707708        dR_border = myBorder / math.cos(math.radians(boxDim['DEC']))
Note: See TracChangeset for help on using the changeset viewer.