SourceXtractorPlusPlus
0.8
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) |
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) |
template<typename T > | |
static std::shared_ptr < WriteableImage< T > > | newTemporaryImage (const std::string &pattern, int width, int height, bool auto_remove=true) |
Definition at line 43 of file FitsWriter.h.
|
virtualdefault |
Destructor.
|
inlinestatic |
Definition at line 66 of file FitsWriter.h.
References SourceXtractor::WriteableBufferedImage< T >::create(), Elements::Logging::debug(), conf::filename, and SourceXtractor::fitsWriterLogger.
|
inlinestatic |
Definition at line 74 of file FitsWriter.h.
References SourceXtractor::WriteableBufferedImage< T >::create(), Elements::Logging::debug(), and SourceXtractor::fitsWriterLogger.
|
inlinestatic |
Definition at line 53 of file FitsWriter.h.
References conf::filename, SourceXtractor::Image< T >::getHeight(), SourceXtractor::Image< T >::getValue(), SourceXtractor::Image< T >::getWidth(), x, and y.
Referenced by SourceXtractor::CheckImages::saveImages().