|
SourceXtractorPlusPlus 1.0.3
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(), SourceXtractor::WriteableBufferedImage< T >::create(), SourceXtractor::fitsWriterLogger, SourceXtractor::ImageTile::getTypeValue(), and std::make_shared().
Referenced by SourceXtractor::CheckImages::configure(), SourceXtractor::CheckImages::getFittingWindowImage(), SourceXtractor::CheckImages::getMeasurementApertureImage(), SourceXtractor::CheckImages::getMeasurementAutoApertureImage(), SourceXtractor::CheckImages::getMLDetectionImage(), SourceXtractor::CheckImages::getModelFittingImage(), SourceXtractor::CheckImages::getPsfImage(), SourceXtractor::CheckImages::getWriteableCheckImage(), and writeFile().

|
inlinestatic |
Definition at line 77 of file FitsWriter.h.
References SourceXtractor::WriteableBufferedImage< T >::create(), SourceXtractor::fitsWriterLogger, SourceXtractor::ImageTile::getTypeValue(), and std::make_shared().
Referenced by SourceXtractor::CheckImages::getModelFittingImage(), and SourceXtractor::MLSegmentation::labelImage().

|
inlinestatic |
Definition at line 54 of file FitsWriter.h.
References Euclid::Table::FitsWriter::append(), SourceXtractor::Image< T >::getHeight(), SourceXtractor::ImageAccessor< T >::getValue(), SourceXtractor::Image< T >::getWidth(), and newImage().
Referenced by BenchBackgroundModel::mainMethod(), and SourceXtractor::CheckImages::saveImages().
