lsst.meas.algorithms g6770999e7e+22d6ad778f
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
lsst.meas.algorithms.testUtils.MockRefcatDataId Class Reference

Public Member Functions

 __init__ (self, region)
 
 region (self)
 

Protected Attributes

 _region
 

Detailed Description

Mock reference catalog dataId.

The reference catalog dataId is only used to retrieve a region property.

Parameters
----------
region : `lsst.sphgeom.Region`
    The region associated with this mock dataId.

Definition at line 191 of file testUtils.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.meas.algorithms.testUtils.MockRefcatDataId.__init__ ( self,
region )

Definition at line 201 of file testUtils.py.

Member Function Documentation

◆ region()

lsst.meas.algorithms.testUtils.MockRefcatDataId.region ( self)

Definition at line 205 of file testUtils.py.

Member Data Documentation

◆ _region

lsst.meas.algorithms.testUtils.MockRefcatDataId._region
protected

Definition at line 202 of file testUtils.py.


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