This class is interface for a CPL image extensions functions. It provides a simplified interface that allows to call CPL routines INS applications.
More...
#include <imageExtensions.hpp>
This class is interface for a CPL image extensions functions. It provides a simplified interface that allows to call CPL routines INS applications.
ImageExtensions - CPL image extension interface class
- See Also
- CPL Reference: http://www.eso.org/observing/cpl/reference_3.0/ or above
odp::ImageExtensions::ImageExtensions |
( |
| ) |
|
|
explicit |
Class constructor.
- Returns
- none
odp::ImageExtensions::~ImageExtensions |
( |
| ) |
|
|
virtual |
Class destructor.
- Returns
- none
void odp::ImageExtensions::FindExt |
( |
const std::string & |
filename, |
|
|
const std::string & |
extname, |
|
|
cpl_size * |
extnum |
|
) |
| |
Get the place of a give extension in a FITS file.
- Parameters
-
[in] | filename | FIT file. |
[in] | extname | Extension name. |
[out] | extnum | Extension number. |
- Returns
- none
- See Also
- CPL function: cpl_fits_find_extension
cpl_size odp::ImageExtensions::FindExt |
( |
const std::string & |
filename, |
|
|
const std::string & |
extname |
|
) |
| |
Get the place of a give extension in a FITS file.
- Parameters
-
[in] | filename | FIT file. |
[in] | extname | Extension name. |
- Returns
- Extension number
- See Also
- CPL function: cpl_fits_find_extension
void odp::ImageExtensions::GetNumExt |
( |
const std::string & |
filename, |
|
|
cpl_size * |
extnum |
|
) |
| |
Get the number of image extensions.
- Parameters
-
[in] | filename | FIT file. |
[out] | extnum | Number of extensions. |
- Returns
- none
- See Also
- CPL function: cpl_fits_count_extensions
cpl_size odp::ImageExtensions::GetNumExt |
( |
const std::string & |
filename | ) |
|
Get the number of image extensions.
- Parameters
-
- Returns
- Number of extensions
- See Also
- CPL function: cpl_fits_count_extensions
The documentation for this class was generated from the following files: