Changeset 6532 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Mar 6, 2006, 1:12:53 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r6507 r6532 1 %%% $Id: psLibSDRS.tex,v 1.38 6 2006-03-03 21:48:12price Exp $1 %%% $Id: psLibSDRS.tex,v 1.387 2006-03-06 23:12:45 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4146 4146 4147 4147 \begin{prototype} 4148 psImage *psFitsReadImage( psImage *out,const psFits *fits, psRegion region, int z);4148 psImage *psFitsReadImage(const psFits *fits, psRegion region, int z); 4149 4149 \end{prototype} 4150 4150 Read an image or subimage from the \code{psFits} file pointer. This … … 4211 4211 the entire file following the inserted extension must be rewritten.} 4212 4212 4213 We also provide the following functions that use a \code{psArray} of 4214 \code{psImages}, so that the user need not worry about updating 4215 \code{NAXIS} headers: 4216 4217 \begin{prototype} 4218 psArray *psFitsReadImageCube(const psFits *fits, psRegion region); 4219 bool psFitsUpdateImageCube(psFits *fits, const psArray *input, int x0, int y0); 4220 bool psFitsWriteImageCube(psFits *fits, psMetadata *header, const psArray 4221 *input, const char *extname); 4222 bool psFitsInsertImageCube(psFits *fits, psMetadata *header, const psArray 4223 *input, const char *extname, bool after); 4224 \end{prototype} 4225 4226 4213 4227 \subsubsection{FITS Table I/O Functions} 4214 4228 … … 4277 4291 4278 4292 \begin{prototype} 4279 bool psFitsWriteTable(psFits* fits, const psMetadata *header, const psArray* table); 4293 bool psFitsWriteTable(psFits* fits, const psMetadata *header, const psArray* table 4294 const char *extname); 4280 4295 \end{prototype} 4281 4296 Accepts a \code{psArray} of \code{psMetadata} and writes it to the end 4282 of the file .4297 of the file with the given \code{extname}. 4283 4298 4284 4299 \begin{prototype} … … 4291 4306 \begin{prototype} 4292 4307 bool psFitsInsertTable(psFits *fits, const psMetadata *header, const psArray* table, 4293 bool after);4308 const char *extname, bool after); 4294 4309 \end{prototype} 4295 4310
Note:
See TracChangeset
for help on using the changeset viewer.
