IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 1, 2005, 5:49:53 PM (21 years ago)
Author:
Paul Price
Message:

Fixed psFits bugs.

File:
1 edited

Legend:

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

    r5458 r5459  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.175 2005-11-02 03:04:51 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.176 2005-11-02 03:49:45 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    807807\begin{itemize}
    808808\item TBD-ed \code{psEOC_ParallaxFactor} --- do not code yet.
    809 \end{itemize}
     809\item Removed \code{psFitsOpenFD} and \code{psFitsOpenStream} --- not
     810  possible to implement these with \code{cfitsio}.
     811\item \code{psFitsMoveEnd} changed to \code{psFitsMoveLast}, and moves
     812  to the last extension.
     813\item \code{psFitsWriteImage} and \code{psFitsWriteTable} write to the
     814  end of the file.
     815\item Added \code{psFitsInsertImage} and \code{psFitsInsertTable} to
     816  insert extensions; note that these are expensive.
     817\item Changed \code{psFitsUpdateImage} to use \code{x0,y0} instead of
     818  a \code{psRegion}, which would make for an overconstrained system;
     819  specified origins.
     820\end{itemize}
Note: See TracChangeset for help on using the changeset viewer.