IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33508


Ignore:
Timestamp:
Mar 13, 2012, 3:37:33 PM (14 years ago)
Author:
rhenders
Message:

now taking exposure time from the cmf header as opposed to gpc1

File:
1 edited

Legend:

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

    r33353 r33508  
    8080       self.analysisVer = meta[2];
    8181
    82        self.expTime = gpc1Db.getStackExpTime(self.id)
     82       #self.expTime = gpc1Db.getStackExpTime(self.id)
     83       self.expTime = self.header['SOURCEID']
    8384
    8485       self.logger.debug("Got exp time of %d" % self.expTime)
Note: See TracChangeset for help on using the changeset viewer.