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
|
Functions | |
def | coordFromVec |
Variables | |
list | __all__ = ["coordFromVec"] |
tuple | _TinyFloat = numpy.finfo(float) |
def lsst.skymap.detail.utils.coordFromVec | ( | vec, | |
defRA = None |
|||
) |
Convert an ICRS cartesian vector to an ICRS Coord @param[in] vec: an ICRS catesian vector as a sequence of three floats @param[in] defRA: the RA to use if the vector is too near a pole (an afwGeom Angle); ignored if not near a pole @throw RuntimeError if vec too near a pole and defRA is None
Definition at line 31 of file utils.py.