SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractor::FitsWriter Class Reference

#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)

Detailed Description

Definition at line 44 of file FitsWriter.h.

Constructor & Destructor Documentation

◆ ~FitsWriter()

virtual SourceXtractor::FitsWriter::~FitsWriter ( )
virtualdefault

Destructor.

Member Function Documentation

◆ newImage()

◆ newTemporaryImage()

template<typename T>
std::shared_ptr< WriteableImage< T > > SourceXtractor::FitsWriter::newTemporaryImage ( const std::string & pattern,
int width,
int height )
inlinestatic

◆ writeFile()

template<typename T>
void SourceXtractor::FitsWriter::writeFile ( const Image< T > & image,
const std::string & filename,
const std::shared_ptr< CoordinateSystem > coord_system = nullptr,
bool append = false )
inlinestatic

The documentation for this class was generated from the following file: