IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39250 for trunk


Ignore:
Timestamp:
Dec 11, 2015, 4:54:13 PM (11 years ago)
Author:
watersc1
Message:

Add a -999 stack epoch when there is no stackID. This prevents zeros from being read.

File:
1 edited

Legend:

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

    r39119 r39250  
    9292               validFilterCount=validFilterCount + 1
    9393           if (stackID <= 0):
     94               self.stackEpochs[filter] = -999
    9495               continue
    9596               
Note: See TracChangeset for help on using the changeset viewer.