Changeset 6613
- Timestamp:
- Mar 16, 2006, 2:05:48 PM (20 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (4 diffs)
-
psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r6532 r6613 1 %%% $Id: ChangeLogSDRS.tex,v 1.19 8 2006-03-06 23:12:53 price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.199 2006-03-17 00:05:31 eugene Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 847 847 \item psImageCountPixelMask : changed definition of region to refer to parent coords 848 848 \item psImageSubset : specified definition of region to refer to parent coords 849 \item psImageTrim : specified definition of region to refer to parent coords 850 \item psImageRow : specified definition of region to refer to parent coords 851 \item psImageColumn : specified definition of region to refer to parent coords 852 \item psImageSlice : specified definition of region to refer to parent coords 853 \item psImageCut : specified definition of region to refer to parent coords 854 \item psImageRadialCut : specified definition of region to refer to parent coords 849 855 \end{itemize} 850 856 \item Added S8,S16,U8,U16,U32 to \code{psDataType} (bug 579). … … 855 861 \item reorder \code{psPrecessMethod} to match the implementation in pslib 856 862 \item set \code{psPolynomial?DAlloc()} functions params to have \code{type} first 863 \item dropped unused 'stats' from \code{psLookupTableInterpolateAll} 864 \item psImageSubset : specified that the input region and image need not overlap, but that the bound saturate to the limits of the input image 857 865 \item allow \code{psMetadataItem} pointer types to have a value of \code{NULL} 858 866 \end{itemize} 859 867 860 \ubsection{Changes from Revistion 19 (21 Feb 2006) to Revision 20 (?? ??? 2006)} 868 \subsection{Changes from Revistion 19 (21 Feb 2006) to Revision 20 (?? ??? 2006)} 869 861 870 \begin{itemize} 862 871 \item Added \code{psFitsIsImage} and \code{psFitsIsTable} … … 866 875 \item Added \code{extname} to \code{psFitsWriteTable} and 867 876 \code{psFitsInsertTable} to mirror the image versions. 868 \end{itemize} 877 \item \code{psRegionFromString} adjusted to allow a \code{NULL} string region 878 \item added \code{PS_META_NO_REPLACE} 879 880 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r6532 r6613 1 %%% $Id: psLibSDRS.tex,v 1.38 7 2006-03-06 23:12:45 price Exp $1 %%% $Id: psLibSDRS.tex,v 1.388 2006-03-17 00:05:48 eugene Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2707 2707 2708 2708 \begin{datatype} 2709 typedef enum { ///< option flags for psMetadata functions2710 PS_META_DEFAULT = 0, ///< default behavior (0x0000) for use in mode above2709 typedef enum { ///< option flags for psMetadata functions 2710 PS_META_DEFAULT = 0, ///< default behavior (0x0000) for use in mode above 2711 2711 PS_META_REPLACE = 0x1000000, ///< allow entry to be replaced 2712 PS_META_DUPLICATE_OK = 0x2000000, ///< allow duplicate entries 2713 PS_META_NULL = 0x4000000 ///< psMetadataItem.data is a NULL value 2712 PS_META_NO_REPLACE = 0x2000000, ///< duplicate entry is silently skipped 2713 PS_META_DUPLICATE_OK = 0x4000000, ///< allow duplicate entries 2714 PS_META_NULL = 0x8000000 ///< psMetadataItem.data is a NULL value 2714 2715 } psMetadataFlags; 2715 2716 \end{datatype} … … 3665 3666 standard (1 means first pixel; lower and upper values are included), 3666 3667 which simply involves subtracting one from \code{x0} and \code{y0} 3667 when going from a string representation to a \code{psRegion}. 3668 when going from a string representation to a \code{psRegion}. A 3669 \code{NULL} string is allowed and is equivalent to the default region 3670 (\code{0:0,0:0}). 3668 3671 3669 3672 \begin{prototype}
Note:
See TracChangeset
for help on using the changeset viewer.
