IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35034


Ignore:
Timestamp:
Jan 23, 2013, 3:04:40 PM (13 years ago)
Author:
eugene
Message:

add a comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/detectionbatch.py

    r35026 r35034  
    715715    def populatePspsTablesChip(self, chipname, x, y, results, tables):
    716716        #self.logger.infoTitle("Processing " + chipname)
     717        # this is a bit crude: if the chip is not present, this test will fail and the chip
     718        # will be (correctly) skipped.  would be better to carry that information explicitly ("chip is missing")
    717719        if not self.scratchDb.astrometricSolutionOK(chipname):
    718720            self.logger.info("| %5s |            ------------- Bad astrometric solution : rejecting ------------                    |" % chipname)
Note: See TracChangeset for help on using the changeset viewer.