LSST Applications g0265f82a02+c6dfa2ddaf,g1162b98a3f+ffe7eabc7e,g2079a07aa2+1b2e822518,g2bbee38e9b+c6dfa2ddaf,g337abbeb29+c6dfa2ddaf,g36da64cc00+ea84795170,g3ddfee87b4+955a963fd8,g50ff169b8f+2eb0e556e8,g52b1c1532d+90ebb246c7,g555ede804d+955a963fd8,g591dd9f2cf+bac198a2cb,g5ec818987f+420292cfeb,g858d7b2824+d6c9a0a3b8,g876c692160+aabc49a3c3,g8a8a8dda67+90ebb246c7,g8cdfe0ae6a+4fd9e222a8,g99cad8db69+e6cd765486,g9ddcbc5298+a1346535a5,ga1e77700b3+df8f93165b,ga8c6da7877+acd47f83f4,gae46bcf261+c6dfa2ddaf,gb0e22166c9+8634eb87fb,gb3f2274832+12c8382528,gba4ed39666+1ac82b564f,gbb8dafda3b+0574160a1f,gbeb006f7da+dea2fbb49f,gc28159a63d+c6dfa2ddaf,gc86a011abf+d6c9a0a3b8,gcf0d15dbbd+955a963fd8,gdaeeff99f8+1cafcb7cd4,gdc0c513512+d6c9a0a3b8,ge79ae78c31+c6dfa2ddaf,geb67518f79+ba1859f325,gee10cc3b42+90ebb246c7,gf1cff7945b+d6c9a0a3b8,w.2024.13
LSST Data Management Base Package
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
lsst::afw::table::io::FitsSchemaInputMapper::Impl Class Reference

Public Types

using InputContainer = boost::multi_index_container<FitsSchemaItem, boost::multi_index::indexed_by<boost::multi_index::ordered_non_unique<boost::multi_index::member<FitsSchemaItem, int, &FitsSchemaItem::column>>, boost::multi_index::ordered_non_unique<boost::multi_index::member<FitsSchemaItem, int, &FitsSchemaItem::bit>>, boost::multi_index::hashed_unique<boost::multi_index::member<FitsSchemaItem, std::string, &FitsSchemaItem::ttype>>, boost::multi_index::sequenced<>>>
 
using SetTTYPE = SetFitsSchemaString<&FitsSchemaItem::ttype>
 
using SetTFORM = SetFitsSchemaString<&FitsSchemaItem::tform>
 
using SetTCCLS = SetFitsSchemaString<&FitsSchemaItem::tccls>
 
using SetTUNIT = SetFitsSchemaString<&FitsSchemaItem::tunit>
 
using SetDoc = SetFitsSchemaString<&FitsSchemaItem::doc>
 
using ByColumn = InputContainer::nth_index<0>::type
 
using ByBit = InputContainer::nth_index<1>::type
 
using ByName = InputContainer::nth_index<2>::type
 
using AsList = InputContainer::nth_index<3>::type
 

Public Member Functions

ByColumnbyColumn ()
 
ByBitbyBit ()
 
ByNamebyName ()
 
AsListasList ()
 
 Impl ()
 

Public Attributes

int version {0}
 
std::string type
 
int flagColumn {0}
 
int archiveHdu {-1}
 
Schema schema
 
std::vector< std::unique_ptr< FitsColumnReader > > readers
 
std::vector< Key< Flag > > flagKeys
 
std::unique_ptr< bool[]> flagWorkspace
 
std::shared_ptr< io::InputArchivearchive
 
InputContainer inputs
 
std::size_t nRowsToPrep = 1
 

Detailed Description

Definition at line 45 of file FitsSchemaInputMapper.cc.

Member Typedef Documentation

◆ AsList

Definition at line 64 of file FitsSchemaInputMapper.cc.

◆ ByBit

Definition at line 62 of file FitsSchemaInputMapper.cc.

◆ ByColumn

Definition at line 61 of file FitsSchemaInputMapper.cc.

◆ ByName

Definition at line 63 of file FitsSchemaInputMapper.cc.

◆ InputContainer

