[Python-modules-commits] r9646 - in packages/scitools/trunk/debian (README.Debian control)

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Fri Sep 4 09:59:26 UTC 2009


    Date: Friday, September 4, 2009 @ 09:59:19
  Author: johannr-guest
Revision: 9646

Add Octave to Suggests and a note about how to modify the .mat files with Octave.

Added:
  packages/scitools/trunk/debian/README.Debian
Modified:
  packages/scitools/trunk/debian/control

Added: packages/scitools/trunk/debian/README.Debian
===================================================================
--- packages/scitools/trunk/debian/README.Debian	                        (rev 0)
+++ packages/scitools/trunk/debian/README.Debian	2009-09-04 09:59:19 UTC (rev 9646)
@@ -0,0 +1,27 @@
+How to interpret the .mat data files from the SciTools examples
+---------------------------------------------------------------
+
+First make sure you have Octave installed. Then copy the SciTools
+examples somewhere you've got write permissions:
+
+  $ cp -r /usr/share/doc/python-scitools/examples ~/scitools-examples
+
+Navigate into this folder:
+
+  $ cd ~/scitools-examples
+
+Make sure you have Octave installed, fire it up and from the Octave
+prompt load the wind_matlab_v6 dataset:
+
+  octave:1> load wind_matlab_v6.mat.gz
+
+Save the data in MATLAB's v6 binary data format:
+
+  octave:2> save -mat-binary wind_matlab_v6.mat
+
+Note that the .gz extension is stripped. Next, clear the data 
+
+  octave:3> clear
+
+and follow the same steps for mri_matlab_v6.mat.gz and
+topo_matlab_v6.mat.gz.

Modified: packages/scitools/trunk/debian/control
===================================================================
--- packages/scitools/trunk/debian/control	2009-09-04 07:34:50 UTC (rev 9645)
+++ packages/scitools/trunk/debian/control	2009-09-04 09:59:19 UTC (rev 9646)
@@ -16,7 +16,8 @@
 Depends: python-numpy, python-gnuplot, ${python:Depends}, ${misc:Depends}
 Recommends: python-scipy, python-scientific, imagemagick
 Suggests: python-matplotlib, python-vtk, python-pyx, python-pmw, blt, 
- python-tk, netpbm, ffmpeg, python-numeric, python-numarray
+ python-tk, netpbm, ffmpeg, python-numeric, python-numarray, 
+ octave3.0 | octave3.2
 Description: Python library for scientific computing
  SciTools is a Python package containing lots of useful tools for scientific
  computing in Python. The package is built on top of other widely used 




More information about the Python-modules-commits mailing list