Alexandria 2.32.0
SDC-CH common library for the Euclid project
|
#include "GridConstructionHelper.h"
#include "GridContainer/GridContainer.h"
#include "Table/FitsWriter.h"
#include "Table/Table.h"
#include "XYDataset/QualifiedName.h"
#include <CCfits/CCfits>
#include <boost/filesystem.hpp>
#include <cstdint>
#include <type_traits>
#include <valarray>
Go to the source code of this file.
Namespaces | |
namespace | Euclid |
namespace | Euclid::GridContainer |
Functions | |
template<typename GridCellManager, typename... AxesTypes> | |
void | Euclid::GridContainer::gridFitsExport (const boost::filesystem::path &filename, const std::string &hdu_name, const GridContainer< GridCellManager, AxesTypes... > &grid) |
Exports a Grid as a FITS file. | |
template<typename GridType> | |
GridType | Euclid::GridContainer::gridFitsImport (const boost::filesystem::path &filename, int hdu_index) |
Imports a Grid from a FITS file. |