LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
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: