Milena (Olena)
User documentation 2.0a Id
|
Namespace of fits input/output handling. More...
Functions | |
void | load (image2d< float > &ima, const std::string &filename) |
Load a fits image in a Milena image. | |
image2d< float > | load (const std::string &filename) |
Load a fits image in a image2d<float>. | |
Namespace of fits input/output handling.
|
inline |
Load a fits image in a Milena image.
[out] | ima | A reference to the image2d<float> which will receive data. |
[in] | filename | The source. |
Definition at line 132 of file fits/load.hh.
|
inline |
Load a fits image in a image2d<float>.
[in] | filename | The image source. |
Definition at line 85 of file fits/load.hh.