LSSTApplications
10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
|
Go to the source code of this file.
Namespaces | |
lsst.geom.geometry | |
Variables | |
float | lsst.geom.geometry.ARCSEC_PER_DEG = 3600.0 |
float | lsst.geom.geometry.DEG_PER_ARCSEC = 1.0 |
float | lsst.geom.geometry.ANGLE_EPSILON = 0.001 |
float | lsst.geom.geometry.POLE_EPSILON = 1.0 |
float | lsst.geom.geometry.COS_MAX = 1.0 |
int | lsst.geom.geometry.CROSS_N2MIN = 2 |
tuple | lsst.geom.geometry.SIN_MIN = math.sqrt(CROSS_N2MIN) |
tuple | lsst.geom.geometry.INF = float('inf') |
tuple | lsst.geom.geometry.NEG_INF = float('-inf') |
lsst.geom.geometry.MAX_FLOAT = float_info.max | |
lsst.geom.geometry.MIN_FLOAT = float_info.min | |
lsst.geom.geometry.EPSILON = float_info.epsilon | |
lsst.geom.geometry.isinf = math.isinf | |