|
From: <ah...@us...> - 2011-12-02 15:59:44
|
Revision: 710
http://pyphant.svn.sourceforge.net/pyphant/?rev=710&view=rev
Author: aheld84
Date: 2011-12-02 15:59:33 +0000 (Fri, 02 Dec 2011)
Log Message:
-----------
Hack: cleared all files
this is necessary to recreate pyphant 0.8a1 in svn
since branches always branch from trunk
Removed 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/AstTransformers.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/__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/TestTimestamp.py
tags/pyphant-0.8a1/src/pyphant/pyphant/tests/__init__.py
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/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/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/LoadZStack.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/MarkInclusions.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/Medianiser.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/OptimalContrastWorker.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/SkeletonizeFeature.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/TestAutoFocus.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestCoverage.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestDiffWorker.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestDistanceMapper.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestETFR.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestEdgeFill.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestEnhanceContrast.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestFitBackground.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestGradient.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestImageLoader.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestInvert.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestLocalExtrema.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/TestUltimatePoints.py
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/TestWatershed.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/ImageProcessing/tests/resources/zstack/TestZStack_z00.tif
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/resources/zstack/TestZStack_z01.tif
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/resources/zstack/TestZStack_z02.tif
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/resources/zstack/TestZStack_z03.tif
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/resources/zstack/TestZStack_z04.tif
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/resources/zstack/TestZStack_z05.tif
tags/pyphant-0.8a1/src/workers/ImageProcessing/ImageProcessing/tests/resources/zstack/TestZStack_z06.tif
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/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/OscMapper.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/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/TestInstantiation.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/fmfile/tests/resources/fmf/hash_test.fmf
tags/pyphant-0.8a1/src/workers/fmfile/fmfile/tests/resources/fmf/multitable.fmf
tags/pyphant-0.8a1/src/workers/fmfile/fmfile/tests/resources/fmf/onecolumn.fmf
tags/pyphant-0.8a1/src/workers/fmfile/fmfile/tests/resources/fmf/onerow.fmf
tags/pyphant-0.8a1/src/workers/fmfile/fmfile/tests/resources/fmf/onerow_dep.fmf
tags/pyphant-0.8a1/src/workers/fmfile/fmfile/tests/resources/fmf/onevalue.fmf
tags/pyphant-0.8a1/src/workers/fmfile/fmfile/tests/resources/fmf/semi_test.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/AddColumn.py
tags/pyphant-0.8a1/src/workers/tools/tools/AlgebraWorker.py
tags/pyphant-0.8a1/src/workers/tools/tools/ColumnExtractor.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/ExtractRows.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/Slicing.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/TestInstantiation.py
tags/pyphant-0.8a1/src/workers/tools/tools/tests/__init__.py
Deleted: tags/pyphant-0.8a1/.gitignore
===================================================================
--- tags/pyphant-0.8a1/.gitignore 2011-12-02 15:25:53 UTC (rev 709)
+++ tags/pyphant-0.8a1/.gitignore 2011-12-02 15:59:33 UTC (rev 710)
@@ -1,20 +0,0 @@
-*.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/
Deleted: tags/pyphant-0.8a1/.project
===================================================================
--- tags/pyphant-0.8a1/.project 2011-12-02 15:25:53 UTC (rev 709)
+++ tags/pyphant-0.8a1/.project 2011-12-02 15:59:33 UTC (rev 710)
@@ -1,17 +0,0 @@
-<?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>
Deleted: tags/pyphant-0.8a1/.pydevproject
===================================================================
--- tags/pyphant-0.8a1/.pydevproject 2011-12-02 15:25:53 UTC (rev 709)
+++ tags/pyphant-0.8a1/.pydevproject 2011-12-02 15:59:33 UTC (rev 710)
@@ -1,12 +0,0 @@
-<?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>
Deleted: tags/pyphant-0.8a1/doc/demo/README
===================================================================
--- tags/pyphant-0.8a1/doc/demo/README 2011-12-02 15:25:53 UTC (rev 709)
+++ tags/pyphant-0.8a1/doc/demo/README 2011-12-02 15:59:33 UTC (rev 710)
@@ -1,6 +0,0 @@
-#Start GUI with
-wxPythant demo.h5
-
-#Start scripting example with
-./simpleScripting.py
-
Deleted: tags/pyphant-0.8a1/doc/demo/Sim_abs_210nm.fmf
===================================================================
--- tags/pyphant-0.8a1/doc/demo/Sim_abs_210nm.fmf 2011-12-02 15:25:53 UTC (rev 709)
+++ tags/pyphant-0.8a1/doc/demo/Sim_abs_210nm.fmf 2011-12-02 15:59:33 UTC (rev 710)
@@ -1,261 +0,0 @@
-; -*- 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
Deleted: tags/pyphant-0.8a1/doc/demo/demo.h5
===================================================================
(Binary files differ)
Deleted: tags/pyphant-0.8a1/doc/demo/demo.png
===================================================================
(Binary files differ)
Deleted: tags/pyphant-0.8a1/doc/demo/demoFMF.py
===================================================================
--- tags/pyphant-0.8a1/doc/demo/demoFMF.py 2011-12-02 15:25:53 UTC (rev 709)
+++ tags/pyphant-0.8a1/doc/demo/demoFMF.py 2011-12-02 15:59:33 UTC (rev 710)
@@ -1,57 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Copyright (c) 2006-2008, Rectorate of the University of Freiburg
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are met:
-#
-# * Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# * Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-# * Neither the name of the Freiburg Materials Research Center,
-# University of Freiburg nor the names of its contributors may be used to
-# endorse or promote products derived from this software without specific
-# prior written permission.
-#
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
-# IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-# PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-# OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-u"""
-"""
-
-__id__ = "$Id$"
-__author__ = "$Author$"
-__version__ = "$Revision$"
-# $Source$
-
-
-import sys
-import unittest
-sys.path.append("..")
-
-import pkg_resources
-
-pkg_resources.require("Pyphant")
-
-from fmfile import FMFLoader
-import pyphant.visualizers.Chart as cv
-
-loader = FMFLoader.FMFLoader()
-loader.paramFilename.value = 'Sim_abs_210nm.fmf'
-data = loader.loadFMF()
-
-v = cv.LineChart(data['absorption'])
-v.figure.savefig('demoFMF.png')
Deleted: tags/pyphant-0.8a1/doc/demo/example.fmf
===================================================================
--- tags/pyphant-0.8a1/doc/demo/example.fmf 2011-12-02 15:25:53 UTC (rev 709)
+++ tags/pyphant-0.8a1/doc/demo/example.fmf 2011-12-02 15:59:33 UTC (rev 710)
@@ -1,111 +0,0 @@
-# -*- fmf-version: 1.0; coding: utf-8 -*-
-[*reference]
-title: Demonstrating the flexibility of the Full-Metadata-Format
-creator: Andreas W. Liehr
-created: 2008-10-29
-place: Freiburger Materialforschungszentrum, Universität Freiburg, Deutschland
-[Textual values]
-word: Hello!
-sentence: Hello World!
-timestamp: 2008-10-31 12:00:59.438151
-comma separated list: world, die Welt, el mundo, monde
-inside quotation: Arthur C. Clarke's "The Sentinel"
-single quote: 'Freiburger Materialforschungszentrum, Universität Freiburg, Deutschland'
-double quotation mark: "Freiburger Materialforschungszentrum, Universität Freiburg, Deutschland"
-multiline: '''A multiline value,
-that spans more than one line :-)
-The line breaks are included in the value.'''
-Another multiline: """A multiline value,
-that spans more than one line :-)"""
-Enclosed quotation marks: """ Andreas says: "Hello World!" """
-[Numerical values]
-#Note, that the 'key' is arbitrary, but has to be unique within a section
-integer: 1
-list of integers: 1, 2, 3, 4, 5
-float: 1.0
-float with leading dot: .1
-float with exponential: 1e-10
-float with Exponential: -1.1E10
-list of floats: 1.0, .1, 1e-10, -1.1E10
-complex: 1+2j
-Complex: 1.1+2j
-Complex number with zero real part : 2j
-Complex number with zero imaginary part: 1+0j
-list of complex: 1+2j, 1.1+2j
-[Boolean values]
-true1: True
-true2: true
-true3: TRUE
-false1: False
-false2: false
-false3: FALSE
-list of booleans: True, true, TRUE, False, false, FALSE
-[Quantities]
-voltage: 1V
-temperature in Celsius: 22 degC
-resistance: 2.0 kg*m^2*A^-2*s^-3
-arbitrary units: 10 a.u.
-distance from Earth to Sun: 1 AU
-[Quantities with error]
-voltage: 1 V +- 1 mV
-current: 1 A +/- 0.001 A
-energy: 1 J \pm 1 mJ
-work: 1 W +- 0.1%
-voltage in brackets: (1 +- 0.001) V
-current in brackets: (1 +- 0.1%) A
-trailing amplitude: (1 +- 0.01) 2 ohm
-trailing amplitude, relative error: (1 +- 1%) 2 ohm
-estimated parameter: 1 \pm 0.1
-another estimated parameter: 1 \pm 1%
-list of quantities: 1V, 22 degC,(1 +- 1%) 2 ohm
-[Variables]
-number: N = 2
-voltage: U = 1V
-temperature in Celsius: T_C = 22 degC
-temperature in Fahrenheit: T = 22 degF
-resistance: \omega = 2.0 kg*m^2*A^-2*s^-3
-resistance 2: \omega = 2.0 kg*m**2*A**-2*s**-3
-normed variable: n = 10 a.u.
-[Physical Quantities with error]
-voltage: U = 1 V +- 1 mV
-current: I = 1 A +/- 0.001 A
-energy: E = 1 J \pm 1 mJ
-work: A = 1 W +- 0.1%
-voltage in brackets: U = (1 +- 0.001) V
-current in brackets: I = (1 +- 0.1%) A
-trailing amplitude: \omega = (1 +- 0.01) 2 ohm
-trailing amplitude, relative error: \omega = (1 +- 1%) 2 ohm
-estimated parameter: p = 1 \pm 0.1
-another estimated parameter: p = 1 \pm 1%
-list of quantities: number: N = 2, U = 1V, T_C = 22 degC
-[Datetime stamps]
-date: 2008-12-16
-week date: 2008-W47-1
-list of dates: 2008-11-17,2008-1-3,2006-2-17,2008-W47-1
-datetime: 2008-12-16T16:51
-another datetime: 2008-12-16 16:51
-datetime with second: 2008-12-16T16:51:05
-datetime UTC: 2008-12-16T16:51Z
-datetime+2h: 2006-04-23 14:25:51+02:00
-[*table definitions]
-table: T
-mixed: M
-[*data definitions: T]
-String: S
-Integer: I
-Float with dot: Fd
-Float with exponent: Fe
-Complex: C
-Missing Value: V_m
-Infinite Value: V_i
-[*data: T]
-H_2 1 1. 1e1 1+0j nan inf
-O_2 2 .2 2E1 2+.1j NaN INF
-O 2 2 .2 2E1 2.+2j NAN Inf
-[*data definitions: M]
-String: S
-Complex: C
-Float: F
-[*data: M]
-N_2 1 2
-2 1+1j 2.1
Deleted: tags/pyphant-0.8a1/doc/demo/example_delimiter.fmf
===================================================================
--- tags/pyphant-0.8a1/doc/demo/example_delimiter.fmf 2011-12-02 15:25:53 UTC (rev 709)
+++ tags/pyphant-0.8a1/doc/demo/example_delimiter.fmf 2011-12-02 15:59:33 UTC (rev 710)
@@ -1,56 +0,0 @@
-# -*- fmf-version: 1.0; coding: utf-8; delimiter: whitespace -*-
-[*reference]
-title: Demonstrating the flexibility of the Full-Metadata-Format
-creator: Andreas W. Liehr
-created: 2008-10-29
-place: Freiburger Materialforschungszentrum, Universität Freiburg, Deutschland
-[String Examples]
-word: Hello!
-sentence: Hello World!
-comma separated list: world, die Welt, el mundo, monde
-multiline: '''A multiline value,
-that spans more than one line :-)
-The line breaks are included in the value.'''
-[Numbers]
-#Note, that the 'key' is arbitrary, but has to be unique within a section
-integer: 1
-float: 1.0
-float with leading dot: .1
-float with exponential: 1e-10
-float with Exponential: -1.1E10
-complex: 1+2j
-[Physical Quantities]
-number: N = 2
-voltage: U = 1V
-temperature in Celsius: T_C = 22 degC
-temperature in Fahrenheit: T = 22 degF
-[Physical Quantities with error]
-voltage: U = 1 V +- 1 mV
-current: I = 1 A +/- 0.001 A
-energy: E = 1 J \pm 1 mJ
-work: A = 1 W +- 0.1%
-voltage in brackets: U = (1 +- 0.001) V
-current in brackets: I = (1 +- 0.1%) A
-estimated parameter: p = 1 \pm 0.1
-another estimated parameter: p = 1 \pm 1%
-[*table definitions]
-table: T
-mixed: M
-[*data definitions: T]
-String: S
-Integer: I
-Float with dot: Fd
-Float with exponent: Fe
-Complex: C
-Missing Value: V_m
-Infinite Value: V_i
-[*data: T]
-H_2 1 1. 1e1 1+0j nan inf
-O_2 2 .2 2E1 2+.1j NaN INF
-[*data definitions: M]
-String: S
-Complex: C
-Float: F
-[*data: M]
-N_2 1 2
-2 1+1j 2.1
Deleted: tags/pyphant-0.8a1/doc/demo/example_delimiter2.fmf
===================================================================
--- tags/pyphant-0.8a1/doc/demo/example_delimiter2.fmf 2011-12-02 15:25:53 UTC (rev 709)
+++ tags/pyphant-0.8a1/doc/demo/example_delimiter2.fmf 2011-12-02 15:59:33 UTC (rev 710)
@@ -1,57 +0,0 @@
-# -*- fmf-version: 1.0; coding: utf-8; delimiter:, -*-
-[*reference]
-title: Demonstrating the flexibility of the Full-Metadata-Format
-creator: Andreas W. Liehr
-created: 2008-10-29
-place: Freiburger Materialforschungszentrum, Universität Freiburg, Deutschland
-[String Examples]
-word: Hello!
-sentence: Hello World!
-comma separated list: world, die Welt, el mundo, monde
-multiline: '''A multiline value,
-that spans more than one line :-)
-The line breaks are included in the value.'''
-[Numbers]
-#Note, that the 'key' is arbitrary, but has to be unique within a section
-integer: 1
-float: 1.0
-float with leading dot: .1
-float with exponential: 1e-10
-float with Exponential: -1.1E10
-complex: 1+2j
-[Physical Quantities]
-number: N = 2
-voltage: U = 1V
-temperature in Celsius: T_C = 22 degC
-temperature in Fahrenheit: T = 22 degF
-[Physical Quantities with error]
-voltage: U = 1 V +- 1 mV
-current: I = 1 A +/- 0.001 A
-energy: E = 1 J \pm 1 mJ
-work: A = 1 W +- 0.1%
-voltage in brackets: U = (1 +- 0.001) V
-current in brackets: I = (1 +- 0.1%) A
-estimated parameter: p = 1 \pm 0.1
-another estimated parameter: p = 1 \pm 1%
-[*table definitions]
-table: T
-mixed: M
-[*data definitions: T]
-String: S
-Integer: I
-Float with dot: Fd
-Float with exponent: Fe
-Complex: C
-Missing Value: V_m
-Infinite Value: V_i
-[*data: T]
-H_2,1,1.,1e1,1+0j,nan,inf
-O_2,2,.2,2E1,2+.1j,NaN,INF
-O 2,2,.2,2E1,2+.1j,NAN,Inf
-[*data definitions: M]
-String: S
-Complex: C
-Float: F
-[*data: M]
-N_2,1,2
-2,1+1j,2.1
Deleted: tags/pyphant-0.8a1/doc/demo/features.png
===================================================================
--- tags/pyphant-0.8a1/doc/demo/features.png 2011-12-02 15:25:53 UTC (rev 709)
+++ tags/pyphant-0.8a1/doc/demo/features.png 2011-12-02 15:59:33 UTC (rev 710)
@@ -1,14 +0,0 @@
-\x89PNG
-
- |