|
From: <ah...@us...> - 2011-12-02 16:10:10
|
Revision: 711
http://pyphant.svn.sourceforge.net/pyphant/?rev=711&view=rev
Author: aheld84
Date: 2011-12-02 16:09:56 +0000 (Fri, 02 Dec 2011)
Log Message:
-----------
Hack: Recreated pyphant 0.8a1
Added Paths:
-----------
tags/pyphant-0.8a1/.gitignore
tags/pyphant-0.8a1/.project
tags/pyphant-0.8a1/.pydevproject
tags/pyphant-0.8a1/doc/demo/README
tags/pyphant-0.8a1/doc/demo/Sim_abs_210nm.fmf
tags/pyphant-0.8a1/doc/demo/demo.h5
tags/pyphant-0.8a1/doc/demo/demo.png
tags/pyphant-0.8a1/doc/demo/demoFMF.py
tags/pyphant-0.8a1/doc/demo/example.fmf
tags/pyphant-0.8a1/doc/demo/example_delimiter.fmf
tags/pyphant-0.8a1/doc/demo/example_delimiter2.fmf
tags/pyphant-0.8a1/doc/demo/features.png
tags/pyphant-0.8a1/doc/demo/fmf2h5.h5
tags/pyphant-0.8a1/doc/demo/fmf2h5.py
tags/pyphant-0.8a1/doc/demo/plotter.py
tags/pyphant-0.8a1/doc/demo/pyphant-shade-Information-Analysis-Framework.png
tags/pyphant-0.8a1/doc/demo/readfmf.py
tags/pyphant-0.8a1/doc/demo/simpleScripting.py
tags/pyphant-0.8a1/doc/demo/viewOSC.py
tags/pyphant-0.8a1/doc/demo/visualizeImage.py
tags/pyphant-0.8a1/doc/grammarDoc.py
tags/pyphant-0.8a1/doc/grammarDoc.txt
tags/pyphant-0.8a1/doc/knowledge-ideas.org
tags/pyphant-0.8a1/doc/logo/mklogo.py
tags/pyphant-0.8a1/doc/logo/pyphant-shade-Information-Analysis-Framework-ARTS-small.png
tags/pyphant-0.8a1/doc/logo/pyphantLogo.py
tags/pyphant-0.8a1/doc/test_numpy1.0.1Bug.py
tags/pyphant-0.8a1/src/pyphant/pyphant/__init__.py
tags/pyphant-0.8a1/src/pyphant/pyphant/cli/createExecutionOrder.py
tags/pyphant-0.8a1/src/pyphant/pyphant/cli/demo.h5
tags/pyphant-0.8a1/src/pyphant/pyphant/cli/demo.png
tags/pyphant-0.8a1/src/pyphant/pyphant/cli/pyphant_exec.py
tags/pyphant-0.8a1/src/pyphant/pyphant/cli/simpleCLI.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/CompositeWorker.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/Connectors.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/DataContainer.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/EventDispatcher.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/FieldContainer.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/H5FileHandler.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/Helpers.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/KnowledgeManager.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/KnowledgeNode.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/Param.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/PyTablesPersister.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/RoutingHTTPServer.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/SQLiteWrapper.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/UpdateManager.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/WebInterface.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/Worker.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/WorkerRegistry.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/XMLHandler.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/ZStackManager.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/__init__.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/bottle.py
tags/pyphant-0.8a1/src/pyphant/pyphant/core/singletonmixin.py
tags/pyphant-0.8a1/src/pyphant/pyphant/quantities/ParseQuantities.py
tags/pyphant-0.8a1/src/pyphant/pyphant/quantities/PhysicalQuantities.py
tags/pyphant-0.8a1/src/pyphant/pyphant/quantities/__init__.py
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/TestChart.py
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/TestCompositeWorker.py
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/TestDataContainer.py
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/TestEventDispatcher.py
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/TestH5FileHandler.py
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/TestImageVisualizer.py
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/TestKnowledgeManager.py
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/TestKnowledgeNode.py
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/TestParam.py
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/TestParseQuantities.py
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/TestPyTablesPersister.py
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/TestQuantities.py
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/TestSQLiteWrapper.py
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/TestZStacks.py
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/__init__.py
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/resources/zstack/TestZStack_z00.tif
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/resources/zstack/TestZStack_z01.tif
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/resources/zstack/TestZStack_z02.tif
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/resources/zstack/TestZStack_z03.tif
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/resources/zstack/TestZStack_z04.tif
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/resources/zstack/TestZStack_z05.tif
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/resources/zstack/TestZStack_z06.tif
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/resources/zstack/_meta.xml
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/resources/zstack/single_meta.xml
tags/pyphant-0.8a1/src/pyphant/pyphant/visualizers/Chart.py
tags/pyphant-0.8a1/src/pyphant/pyphant/visualizers/ConfigurablePlot.py
tags/pyphant-0.8a1/src/pyphant/pyphant/visualizers/External.py
tags/pyphant-0.8a1/src/pyphant/pyphant/visualizers/ImageVisualizer.py
tags/pyphant-0.8a1/src/pyphant/pyphant/visualizers/KMVisualizer.py
tags/pyphant-0.8a1/src/pyphant/pyphant/visualizers/NonUniformImage.py
tags/pyphant-0.8a1/src/pyphant/pyphant/visualizers/PrimitiveVisualizer.py
tags/pyphant-0.8a1/src/pyphant/pyphant/visualizers/SingleValueVisualizer.py
tags/pyphant-0.8a1/src/pyphant/pyphant/visualizers/ZStackVisualizer.py
tags/pyphant-0.8a1/src/pyphant/pyphant/visualizers/__init__.py
tags/pyphant-0.8a1/src/pyphant/pyphant/web/images/disabled.gif
tags/pyphant-0.8a1/src/pyphant/pyphant/web/images/favicon.ico
tags/pyphant-0.8a1/src/pyphant/pyphant/web/images/offline.gif
tags/pyphant-0.8a1/src/pyphant/pyphant/web/images/online.gif
tags/pyphant-0.8a1/src/pyphant/pyphant/web/images/pyphant.png
tags/pyphant-0.8a1/src/pyphant/pyphant/web/script/LaTeXMathML.js
tags/pyphant-0.8a1/src/pyphant/pyphant/web/templates/back.tpl
tags/pyphant-0.8a1/src/pyphant/pyphant/web/templates/disabled.tpl
tags/pyphant-0.8a1/src/pyphant/pyphant/web/templates/fieldcontainer.tpl
tags/pyphant-0.8a1/src/pyphant/pyphant/web/templates/frontpage.tpl
tags/pyphant-0.8a1/src/pyphant/pyphant/web/templates/htmlhead.tpl
tags/pyphant-0.8a1/src/pyphant/pyphant/web/templates/log.tpl
tags/pyphant-0.8a1/src/pyphant/pyphant/web/templates/mathhead.tpl
tags/pyphant-0.8a1/src/pyphant/pyphant/web/templates/message.tpl
tags/pyphant-0.8a1/src/pyphant/pyphant/web/templates/ordermathhead.tpl
tags/pyphant-0.8a1/src/pyphant/pyphant/web/templates/remotes.tpl
tags/pyphant-0.8a1/src/pyphant/pyphant/web/templates/samplecontainer.tpl
tags/pyphant-0.8a1/src/pyphant/pyphant/web/templates/search.tpl
tags/pyphant-0.8a1/src/pyphant/pyphant/wxgui2/ConfigureFrame.py
tags/pyphant-0.8a1/src/pyphant/pyphant/wxgui2/DataVisReg.py
tags/pyphant-0.8a1/src/pyphant/pyphant/wxgui2/PyphantCanvas.py
tags/pyphant-0.8a1/src/pyphant/pyphant/wxgui2/PyphantDiagram.py
tags/pyphant-0.8a1/src/pyphant/pyphant/wxgui2/WorkerFactoryPool.py
tags/pyphant-0.8a1/src/pyphant/pyphant/wxgui2/WorkerRepository.py
tags/pyphant-0.8a1/src/pyphant/pyphant/wxgui2/__init__.py
tags/pyphant-0.8a1/src/pyphant/pyphant/wxgui2/paramvisualization/BoundedIntegerTextField.py
tags/pyphant-0.8a1/src/pyphant/pyphant/wxgui2/paramvisualization/CheckBox.py
tags/pyphant-0.8a1/src/pyphant/pyphant/wxgui2/paramvisualization/FileButton.py
tags/pyphant-0.8a1/src/pyphant/pyphant/wxgui2/paramvisualization/ListSelect.py
tags/pyphant-0.8a1/src/pyphant/pyphant/wxgui2/paramvisualization/OneLineStringField.py
tags/pyphant-0.8a1/src/pyphant/pyphant/wxgui2/paramvisualization/ParamVisReg.py
tags/pyphant-0.8a1/src/pyphant/pyphant/wxgui2/paramvisualization/__init__.py
tags/pyphant-0.8a1/src/pyphant/pyphant/wxgui2/pyphantLogo.py
tags/pyphant-0.8a1/src/pyphant/pyphant/wxgui2/wxPyphantApplication.py
tags/pyphant-0.8a1/src/pyphant/setup.cfg
tags/pyphant-0.8a1/src/pyphant/setup.py
tags/pyphant-0.8a1/src/support/xmlrunner.py
tags/pyphant-0.8a1/src/test-all.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/ApplyMask.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/AutoFocus.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/BiThresholdingWorker.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/ConetworkSeparator.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/ConetworkThresholdingPOC.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/CoverageWorker.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/DiffWorker.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/DistanceMapper.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/EdgeFillWorker.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/EdgeTouchingFeatureRemover.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/EnhanceContrast.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/FeatureRatio.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/FilterWorker.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/FindLocalExtrema.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/FitBackground.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/Gradient.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/ImageLoaderWorker.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/InvertWorker.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/MarkAF.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/Medianiser.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/NDImageWorker.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/OptimalContrastWorker.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/Reduce.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/SkeletonizeFeature.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/SliceSelector.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/SlopeCalculator.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/ThresholdingWorker.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/UltimatePointsCalculator.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/Watershed.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/__init__.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestApplyMask.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestDistanceMapper.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestImageLoader.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestMedianiser.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestSkeletonizeFeature.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestSlopeCalculator.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestThresholdingWorker.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/__init__.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/demo.png
tags/pyphant-0.8a1/src/workers/ImageProcessing/setup.cfg
tags/pyphant-0.8a1/src/workers/ImageProcessing/setup.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/AddColumn.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/CompareFields.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/ComputeFunctional.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/ErrorEstimator.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/EstimateParameter.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/EstimateParameterFromValues.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/ExtremumFinder.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/MRA.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/OscAbsorption.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/OscCurrent.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/OscLoader.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/OscThicknessCorrection.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/OscVisualisers.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/Slicing.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/Smoother.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/ThicknessModeller.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/__init__.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/convert2FMF.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/data.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/tests/TestErrorEstimator.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/tests/TestExtremumFinder.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/tests/TestMRA.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/tests/TestOscAbsorption.py
tags/pyphant-0.8a1/src/workers/OSC/OSC/tests/__init__.py
tags/pyphant-0.8a1/src/workers/OSC/setup.cfg
tags/pyphant-0.8a1/src/workers/OSC/setup.py
tags/pyphant-0.8a1/src/workers/Statistics/Statistics/Histogram.py
tags/pyphant-0.8a1/src/workers/Statistics/Statistics/__init__.py
tags/pyphant-0.8a1/src/workers/Statistics/Statistics/tests/TestHistogram.py
tags/pyphant-0.8a1/src/workers/Statistics/Statistics/tests/__init__.py
tags/pyphant-0.8a1/src/workers/Statistics/setup.cfg
tags/pyphant-0.8a1/src/workers/Statistics/setup.py
tags/pyphant-0.8a1/src/workers/fmfile/fmfile/FMFLoader.py
tags/pyphant-0.8a1/src/workers/fmfile/fmfile/FMFWriter.py
tags/pyphant-0.8a1/src/workers/fmfile/fmfile/__init__.py
tags/pyphant-0.8a1/src/workers/fmfile/fmfile/fmfgen.py
tags/pyphant-0.8a1/src/workers/fmfile/fmfile/tests/TestFMFLoader.py
tags/pyphant-0.8a1/src/workers/fmfile/fmfile/tests/__init__.py
tags/pyphant-0.8a1/src/workers/fmfile/fmfile/tests/resources/fmf/dep.fmf
tags/pyphant-0.8a1/src/workers/fmfile/setup.cfg
tags/pyphant-0.8a1/src/workers/fmfile/setup.py
tags/pyphant-0.8a1/src/workers/tools/setup.cfg
tags/pyphant-0.8a1/src/workers/tools/setup.py
tags/pyphant-0.8a1/src/workers/tools/tools/DCSource.py
tags/pyphant-0.8a1/src/workers/tools/tools/Emd5Src.py
tags/pyphant-0.8a1/src/workers/tools/tools/FCSource.py
tags/pyphant-0.8a1/src/workers/tools/tools/SCSource.py
tags/pyphant-0.8a1/src/workers/tools/tools/__init__.py
tags/pyphant-0.8a1/src/workers/tools/tools/tests/TestEmd5Source.py
tags/pyphant-0.8a1/src/workers/tools/tools/tests/__init__.py
Added: tags/pyphant-0.8a1/.gitignore
===================================================================
--- tags/pyphant-0.8a1/.gitignore (rev 0)
+++ tags/pyphant-0.8a1/.gitignore 2011-12-02 16:09:56 UTC (rev 711)
@@ -0,0 +1,20 @@
+*.py[co]
+*~
+DEBUG
+PKG-INFO
+SOURCES.txt
+dependency_links.txt
+entry_points.txt
+requires.txt
+top_level.txt
+.svn
+build
+dist
+*.egg-info
+\#*\#
+*.aux
+*.log
+*.out
+*.bst
+*.bbl
+.ropeproject/
Added: tags/pyphant-0.8a1/.project
===================================================================
--- tags/pyphant-0.8a1/.project (rev 0)
+++ tags/pyphant-0.8a1/.project 2011-12-02 16:09:56 UTC (rev 711)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>pyphant</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.python.pydev.PyDevBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.python.pydev.pythonNature</nature>
+ </natures>
+</projectDescription>
Added: tags/pyphant-0.8a1/.pydevproject
===================================================================
--- tags/pyphant-0.8a1/.pydevproject (rev 0)
+++ tags/pyphant-0.8a1/.pydevproject 2011-12-02 16:09:56 UTC (rev 711)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?eclipse-pydev version="1.0"?>
+
+<pydev_project>
+<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.5</pydev_property>
+<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
+<path>/pyphant/src/pyphant</path>
+<path>/pyphant/src/workers/fmfile</path>
+<path>/pyphant/src/workers/ImageProcessing</path>
+<path>/pyphant/src/workers/OSC</path>
+</pydev_pathproperty>
+</pydev_project>
Added: tags/pyphant-0.8a1/doc/demo/README
===================================================================
--- tags/pyphant-0.8a1/doc/demo/README (rev 0)
+++ tags/pyphant-0.8a1/doc/demo/README 2011-12-02 16:09:56 UTC (rev 711)
@@ -0,0 +1,6 @@
+#Start GUI with
+wxPythant demo.h5
+
+#Start scripting example with
+./simpleScripting.py
+
Added: tags/pyphant-0.8a1/doc/demo/Sim_abs_210nm.fmf
===================================================================
--- tags/pyphant-0.8a1/doc/demo/Sim_abs_210nm.fmf (rev 0)
+++ tags/pyphant-0.8a1/doc/demo/Sim_abs_210nm.fmf 2011-12-02 16:09:56 UTC (rev 711)
@@ -0,0 +1,261 @@
+; -*- coding: utf-8 -*-
+[*reference]
+author: Kristian O. Sylvester-Hvid and Andreas W. Liehr
+date: 2007-12-07
+width: h = 210 nm
+title: Simulated abs spectrum for P3HT:PCBM solar cell - 210nm blend layer
+[*data definitions]
+wavelength: \lambda [nm]
+absorption: A(\lambda)
+[*data]
+300 0.94001276
+302 0.94052832
+304 0.94100929
+306 0.94144604
+308 0.94180794
+310 0.94206936
+312 0.9422048
+314 0.94226886
+316 0.94232466
+318 0.94250446
+320 0.94286269
+322 0.94339843
+324 0.94398425
+326 0.94434446
+328 0.94427402
+330 0.94353182
+332 0.94200658
+334 0.93963851
+336 0.93632749
+338 0.9321587
+340 0.92667119
+342 0.91986756
+344 0.91172259
+346 0.90177058
+348 0.89041845
+350 0.8775073
+352 0.86356483
+354 0.84936335
+356 0.83456895
+358 0.82062459
+360 0.8076951
+362 0.79614205
+364 0.78564803
+366 0.77755195
+368 0.77085322
+370 0.76677966
+372 0.76425721
+374 0.76322039
+376 0.76481169
+378 0.76822021
+380 0.77352729
+382 0.77995359
+384 0.78875682
+386 0.79887878
+388 0.81032685
+390 0.82164329
+392 0.83405087
+394 0.84724906
+396 0.86076354
+398 0.87312447
+400 0.88556675
+402 0.8975478
+404 0.90855741
+406 0.918659
+408 0.92730708
+410 0.9342962
+412 0.93988822
+414 0.94414255
+416 0.94665541
+418 0.9482054
+420 0.94895653
+422 0.94856192
+424 0.94709676
+426 0.94477955
+428 0.94172813
+430 0.93847747
+432 0.93522811
+434 0.93179879
+436 0.92875434
+438 0.9254059
+440 0.92240329
+442 0.91961551
+444 0.91700092
+446 0.91509408
+448 0.91307083
+450 0.91157556
+452 0.9100461
+454 0.90922433
+456 0.90849702
+458 0.90873161
+460 0.90918283
+462 0.90961624
+464 0.9103671
+466 0.91096396
+468 0.91174446
+470 0.91324641
+472 0.91475231
+474 0.9166557
+476 0.9184305
+478 0.92016726
+480 0.92199446
+482 0.92325293
+484 0.92476136
+486 0.92637909
+488 0.92800125
+490 0.92996184
+492 0.93139366
+494 0.9327197
+496 0.93383375
+498 0.93467089
+500 0.93529753
+502 0.93601335
+504 0.93691212
+506 0.93781723
+508 0.93874206
+510 0.93939636
+512 0.94003719
+514 0.94025198
+516 0.94035136
+518 0.94047114
+520 0.94073254
+522 0.94103714
+524 0.94130091
+526 0.94144813
+528 0.9415573
+530 0.94156843
+532 0.94138793
+534 0.94122204
+536 0.94099705
+538 0.94070117
+540 0.94035489
+542 0.9398703
+544 0.93954695
+546 0.93907971
+548 0.93853096
+550 0.93828818
+552 0.93770268
+554 0.93729021
+556 0.93682153
+558 0.93665619
+560 0.93660652
+562 0.9368939
+564 0.93710224
+566 0.93784482
+568 0.93866566
+570 0.93971
+572 0.94093727
+574 0.94231377
+576 0.94372178
+578 0.94516736
+580 0.94656231
+582 0.94775016
+584 0.94883467
+586 0.94980323
+588 0.95039466
+590 0.95043141
+592 0.95019453
+594 0.94949293
+596 0.94863656
+598 0.94729984
+600 0.9451777
+602 0.94231776
+604 0.93889644
+606 0.93402475
+608 0.9273553
+610 0.91887018
+612 0.90780796
+614 0.89401947
+616 0.87904645
+618 0.85919763
+620 0.83898752
+622 0.81322756
+624 0.7848802
+626 0.75385085
+628 0.71965866
+630 0.68307008
+632 0.64559891
+634 0.60841687
+636 0.57242972
+638 0.53468059
+640 0.50251968
+642 0.46947399
+644 0.44484263
+646 0.42004295
+648 0.39939842
+650 0.37870989
+652 0.36264726
+654 0.35232717
+656 0.33934159
+658 0.32502465
+660 0.31542268
+662 0.30824157
+664 0.2990077
+666 0.2947837
+668 0.28922591
+670 0.28658894
+672 0.28614721
+674 0.28202046
+676 0.28149016
+678 0.28040605
+680 0.27845176
+682 0.27654909
+684 0.27634083
+686 0.27617549
+688 0.27632291
+690 0.27384696
+692 0.27280758
+694 0.27443572
+696 0.27510338
+698 0.27512684
+700 0.27583487
+702 0.2729722
+704 0.27366256
+706 0.27463568
+708 0.27448946
+710 0.2767401
+712 0.27715502
+714 0.27797834
+716 0.27954103
+718 0.27946012
+720 0.28130034
+722 0.28056736
+724 0.28254809
+726 0.28456215
+728 0.28409837
+730 0.28531638
+732 0.2877751
+734 0.28996248
+736 0.2926061
+738 0.29527246
+740 0.29744612
+742 0.29808286
+744 0.29999903
+746 0.30224372
+748 0.30390019
+750 0.30599832
+752 0.30891292
+754 0.31095523
+756 0.31187227
+758 0.31412822
+760 0.315058
+762 0.31755964
+764 0.31919832
+766 0.32225542
+768 0.32428429
+770 0.32687193
+772 0.3273539
+774 0.32961995
+776 0.33199819
+778 0.33408599
+780 0.3366742
+782 0.33664265
+784 0.33911601
+786 0.3409073
+788 0.34362441
+790 0.34421251
+792 0.34616219
+794 0.34814186
+796 0.34946026
+798 0.35092394
+800 0.35234574
Added: tags/pyphant-0.8a1/doc/demo/demo.h5
===================================================================
--- tags/pyphant-0.8a1/doc/demo/demo.h5 (rev 0)
+++ tags/pyphant-0.8a1/doc/demo/demo.h5 2011-12-02 16:09:56 UTC (rev 711)
@@ -0,0 +1,68 @@
+\x89HDF
+
+ |