IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7237


Ignore:
Timestamp:
May 26, 2006, 4:19:58 PM (20 years ago)
Author:
Paul Price
Message:

Changed psFitsWriteHeaderNotImage to psFitsWriteBlank.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r7207 r7237  
    1 %%% $Id: psLibSDRS.tex,v 1.395 2006-05-25 21:01:20 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.396 2006-05-27 02:19:58 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    42234223
    42244224\begin{prototype}
    4225 bool psFitsWriteHeader(const psMetadata *output, psFits *fits);
     4225bool psFitsWriteHeader(psFits *fits, const psMetadata *output);
    42264226\end{prototype}
    42274227Write metadata into the header of a FITS image file.  The header is
     
    42294229
    42304230\begin{prototype}
    4231 bool psFitsWriteHeaderNotImage(psFits *fits, const psMetadata *header);
    4232 \end{prototype}
    4233 This function creates a header for a 0 length image.  The resulting
    4234 header shall have \code{NAXIS = 0}.  Any \code{NAXISi} elements
    4235 present in the header shall be maintained as reference data.
     4231bool psFitsWriteHeaderBlank(psFits *fits, const psMetadata *header);
     4232\end{prototype}
     4233This function creates a header in the \code{fits} file for a 0 length
     4234image.  The resulting header shall have \code{NAXIS = 0}.  Any
     4235\code{NAXISi} elements present in the header shall be maintained as
     4236reference data.
    42364237
    42374238\begin{prototype}
Note: See TracChangeset for help on using the changeset viewer.