diff --git a/.gitignore b/.gitignore index b51a38c..23fa4b2 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ docs/build/latex/* # Virtual environments .venv/* +.venvFCS/* # Distribution files, generated after command: python -m build dist/* @@ -23,4 +24,23 @@ pyTempico.egg-info/* #Ignore example files in root directory *Example.py #but do not ignore them in the examples/ directory -!examples/*Example.py \ No newline at end of file +!examples/*Example.py + +# Local test files and reports +examples/Informe2* +examples/Informe3_lineal* +examples/Informe4_Start-stop* +examples/g2Implementation* +examples/compareautocorrelation.py* +examples/Generador_estocastico.py* +examples/noiseGenerator.py* +examples/stochasticDataGenerator.py* + +# Local VS Code configurations +.vscode/ + +# Local test scripts +fcs_multitau_tp1004.py + +# G2 result images +g2_*.png \ No newline at end of file diff --git a/README.md b/README.md index 1bf76aa..4cd6d35 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Written in Python3, pyTempico relies on the following modules: - hidapi - pyserial -Library version: 2.0.3
+Library version: 2.0.4
Current release date: 05/14/2026 (mm/dd/yyyy)
Original release date: 02/12/2024
Supported models: TP1004, TP1204. diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index c038c5e..9e1e9a1 100644 Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/doctrees/examples.doctree b/docs/build/doctrees/examples.doctree index 244bcce..3e8bf7c 100644 Binary files a/docs/build/doctrees/examples.doctree and b/docs/build/doctrees/examples.doctree differ diff --git a/docs/build/doctrees/index.doctree b/docs/build/doctrees/index.doctree index f8978cd..014018a 100644 Binary files a/docs/build/doctrees/index.doctree and b/docs/build/doctrees/index.doctree differ diff --git a/docs/build/doctrees/pyTempico.doctree b/docs/build/doctrees/pyTempico.doctree index 838dd18..0510d3f 100644 Binary files a/docs/build/doctrees/pyTempico.doctree and b/docs/build/doctrees/pyTempico.doctree differ diff --git a/docs/build/html/.buildinfo b/docs/build/html/.buildinfo index 05f1a47..45beab7 100644 --- a/docs/build/html/.buildinfo +++ b/docs/build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 63048c8a803ebb4b69b9887f7cbb6c16 +config: a361542a7d32ee2d9ad9977b7550ccf6 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/build/html/_sources/examples.rst.txt b/docs/build/html/_sources/examples.rst.txt index b9ca25b..677b79d 100644 --- a/docs/build/html/_sources/examples.rst.txt +++ b/docs/build/html/_sources/examples.rst.txt @@ -59,9 +59,6 @@ multipleMeasureSingleChExample.py .. literalinclude:: ../../examples/multipleMeasureSingleChExample.py - - - TP1200 examples --------------- @@ -72,9 +69,16 @@ calibrateExample.py .. literalinclude:: ../../examples/calibrateExample.py +calibrateOffsetExample.py +^^^^^^^^^^^^^^^^^^^^^^^^^ + +.. literalinclude:: ../../examples/calibrateOffsetExample.py + + Advanced examples ----------------- + Examples specific for Tausand Tempico advanced features. fcsExample.py @@ -87,3 +91,14 @@ multipleTauCorrelator.py ^^^^^^^^^^^^^^^^^^^^^^^^ .. literalinclude:: ../../examples/multipleTauCorrelator.py + +g2Example.py +^^^^^^^^^^^^ + +.. literalinclude:: ../../examples/g2Example.py + + +g2Algorithm.py +^^^^^^^^^^^^^^ + +.. literalinclude:: ../../examples/g2Algorithm.py \ No newline at end of file diff --git a/docs/build/html/_static/documentation_options.js b/docs/build/html/_static/documentation_options.js index eca5a05..52aae65 100644 --- a/docs/build/html/_static/documentation_options.js +++ b/docs/build/html/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '2.0.3', + VERSION: '2.0.4', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/build/html/examples.html b/docs/build/html/examples.html index 134a4f8..d2c49a6 100644 --- a/docs/build/html/examples.html +++ b/docs/build/html/examples.html @@ -4,7 +4,7 @@ - Examples — pyTempico 2.0.3 documentation + Examples — pyTempico 2.0.4 documentation