Library for working with Aglient Cary 60 kinetics scan measurements with simultaneous irradiation, as seen in the working group under Prof. Wöll (IPC RWTH Aachen).
Project description
Garytale
Library for working with Aglient Cary 60 kinetics scan measurements with simultaneous irradiation, as seen in the working group under Prof. Wöll (IPC RWTH Aachen).
Installation
Installing via pip:
pip install garytale
Usage
import garytale
# uncomment this line if you want log output (i.e. when working in an interactive shell).
# garytale.enable_logging("info")
garytale.plot_uvvis("example_measurements/example_filename.csv", (265, 345))
For tuning the output:
garytale.plot_uvvis(
"example_measurements/example_filename.csv",
(265, 345),
write_time_data_into_csv = True/False,
show_plots = True/False,
save_pictures = True/False,
)
For all available options (csv output and picture saving path, keyword arguments for matplotlib functions, etc.), refer to the docstrings by opening up an interactive Python console:
python
>>> import garytale
>>> help(garytale)
>>> help(garytale.plot_uvvis)
Development
Poetry is used as the project's build system. Install it with pipx:
pipx install poetry
or use another installation method (see https://python-poetry.org/docs/#installation for details).
When in a virtual environment, you can run poetry install to install all current dependencies specified in poetry.lock. It is recommended to use development versions in a virtual environment. Poetry can spawn and activate these by running eval $(poetry env activate) (Linux, etc.) or Invoke-Expression (poetry env activate) (Windows Powershell). Leave the virtual enviroment with deactivate. For more information see https://python-poetry.org/docs/basic-usage/#using-your-virtual-environment.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file garytale-0.1.1.tar.gz.
File metadata
- Download URL: garytale-0.1.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.2 Linux/6.13.8-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d35916ad3d22741fc801cfe66117ee11828b5346043247804a6e58f9ee1ac77f
|
|
| MD5 |
8e9d5c8fc5f8c5beb1b81af04cd5eb81
|
|
| BLAKE2b-256 |
64addfc8c6b168096a97675aea436263319fbe5a781e3744ba641b831f96db6d
|
File details
Details for the file garytale-0.1.1-py3-none-any.whl.
File metadata
- Download URL: garytale-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.2 Linux/6.13.8-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcaeed650ed8ad1f59e5db381c0ad622e50e9a44a5ea2d93d8d53494bacee525
|
|
| MD5 |
75aade3e47ee9da3551f47e48a7042c7
|
|
| BLAKE2b-256 |
9e456339224ec14548806e47a0c5fdbad7b61d5f1a44264d1236a266b49dc802
|