using lsst::afw::table::io::FitsSchemaInputMapper::Impl::InputContainer = boost::multi_index_container<FitsSchemaItem, boost::multi_index::indexed_by<boost::multi_index::ordered_non_unique<boost::multi_index::member<FitsSchemaItem, int, &FitsSchemaItem::column>>, boost::multi_index::ordered_non_unique<boost::multi_index::member<FitsSchemaItem, int, &FitsSchemaItem::bit>>, boost::multi_index::hashed_unique<boost::multi_index::member<FitsSchemaItem, std::string, &FitsSchemaItem::ttype>>, boost::multi_index::sequenced<>>>

Definition at line 51 of file FitsSchemaInputMapper.cc.

◆ SetDoc

Definition at line 58 of file FitsSchemaInputMapper.cc.

◆ SetTCCLS

Definition at line 56 of file FitsSchemaInputMapper.cc.

◆ SetTFORM

Definition at line 55 of file FitsSchemaInputMapper.cc.

◆ SetTTYPE

Definition at line 54 of file FitsSchemaInputMapper.cc.

◆ SetTUNIT

Definition at line 57 of file FitsSchemaInputMapper.cc.

Constructor & Destructor Documentation

◆ Impl()

lsst::afw::table::io::FitsSchemaInputMapper::Impl::Impl ( )
inline

Definition at line 72 of file FitsSchemaInputMapper.cc.

72{}

Member Function Documentation

◆ asList()

AsList & lsst::afw::table::io::FitsSchemaInputMapper::Impl::asList ( )
inline

Definition at line 70 of file FitsSchemaInputMapper.cc.

◆ byBit()

ByBit & lsst::afw::table::io::FitsSchemaInputMapper::Impl::byBit ( )
inline

Definition at line 68 of file FitsSchemaInputMapper.cc.

68{ return inputs.get<1>(); }

◆ byColumn()

ByColumn & lsst::afw::table::io::FitsSchemaInputMapper::Impl::byColumn ( )
inline

Definition at line 67 of file FitsSchemaInputMapper.cc.

67{ return inputs.get<0>(); }

◆ byName()

ByName & lsst::afw::table::io::FitsSchemaInputMapper::Impl::byName ( )
inline

Definition at line 69 of file FitsSchemaInputMapper.cc.

69{ return inputs.get<2>(); }

Member Data Documentation

◆ archive

std::shared_ptr<io::InputArchive> lsst::afw::table::io::FitsSchemaInputMapper::Impl::archive

Definition at line 82 of file FitsSchemaInputMapper.cc.

◆ archiveHdu

int lsst::afw::table::io::FitsSchemaInputMapper::Impl::archiveHdu {-1}

Definition at line 77 of file FitsSchemaInputMapper.cc.

77{-1};

◆ flagColumn

int lsst::afw::table::io::FitsSchemaInputMapper::Impl::flagColumn {0}

Definition at line 76 of file FitsSchemaInputMapper.cc.

76{0};

◆ flagKeys

std::vector<Key<Flag> > lsst::afw::table::io::FitsSchemaInputMapper::Impl::flagKeys

Definition at line 80 of file FitsSchemaInputMapper.cc.

◆ flagWorkspace

std::unique_ptr<bool[]> lsst::afw::table::io::FitsSchemaInputMapper::Impl::flagWorkspace

Definition at line 81 of file FitsSchemaInputMapper.cc.

◆ inputs

InputContainer lsst::afw::table::io::FitsSchemaInputMapper::Impl::inputs

Definition at line 83 of file FitsSchemaInputMapper.cc.

◆ nRowsToPrep

std::size_t lsst::afw::table::io::FitsSchemaInputMapper::Impl::nRowsToPrep = 1

Definition at line 84 of file FitsSchemaInputMapper.cc.

◆ readers

std::vector<std::unique_ptr<FitsColumnReader> > lsst::afw::table::io::FitsSchemaInputMapper::Impl::readers

Definition at line 79 of file FitsSchemaInputMapper.cc.

◆ schema

Schema lsst::afw::table::io::FitsSchemaInputMapper::Impl::schema

Definition at line 78 of file FitsSchemaInputMapper.cc.

◆ type

std::string lsst::afw::table::io::FitsSchemaInputMapper::Impl::type

Definition at line 75 of file FitsSchemaInputMapper.cc.

◆ version

int lsst::afw::table::io::FitsSchemaInputMapper::Impl::version {0}

Definition at line 74 of file FitsSchemaInputMapper.cc.

74{0};

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