LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#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 | |
ast | |
AST wrapper classes and functions. | |
Enumerations | |
enum | ast::FitsKeyState { ast::FitsKeyState::ABSENT = 0, ast::FitsKeyState::NOVALUE, ast::FitsKeyState::PRESENT } |
Enums describing the presence or absence of a FITS keyword. More... | |
enum | ast::CardType { ast::CardType::NOTYPE = AST__NOTYPE, ast::CardType::COMMENT = AST__COMMENT, ast::CardType::INT = AST__INT, ast::CardType::FLOAT = AST__FLOAT, ast::CardType::STRING = AST__STRING, ast::CardType::COMPLEXF = AST__COMPLEXF, ast::CardType::COMPLEXI = AST__COMPLEXI, ast::CardType::LOGICAL = AST__LOGICAL, ast::CardType::CONTINUE = AST__CONTINUE, ast::CardType::UNDEF = AST__UNDEF } |
Enums describing the FITS card type. More... | |