IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 8, 2005, 2:50:15 PM (22 years ago)
Author:
eugene
Message:

minor fits i/o mods

File:
1 edited

Legend:

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

    r2929 r2939  
    1 %%% $Id: psLibSDRS.tex,v 1.165 2005-01-07 22:31:49 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.166 2005-01-09 00:50:15 eugene Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    42104210
    42114211\begin{verbatim}
    4212 psFits *psFitsMoveExtName(psFits *fits, const char *extname);
     4212bool psFitsMoveExtName(psFits *fits, const char *extname);
    42134213\end{verbatim}
    42144214
    42154215Positions the pointer to the beginning of the specified
    42164216\code{extname}.  If the \code{extname} does not exist, the function
    4217 shall fail.  \tbd{is it necessary to return the pointer? can this just
    4218 return a status?}
     4217shall fail. 
    42194218
    42204219\begin{verbatim}
     
    42244223Moves the pointer to the beginning of the specified HDU number.  If
    42254224\code{relative} is TRUE, \code{extnum} represents the number of HDUs
    4226 relative to the current HDU.  \tbd{Is PHU 0 or -1?  is it necessary to
    4227 return the pointer? can this just return a status?}
     4225relative to the current HDU.  The PHU is entry number 0, while the
     4226extended data segments start at number 1.
    42284227
    42294228\begin{verbatim}
     
    42694268\begin{verbatim}
    42704269bool psFitsWriteHeader(psMetadata *output, const psFits *fits);
    4271 bool psFitsUpdateHeader(psMetadata *output, const psFits *fits);
    42724270\end{verbatim}
    42734271Write metadata into the header of a FITS image file.  The header is
     
    42774275
    42784276\begin{verbatim}
    4279 psImage *psFitsReadImageSection(psImage *output, psFits *fits, psRegion region, int z);
     4277psImage *psFitsReadImage(psImage *output, psFits *fits, psRegion region, int z);
    42804278\end{verbatim}
    42814279Read an image or subimage from the \code{psFits} file pointer.  This
     
    42964294 
    42974295\begin{verbatim}
    4298 bool psFitsWriteImageSection(psFits *fits, const psImage *input, psRegion region, int z);
    42994296bool psFitsUpdateImage(psFits *fits, const psImage *input, psRegion region, int z);
    43004297\end{verbatim}
Note: See TracChangeset for help on using the changeset viewer.