|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <FitsWriter.h>
Public Member Functions | |
| virtual | ~FitsWriter ()=default |
| Destructor. | |
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 44 of file FitsWriter.h.
|
virtualdefault |
Destructor.
|
inlinestatic |
Definition at line 68 of file FitsWriter.h.
References Euclid::Table::FitsWriter::append(), and SourceXtractor::fitsWriterLogger.

|
inlinestatic |
Definition at line 77 of file FitsWriter.h.
References SourceXtractor::fitsWriterLogger.
|
inlinestatic |
Definition at line 54 of file FitsWriter.h.
References Euclid::Table::FitsWriter::append(), x, and y.
Referenced by BenchBackgroundModel::mainMethod(), and SourceXtractor::CheckImages::saveImages().
