Functions

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] ima A reference to the image2d<float> which will receive data.
[in] filename The 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] filename The image source.
Returns:
An image2d<float> which contains loaded data.

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