Namespace of fits input/output handling. More...
Functions | |
void | fits_exit (int status) |
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.
void mln::io::fits::fits_exit | ( | int | status | ) | [inline] |
Referenced by load().
void mln::io::fits::load | ( | image2d< float > & | ima, | |
const std::string & | filename | |||
) | [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. |
image2d< float > mln::io::fits::load | ( | const std::string & | filename | ) | [inline] |
Load a fits image in a image2d<float>.
[in] | filename | The image source. |
References mln::trace::entering(), mln::trace::exiting(), and fits_exit().