SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
PyFitsFile.h
Go to the documentation of this file.
1
17
18#ifndef _SEIMPLEMENTATION_PYFITSFILE_H
19#define _SEIMPLEMENTATION_PYFITSFILE_H
20
21#include <string>
22#include <boost/python/list.hpp>
25
26namespace SourceXtractor {
27
29
30public:
31
32 explicit PyFitsFile(const std::string& filename);
33
34 virtual ~PyFitsFile() = default;
35
37 return m_filename;
38 }
39
41
43 std::vector<int> getDimensions(int hdu) const;
44
45private:
48};
49
50}
51
52#endif // _SEIMPLEMENTATION_PYFITSFILE_H
53
std::shared_ptr< FitsFile > m_file
Definition PyFitsFile.h:47
std::map< std::string, std::string > getHeaders(int hdu) const
std::vector< int > getDimensions(int hdu) const
std::string getFilename() const
Definition PyFitsFile.h:36
PyFitsFile(const std::string &filename)
virtual ~PyFitsFile()=default
std::vector< int > getImageHdus() const