Changeset 2939 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Jan 8, 2005, 2:50:15 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r2929 r2939 1 %%% $Id: psLibSDRS.tex,v 1.16 5 2005-01-07 22:31:49 price Exp $1 %%% $Id: psLibSDRS.tex,v 1.166 2005-01-09 00:50:15 eugene Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4210 4210 4211 4211 \begin{verbatim} 4212 psFits *psFitsMoveExtName(psFits *fits, const char *extname);4212 bool psFitsMoveExtName(psFits *fits, const char *extname); 4213 4213 \end{verbatim} 4214 4214 4215 4215 Positions the pointer to the beginning of the specified 4216 4216 \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?} 4217 shall fail. 4219 4218 4220 4219 \begin{verbatim} … … 4224 4223 Moves the pointer to the beginning of the specified HDU number. If 4225 4224 \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 to4227 return the pointer? can this just return a status?} 4225 relative to the current HDU. The PHU is entry number 0, while the 4226 extended data segments start at number 1. 4228 4227 4229 4228 \begin{verbatim} … … 4269 4268 \begin{verbatim} 4270 4269 bool psFitsWriteHeader(psMetadata *output, const psFits *fits); 4271 bool psFitsUpdateHeader(psMetadata *output, const psFits *fits);4272 4270 \end{verbatim} 4273 4271 Write metadata into the header of a FITS image file. The header is … … 4277 4275 4278 4276 \begin{verbatim} 4279 psImage *psFitsReadImage Section(psImage *output, psFits *fits, psRegion region, int z);4277 psImage *psFitsReadImage(psImage *output, psFits *fits, psRegion region, int z); 4280 4278 \end{verbatim} 4281 4279 Read an image or subimage from the \code{psFits} file pointer. This … … 4296 4294 4297 4295 \begin{verbatim} 4298 bool psFitsWriteImageSection(psFits *fits, const psImage *input, psRegion region, int z);4299 4296 bool psFitsUpdateImage(psFits *fits, const psImage *input, psRegion region, int z); 4300 4297 \end{verbatim}
Note:
See TracChangeset
for help on using the changeset viewer.
