|
lsst.afw g4f4f280218+81551fceaa
|
A structure that describes a field as a collection of related strings read from the FITS header. More...
#include <FitsSchemaInputMapper.h>
Public Member Functions | |
| FitsSchemaItem (int column_, int bit_) | |
Public Attributes | |
| int | column |
| int | bit |
| std::string | ttype |
| std::string | tform |
| std::string | tccls |
| std::string | tunit |
| std::string | doc |
A structure that describes a field as a collection of related strings read from the FITS header.
Definition at line 62 of file FitsSchemaInputMapper.h.
|
inlineexplicit |
Definition at line 71 of file FitsSchemaInputMapper.h.
| int lsst::afw::table::io::FitsSchemaItem::bit |
Definition at line 64 of file FitsSchemaInputMapper.h.
| int lsst::afw::table::io::FitsSchemaItem::column |
Definition at line 63 of file FitsSchemaInputMapper.h.
| std::string lsst::afw::table::io::FitsSchemaItem::doc |
Definition at line 69 of file FitsSchemaInputMapper.h.
| std::string lsst::afw::table::io::FitsSchemaItem::tccls |
Definition at line 67 of file FitsSchemaInputMapper.h.
| std::string lsst::afw::table::io::FitsSchemaItem::tform |
Definition at line 66 of file FitsSchemaInputMapper.h.
| std::string lsst::afw::table::io::FitsSchemaItem::ttype |
Definition at line 65 of file FitsSchemaInputMapper.h.
| std::string lsst::afw::table::io::FitsSchemaItem::tunit |
Definition at line 68 of file FitsSchemaInputMapper.h.