IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 22, 2011, 1:37:58 PM (15 years ago)
Author:
rhenders
Message:

trimming off XYnn from table names prior to export to FITS

File:
1 edited

Legend:

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

    r31346 r31351  
    624624    detectionBatch.importIppTables("XY33\.psf")
    625625    if detectionBatch.populatePspsTables():
    626         detectionBatch.exportPspsTablesToFits()
     626        detectionBatch.exportPspsTablesToFits("([a-zA-Z]+)")
    627627        detectionBatch.writeBatchManifest()
    628628        detectionBatch.reportNullsInAllPspsTables(False)
     629        #detectionBatch.createTarball()
     630        #detectionBatch.publishToDatastore()
    629631
    630632    i = i+1
Note: See TracChangeset for help on using the changeset viewer.