Wtbarr#
- class astropy.wcs.Wtbarr#
Bases:
objectClasses to construct coordinate lookup tables from a binary table extension (BINTABLE).
This class can not be constructed directly from Python, but instead is returned from
wtb.Attributes Summary
int(read-only)EXTLEVidentifying the binary table extension.str(read-only)EXTNAMEidentifying the binary table extension.int(read-only)EXTVERidentifying the binary table extension.int(read-only) Image axis number.str(read-only)wcstabarray type.int(read-only)wcstabaxis number for index vectors.int(read-only) Expected dimensionality of thewcstabarray.int(read-only) Table row number.str(read-only)TTYPEnidentifying the column of the binary table that contains the wcstab array.Methods Summary
Print the contents of the
Wtbarrobject to stdout.Attributes Documentation
- extlev#
int(read-only)EXTLEVidentifying the binary table extension.
- extnam#
str(read-only)EXTNAMEidentifying the binary table extension.
- extver#
int(read-only)EXTVERidentifying the binary table extension.
- i#
int(read-only) Image axis number.
- kind#
str(read-only)wcstabarray type.Character identifying the
wcstabarray type:'c': coordinate array,'i': index vector.
- m#
int(read-only)wcstabaxis number for index vectors.
- ndim#
int(read-only) Expected dimensionality of thewcstabarray.
- row#
int(read-only) Table row number.
- ttype#
str(read-only)TTYPEnidentifying the column of the binary table that contains the wcstab array.
Methods Documentation