IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34951


Ignore:
Timestamp:
Jan 17, 2013, 6:14:04 AM (14 years ago)
Author:
eugene
Message:

add test i/o, add C_LAM and K to photcode ingest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/dvo.py

    r34107 r34951  
    388388        for region in regions:
    389389
     390            self.logger.infoPair("sizes for region", region)
     391
    390392             # get combined size of all interested files
    391393             for fileType in self.ingestFileTypes:
    392394                 size = size + self.getDiskSize(self.config.dvoLocation + "/" + region + "." + fileType)
     395                 # EAM TEST I/O
     396                 self.logger.infoPair(fileType, size)
    393397
    394398        return size
     
    519523          try:
    520524              if attempts > 0: self.logger.infoPair("Attempt %d to write" % attempts, table.name)
    521               table.cmd_keepcols("CODE NAME TYPE_AS_INT").write(self.scratchDb.url + '#' + tableName)
     525              table.cmd_keepcols("CODE NAME TYPE_AS_INT C_LAM K").write(self.scratchDb.url + '#' + tableName)
    522526              break
    523527          except:
Note: See TracChangeset for help on using the changeset viewer.