SDS_PUT_FITS_HEADER(3)



NAME

     sds_put_fits_header

     - writes just the header information to a file pointer


SYNOPSIS

     #include <soi_sds.h>

     int sds_put_fits_header(SDS *sdsptr, FILE *fp)



DESCRIPTION

     sds_put_fits_header

     write sds header information to a FITS  file  pointer.   The
     file pointer has to be at the beginning of the file for this
     routine to work.

     The data is not written by this routine.

     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  beginning  of
     the file.



HISTORY

     94.08.31 K Scott:  created this file