IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2004, 4:34:41 PM (22 years ago)
Author:
eugene
Message:

revisions for SDRS version 08

File:
1 edited

Legend:

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

    r2047 r2070  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.33 2004-10-11 23:43:15 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.34 2004-10-13 02:34:41 eugene Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    301301\end{itemize}
    302302
    303 \subsection{Changes from Revision 07 (7 September 2004) to present}
     303\subsection{Changes from Revision 07 (7 September 2004) to Revision 08 (12 October 2004)}
    304304
    305305\begin{itemize}
    306 \item Changed format of \code{psLogMsg}, following bug 189: format now
    307   has multiple lines.
     306\item Changed format of \code{psLogMsg}, following bug 189: format now has multiple lines.
    308307\item Added configuration file grammar.
    309 \item Added explanation of \code{psArray *coords} in
    310   \code{psMinimizeLMFunc}, and changed \code{psMatrix} to
     308\item Added explanation of \code{psArray *coords} in \code{psMinimizeLMFunc}, and changed \code{psMatrix} to
    311309  \code{psImage} in response to bug 191.
    312310\item Added \code{psTimeTable}.
     
    321319\item Removed \code{psListRemoveNext} and \code{psListRemoveAfter}.
    322320  Removing an item pointed to by an iterator doesn't cause an error.
    323 \item Added \code{PS_TYPE_STR} and \code{PS_TYPE_BOOL} to
    324   \code{psElemType}.
     321\item Added \code{psRectangle}
     322\item Added \code{PS_TYPE_BOOL} to \code{psElemType}.
     323\item Dropped \code{PS_TYPE_OTHER}
     324\item Replaced \code{PS_META_IMG} with \code{PS_META_MATH}
     325\item Replaced \code{PS_META_ITEM_SET} with \code{PS_META_LIST}
     326\item Added \code{psElemType} to \code{psMetadataItem} to specify primitive data types.
     327\item Cleaned up the entries in \code{psMetadataType}.
     328\item Moved the \code{psList} entry (item set, now list) to the union.
     329\item Added a \code{psMetadata} entry to the union.
     330\item Added typing contruct and hierarchy to \code{psMetadataParseConfig}
     331\item Added FITS I/O section
    325332\item Moved \code{psImageReadSection} and \code{psImageWriteSection} to FITS I/O Functions section and modified names.
    326333\item Moved \code{psMetadataReadHeader} and \code{psMetadataFReadHeader} to FITS I/O Functions section and modified names.
    327 \item added FITS I/O section
    328 \item added \code{psRectangle}
    329 \item fixed typo: \code{p_psScalar} to \code{psScalar}
    330 \item renamed psMetadata.data.void to psMetadata.data.data to be consistent with psList, psHash
    331 \item replaced \code{PS_META_IMG} with \code{PS_META_MATH}
    332 \item dropped \code{PS_TYPE_BOOL, PS_TYPE_STR, PS_TYPE_OTHER}
    333 \item require comment mark in 'multiple' metadata config entry for comments
    334 \item changed return values for \code{psMetadataParseConfig}
     334\item Fixed typo: \code{p_psScalar} to \code{psScalar}
     335\item Renamed \code{psMetadata.data.void} to \code{psMetadata.data.data} to be consistent with \code{psList}, \code{psHash}
     336\item Require comment mark in 'multiple' metadata config entry for comments
     337\item Changed return values for \code{psMetadataParseConfig}
    335338\item Added \code{psTimeAlloc}.
    336339\item Adding \code{errors} to \code{psVectorStats}.
Note: See TracChangeset for help on using the changeset viewer.