IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32182


Ignore:
Timestamp:
Aug 23, 2011, 2:44:03 PM (15 years ago)
Author:
rhenders
Message:

checking astrometric solution per chip, and discarding if necessary

File:
1 edited

Legend:

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

    r32166 r32182  
    670670
    671671                #self.logger.infoTitle("Processing " + ota)
     672                if not self.scratchDb.astrometricSolutionOK(ota):
     673                    self.logger.info("| %5s |            ------------- Bad astrometric solution : rejecting ------------                    |" % ota)
     674                    continue
    672675
    673676                # populate remainder of tables
Note: See TracChangeset for help on using the changeset viewer.