lsst.skymap  13.0-4-gd4595c5
 All Classes Namespaces Files Functions Variables Pages
Functions | Variables
lsst.skymap.detail.utils Namespace Reference

Functions

def coordFromVec
 

Variables

list __all__ = ["coordFromVec"]
 
tuple _TinyFloat = numpy.finfo(float)
 

Function Documentation

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 32 of file utils.py.

Variable Documentation

list lsst.skymap.detail.utils.__all__ = ["coordFromVec"]

Definition at line 27 of file utils.py.

tuple lsst.skymap.detail.utils._TinyFloat = numpy.finfo(float)

Definition at line 29 of file utils.py.