2 #ifndef AFW_TABLE_IO_FitsSchemaInputMapper_h_INCLUDED
3 #define AFW_TABLE_IO_FitsSchemaInputMapper_h_INCLUDED
10 namespace lsst {
namespace afw {
namespace table {
namespace io {
96 Item const *
find(std::string
const & ttype)
const;
104 Item const *
find(
int column)
const;
116 void erase(std::string
const & ttype);
122 void erase(
int column);
127 void customize(std::unique_ptr<FitsColumnReader> reader);
152 #endif // !AFW_TABLE_IO_FitsSchemaInputMapper_h_INCLUDED
Defines the fields and offsets for a table.
Class for storing ordered metadata with comments.
FitsSchemaItem(int column_, int bit_)
A simple struct that combines the two arguments that must be passed to most cfitsio routines and cont...
FitsColumnReader & operator=(FitsColumnReader const &)=delete
Base class for all records.
virtual void readCell(BaseRecord &record, std::size_t row, fits::Fits &fits, boost::shared_ptr< InputArchive > const &archive) const =0
virtual ~FitsColumnReader()