#include <fits_io.h>
|
| fitsIO () |
|
| fitsIO (std::string _f) |
|
template<typename Derived > |
void | add_hdu (std::string hdu_name, Eigen::DenseBase< Derived > &data) |
|
auto | get_hdu (std::string hdu_name) |
|
template<typename hdu_t , class wcs_t , typename epoch_t > |
void | add_wcs (hdu_t *hdu, wcs_t &wcs, const epoch_t epoch) |
|
|
std::shared_ptr< spdlog::logger > | logger = spdlog::get("citlali_logger") |
|
std::string | filepath |
|
std::unique_ptr< CCfits::FITS > | pfits |
|
std::vector< ext_hdu_t > | hdus |
|
◆ fitsIO() [1/2]
◆ fitsIO() [2/2]
◆ add_hdu()
template<typename Derived >
void fitsIO< file_type, ext_hdu_t >::add_hdu |
( |
std::string |
hdu_name, |
|
|
Eigen::DenseBase< Derived > & |
data |
|
) |
| |
|
inline |
◆ add_wcs()
template<typename hdu_t , class wcs_t , typename epoch_t >
void fitsIO< file_type, ext_hdu_t >::add_wcs |
( |
hdu_t * |
hdu, |
|
|
wcs_t & |
wcs, |
|
|
const epoch_t |
epoch |
|
) |
| |
|
inline |
◆ get_hdu()
auto fitsIO< file_type, ext_hdu_t >::get_hdu |
( |
std::string |
hdu_name | ) |
|
|
inline |
◆ filepath
std::string fitsIO< file_type, ext_hdu_t >::filepath |
◆ hdus
std::vector<ext_hdu_t> fitsIO< file_type, ext_hdu_t >::hdus |
◆ logger
std::shared_ptr<spdlog::logger> fitsIO< file_type, ext_hdu_t >::logger = spdlog::get("citlali_logger") |
◆ pfits
std::unique_ptr<CCfits::FITS> fitsIO< file_type, ext_hdu_t >::pfits |
The documentation for this class was generated from the following file: