C---------------------------------------------------------------------- subroutine ftphps(ounit,bitpix,naxis,naxes,status) C write required primary header keywords C C ounit i fortran output unit number C simple l does file conform to FITS standard? C bitpix i number of bits per data value C naxis i number of axes in the data array C naxes i array giving the length of each data axis C pcount i number of group parameters C gcount i number of random groups C extend l may extensions be present in the FITS file? C OUTPUT PARAMETERS: C status i output error status (0=OK) C C written by Wm Pence, HEASARC/GSFC, June 1991 integer ounit,bitpix,naxis,naxes(*),status call ftphpr(ounit,.true.,bitpix,naxis,naxes, & 0,1,.true.,status) end