IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31859


Ignore:
Timestamp:
Jul 11, 2011, 3:42:09 PM (15 years ago)
Author:
rhenders
Message:

hack to fix skycell IDs issue temporarily

File:
1 edited

Legend:

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

    r31847 r31859  
    5151       self.filter = self.filter[0:1]
    5252       self.skycell = meta[1];
    53        self.skycell = self.skycell[8:]
     53       # TODO HACK fix this
     54       self.skycell = self.skycell[8:12]
    5455       # mangling e.g. 0683.043 into 0683043 for now until we have a schema change
    55        self.skycell = self.skycell.replace(".", "")
     56       #self.skycell = self.skycell.replace(".", "")
    5657       self.analysisVer = meta[2];
    5758
Note: See TracChangeset for help on using the changeset viewer.