IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 30, 2014, 9:40:55 PM (12 years ago)
Author:
heather
Message:

work on stackbatch - all filters at once

File:
1 edited

Legend:

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

    r36709 r36711  
    504504    joined to the dvodb
    505505    '''
    506     def getStackIDsFromSkyID(self,dvoDb,skyID,filter):
     506    def getStackIDFromSkyIDAndFilter(self,dvoDb,skyID,filter):
    507507
    508508        self.logger.infoPair("finding stack_ids from gpc1 for sky_id ", skyID)
     
    533533            self.logger.exception("can't query for stackid in DVO")
    534534            self.logger.infoPair("failed sql:", sql)
    535             return rows
     535            return -999
    536536
    537537        self.logger.infoPair("number of stackIDs found ", len(rows))
Note: See TracChangeset for help on using the changeset viewer.