IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2014, 2:41:20 PM (12 years ago)
Author:
heather
Message:

added diff / ff stages to addstar, partially to ipptopsps

File:
1 edited

Legend:

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

    r37246 r37551  
    579579        # for OB, this imports object data from DVO
    580580        if not self.importIppTables():
    581             if self.batchType == "OB":
     581            if (self.batchType == "OB" or self.batchType =="DO" or self.batchType =="FO"):
    582582                self.logger.errorPair("skipping this batch", "no dvo tables for this region")
    583583                self.ippToPspsDb.updateProcessed(self.batchID, 1)
Note: See TracChangeset for help on using the changeset viewer.