IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2015, 2:20:15 PM (11 years ago)
Author:
eugene
Message:

adjust md5sum code to put options into single location; test for AP_NPIX before trying to use in diffbatch; apply static plate scale in stackbatch; add FW source X,Y, ccdID

File:
1 edited

Legend:

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

    r38924 r38958  
    466466        for table in tables:
    467467
     468            # example of listing all columns in a table:
     469            ## print "-----table: " + table.name
     470            ## columns = table.columns()
     471            ## for column in columns:
     472            ##     print column
     473            ##
     474            ## print "-----"
     475
    468476            # print "import smf table ", table
    469477            match = re.match(filter, table.name)
     
    475483
    476484            # print "read smf table ", table
    477             self.logger.infoPair("read smf table", table)
     485            self.logger.infoPair("read smf table", table.name)
    478486
    479487            # drop any previous tables before import
Note: See TracChangeset for help on using the changeset viewer.