Changeset 7537 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Jun 13, 2006, 11:58:17 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r7536 r7537 1 %%% $Id: psLibSDRS.tex,v 1.40 0 2006-06-13 20:12:35price Exp $1 %%% $Id: psLibSDRS.tex,v 1.401 2006-06-13 21:58:17 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4275 4275 \code{false}. 4276 4276 4277 \begin{prototype}4278 psMetadata *psFitsHeaderFromImage(psMetadata *header, const psImage *image);4279 psMetadata *psFitsHeaderFromTable(psMetadata *header, const psArray *table);4280 \end{prototype}4281 4282 \code{psFitsHeaderFromImage} shall format the \code{header} to be4283 appropriate for writing the \code{image}. The function shall update4284 the following keywords in the \code{header} on the basis of the4285 \code{image}: \code{SIMPLE}, \code{NAXIS}, \code{NAXIS1},4286 \code{NAXIS2}, \code{NAXIS3}, \code{BSCALE}, \code{BZERO},4287 \code{EXTNAME}. If the \code{header} is \code{NULL}, a new header4288 shall be allocated and returned. \code{psFitsHeaderFromTable} shall4289 do similarly for \code{table}s, setting the appropriate keywords for4290 FITS tables.4291 4292 4277 4293 4278 \begin{prototype}
Note:
See TracChangeset
for help on using the changeset viewer.
