Citlali
|
#include <map>
#include <filesystem>
#include <unsupported/Eigen/CXX11/Tensor>
#include <CCfits/CCfits>
#include <tula/enum.h>
#include <tula/nddata/labelmapper.h>
#include <tula/formatter/enum.h>
#include <tula/formatter/matrix.h>
#include <tula/formatter/utils.h>
#include <tula/logging.h>
#include <kids/core/wcs.h>
#include <citlali/core/utils/utils.h>
#include <citlali/core/utils/pointing.h>
#include <citlali/core/utils/toltec_io.h>
#include <citlali/core/mapmaking/map.h>
Go to the source code of this file.
Classes | |
struct | std::variant_size< timestream::TCData< kind > > |
struct | std::variant_alternative< _Np, timestream::TCData< kind > > |
struct | timestream::internal::TCDataBase< TCData< kind_ > > |
struct | timestream::Status |
struct | timestream::DetectorAxis |
struct | timestream::TimeAxis |
struct | timestream::TimeStreamFrame |
struct | timestream::TimeStream< Derived > |
base class for time stream data More... | |
struct | timestream::TimeStream< Derived >::dataref_t< PlainObject > |
struct | timestream::TimeStream< Derived >::data_t< PlainObject > |
struct | timestream::TCData< TCDataKind::RTC, RefType > |
struct | timestream::TCData< TCDataKind::PTC, RefType > |
struct | timestream::TCData< kind_, std::enable_if_t< tula::enum_utils::is_compound_v< kind_ > > > |
data class of runtime variant kind. More... | |
class | timestream::TCProc |
Namespaces | |
namespace | timestream |
namespace | std |
namespace | timestream::internal |
Enumerations | |
enum | timestream::TimestreamFlags { timestream::Good = 0 , timestream::D21FitsBetter = 1 << 0 , timestream::D21LargeOffset = 1 << 1 , timestream::D21NotConverged = 1 << 2 , timestream::D21OutOfRange = 1 << 3 , timestream::D21QrOutOfRange = 1 << 4 , timestream::LargeOffset = 1 << 5 , timestream::NotConverged = 1 << 6 , timestream::OutOfRange = 1 << 7 , timestream::QrOutOfRange = 1 << 8 , timestream::LowGain = 1 << 9 , timestream::APT = 1 << 10 , timestream::Spike = 1 << 11 , timestream::Freq = 1 << 12 } |
Functions | |
timestream::TULA_BITFLAG (TCDataKind, int, 0xFFFF, RTC=1<< 0, PTC=1<< 1, Any=RTC|PTC) | |