IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33493 for trunk/ippToPsps


Ignore:
Timestamp:
Mar 13, 2012, 10:06:53 AM (14 years ago)
Author:
rhenders
Message:

IN batch now includes a survey

File:
1 edited

Legend:

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

    r33352 r33493  
    241241        root.attrib['type'] = self.batchType
    242242        root.attrib['timestamp'] = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
    243         if self.batchType != "IN": root.attrib['survey'] = self.config.pspsSurvey
     243        root.attrib['survey'] = self.config.pspsSurvey
     244
     245        # min/max object IDs
    244246        try: self.minObjID
    245247        except: pass
Note: See TracChangeset for help on using the changeset viewer.