lsst.astshim g1011452fe8+d885b47780
|
#include <complex>
#include <string>
#include <vector>
#include "astshim/base.h"
#include "astshim/Object.h"
#include "astshim/Stream.h"
#include "astshim/Channel.h"
#include "astshim/KeyMap.h"
Go to the source code of this file.
Classes | |
class | ast::FoundValue< T > |
A value and associated validity flag. More... | |
class | ast::FitsChan |
A specialized form of Channel which reads and writes FITS header cards. More... | |
Namespaces | |
namespace | ast |
AST wrapper classes and functions. | |
Enumerations | |
enum class | ast::FitsKeyState { ast::ABSENT = 0 , ast::NOVALUE , ast::PRESENT } |
Enums describing the presence or absence of a FITS keyword. More... | |
enum class | ast::CardType { ast::NOTYPE = AST__NOTYPE , ast::COMMENT = AST__COMMENT , ast::INT = AST__INT , ast::FLOAT = AST__FLOAT , ast::STRING = AST__STRING , ast::COMPLEXF = AST__COMPLEXF , ast::COMPLEXI = AST__COMPLEXI , ast::LOGICAL = AST__LOGICAL , ast::CONTINUE = AST__CONTINUE , ast::UNDEF = AST__UNDEF } |
Enums describing the FITS card type. More... | |