IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2015, 11:54:38 AM (11 years ago)
Author:
heather
Message:

various changes, mostly related to changing dataRelease to processingVersion

File:
1 edited

Legend:

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

    r35417 r38763  
    5555            self.logger.infoPair("Publishing to PSPS as survey", self.pspsSurvey)
    5656            self.logger.infoPair("Loading epoch", self.epoch)
    57             self.logger.infoPair("Data release", "%d" % self.dataRelease)
     57            self.logger.infoPair("Processing Version (aka, PV3 = 3, SAS39 = 39)", "%d" % self.processingVersion)
    5858            for batchType in self.batchTypes: self.logger.infoPair("Queuing batch type", batchType)
    5959        except:
Note: See TracChangeset for help on using the changeset viewer.