SDS_PUT_FITS_DATA(3)



NAME

     sds_put_fits_data

     - writes data to a file pointer


SYNOPSIS

     #include <soi_sds.h>

     int sds_put_fits_data(SDS *sdsptr, FILE *fp)



DESCRIPTION

     sds_put_fits_data

     write sds data FITS file pointer.  The file pointer  has  to
     be  at  the correct position in the file for this routine to
     work.

     The data is written by this routine in the file.

     Returns an integer error code if  an  error  is  encountered
     writing   the   header   which   can  be  interpreted  using
     soi_error.h.


FILES

     ~soi/(release)/include/soi_sds.h
     ~soi/(release)/include/soi_error.h
     ~soi/(release)/src/libsds.d/sds_wfits.c



SEE ALSO


FEATURES and BUGS

     The file pointer has to be positioned at the  correct  posi-
     tion in the file.



HISTORY

     94.08.31 A Jain:  created this file