IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2015, 11:56:14 AM (11 years ago)
Author:
bills
Message:

Last comment was incorrect. The change added ippChipID, ippCamID, and ippWarpID to FrameMeta

File:
1 edited

Legend:

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

    r38899 r38929  
    7878       self.bias = meta[4];
    7979       self.biasScat = meta[5];
     80       self.chipID = meta[6];
     81       self.warpID = meta[7];
    8082
    8183       if not self.analysisVer: self.analysisVer = -999
     
    136138
    137139        # sqlLine.group("md5sum",               ' needs a number');
    138 
     140 
    139141        sqlLine.group("frameID",               str(self.expID));
    140142        sqlLine.group("frameName",             self.expName);
     143        sqlLine.group("ippChipID",             str(self.chipID));
     144        sqlLine.group("ippCamID",              str(self.id));
     145        sqlLine.group("ippWarpID",             str(self.warpID));
    141146        sqlLine.group("cameraID",              "1");
    142147        sqlLine.group("cameraConfigID",        "1");
Note: See TracChangeset for help on using the changeset viewer.