LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Variables
lsst.afw.geom.transform.transformContinued Namespace Reference

Variables

tuple endpoints = ("Generic", "Point2", "SpherePoint")
 
string name = "Transform" + fromPoint + "To" + toPoint
 
 cls = getattr(transform, name)
 

Variable Documentation

◆ cls

lsst.afw.geom.transform.transformContinued.cls = getattr(transform, name)

Definition at line 33 of file transformContinued.py.

◆ endpoints

tuple lsst.afw.geom.transform.transformContinued.endpoints = ("Generic", "Point2", "SpherePoint")

Definition at line 28 of file transformContinued.py.

◆ name

string lsst.afw.geom.transform.transformContinued.name = "Transform" + fromPoint + "To" + toPoint

Definition at line 32 of file transformContinued.py.