PANDORE Version 6 GREYC-IMAGE

pfits2pan



Converts FITS (Flexible Image Transport System) image file to Pandore image file.



Synopsis

pfits2pan [im_in|-] [im_out|-]

Description

pfits2pan reads data from the header and primary data of the FITS (Flexible Image Transport System) file im_in and then stores data in the output image im_out. Output image values are always stored as reals whatever is the original data format. Only 1D, 2D and 3D gray-scale images are considered currently.

Inputs

Outputs

Result

Returns SUCCESS or FAILURE.

Examples

Converts the fits image to Pandore image:

   pfits2pan image.fits image.pan

See also

Conversion, ppan2fits

C++ prototype

Pobject* PFits2Pan( const char *filename );

Version française

Conversion d'une image au format FITS vers le format Pandore.


Author: Jalal Fadili