IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 20, 2005, 5:30:12 PM (21 years ago)
Author:
Paul Price
Message:

Changed psPixels to psArrays of psPixelCoord

File:
1 edited

Legend:

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

    r3663 r3734  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.85 2005-04-05 21:26:50 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.86 2005-04-21 03:26:00 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    481481  from a file.
    482482\item \code{psMetadataAddV} changed to use \code{va_list} parameter (bug 312).
    483 
     483 
    484484\item Modified \code{psImageTransform} in preparation for image combination.
    485 
     485 
    486486\item Added \code{psPixels} structure and related functions
    487487\item Added \code{psPlaneTransformDeriv}.
    488488\item Added \code{psImageGrowMask}.
    489489\item Added Earth Orientation Calculations Section
    490 
     490 
    491491\item Changes to the Time section:
    492 \begin{itemize}
    493 \item Add \code{psTimeBulliten} enum
    494 \item Add \code{leapsecond} member to \code{psTimeType}
    495 \item Change \code{psTime.usec} $\rightarrow$ \code{psTime.nsec} (nanoseconds)
    496 \item Minor reorganization and additional comments
    497 \item Rename \code{psTimeGetTime()} $\rightarrow$ \code{psTimeGetNow()}
    498 \item New rules for time system converstion
    499 \item Rename \code{psTimeToLST()} $\rightarrow$ \code{psTimeToLMST()}
    500 \item Rename \code{psTimeLeapSeconds()} $\rightarrow$ \code{psTimeLeapSecondDelta()}
    501 \item Add \code{psTimeIsLeapSecond()}
    502 \item ISO8601 format clarifications
    503 \item Rename \code{psTimeToISOTime()} $\rightarrow$ \code{psTimeToISO()}
    504 \item Add \code{psTimeFromUTC()}
    505 \item Add \code{psTimeFromTT()}
    506 \item Change \code{psTime} math rules
    507 \item Change ``Time Tables'' to have IERS Bulliten A \& B
    508 \item Add Dates \& Times Test Inputs appendix
    509 \end{itemize}
    510 
     492  \begin{itemize}
     493  \item Add \code{psTimeBulliten} enum
     494  \item Add \code{leapsecond} member to \code{psTimeType}
     495  \item Change \code{psTime.usec} $\rightarrow$ \code{psTime.nsec} (nanoseconds)
     496  \item Minor reorganization and additional comments
     497  \item Rename \code{psTimeGetTime()} $\rightarrow$ \code{psTimeGetNow()}
     498  \item New rules for time system converstion
     499  \item Rename \code{psTimeToLST()} $\rightarrow$ \code{psTimeToLMST()}
     500  \item Rename \code{psTimeLeapSeconds()} $\rightarrow$ \code{psTimeLeapSecondDelta()}
     501  \item Add \code{psTimeIsLeapSecond()}
     502  \item ISO8601 format clarifications
     503  \item Rename \code{psTimeToISOTime()} $\rightarrow$ \code{psTimeToISO()}
     504  \item Add \code{psTimeFromUTC()}
     505  \item Add \code{psTimeFromTT()}
     506  \item Change \code{psTime} math rules
     507  \item Change ``Time Tables'' to have IERS Bulliten A \& B
     508  \item Add Dates \& Times Test Inputs appendix
     509  \end{itemize}
     510 
    511511\item Adding logical operations (and, or) to \code{psBinaryOp}.
    512 
     512 
    513513\item Substantial reorganization:
    514 \begin{itemize}
    515 \item Moved Metadata, Database, and XML sections to new section
    516 \item Re-named Detector \& Sky Coordinates to Linear \& Spherical Coordinates
    517 \item Moved Exposure and Observatory information out of 'Astronomical Images'
    518 \item Moved Celestial Coordinate Systems out of 'Detector \& Sky Coordinates'
    519 \item Added Atmospheric Effects section, incorporating psGrommit and airmass functions from other sections)
    520 \item Moved Fixed Pattern out of Astronomical Images
    521 \end{itemize}
    522 
     514  \begin{itemize}
     515  \item Moved Metadata, Database, and XML sections to new section
     516  \item Re-named Detector \& Sky Coordinates to Linear \& Spherical Coordinates
     517  \item Moved Exposure and Observatory information out of 'Astronomical Images'
     518  \item Moved Celestial Coordinate Systems out of 'Detector \& Sky Coordinates'
     519  \item Added Atmospheric Effects section, incorporating psGrommit and airmass functions from other sections)
     520  \item Moved Fixed Pattern out of Astronomical Images
     521  \end{itemize}
     522 
    523523\item Restrictions on the use of \code{malloc}, \code{calloc}, \code{realloc}, and \code{free} should not be unintentionaly imposed on 3rd party code.
    524524\item Add database support for ``auto-incrementing''
    525 
     525 
    526526\item Changes to Configuration Files:
    527 \begin{itemize}
    528 \item Add \code{UTC,UT1,TAI,TT} types
    529 \item Change ``multiple symbol'' declaration format to \code{[keyword] MULTI}
    530 \item Add Scoping Rules
    531 \item Remove Configuration File Grammar appendix
    532 \item Add Configuration File Test Inputs appendix
    533 \item Rename \code{psMetadataParseConfig()} $\rightarrow$ \code{psMetadataConfigParse()}
    534 \item Add \code{psMetadataConfigFormat()}
    535 \item Add \code{psMetadataConfigWrite()}
    536 \end{itemize}
    537 
     527  \begin{itemize}
     528  \item Add \code{UTC,UT1,TAI,TT} types
     529  \item Change ``multiple symbol'' declaration format to \code{[keyword] MULTI}
     530  \item Add Scoping Rules
     531  \item Remove Configuration File Grammar appendix
     532  \item Add Configuration File Test Inputs appendix
     533  \item Rename \code{psMetadataParseConfig()} $\rightarrow$ \code{psMetadataConfigParse()}
     534  \item Add \code{psMetadataConfigFormat()}
     535  \item Add \code{psMetadataConfigWrite()}
     536  \end{itemize}
     537 
    538538\item Add \code{PS_META_TIME} to \code{psMetadataType}
    539 \end{itemize}
     539\item Changed \code{psPixels} to \code{psArray}s of \code{psPixelCoord}.
     540\end{itemize}
Note: See TracChangeset for help on using the changeset viewer.