Scilab Function
Last update : 23/8/2006

fits_head - list the head information of a FITS file

Calling Sequence

[]=fits_head(filename)

Parameters

Description

list the head information of a FITS file.

Examples

	lay=ref_atm_lay(1);
	ref_atm_lay_fits(lay,"lay");
	fits_head("lay.fits");
 

Author

Chen jingyuan, Gan guangyong (IAPCM, Beijing,China.)

See Also

fitsinfo ,   fitsread ,   fits_structure ,   fits_image_info ,   get_fits_image ,   file_fits ,