Changeset 408
- Timestamp:
- Apr 8, 2004, 3:29:44 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r404 r408 1 %%% $Id: psLibSDRS.tex,v 1.3 4 2004-04-08 23:22:10price Exp $1 %%% $Id: psLibSDRS.tex,v 1.35 2004-04-09 01:29:44 price Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 99 99 is called \code{psImageCopy()}. 100 100 101 \tbd{discuss the use of external libraries (list them)} 101 \subsection{External Libraries} 102 103 It is anticipated that many of the functions specified in this 104 document will be implemented through wrapping external libraries: 105 \begin{itemize} 106 \item Many of the matrix functions, some of the polynomial and 107 minimisation functions functions will wrap the GNU Scientific Library 108 (GSL; \href{www.gnu.org/software/gsl/}{\tt www.gnu.org/software/gsl}); 109 \item The sort functions will wrap the system \code{qsort} call; 110 \item Some of the Fourier transform functions will wrap the Fastest Fourier 111 Transform in the West library (FFTW; \href{www.fftw.org}{\tt www.fftw.org}); 112 \item The FITS functions will wrap the CFITSIO library 113 (\href{heasarc.gsfc.nasa.gov/docs/software/fitsio/}{\tt 114 heasarc.gsfc.nasa.gov/docs/software/fitsio/}); and 115 \item Many of the astronomy routines will wrap the StarLink Astronomy 116 libraries (SLALib; 117 \href{star-www.rl.ac.uk/star/docs/sun67.htx/sun67.html}{\tt 118 star-www.rl.ac.uk/star/docs/sun67.htx/sun67.html}. 119 \end{itemize} 120 121 In addition, some of the functions were implemented in a limited 122 fashion in the Pilot Project. Also, RHL has provided functional 123 prototype code for the memory management, tracing and message logging 124 functions (some of which need to be revised), and the data containers 125 (doubly-linked lists, hashes, arrays). 126 127 \subsection{Threads} 102 128 103 129 \tbd{discussion of thread safe?}
Note:
See TracChangeset
for help on using the changeset viewer.
