LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst::afw::table::io::FitsSchemaItem Struct Reference

#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 37 of file FitsSchemaInputMapper.h.

Constructor & Destructor Documentation

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

Member Data Documentation

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

Definition at line 39 of file FitsSchemaInputMapper.h.

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

Definition at line 38 of file FitsSchemaInputMapper.h.

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

Definition at line 44 of file FitsSchemaInputMapper.h.

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

Definition at line 42 of file FitsSchemaInputMapper.h.

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

Definition at line 41 of file FitsSchemaInputMapper.h.

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

Definition at line 40 of file FitsSchemaInputMapper.h.

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

Definition at line 43 of file FitsSchemaInputMapper.h.


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