LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst::afw::table::io::FitsSchemaItem Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FitsSchemaItem()

lsst::afw::table::io::FitsSchemaItem::FitsSchemaItem ( int  column_,
int  bit_ 
)
inlineexplicit

Member Data Documentation

◆ bit

int lsst::afw::table::io::FitsSchemaItem::bit

Definition at line 64 of file FitsSchemaInputMapper.h.

◆ column

int lsst::afw::table::io::FitsSchemaItem::column

Definition at line 63 of file FitsSchemaInputMapper.h.

◆ doc

std::string lsst::afw::table::io::FitsSchemaItem::doc

Definition at line 69 of file FitsSchemaInputMapper.h.

◆ tccls

std::string lsst::afw::table::io::FitsSchemaItem::tccls

Definition at line 67 of file FitsSchemaInputMapper.h.

◆ tform

std::string lsst::afw::table::io::FitsSchemaItem::tform

Definition at line 66 of file FitsSchemaInputMapper.h.

◆ ttype

std::string lsst::afw::table::io::FitsSchemaItem::ttype

Definition at line 65 of file FitsSchemaInputMapper.h.

◆ tunit

std::string lsst::afw::table::io::FitsSchemaItem::tunit

Definition at line 68 of file FitsSchemaInputMapper.h.


The documentation for this struct was generated from the following file: