Functions | |
void | fits_exit (int status) |
image2d< float > | load (const std::string &filename) |
Load a fits image in a image2d<float>. | |
void | load (image2d< float > &ima, const std::string &filename) |
Load a fits image in a Milena image. |
void mln::io::fits::fits_exit | ( | int | status | ) | [inline] |
image2d< float > mln::io::fits::load | ( | const std::string & | filename | ) | [inline] |
Load a fits image in a image2d<float>.
[in] | filename | The image source. |
Definition at line 85 of file fits/load.hh.
References mln::trace::entering(), mln::trace::exiting(), and fits_exit().
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. |
Definition at line 132 of file fits/load.hh.