$extrastylesheet
Functions | |
| void | mln::io::fits::load (image2d< float > &ima, const std::string &filename) |
| image2d< float > | mln::io::fits::load (const std::string &filename) |
FITS I/O routines.
| void mln::io::fits::load | ( | image2d< float > & | ima, |
| const std::string & | filename | ||
| ) |
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 | ) |
Load a fits image in a image2d<float>.
| [in] | filename | The image source. |