SDS_GET_ONE_FITS(3)



NAME

     sds_get_one_fits
     sds_put_one_fits


SYNTAX

     #include <soi_sds.h>

     SDS *sds_get_one_fits ( char *filename )
     int sds_put_one_fits ( SDS *sdsptr, char *filename )


DESCRIPTION

     These are obsolete functions for reading  and  writing  FITS
     files  and  are  not  supported.   Calls  to these functions
     should be  replaced  by  the  functions  sds_get_fits()  and
     sds_put_fits() (q.v.).

     sds_get_one_fits() reads  the  fits  file  as  specified  by
     filename. Stores the keywords in the attribute list and data
     within the SDS structure.  Performs the reordering of  bytes
     (flipping)  depending on IEEE_EL and IEEE_EB flags.  Returns
     the SDS structure, NULL if error.


BUGS

     Reader and writer have minimum restrictions on  fits  format
     and  do  NOT  support date, time, IEEE Infinity and NaN for-
     mats. Missing values not fully supported.

     In sds_get_one_fits not all members  in  SDS  structure  are
     set.

     sds_put_one_fits() expects the FITS mandatory keywords to be
     in the attribute list.


FILES


SEE ALSO

     sds_fits (3)


HISTORY

     1993-10-13
     1994-02-08 SOI Version 0.8