LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Public Member Functions | List of all members
lsst.meas.astrom.approximateWcs._MockTestCase Class Reference
Inheritance diagram for lsst.meas.astrom.approximateWcs._MockTestCase:

Public Member Functions

def fail
 

Detailed Description

A fake unit test case class that will enable us to call
assertWcsNearlyEqualOverBBox from the method approximateWcs

Definition at line 34 of file approximateWcs.py.

Member Function Documentation

def lsst.meas.astrom.approximateWcs._MockTestCase.fail (   self,
  msgStr 
)

Definition at line 38 of file approximateWcs.py.

38 
39  def fail(self, msgStr):
40  raise UserWarning("WCS fitting failed " + msgStr)

The documentation for this class was generated from the following file: