SourceXtractorPlusPlus
0.13
Please provide a description of the project.
|
#include <FitsWriter.h>
Public Member Functions | |
virtual | ~FitsWriter ()=default |
Destructor. More... | |
Static Public Member Functions | |
template<typename T > | |
static void | writeFile (const Image< T > &image, const std::string &filename, const std::shared_ptr< CoordinateSystem > coord_system=nullptr, bool append=false) |
template<typename T > | |
static std::shared_ptr < WriteableImage< T > > | newImage (const std::string &filename, int width, int height, const std::shared_ptr< CoordinateSystem > coord_system=nullptr, bool append=false) |
template<typename T > | |
static std::shared_ptr < WriteableImage< T > > | newTemporaryImage (const std::string &pattern, int width, int height) |
Definition at line 43 of file FitsWriter.h.
|
virtualdefault |
Destructor.
|
inlinestatic |
Definition at line 66 of file FitsWriter.h.
References Euclid::Table::FitsWriter::append(), SourceXtractor::WriteableBufferedImage< T >::create(), Elements::Logging::debug(), conf::filename, SourceXtractor::fitsWriterLogger, SourceXtractor::ImageTile::getTypeValue(), ModelFitting::height, and ModelFitting::width.
|
inlinestatic |
Definition at line 75 of file FitsWriter.h.
References SourceXtractor::WriteableBufferedImage< T >::create(), Elements::Logging::debug(), SourceXtractor::fitsWriterLogger, SourceXtractor::ImageTile::getTypeValue(), ModelFitting::height, and ModelFitting::width.
|
inlinestatic |
Definition at line 53 of file FitsWriter.h.
References Euclid::Table::FitsWriter::append(), conf::filename, SourceXtractor::Image< T >::getHeight(), SourceXtractor::Image< T >::getValue(), SourceXtractor::Image< T >::getWidth(), x, and y.