Changeset 381
- Timestamp:
- Apr 1, 2004, 12:31:20 AM (22 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 6 edited
-
psAstroGroup.tex (modified) (8 diffs)
-
psDataGroup.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (3 diffs)
-
psMathGroup.tex (modified) (3 diffs)
-
psStructures.tex (modified) (4 diffs)
-
psSystemGroup.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psAstroGroup.tex
r285 r381 37 37 float {\bf ps\-Get\-Refraction} (float colour, {\bf ps\-Phot\-System} color\-Plus, {\bf ps\-Phot\-System} color\-Minus, const {\bf ps\-Exposure} $\ast$exp) 38 38 \begin{CompactList}\small\item\em Estimate atmospheric refraction, along the parallactic.\item\end{CompactList}\item 39 {\bf ps\-Coord} $\ast$ {\bf ps\-Get\-Parallax\-Factor} (const {\bf ps\-Exposure} $\ast$exp) 40 \begin{CompactList}\small\item\em Calculate the parallax factor.\item\end{CompactList}\item 39 41 {\bf ps\-Exposure} $\ast$ {\bf ps\-Exposure\-Alloc} (double ra, double dec, double ha, double zd, double az, double lst, float mjd, float rot\-Angle, float temp, float pressure, float humidity, float exptime) 40 42 \begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item … … 87 89 {\bf ps\-Float\-Array} $\ast$ {\bf ps\-Image\-Radial\-Cut} ({\bf ps\-Float\-Array} $\ast$out, const {\bf ps\-Image} $\ast$input, float x, float y, float radius, float dr, const {\bf ps\-Stats} $\ast$stats) 88 90 \begin{CompactList}\small\item\em Extract radial annulii data to a vector.\item\end{CompactList}\item 89 {\bf ps\-Float\-Array} $\ast$ {\bf ps\-Image\-Contour} ({\bf ps\-Float\-Array} $\ast$out, const {\bf ps\-Image} $\ast$input, float threshold, int binning)90 \begin{CompactList}\small\item\em Extract a 2-d contour from an image at the given threshold.\item\end{CompactList}\item91 91 {\bf ps\-Image} $\ast$ {\bf ps\-Image\-Rebin} ({\bf ps\-Image} $\ast$out, const {\bf ps\-Image} $\ast$input, float scale, const {\bf ps\-Stats} $\ast$stats) 92 92 \begin{CompactList}\small\item\em Rebin image to new scale.\item\end{CompactList}\item … … 97 97 {\bf ps\-Image} $\ast$ {\bf ps\-Image\-Roll} ({\bf ps\-Image} $\ast$out, const {\bf ps\-Image} $\ast$input, int dx, int dy) 98 98 \begin{CompactList}\small\item\em Roll image by an integer number of pixels in either direction.\item\end{CompactList}\item 99 {\bf ps\-Stats} $\ast$ {\bf ps\-Image\-Get\-Stats} ( {\bf ps\-Image} $\ast$out,const {\bf ps\-Image} $\ast$input, {\bf ps\-Stats} $\ast$stats)99 {\bf ps\-Stats} $\ast$ {\bf ps\-Image\-Get\-Stats} (const {\bf ps\-Image} $\ast$input, {\bf ps\-Stats} $\ast$stats) 100 100 \begin{CompactList}\small\item\em Determine statistics for image (or subimage).\item\end{CompactList}\item 101 101 {\bf ps\-Histogram} $\ast$ {\bf ps\-Image\-Histogram} ({\bf ps\-Histogram} $\ast$hist, const {\bf ps\-Image} $\ast$input) … … 107 107 {\bf ps\-Image} $\ast$ {\bf ps\-Image\-Read\-Section} ({\bf ps\-Image} $\ast$output, int x, int y, int nx, int ny, int z, const char $\ast$extname, int extnum, const char $\ast$filename) 108 108 \begin{CompactList}\small\item\em Read an image or subimage from a named file.\item\end{CompactList}\item 109 {\bf ps\-Image} $\ast$ {\bf ps\-Image\-FRead\-Section} ({\bf ps\-Image} $\ast$output, int x, int y, int dx, int dy, int z, const char $\ast$extname, int extnum, constFILE $\ast$f)109 {\bf ps\-Image} $\ast$ {\bf ps\-Image\-FRead\-Section} ({\bf ps\-Image} $\ast$output, int x, int y, int nx, int ny, int z, const char $\ast$extname, int extnum, FILE $\ast$f) 110 110 \begin{CompactList}\small\item\em Read an image or subimage from file descriptor.\item\end{CompactList}\item 111 111 {\bf ps\-Image} $\ast$ {\bf ps\-Image\-Write\-Section} ({\bf ps\-Image} $\ast$input, int x, int y, int z, const char $\ast$extname, int extnum, const char $\ast$filename) 112 112 \begin{CompactList}\small\item\em Write an image section to named file (which may exist).\item\end{CompactList}\item 113 {\bf ps\-Image} $\ast$ {\bf ps\-Image\-FWrite\-Section} ({\bf ps\-Image} $\ast$input, int x, int y, int z, const char $\ast$extname, int extnum, constFILE $\ast$f)113 {\bf ps\-Image} $\ast$ {\bf ps\-Image\-FWrite\-Section} ({\bf ps\-Image} $\ast$input, int x, int y, int z, const char $\ast$extname, int extnum, FILE $\ast$f) 114 114 \begin{CompactList}\small\item\em Write an image section to named file (which may exist).\item\end{CompactList}\item 115 115 ps\-Metadata $\ast$ {\bf ps\-Image\-Read\-Header} (ps\-Metadata $\ast$output, const char $\ast$extname, int extnum, const char $\ast$filename) 116 116 \begin{CompactList}\small\item\em Read only header from image file.\item\end{CompactList}\item 117 ps\-Metadata $\ast$ {\bf ps\-Image\-FRead\-Header} (ps\-Metadata $\ast$output, const char $\ast$extname, int extnum, constFILE $\ast$f)117 ps\-Metadata $\ast$ {\bf ps\-Image\-FRead\-Header} (ps\-Metadata $\ast$output, const char $\ast$extname, int extnum, FILE $\ast$f) 118 118 \begin{CompactList}\small\item\em Read only header from image file descriptor.\item\end{CompactList}\item 119 {\bf ps\-Image} $\ast$ {\bf ps\-Image\-FFT} ({\bf ps\-Image} $\ast$output, const {\bf ps\-Image} $\ast$input, int direction)120 \begin{CompactList}\small\item\em Perform an FFT on the image. The output image type is ps\-Complex.\item\end{CompactList}\item121 119 int {\bf ps\-Image\-Clip} ({\bf ps\-Image} $\ast$input, float min, float vmin, float max, float vmax) 122 120 \begin{CompactList}\small\item\em Clip image values outside of range to given values. Return number of clipped pixels.\item\end{CompactList}\item 123 121 int {\bf ps\-Image\-Clip\-Na\-N} ({\bf ps\-Image} $\ast$input, float value) 124 122 \begin{CompactList}\small\item\em Clip Na\-N image pixels to given value. Return number of clipped pixels.\item\end{CompactList}\item 125 int {\bf ps\-Image\-Overlay\-Section} ({\bf ps\-Image} $\ast$image, const {\bf ps\-Image} $\ast$overlay, int x0, int y0, const char $\ast$op erator)123 int {\bf ps\-Image\-Overlay\-Section} ({\bf ps\-Image} $\ast$image, const {\bf ps\-Image} $\ast$overlay, int x0, int y0, const char $\ast$op) 126 124 \begin{CompactList}\small\item\em Overlay subregion of image with another image. Return number of pixels replaced.\item\end{CompactList}\item 127 125 {\bf ps\-Meta\-Data\-Item} $\ast$ {\bf ps\-Meta\-Data\-Item\-Alloc} (int type\-Flags, const void $\ast$val, const char $\ast$comment, const char $\ast$name,...) … … 130 128 \begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item 131 129 {\bf ps\-Meta\-Data\-Set} $\ast$ {\bf ps\-Meta\-Data\-Set\-Alloc} (void) 132 \begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item130 \begin{CompactList}\small\item\em make a new set of metadata\item\end{CompactList}\item 133 131 void {\bf ps\-Meta\-Data\-Set\-Free} ({\bf ps\-Meta\-Data\-Set} $\ast$ms) 134 132 \begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item … … 145 143 void {\bf ps\-Meta\-Data\-Item\-Print} (FILE $\ast$fd, const {\bf ps\-Meta\-Data\-Item} $\ast$restrict ms, const char $\ast$prefix) 146 144 \begin{CompactList}\small\item\em print metadata item to the specified stream\item\end{CompactList}\item 147 {\bf ps\-Coord} $\ast$ {\bf ps\-Coord\-Xform\-Apply} ({\bf ps\-Coord \-Xform} $\ast$frame,{\bf ps\-Coord} $\ast$coords)145 {\bf ps\-Coord} $\ast$ {\bf ps\-Coord\-Xform\-Apply} ({\bf ps\-Coord} $\ast$out, const {\bf ps\-Coord\-Xform} $\ast$frame, const {\bf ps\-Coord} $\ast$coords) 148 146 \begin{CompactList}\small\item\em apply the coordinate transformation to the given coordinate\item\end{CompactList}\item 149 {\bf ps\-Coord} $\ast$ {\bf ps\-Distortion\-Apply} ({\bf ps\- Distortion} $\ast$pattern,{\bf ps\-Coord} $\ast$coords, float mag, float color)147 {\bf ps\-Coord} $\ast$ {\bf ps\-Distortion\-Apply} ({\bf ps\-Coord} $\ast$out, const psdistortion $\ast$pattern, const {\bf ps\-Coord} $\ast$coords, float mag, float color) 150 148 \begin{CompactList}\small\item\em apply the optical distortion to the given coordinate, magnitude, color\item\end{CompactList}\item 151 {\bf ps\-Coord} $\ast$ {\bf ps\-Get\-Offset} (const {\bf ps\-Coord} $\ast$restrict position1, const {\bf ps\-Coord} $\ast$restrict position2, c har $\ast$system)149 {\bf ps\-Coord} $\ast$ {\bf ps\-Get\-Offset} (const {\bf ps\-Coord} $\ast$restrict position1, const {\bf ps\-Coord} $\ast$restrict position2, const char $\ast$type) 152 150 \begin{CompactList}\small\item\em Get offset (RA,Dec) on the sky between two positions position1 and position2 may not be identical.\item\end{CompactList}\item 153 {\bf ps\-Coord} $\ast$ {\bf ps\-Apply\-Offset} (const {\bf ps\-Coord} $\ast$restrict position, const {\bf ps\-Coord} $\ast$restrict offset, c har $\ast$system)151 {\bf ps\-Coord} $\ast$ {\bf ps\-Apply\-Offset} (const {\bf ps\-Coord} $\ast$restrict position, const {\bf ps\-Coord} $\ast$restrict offset, const char $\ast$type) 154 152 \begin{CompactList}\small\item\em Apply an offset to a position.\item\end{CompactList}\item 155 153 {\bf ps\-Coord} $\ast$ {\bf ps\-Get\-Sun\-Pos} (float mjd) … … 159 157 float {\bf ps\-Get\-Moon\-Phase} (float mjd) 160 158 \begin{CompactList}\small\item\em Get Moon phase.\item\end{CompactList}\item 161 {\bf ps\-Coord} $\ast$ {\bf ps\-Get\-Solar\-System\-Pos} (c har $\ast$solar\-System\-Object, float mjd)159 {\bf ps\-Coord} $\ast$ {\bf ps\-Get\-Solar\-System\-Pos} (const char $\ast$solar\-System\-Object, float mjd) 162 160 \begin{CompactList}\small\item\em Get Planet positions.\item\end{CompactList}\item 163 161 {\bf ps\-Coord} $\ast$ {\bf ps\-Coordinates\-Ito\-E} (const {\bf ps\-Coord} $\ast$restrict coordinates) … … 169 167 {\bf ps\-Coord} $\ast$ {\bf ps\-Coordinates\-Gto\-I} (const {\bf ps\-Coord} $\ast$restrict coordinates) 170 168 \begin{CompactList}\small\item\em Convert Galactic to ICRS.\item\end{CompactList}\end{CompactItemize} 169 -
trunk/doc/pslib/psDataGroup.tex
r285 r381 10 10 \begin{CompactList}\small\item\em Append to a list.\item\end{CompactList}\item 11 11 void $\ast$ {\bf ps\-Dlist\-Remove} ({\bf ps\-Dlist} $\ast$list, void $\ast$data, int which) 12 \begin{CompactList}\small\item\em PS\_\-DLIST\_\-PREV.\item\end{CompactList}\item13 void $\ast$ {\bf ps\-Dlist\-Get} (const {\bf ps\-Dlist} $\ast$list, int which)12 \begin{CompactList}\small\item\em Remove from a list.\item\end{CompactList}\item 13 void $\ast$ {\bf ps\-Dlist\-Get} (const {\bf ps\-Dlist} $\ast$list, void $\ast$data, int which) 14 14 \begin{CompactList}\small\item\em Retrieve from a list.\item\end{CompactList}\item 15 void {\bf ps\-Dlist\-Set\-Iterator} ({\bf ps\-Dlist} $\ast$list, int where , int which)16 \begin{CompactList}\small\item\em PS\_\-DLIST\_\-PREV.\item\end{CompactList}\item17 void $\ast$ {\bf ps\-Dlist\-Get\-Next} ({\bf ps\-Dlist} $\ast$list , int which)18 \begin{CompactList}\small\item\em PS\_\-DLIST\_\-PREV.\item\end{CompactList}\item19 void $\ast$ {\bf ps\-Dlist\-Get\-Prev} ({\bf ps\-Dlist} $\ast$list , int which)20 \begin{CompactList}\small\item\em PS\_\-DLIST\_\-PREV.\item\end{CompactList}\item15 void {\bf ps\-Dlist\-Set\-Iterator} ({\bf ps\-Dlist} $\ast$list, int where) 16 \begin{CompactList}\small\item\em Set the iterator.\item\end{CompactList}\item 17 void $\ast$ {\bf ps\-Dlist\-Get\-Next} ({\bf ps\-Dlist} $\ast$list) 18 \begin{CompactList}\small\item\em Get next element relative to iter.\item\end{CompactList}\item 19 void $\ast$ {\bf ps\-Dlist\-Get\-Prev} ({\bf ps\-Dlist} $\ast$list) 20 \begin{CompactList}\small\item\em Get prev element relative to iter.\item\end{CompactList}\item 21 21 {\bf ps\-Void\-Ptr\-Array} $\ast$ {\bf ps\-Dlist\-To\-Array} ({\bf ps\-Dlist} $\ast$dlist) 22 22 \begin{CompactList}\small\item\em Convert doubly-linked list to an array.\item\end{CompactList}\item 23 23 {\bf ps\-Dlist} $\ast$ {\bf ps\-Array\-To\-Dlist} ({\bf ps\-Void\-Ptr\-Array} $\ast$arr) 24 24 \begin{CompactList}\small\item\em Convert array to a doubly-linked list.\item\end{CompactList}\item 25 {\bf ps\-Hash} $\ast$ {\bf ps\-Hash\-Alloc} ( int nbucket)25 {\bf ps\-Hash} $\ast$ {\bf ps\-Hash\-Alloc} (void) 26 26 \begin{CompactList}\small\item\em Allocate hash buckets in table.\item\end{CompactList}\item 27 27 void {\bf ps\-Hash\-Free} ({\bf ps\-Hash} $\ast$table, void($\ast$item\-Free)(void $\ast$item)) … … 33 33 void $\ast$ {\bf ps\-Hash\-Remove} ({\bf ps\-Hash} $\ast$table, const char $\ast$key) 34 34 \begin{CompactList}\small\item\em Remove key from table.\item\end{CompactList}\item 35 {\bf ps\-Float\-Array} $\ast$ {\bf ps\-Float\-Array\-Alloc} (int s, int n)35 {\bf ps\-Float\-Array} $\ast$ {\bf ps\-Float\-Array\-Alloc} (int nalloc) 36 36 \begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item 37 {\bf ps\-Float\-Array} $\ast$ {\bf ps\-Float\-Array\-Realloc} ({\bf ps\-Float\-Array} $\ast$my\-Array, int s)37 {\bf ps\-Float\-Array} $\ast$ {\bf ps\-Float\-Array\-Realloc} ({\bf ps\-Float\-Array} $\ast$my\-Array, int nalloc) 38 38 \begin{CompactList}\small\item\em Reallocator.\item\end{CompactList}\item 39 39 void {\bf ps\-Float\-Array\-Free} ({\bf ps\-Float\-Array} $\ast$restrict my\-Array) 40 40 \begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item 41 {\bf ps\-Complex\-Array} $\ast$ {\bf ps\-Complex\-Array\-Alloc} (int s, int n)41 {\bf ps\-Complex\-Array} $\ast$ {\bf ps\-Complex\-Array\-Alloc} (int nalloc) 42 42 \begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item 43 {\bf ps\-Complex\-Array} $\ast$ {\bf ps\-Complex\-Array\-Realloc} ({\bf ps\-Complex\-Array} $\ast$my\-Array, int s)43 {\bf ps\-Complex\-Array} $\ast$ {\bf ps\-Complex\-Array\-Realloc} ({\bf ps\-Complex\-Array} $\ast$my\-Array, int nalloc) 44 44 \begin{CompactList}\small\item\em Reallocator.\item\end{CompactList}\item 45 45 void {\bf ps\-Complex\-Array\-Free} ({\bf ps\-Complex\-Array} $\ast$restrict my\-Array) 46 46 \begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item 47 {\bf ps\-Int\-Array} $\ast$ {\bf ps\-Int\-Array\-Alloc} (int s, int n)47 {\bf ps\-Int\-Array} $\ast$ {\bf ps\-Int\-Array\-Alloc} (int nalloc) 48 48 \begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item 49 {\bf ps\-Int\-Array} $\ast$ {\bf ps\-Int\-Array\-Realloc} ({\bf ps\-Int\-Array} $\ast$my\-Array, int s)49 {\bf ps\-Int\-Array} $\ast$ {\bf ps\-Int\-Array\-Realloc} ({\bf ps\-Int\-Array} $\ast$my\-Array, int nalloc) 50 50 \begin{CompactList}\small\item\em Reallocator.\item\end{CompactList}\item 51 51 void {\bf ps\-Int\-Array\-Free} ({\bf ps\-Int\-Array} $\ast$restrict my\-Array) 52 52 \begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item 53 {\bf ps\-Double\-Array} $\ast$ {\bf ps\-Double\-Array\-Alloc} (int s, int n)53 {\bf ps\-Double\-Array} $\ast$ {\bf ps\-Double\-Array\-Alloc} (int nalloc) 54 54 \begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item 55 {\bf ps\-Double\-Array} $\ast$ {\bf ps\-Double\-Array\-Realloc} ({\bf ps\-Double\-Array} $\ast$my\-Array, int s)55 {\bf ps\-Double\-Array} $\ast$ {\bf ps\-Double\-Array\-Realloc} ({\bf ps\-Double\-Array} $\ast$my\-Array, int nalloc) 56 56 \begin{CompactList}\small\item\em Reallocator.\item\end{CompactList}\item 57 57 void {\bf ps\-Double\-Array\-Free} ({\bf ps\-Double\-Array} $\ast$restrict my\-Array) 58 58 \begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item 59 {\bf ps\-Vector\-Array} $\ast$ {\bf ps\-Vector\-Array\-Alloc} (int s, int n)59 {\bf ps\-Vector\-Array} $\ast$ {\bf ps\-Vector\-Array\-Alloc} (int nalloc) 60 60 \begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item 61 {\bf ps\-Vector\-Array} $\ast$ {\bf ps\-Vector\-Array\-Realloc} ({\bf ps\-Vector\-Array} $\ast$my\-Array , int s)61 {\bf ps\-Vector\-Array} $\ast$ {\bf ps\-Vector\-Array\-Realloc} ({\bf ps\-Vector\-Array} $\ast$my\-Array int nalloc) 62 62 \begin{CompactList}\small\item\em Reallocator.\item\end{CompactList}\item 63 63 void {\bf ps\-Vector\-Array\-Free} ({\bf ps\-Vector\-Array} $\ast$restrict my\-Array) 64 64 \begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item 65 {\bf ps\-Void\-Ptr\-Array} $\ast$ {\bf ps\-Void\-Ptr\-Array\-Alloc} (int n , int s)65 {\bf ps\-Void\-Ptr\-Array} $\ast$ {\bf ps\-Void\-Ptr\-Array\-Alloc} (int nalloc) 66 66 \begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item 67 {\bf ps\-Void\-Ptr\-Array} $\ast$ {\bf ps\-Void\-Ptr\-Array\-Realloc} ({\bf ps\-Void\-Ptr\-Array} $\ast$arr, int n )67 {\bf ps\-Void\-Ptr\-Array} $\ast$ {\bf ps\-Void\-Ptr\-Array\-Realloc} ({\bf ps\-Void\-Ptr\-Array} $\ast$arr, int nalloc) 68 68 \begin{CompactList}\small\item\em Reallocate.\item\end{CompactList}\item 69 69 void {\bf ps\-Void\-Ptr\-Array\-Free} ({\bf ps\-Void\-Ptr\-Array} $\ast$arr, void($\ast$elem\-Free)(void $\ast$)) 70 70 \begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\end{CompactItemize} 71 -
trunk/doc/pslib/psLibSDRS.tex
r379 r381 1 %%% $Id: psLibSDRS.tex,v 1.3 0 2004-04-01 10:24:51 price Exp $1 %%% $Id: psLibSDRS.tex,v 1.31 2004-04-01 10:31:20 eugene Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 2443 2443 psMetaDataFlags flags; ///< flags associated with this item 2444 2444 const union { 2445 double d; ///< double value 2445 2446 float f; ///< floating value 2446 2447 int i; ///< integer value … … 2987 2988 typedef struct { 2988 2989 int x0, y0; ///< Offset from the lower-left corner 2990 int nx, ny; ///< Image binning 2989 2991 psImage *image; ///< imaging area of cell 2990 2992 psDlist *objects; ///< objects derived from cell -
trunk/doc/pslib/psMathGroup.tex
r286 r381 5 5 void {\bf ps\-Bit\-Mask\-Free} ({\bf ps\-Bit\-Mask} $\ast$restrict my\-Mask) 6 6 \begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item 7 {\bf ps\-Bit\-Mask} $\ast$ {\bf ps\-Bit\-Mask\-Set} ({\bf ps\-Bit\-Mask} $\ast$ out\-Mask, const {\bf ps\-Bit\-Mask} $\ast$my\-Mask, int bit)7 {\bf ps\-Bit\-Mask} $\ast$ {\bf ps\-Bit\-Mask\-Set} ({\bf ps\-Bit\-Mask} $\ast$my\-Mask, int bit) 8 8 \begin{CompactList}\small\item\em Set a bit mask.\item\end{CompactList}\item 9 9 int {\bf ps\-Bit\-Mask\-Test} (const {\bf ps\-Bit\-Mask} $\ast$check\-Mask, int bit) … … 11 11 {\bf ps\-Bit\-Mask} $\ast$ {\bf ps\-Bit\-Mask\-Op} ({\bf ps\-Bit\-Mask} $\ast$out\-Mask, const {\bf ps\-Bit\-Mask} $\ast$restrict in\-Mask1, char $\ast$operator, const {\bf ps\-Bit\-Mask} $\ast$restrict in\-Mask2) 12 12 \begin{CompactList}\small\item\em apply the given operator to two bit masks\item\end{CompactList}\item 13 {\bf ps\-Complex\-Array} $\ast$ {\bf ps\-Real\-FFT} ({\bf ps\-Complex\-Array} $\ast$restrict out, const {\bf ps\-Float\-Array} $\ast$restrict my\-Array) 14 \begin{CompactList}\small\item\em Return Fourier Transform of an array.\item\end{CompactList}\item 15 {\bf ps\-Complex\-Array} $\ast$ {\bf ps\-Complex\-FFT} ({\bf ps\-Complex\-Array} $\ast$restrict out, const {\bf ps\-Complex\-Array} $\ast$restrict my\-Array, int sign) 16 \begin{CompactList}\small\item\em Return [inverse?] Fourier Transform of a complex array.\item\end{CompactList}\item 17 {\bf ps\-Float\-Array} $\ast$ {\bf ps\-Power\-Spec} ({\bf ps\-Float\-Array} $\ast$restrict out, const {\bf ps\-Float\-Array} $\ast$restrict my\-Array) 18 \begin{CompactList}\small\item\em Return Power spectrum of a array.\item\end{CompactList}\item 13 {\bf ps\-FFT} $\ast$ {\bf ps\-FFTAlloc} ({\bf ps\-Image} $\ast$image) 14 \begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item 15 {\bf ps\-FFT} $\ast$ {\bf ps\-FFTAlloc1D} (const {\bf ps\-Float\-Array} $\ast$arr) 16 \begin{CompactList}\small\item\em Constructor for 1D case.\item\end{CompactList}\item 17 {\bf ps\-Image} $\ast$ {\bf ps\-FFTFree} ({\bf ps\-Image} $\ast$out, {\bf ps\-FFT} $\ast$restrict fft) 18 \begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item 19 {\bf ps\-FFT} $\ast$ {\bf ps\-FFTForward} ({\bf ps\-FFT} $\ast$fft) 20 \begin{CompactList}\small\item\em Forward FFT: from real to fourier space.\item\end{CompactList}\item 21 {\bf ps\-FFT} $\ast$ {\bf ps\-FFTReverse} ({\bf ps\-FFT} $\ast$fft) 22 \begin{CompactList}\small\item\em Reverse FFT: from fourier to real space.\item\end{CompactList}\item 23 {\bf ps\-FFT} $\ast$ {\bf ps\-FFTFilter} ({\bf ps\-FFT} $\ast$fft, float($\ast$filter\-Func)(int kx, int ky)) 24 \begin{CompactList}\small\item\em Apply filter function in fourier space.\item\end{CompactList}\item 25 {\bf ps\-FFT} $\ast$ {\bf ps\-FFTFilter\-Complex} ({\bf ps\-FFT} $\ast$fft, float($\ast$real\-Filter\-Func)(int kx, int ky), float($\ast$imag\-Filter\-Func)(int kx, int ky)) 26 \begin{CompactList}\small\item\em Apply complex filter function.\item\end{CompactList}\item 27 {\bf ps\-FFT} $\ast$ {\bf ps\-FFTCross\-Correlate} ({\bf ps\-FFT} $\ast$out const {\bf ps\-FFT} $\ast$fft1, const {\bf ps\-FFT} $\ast$fft2) 28 \begin{CompactList}\small\item\em Calculate FFT of the cross-correlation.\item\end{CompactList}\item 29 {\bf ps\-FFT} $\ast$ {\bf ps\-FFTConvolve} ({\bf ps\-FFT} $\ast$out, const {\bf ps\-FFT} $\ast$fft1, const {\bf ps\-FFT} $\ast$fft2) 30 \begin{CompactList}\small\item\em Calculate FFT of the convolution.\item\end{CompactList}\item 31 {\bf ps\-Float\-Array} $\ast$ {\bf ps\-FFTPower\-Spec} ({\bf ps\-FFT} $\ast$fft) 32 \begin{CompactList}\small\item\em Calculate power spectrum.\item\end{CompactList}\item 33 {\bf ps\-Image} $\ast$ {\bf ps\-FFTGet\-Image} ({\bf ps\-Image} $\ast$out, const {\bf ps\-FFT} $\ast$fft) 34 \item 35 {\bf ps\-Image} $\ast$ {\bf ps\-FFTGet\-FT} ({\bf ps\-Image} $\ast$out, const {\bf ps\-FFT} $\ast$fft) 36 \begin{CompactList}\small\item\em Convert the Fourier transform data in the FFT struct to an image of complex numbers.\item\end{CompactList}\item 19 37 {\bf ps\-Polynomial1D} $\ast$ {\bf ps\-Polynomial1DAlloc} (int n) 20 38 \begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item … … 65 83 double {\bf ps\-Eval\-DPolynomial4D} (double w, double x, double y, double z, const {\bf ps\-DPolynomial4D} $\ast$restrict my\-Poly) 66 84 \begin{CompactList}\small\item\em Evaluate 4D polynomial (double precision).\item\end{CompactList}\item 67 {\bf ps\-Type} $\ast$ {\bf ps\-Binary\-Op} (void $\ast$out, void $\ast$in1, char $\ast$op erator, void $\ast$in2)68 \begin{CompactList}\small\item\em Perform a binary operation on two data items ( ps\-Image, ps\-Vector, ps\-Scalar).\item\end{CompactList}\item69 {\bf ps\-Type} $\ast$ {\bf ps\-Unary\-Op} (void $\ast$out, void $\ast$in, char $\ast$op erator)70 \begin{CompactList}\small\item\em Perform a binary operation on two data items (ps\-Image, ps\-Vector, ps\-Scalar).\item\end{CompactList}\item85 {\bf ps\-Type} $\ast$ {\bf ps\-Binary\-Op} (void $\ast$out, void $\ast$in1, char $\ast$op, void $\ast$in2) 86 \begin{CompactList}\small\item\em Perform a binary operation on two data items ({\bf ps\-Image} {\rm (p.\,\pageref{structpsImage})}, ps\-Vector, ps\-Scalar).\item\end{CompactList}\item 87 {\bf ps\-Type} $\ast$ {\bf ps\-Unary\-Op} (void $\ast$out, void $\ast$in, char $\ast$op) 88 \begin{CompactList}\small\item\em Perform a unary operation on two data items ({\bf ps\-Image} {\rm (p.\,\pageref{structpsImage})}, ps\-Vector, ps\-Scalar).\item\end{CompactList}\item 71 89 {\bf p\_\-ps\-Scalar} $\ast$ {\bf ps\-Scalar} (double value) 72 \begin{CompactList}\small\item\em create a ps\-Type-ed structure from a constant double value.\item\end{CompactList}\item90 \begin{CompactList}\small\item\em create a {\bf ps\-Type} {\rm (p.\,\pageref{structpsType})}-ed structure from a constant double value.\item\end{CompactList}\item 73 91 {\bf p\_\-ps\-Scalar} $\ast$ {\bf ps\-Scalar\-Type} (char $\ast$mode,...) 74 \begin{CompactList}\small\item\em create a ps\-Type-ed structure from a specified type\item\end{CompactList}\item 75 {\bf ps\-Matrix} $\ast$ {\bf ps\-Matrix\-Alloc} (int Xdimen, int Ydimen) 76 \begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item 77 void {\bf ps\-Matrix\-Free} ({\bf ps\-Matrix} $\ast$restrict my\-Matrix) 78 \begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item 79 {\bf ps\-Matrix} $\ast$ {\bf ps\-Matrix\-Invert} ({\bf ps\-Matrix} $\ast$out, const {\bf ps\-Matrix} $\ast$my\-Matrix, float $\ast$restrict determinant) 92 \begin{CompactList}\small\item\em create a {\bf ps\-Type} {\rm (p.\,\pageref{structpsType})}-ed structure from a specified type\item\end{CompactList}\item 93 {\bf ps\-Image} $\ast$ {\bf ps\-Matrix\-Invert} ({\bf ps\-Image} $\ast$out, const {\bf ps\-Image} $\ast$my\-Matrix, float $\ast$restrict determinant) 80 94 \begin{CompactList}\small\item\em Invert matrix.\item\end{CompactList}\item 81 float {\bf ps\-Matrix\-Determinant} (const {\bf ps\- Matrix} $\ast$restrict my\-Matrix)95 float {\bf ps\-Matrix\-Determinant} (const {\bf ps\-Image} $\ast$restrict my\-Matrix) 82 96 \begin{CompactList}\small\item\em Matrix determinant.\item\end{CompactList}\item 83 {\bf ps\- Matrix} $\ast$ {\bf ps\-Matrix\-Op} ({\bf ps\-Matrix} $\ast$out, const {\bf ps\-Matrix} $\ast$matrix1, const char $\ast$op, const {\bf ps\-Matrix} $\ast$matrix2)84 \begin{CompactList}\small\item\em Matrix operation s.\item\end{CompactList}\item85 {\bf ps\- Matrix} $\ast$ {\bf ps\-Matrix\-Transpose} ({\bf ps\-Matrix} $\ast$out, const {\bf ps\-Matrix} $\ast$my\-Matrix)97 {\bf ps\-Image} $\ast$ {\bf ps\-Matrix\-Op} ({\bf ps\-Image} $\ast$out, const {\bf ps\-Image} $\ast$matrix1, const char $\ast$op, const {\bf ps\-Image} $\ast$matrix2) 98 \begin{CompactList}\small\item\em Matrix operation: addition, subtraction, multiplication.\item\end{CompactList}\item 99 {\bf ps\-Image} $\ast$ {\bf ps\-Matrix\-Transpose} ({\bf ps\-Image} $\ast$out, const {\bf ps\-Image} $\ast$my\-Matrix) 86 100 \begin{CompactList}\small\item\em Transpose Matrix.\item\end{CompactList}\item 87 {\bf ps\-Vector} $\ast$ {\bf ps\-Matrix\-To\-Vector} ({\bf ps\-Matrix} $\ast$my\-Matrix) 101 {\bf ps\-Image} $\ast$ {\bf ps\-Matrix\-LUD} ({\bf ps\-Image} $\ast$out, {\bf ps\-Image} $\ast$my\-Matrix) 102 \begin{CompactList}\small\item\em LU Decomposition of a matrix.\item\end{CompactList}\item 103 {\bf ps\-Vector} $\ast$ {\bf ps\-Matrix\-LUSolve} ({\bf ps\-Vector} $\ast$out, const {\bf ps\-Image} $\ast$lu\-Matrix, const {\bf ps\-Vector} $\ast$rhs\-Vector) 104 \begin{CompactList}\small\item\em LU Solution.\item\end{CompactList}\item 105 {\bf ps\-Vector} $\ast$ {\bf ps\-Matrix\-To\-Vector} ({\bf ps\-Vector} $\ast$out, {\bf ps\-Image} $\ast$my\-Matrix) 88 106 \begin{CompactList}\small\item\em Convert matrix to vector.\item\end{CompactList}\item 89 {\bf ps\-Float\-Array} $\ast$ {\bf ps\-Minimize} (float($\ast$my\-Function)(const {\bf ps\-Float\-Array} $\ast$restrict), {\bf ps\-Float\-Array} $\ast$restrict initial\-Guess) 90 \begin{CompactList}\small\item\em Minimize a particular function.\item\end{CompactList}\item 91 {\bf ps\-Float\-Array} $\ast$ {\bf ps\-Minimize\-Chi2} (float($\ast$eval\-Model)(const {\bf ps\-Float\-Array} $\ast$restrict, const {\bf ps\-Float\-Array} $\ast$restrict), const {\bf ps\-Float\-Array} $\ast$restrict domain, const {\bf ps\-Float\-Array} $\ast$restrict data, const {\bf ps\-Float\-Array} $\ast$restrict errors, {\bf ps\-Float\-Array} $\ast$restrict initial\-Guess, const {\bf ps\-Int\-Array} $\ast$restrict guess\-Mask) 107 {\bf ps\-Image} $\ast$ {\bf ps\-Vector\-To\-Matrix} ({\bf ps\-Image} $\ast$out, {\bf ps\-Vector} $\ast$my\-Vector) 108 \begin{CompactList}\small\item\em Convert vector to matrix.\item\end{CompactList}\item 109 {\bf ps\-Float\-Array} $\ast$ {\bf ps\-Minimize} (float($\ast$my\-Function)(const {\bf ps\-Float\-Array} $\ast$restrict), {\bf ps\-Float\-Array} $\ast$restrict initial\-Guess, {\bf ps\-Int\-Array} $\ast$restrict param\-Mask) 110 \begin{CompactList}\small\item\em Minimize a particular non-linear function.\item\end{CompactList}\item 111 {\bf ps\-Float\-Array} $\ast$ {\bf ps\-Minimize\-Chi2} (float($\ast$eval\-Model)(const {\bf ps\-Float\-Array} $\ast$restrict, const {\bf ps\-Float\-Array} $\ast$restrict), const {\bf ps\-Float\-Array} $\ast$restrict domain, const {\bf ps\-Float\-Array} $\ast$restrict data, const {\bf ps\-Float\-Array} $\ast$restrict errors, {\bf ps\-Float\-Array} $\ast$restrict initial\-Guess, const {\bf ps\-Int\-Array} $\ast$restrict param\-Mask) 92 112 \begin{CompactList}\small\item\em Minimize chi$^\wedge$2 for input data.\item\end{CompactList}\item 93 {\bf ps\- Float\-Array} $\ast$ {\bf ps\-Get\-Array\-Polynomial} (const {\bf ps\-Float\-Array} $\ast$restrict ord, const {\bf ps\-Float\-Array} $\ast$restrict coord)94 \begin{CompactList}\small\item\em Derive a polynomial fit by least-squares--- can be done analytically.\item\end{CompactList}\item113 {\bf ps\-Polynomial1D} $\ast$ {\bf ps\-Get\-Array\-Polynomial} ({\bf ps\-Polynomial1D} my\-Poly, const {\bf ps\-Float\-Array} $\ast$restrict x, const {\bf ps\-Float\-Array} $\ast$restrict y, const {\bf ps\-Float\-Array} $\ast$restrict y\-Err) 114 \begin{CompactList}\small\item\em Derive a polynomial fit by chi$^\wedge$2 minimisation --- can be done analytically.\item\end{CompactList}\item 95 115 {\bf ps\-Float\-Array} $\ast$ {\bf ps\-Sort} ({\bf ps\-Float\-Array} $\ast$out, const {\bf ps\-Float\-Array} $\ast$my\-Array) 96 116 \begin{CompactList}\small\item\em Sort an array.\item\end{CompactList}\item -
trunk/doc/pslib/psStructures.tex
r310 r381 1 1 \begin{CompactList} 2 \item\contentsline{section}{{\bf p\_\-ps\-FFTDetails} (Details on FFT implementation (private))}{\pageref{structp__psFFTDetails}}{} 2 3 \item\contentsline{section}{{\bf p\_\-ps\-Scalar} (Private structure used to pass constant values into the math operators)}{\pageref{structp__psScalar}}{} 3 4 \item\contentsline{section}{{\bf ps\-Bit\-Mask} (A bitmask of arbitrary length)}{\pageref{structpsBitMask}}{} 4 5 \item\contentsline{section}{{\bf ps\-Catalogue\-Objects} (Objects from a catalogue)}{\pageref{structpsCatalogueObjects}}{} 5 \item\contentsline{section}{{\bf ps\-Cell} (A Cell: a collection of frames)}{\pageref{structpsCell}}{}6 \item\contentsline{section}{{\bf ps\-Cell} (A Cell: a collection of readouts)}{\pageref{structpsCell}}{} 6 7 \item\contentsline{section}{{\bf ps\-Chip} (A Chip: a collection of cells)}{\pageref{structpsChip}}{} 7 8 \item\contentsline{section}{{\bf ps\-Complex\-Array} (An array of complex numbers)}{\pageref{structpsComplexArray}}{} 8 \item\contentsline{section}{{\bf ps\-Coord} (A point in 2-D space, with errors)}{\pageref{ structpsCoord}}{}9 \item\contentsline{section}{{\bf ps\-Coord} (A point in 2-D space, with errors)}{\pageref{unionpsCoord}}{} 9 10 \item\contentsline{section}{{\bf ps\-Coord\-Xform} (A polynomial transformation between coordinate frames)}{\pageref{structpsCoordXform}}{} 10 11 \item\contentsline{section}{{\bf ps\-Distortion} (The optical distortion terms)}{\pageref{structpsDistortion}}{} … … 16 17 \item\contentsline{section}{{\bf ps\-DPolynomial3D} (Double-precision three-dimensional polynomial)}{\pageref{structpsDPolynomial3D}}{} 17 18 \item\contentsline{section}{{\bf ps\-DPolynomial4D} (Double-precision four-dimensional polynomial)}{\pageref{structpsDPolynomial4D}}{} 19 \item\contentsline{section}{{\bf ps\-Err} }{\pageref{structpsErr}}{} 18 20 \item\contentsline{section}{{\bf ps\-Exposure} (Exposure information from the telescope)}{\pageref{structpsExposure}}{} 21 \item\contentsline{section}{{\bf ps\-FFT} (Fast Fourier Transform)}{\pageref{structpsFFT}}{} 19 22 \item\contentsline{section}{{\bf ps\-Fixed\-Pattern} (The fixed pattern residual offsets)}{\pageref{structpsFixedPattern}}{} 20 23 \item\contentsline{section}{{\bf ps\-Float\-Array} (An array of real numbers)}{\pageref{structpsFloatArray}}{} 21 24 \item\contentsline{section}{{\bf ps\-FPA} (A Focal plane array: a collection of chips)}{\pageref{structpsFPA}}{} 22 \item\contentsline{section}{{\bf ps\-Frame} (A Frame: a collection of pixels)}{\pageref{structpsFrame}}{}23 25 \item\contentsline{section}{{\bf ps\-Grommit} (Information needed (by SLALIB) to convert Apparent to Observed Position)}{\pageref{structpsGrommit}}{} 24 26 \item\contentsline{section}{{\bf ps\-Histogram} (Histograms)}{\pageref{structpsHistogram}}{} … … 26 28 \item\contentsline{section}{{\bf ps\-Image\-Objects} (Associates objects on an image with the image)}{\pageref{structpsImageObjects}}{} 27 29 \item\contentsline{section}{{\bf ps\-Int\-Array} (An array of integers)}{\pageref{structpsIntArray}}{} 28 \item\contentsline{section}{{\bf ps\-Matrix} (A matrix)}{\pageref{structpsMatrix}}{}29 30 \item\contentsline{section}{{\bf ps\-Mem\-Block} (Book-keeping data for storage allocator)}{\pageref{structpsMemBlock}}{} 30 31 \item\contentsline{section}{{\bf ps\-Meta\-Data\-Item} (A struct to define a single item of metadata)}{\pageref{structpsMetaDataItem}}{} … … 38 39 \item\contentsline{section}{{\bf ps\-Polynomial3D} (Three-dimensional polynomial)}{\pageref{structpsPolynomial3D}}{} 39 40 \item\contentsline{section}{{\bf ps\-Polynomial4D} (Four-dimensional polynomial)}{\pageref{structpsPolynomial4D}}{} 41 \item\contentsline{section}{{\bf ps\-Readout} (A Readout: a collection of pixels)}{\pageref{structpsReadout}}{} 40 42 \item\contentsline{section}{{\bf ps\-Stats} (Generic statistics structure)}{\pageref{structpsStats}}{} 41 43 \item\contentsline{section}{{\bf ps\-Super\-Object} (A \char`\"{}super\char`\"{} object --- an object with multiple detections in different images)}{\pageref{structpsSuperObject}}{} -
trunk/doc/pslib/psSystemGroup.tex
r285 r381 7 7 void {\bf ps\-Set\-Log\-Format} (const char $\ast$fmt) 8 8 \begin{CompactList}\small\item\em sets the log format\item\end{CompactList}\item 9 void {\bf ps\-Log\-Msg} (const char $\ast$name, int level, const char $\ast$fmt,...)9 void {\bf ps\-Log\-Msg} (const char $\ast$name, int my\-Level, const char $\ast$fmt,...) 10 10 \begin{CompactList}\small\item\em Logs a message.\item\end{CompactList}\item 11 void {\bf p\_\-ps\-VLog\-Msg} (const char $\ast$name, int level, const char $\ast$fmt, va\_\-list ap)11 void {\bf p\_\-ps\-VLog\-Msg} (const char $\ast$name, int my\-Level, const char $\ast$fmt, va\_\-list ap) 12 12 \begin{CompactList}\small\item\em Logs a message from varargs.\item\end{CompactList}\item 13 13 void $\ast$ {\bf p\_\-ps\-Alloc} (size\_\-t size, const char $\ast$file, int lineno) … … 27 27 void $\ast$ {\bf ps\-Mem\-Decr\-Ref\-Counter} (void $\ast$vptr) 28 28 \begin{CompactList}\small\item\em Decrement reference counter and return the pointer.\item\end{CompactList}\item 29 {\bf ps\-Mem\-Problem\-C allback} {\bf ps\-Mem\-Problem\-Set\-CB} ({\bf ps\-Mem\-Problem\-Callback} func)29 {\bf ps\-Mem\-Problem\-CB} {\bf ps\-Mem\-Problem\-CBSet} ({\bf ps\-Mem\-Problem\-CB} func) 30 30 \begin{CompactList}\small\item\em Set callback for problems.\item\end{CompactList}\item 31 {\bf ps\-Mem\-Exhausted\-C allback} {\bf ps\-Mem\-Exhausted\-Set\-CB} ({\bf ps\-Mem\-Exhausted\-Callback} func)31 {\bf ps\-Mem\-Exhausted\-CB} {\bf ps\-Mem\-Exhausted\-CBSet} ({\bf ps\-Mem\-Exhausted\-CB} func) 32 32 \begin{CompactList}\small\item\em Set callback for out-of-memory.\item\end{CompactList}\item 33 {\bf ps\-Mem\-Callback} {\bf ps\-Mem\-Allocate\-Set\-CB} ({\bf ps\-Mem\-Callback} func)33 ps\-Mem\-CB {\bf ps\-Mem\-Allocate\-CBSet} ({\bf ps\-Mem\-Allocate\-CB} func) 34 34 \begin{CompactList}\small\item\em Set call back for when a particular memory block is allocated.\item\end{CompactList}\item 35 {\bf ps\-Mem\-Callback} {\bf ps\-Mem\-Free\-Set\-CB} ({\bf ps\-Mem\-Callback} func)35 ps\-Mem\-CB {\bf ps\-Mem\-Free\-CBSet} ({\bf ps\-Mem\-Free\-CB} func) 36 36 \begin{CompactList}\small\item\em Set call back for when a particular memory block is freed.\item\end{CompactList}\item 37 37 int {\bf ps\-Mem\-Get\-Id} (void) 38 38 \begin{CompactList}\small\item\em get next memory ID\item\end{CompactList}\item 39 long {\bf ps\-Mem\- Set\-Allocate\-ID} (long id)39 long {\bf ps\-Mem\-Allocate\-IDSet} (long id) 40 40 \begin{CompactList}\small\item\em set p\_\-ps\-Mem\-Allocate\-ID to id\item\end{CompactList}\item 41 long {\bf ps\-Mem\- Set\-Free\-ID} (long id)41 long {\bf ps\-Mem\-Free\-IDSet} (long id) 42 42 \begin{CompactList}\small\item\em set p\_\-ps\-Mem\-Free\-ID to id\item\end{CompactList}\item 43 43 void {\bf ps\-Abort} (const char $\ast$name, const char $\ast$fmt,...) 44 44 \begin{CompactList}\small\item\em Prints an error message and aborts.\item\end{CompactList}\item 45 void {\bf ps\-Error} (const char $\ast$name, const char $\ast$fmt,...)46 \begin{CompactList}\small\item\em Prints an error message and doesn't abort.\item\end{CompactList}\item47 45 char $\ast$ {\bf ps\-String\-Copy} (const char $\ast$str) 48 46 \begin{CompactList}\small\item\em Allocates and returns a copy of a string.\item\end{CompactList}\item 49 47 char $\ast$ {\bf ps\-String\-NCopy} (const char $\ast$str, int n\-Char) 50 48 \begin{CompactList}\small\item\em Allocates n\-Char and returns a copy of the string or segment.\item\end{CompactList}\item 51 void {\bf p\_\-ps\-Trace} (const char $\ast$facil, int level,...)49 void {\bf p\_\-ps\-Trace} (const char $\ast$facil, int my\-Level,...) 52 50 \begin{CompactList}\small\item\em Send a trace message.\item\end{CompactList}\item 53 51 int {\bf ps\-Set\-Trace\-Level} (const char $\ast$facil, int level) 54 52 \begin{CompactList}\small\item\em Set trace level.\item\end{CompactList}\item 55 int {\bf ps\-Get\-Trace\-Level} (const char $\ast$ name)53 int {\bf ps\-Get\-Trace\-Level} (const char $\ast$facil) 56 54 \begin{CompactList}\small\item\em Get the trace level.\item\end{CompactList}\item 57 55 void {\bf ps\-Trace\-Reset} (void)
Note:
See TracChangeset
for help on using the changeset viewer.
