IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6613


Ignore:
Timestamp:
Mar 16, 2006, 2:05:48 PM (20 years ago)
Author:
eugene
Message:

PS_META_NO_REPLACE

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/ChangeLogSDRS.tex

    r6532 r6613  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.198 2006-03-06 23:12:53 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.199 2006-03-17 00:05:31 eugene Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    847847\item psImageCountPixelMask : changed definition of region to refer to parent coords
    848848\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
    849855\end{itemize}
    850856\item Added S8,S16,U8,U16,U32 to \code{psDataType} (bug 579).
     
    855861\item reorder \code{psPrecessMethod} to match the implementation in pslib
    856862\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
    857865\item allow \code{psMetadataItem} pointer types to have a value of \code{NULL}
    858866\end{itemize}
    859867
    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
    861870\begin{itemize}
    862871\item Added \code{psFitsIsImage} and \code{psFitsIsTable}
     
    866875\item Added \code{extname} to \code{psFitsWriteTable} and
    867876  \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.387 2006-03-06 23:12:45 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.388 2006-03-17 00:05:48 eugene Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    27072707
    27082708\begin{datatype}
    2709 typedef enum {                          ///< option flags for psMetadata functions
    2710     PS_META_DEFAULT         = 0,        ///< default behavior (0x0000) for use in mode above
     2709typedef enum {                           ///< option flags for psMetadata functions
     2710    PS_META_DEFAULT         = 0,         ///< default behavior (0x0000) for use in mode above
    27112711    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
    27142715} psMetadataFlags;
    27152716\end{datatype}
     
    36653666standard (1 means first pixel; lower and upper values are included),
    36663667which simply involves subtracting one from \code{x0} and \code{y0}
    3667 when going from a string representation to a \code{psRegion}.
     3668when 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}).
    36683671
    36693672\begin{prototype}
Note: See TracChangeset for help on using the changeset viewer.