IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2013, 4:13:09 PM (14 years ago)
Author:
eugene
Message:

split out config (static info) and skychunk (area being processed)

File:
1 edited

Legend:

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

    r33787 r35076  
    99
    1010from ipptopsps import IppToPsps
    11 from config import Config
     11from skychunk import Skychunk
    1212from odm import Odm
    1313from batch import Batch
     
    5656
    5757            self.logger.infoSeparator()
    58             self.logger.infoPair("Config", self.config.name)
     58            self.logger.infoPair("Skychunk", self.skychunk.name)
    5959
    6060            for stage in self.stages:
Note: See TracChangeset for help on using the changeset viewer.