IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 4, 2011, 4:33:36 PM (15 years ago)
Author:
rhenders
Message:

now specifying columns to import from IPP smf file

File:
1 edited

Legend:

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

    r32286 r32305  
    375375        results['ORIGINALTOTAL'] = self.scratchDb.getRowCount(ippTableName)
    376376
    377 
    378377        # drop then re-create table
    379378        self.scratchDb.dropTable(pspsTableName)
     
    754753       if self.testMode: regex = "XY33.psf"
    755754       else : regex = ".*.psf"
    756 
    757        return super(DetectionBatch, self).importIppTables(regex)
     755 
     756       columns = "IPP_IDET X_PSF Y_PSF X_PSF_SIG Y_PSF_SIG PSF_INST_MAG PSF_INST_MAG_SIG PEAK_FLUX_AS_MAG PSF_MAJOR PSF_MINOR PSF_THETA EXT_NSIGMA PSF_QF MOMENTS_XX MOMENTS_XY MOMENTS_YY AP_MAG KRON_FLUX KRON_FLUX_ERR FLAGS SKY SKY_SIGMA EXT_NSIGMA"
     757
     758       return super(DetectionBatch, self).importIppTables(columns, regex)
    758759
    759760
Note: See TracChangeset for help on using the changeset viewer.