Milena (Olena)  User documentation 2.0a Id
mln::io::fits Namespace Reference

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>.

Detailed Description

Namespace of fits input/output handling.


Function Documentation

void mln::io::fits::load ( image2d< float > &  ima,
const std::string &  filename 
) [inline]

Load a fits image in a Milena image.

Parameters:
[out]imaA reference to the image2d<float> which will receive data.
[in]filenameThe source.

Definition at line 132 of file fits/load.hh.

image2d< float > mln::io::fits::load ( const std::string &  filename) [inline]

Load a fits image in a image2d<float>.

Parameters:
[in]filenameThe image source.
Returns:
An image2d<float> which contains loaded data.

Definition at line 85 of file fits/load.hh.

 All Classes Namespaces Functions Variables Typedefs Enumerator