Changeset 5484
- Timestamp:
- Nov 7, 2005, 12:31:41 PM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r5468 r5484 1 %%% $Id: ChangeLogSDRS.tex,v 1.17 7 2005-11-04 19:04:32price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.178 2005-11-07 22:31:36 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 821 821 The functionality will be handled by \code{psFitsWriteImage, 822 822 psFitsWriteTable}. 823 \end{itemize} 823 \item Added \code{psMetadataCopy}. 824 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r5468 r5484 1 %%% $Id: psLibSDRS.tex,v 1.35 3 2005-11-04 19:04:36price Exp $1 %%% $Id: psLibSDRS.tex,v 1.354 2005-11-07 22:31:41 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2832 2832 \end{prototype} 2833 2833 2834 There will be occasions when we want to perform a deep copy of a 2835 \code{psMetadata}, for example, to generate a new and independent FITS 2836 header. 2837 \begin{prototype} 2838 psMetadata *psMetadataCopy(psMetadata *out, const psMetadata *in); 2839 \end{prototype} 2840 \code{psMetadataCopy} shall create a new copy of all 2841 \code{psMetadataItem}s in the \code{in} metadata, and place them in 2842 the \code{out} metadata, or a new \code{psMetadata} if \code{out} is 2843 \code{NULL}. Now, it is not feasible (at this time) to be able to 2844 copy every type that we might put on a \code{psMetadata}. Therefore, 2845 \code{psMetadataCopy} shall copy only the numerical types and strings. 2846 Other pointer types may simply have the pointer copied (with the 2847 reference counter incremented appropriately), with the total number of 2848 such copies (if positive) reported in a warning at the end of the 2849 function. 2850 2834 2851 \subsubsection{Configuration files} 2835 2852 \label{sec:configspec}
Note:
See TracChangeset
for help on using the changeset viewer.
