[Scipy-svn] r5332 - trunk/doc/source

scipy-svn at scipy.org scipy-svn at scipy.org
Tue Jan 6 12:03:26 EST 2009


Author: josef
Date: 2009-01-06 11:03:22 -0600 (Tue, 06 Jan 2009)
New Revision: 5332

Added:
   trunk/doc/source/stsci.rst
Log:
add stsci.rst, not sure it works

Added: trunk/doc/source/stsci.rst
===================================================================
--- trunk/doc/source/stsci.rst	2009-01-06 10:28:09 UTC (rev 5331)
+++ trunk/doc/source/stsci.rst	2009-01-06 17:03:22 UTC (rev 5332)
@@ -0,0 +1,40 @@
+=============================================================
+Image Array Manipulation and Convolution (:mod:`scipy.stsci`)
+=============================================================
+
+.. module:: scipy.stci
+
+Image Array manipulation Functions (:mod:`scipy.stsci.image`)
+=============================================================
+
+.. module:: scipy.stci.image
+
+.. autosummary::
+   :toctree: generated/
+
+   average
+   combine
+   median
+   minimum
+   threshhold
+   translate
+
+
+Image Array Convolution Functions (:mod:`scipy.stsci.convolve`)
+===============================================================
+
+.. module:: scipy.stci.convolve
+
+.. autosummary::
+   :toctree: generated/
+
+   boxcar
+   convolution_modes
+   convolve
+   convolve2d
+   correlate
+   correlate2d
+   cross_correlate
+   dft
+   iraf_frame
+   pix_modes
\ No newline at end of file




More information about the Scipy-svn mailing list