IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2015, 4:23:59 PM (11 years ago)
Author:
heather
Message:

SAS37 final

File:
1 edited

Legend:

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

    r37935 r38083  
    526526            return True
    527527
     528        if self.scratchDb.getRowCount(filter+"SkyChip_xfit") <=0 :
     529            self.logger.infoPair("no extended source information, trying to skip",filter)
     530            return True
     531
    528532        header  = self.headerSet[filter]
    529533
     
    656660            self.logger.infoPair("no stack data for filter" , filter)
    657661            return True
     662
     663        if self.scratchDb.getRowCount(filter+"SkyChip_xsrc") <=0 :
     664            self.logger.infoPair("no extended source information, trying to skip",filter)
     665            return True
     666
    658667
    659668        header  = self.headerSet[filter]
Note: See TracChangeset for help on using the changeset viewer.