pychemstation 0.10.9__tar.gz → 0.10.10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pychemstation-0.10.9 → pychemstation-0.10.10}/PKG-INFO +1 -1
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/control/controllers/data_aq/sequence.py +2 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pyproject.toml +1 -1
- {pychemstation-0.10.9 → pychemstation-0.10.10}/.gitignore +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/.gitlab-ci.yml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/.pre-commit-config.yaml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/CHANGELOG.md +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/CONTRIBUTING.md +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/LICENSE +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/README.md +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/branch-rename.sh +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/doc/index.html +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/doc/pychemstation/analysis/base_spectrum.html +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/doc/pychemstation/analysis/spec_utils.html +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/doc/pychemstation/analysis/utils.html +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/doc/pychemstation/analysis.html +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/doc/pychemstation/control/chromatogram.html +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/doc/pychemstation/control/hplc.html +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/doc/pychemstation/control.html +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/doc/pychemstation/generated.html +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/doc/pychemstation/utils/chemstation.html +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/doc/pychemstation/utils/constants.html +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/doc/pychemstation/utils/hplc_param_types.html +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/doc/pychemstation/utils.html +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/doc/pychemstation.html +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/doc/search.js +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/out.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/__init__.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/analysis/__init__.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/analysis/base_spectrum.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/analysis/chromatogram.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/analysis/process_report.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/control/README.md +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/control/__init__.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/control/controllers/README.md +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/control/controllers/__init__.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/control/controllers/comm.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/control/controllers/data_aq/__init__.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/control/controllers/data_aq/method.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/control/controllers/devices/__init__.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/control/controllers/devices/injector.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/control/hplc.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/generated/__init__.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/generated/dad_method.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/generated/pump_method.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/__init__.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/abc_tables/__init__.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/abc_tables/abc_comm.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/abc_tables/device.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/abc_tables/run.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/abc_tables/table.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/device_types.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/injector_types.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/macro.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/method_types.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/mocking/__init__.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/mocking/mock_comm.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/mocking/mock_hplc.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/num_utils.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/parsing.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/sequence_types.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/spec_utils.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/table_types.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/utils/tray_types.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation.egg-info/PKG-INFO +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation.egg-info/SOURCES.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation.egg-info/dependency_links.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation.egg-info/requires.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation.egg-info/top_level.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/__init__.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/comm/out.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/comm/test_dirs.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/comm/test_hplc_comm.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/constants.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/dtypes/test_abc.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/edit/test_edit_method.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/edit/test_edit_sequence.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/0_2025-03-15 19-14-35.PDF +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/ACQRES.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/CSlbk.ini +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DA.M/DAMETHOD.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DA.M/INFO.MTH +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DA.M/RECALIB.MTH +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DA.M/rpthead.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DAD1.UV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DAD1A.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DAD1A.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DAD1B.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DAD1B.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DAD1C.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DAD1C.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DAD1D.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DAD1D.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DAD1E.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DAD1E.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DiagResults.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/PMP1.AnalyticalResults.drvml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/REPORT01.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/REPORT02.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/REPORT03.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/REPORT04.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/REPORT05.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/RUN.LOG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/Report.TXT +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/Report00.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/Report01.xls +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/SAMPLE.XML +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/SAMPLE.XML.bak +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/WLS1.Sampler.scml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/acq.macaml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/acq.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/acq_MethHist.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/acq_damethod.reg +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/da.macaml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/lcdiag.reg +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/sample.acaml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/single.B +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/ACQRES.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/AUTOMATICALLY_GENERATED_REPORT01.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/AUTOMATICALLY_GENERATED_REPORT02.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/AUTOMATICALLY_GENERATED_REPORT03.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/AUTOMATICALLY_GENERATED_REPORT04.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/AUTOMATICALLY_GENERATED_REPORT05.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/Automatically_Generated_Report.TXT +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/Automatically_Generated_Report00.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/CSlbk.ini +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DA.M/DAMETHOD.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DA.M/INFO.MTH +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DA.M/RECALIB.MTH +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DA.M/rpthead.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1.UV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1A.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1A.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1B.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1B.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1C.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1C.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1D.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1D.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1E.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1E.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1F.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1F.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1G.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1G.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1H.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DAD1H.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/DiagResults.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/Limsinf.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/PMP1.AnalyticalResults.drvml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/RUN.LOG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/SAMPLE.XML +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/SAMPLE.XML.bak +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/WLS1.Sampler.scml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/acq.macaml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/acq.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/acq_MethHist.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/acq_damethod.reg +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/da.macaml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/lcdiag.reg +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/sample.acaml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/10 IS 2025-02-10 23-41-33_10_2025-02-11 02-21-44.D/single.B +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/CSlbk.ini +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/ACQ.MS +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/Agilent1200erDadDriver1.RapidControl.ConfigXML.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/Agilent1200erDadDriver1.RapidControl.MethodMetaData.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/Agilent1200erDadDriver1.RapidControl.MethodXML.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentColumnCompDriver1.RapidControl.ConfigXML.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentColumnCompDriver1.RapidControl.MethodMetaData.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentColumnCompDriver1.RapidControl.MethodXML.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentPumpDriver1.RapidControl.ConfigXML.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentPumpDriver1.RapidControl.MethodMetaData.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentPumpDriver1.RapidControl.MethodXML.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentSamplerDriver1.RapidControl.ConfigXML.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentSamplerDriver1.RapidControl.MethodMetaData.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentSamplerDriver1.RapidControl.MethodXML.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/AgilentSamplerDriver1.RapidControl.PretreatXML.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/DAMETHOD.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/FIA.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/INFO.MTH +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/INJECTOR.MTH +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/MassHunterIntegration.ini +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/RECALIB.MTH +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/RapidControl.InstrumentConfig.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/rpthead.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/GENERAL-POROSHELL-OPT.M/smpl_pur.mth +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/Methods.Reg +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/hplc_testing.B +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/hplc_testing.LOG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/hplc_testing.S +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/hplc_testing.Start +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/ACQRES.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/CSlbk.ini +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DA.M/DAMETHOD.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DA.M/INFO.MTH +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DA.M/RECALIB.MTH +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DA.M/rpthead.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1.UV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1A.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1A.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1B.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1B.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1C.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1C.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1D.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1D.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1E.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DAD1E.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/DiagResults.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/Limsinf.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/PMP1.AnalyticalResults.drvml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT01.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT02.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT03.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT04.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/REPORT05.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/RUN.LOG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/Report.TXT +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/Report00.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/Report01.xls +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/SAMPLE.XML +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/SAMPLE.XML.bak +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/WLS1.Sampler.scml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/acq.macaml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/acq.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/acq_MethHist.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/acq_damethod.reg +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/da.macaml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/hplc_testing 2025-03-27 17-13-47_run seq with new method.PDF +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/lcdiag.reg +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method.D/sequence.acam_ +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/ACQRES.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/CSlbk.ini +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DA.M/DAMETHOD.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DA.M/INFO.MTH +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DA.M/RECALIB.MTH +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DA.M/rpthead.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1.UV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1A.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1A.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1B.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1B.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1C.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1C.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1D.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1D.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1E.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DAD1E.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/DiagResults.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/Limsinf.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/PMP1.AnalyticalResults.drvml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/REPORT01.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/REPORT02.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/REPORT03.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/REPORT04.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/REPORT05.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/RUN.LOG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/Report.TXT +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/Report00.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/Report01.xls +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/SAMPLE.XML +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/SAMPLE.XML.bak +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/WLS1.Sampler.scml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/acq.macaml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/acq.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/acq_MethHist.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/acq_damethod.reg +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/da.macaml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/hplc_testing 2025-03-27 17-13-47_run seq with new method.PDF +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/lcdiag.reg +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method1.D/sequence.acam_ +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/ACQRES.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/CSlbk.ini +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DA.M/DAMETHOD.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DA.M/INFO.MTH +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DA.M/RECALIB.MTH +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DA.M/rpthead.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1.UV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1A.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1A.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1B.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1B.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1C.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1C.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1D.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1D.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1E.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DAD1E.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/DiagResults.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/Limsinf.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/PMP1.AnalyticalResults.drvml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/REPORT01.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/REPORT02.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/REPORT03.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/REPORT04.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/REPORT05.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/RUN.LOG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/Report.TXT +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/Report00.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/Report01.xls +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/SAMPLE.XML +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/SAMPLE.XML.bak +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/WLS1.Sampler.scml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/acq.macaml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/acq.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/acq_MethHist.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/acq_damethod.reg +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/da.macaml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/hplc_testing 2025-03-27 17-13-47_run seq with new method.PDF +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/lcdiag.reg +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method2.D/sequence.acam_ +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/ACQRES.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/CSlbk.ini +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DA.M/DAMETHOD.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DA.M/INFO.MTH +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DA.M/RECALIB.MTH +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DA.M/rpthead.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1.UV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1A.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1A.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1B.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1B.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1C.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1C.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1D.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1D.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1E.ch +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DAD1E.npz +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/DiagResults.REG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/Limsinf.xml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/PMP1.AnalyticalResults.drvml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/REPORT01.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/REPORT02.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/REPORT03.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/REPORT04.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/REPORT05.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/RUN.LOG +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/Report.TXT +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/Report00.CSV +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/Report01.xls +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/SAMPLE.XML +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/SAMPLE.XML.bak +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/WLS1.Sampler.scml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/acq.macaml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/acq.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/acq_MethHist.txt +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/acq_damethod.reg +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/da.macaml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/hplc_testing 2025-03-27 17-13-47_run seq with new method.PDF +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/lcdiag.reg +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/run seq with new method3.D/sequence.acam_ +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/hplc_testing 2025-03-27 17-13-47/sequence.acaml +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/test_offline.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/hplc_talk.mac +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/load/test_load_bottles.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/load/test_load_dad.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/load/test_load_injector.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/load/test_load_sample_info.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/load/test_switch_method.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/load/test_switch_sequence.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/run/test_run_method.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/run/test_run_sequence.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/tests/test_integration.py +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/update-lib.sh +0 -0
- {pychemstation-0.10.9 → pychemstation-0.10.10}/uv.lock +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pychemstation
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.10
|
4
4
|
Summary: Library to interact with Chemstation software, primarily used in Hein lab
|
5
5
|
Project-URL: Documentation, https://pychemstation-e5a086.gitlab.io/pychemstation.html
|
6
6
|
Project-URL: Repository, https://gitlab.com/heingroup/device-api/pychemstation
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/control/controllers/data_aq/sequence.py
RENAMED
@@ -339,6 +339,8 @@ class SequenceController(RunController):
|
|
339
339
|
hplc_running = self.check_hplc_is_running()
|
340
340
|
if hplc_running:
|
341
341
|
break
|
342
|
+
else:
|
343
|
+
self.send(Command.RUN_SEQUENCE_CMD.value)
|
342
344
|
|
343
345
|
if hplc_running:
|
344
346
|
full_path_name, current_sample_file = self.try_getting_run_info(folder_name)
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "pychemstation"
|
7
|
-
version = "0.10.
|
7
|
+
version = "0.10.10"
|
8
8
|
description = "Library to interact with Chemstation software, primarily used in Hein lab"
|
9
9
|
authors = [{ name = "lucyhao", email = "hao.lucyy@gmail.com" }]
|
10
10
|
requires-python = ">=3.10"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/doc/pychemstation/analysis/base_spectrum.html
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/doc/pychemstation/utils/hplc_param_types.html
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/control/controllers/__init__.py
RENAMED
File without changes
|
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/control/controllers/data_aq/__init__.py
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/control/controllers/data_aq/method.py
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/control/controllers/devices/__init__.py
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/pychemstation/control/controllers/devices/injector.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/ACQRES.REG
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/CSlbk.ini
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DA.M/DAMETHOD.REG
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DA.M/INFO.MTH
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DA.M/RECALIB.MTH
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DA.M/rpthead.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DAD1A.npz
RENAMED
File without changes
|
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DAD1B.npz
RENAMED
File without changes
|
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DAD1C.npz
RENAMED
File without changes
|
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DAD1D.npz
RENAMED
File without changes
|
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DAD1E.npz
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/DiagResults.REG
RENAMED
File without changes
|
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/REPORT01.CSV
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/REPORT02.CSV
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/REPORT03.CSV
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/REPORT04.CSV
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/REPORT05.CSV
RENAMED
File without changes
|
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/Report.TXT
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/Report00.CSV
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/Report01.xls
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/SAMPLE.XML
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/SAMPLE.XML.bak
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/WLS1.Sampler.scml
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/acq.macaml
RENAMED
File without changes
|
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/acq_MethHist.txt
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/acq_damethod.reg
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/da.macaml
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/lcdiag.reg
RENAMED
File without changes
|
{pychemstation-0.10.9 → pychemstation-0.10.10}/tests/files/0_2025-03-15 19-14-35.D/sample.acaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|