IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 20, 2015, 1:19:35 PM (11 years ago)
Author:
heather
Message:

current state of ipptopsps / sas37 - ob/p2/st/df work

File:
1 edited

Legend:

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

    r37748 r37917  
    13421342               (" + str(box_id) + ", '" + batchType + "', " + str(id) + ")"
    13431343
     1344            print sql
    13441345            try: self.execute(sql)
    13451346            except:
     
    15511552
    15521553        # XXX EAM : need to do something special at the poles...
    1553         if (boxDim['DEC'] > 85): raise
    1554 
     1554        #if (boxDim['DEC'] > 85): raise
     1555        #heather commented out for oB   
     1556   
    15551557        # a given box centered at RA,DEC with (linear) size of SIDE has the following bounds
    15561558        dR = 0.5*boxDim['SIDE'] / math.cos(math.radians(boxDim['DEC']))
Note: See TracChangeset for help on using the changeset viewer.