Alexandria
2.27.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 <type_traits>
#include <valarray>
Go to the source code of this file.
Namespaces | |
Euclid | |
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. More... | |
template<typename GridType > | |
GridType | Euclid::GridContainer::gridFitsImport (const boost::filesystem::path &filename, int hdu_index) |
Imports a Grid from a FITS file. More... | |