The ARTOF is a tool to read, process and analyze data collected from angle resolved time of flight (ARToF) sensors of the PS-ISRR.
Project description
artof
The artof package is a jupyter notebook tool to read, process and analyze data collected from angle resolved time of flight (ARTOF) sensors.
Getting started
To use this package python version >=3.10 is needed. The installation can be done using the command:
pip install artof
Documentation
The documentation can be found here. It is automatically generated from the docstrings in all python classes.
Workflow
The implementation of a new feature should be conducted as follows:
- Create a new branch with a sensible name as a fork from
dev. - Implement features including documentation.
- If required, make changes to the Sphinx documentation under
docs/source/. - Check if all existing tests are still working (cmd:
pytest) and write new test functions. - If there were changes to
devsince the initial fork, merge it into your branch and resolve conflicts. Check again if all tests are running. - Make sure the pylint rating of each file is 8 or higher. To do so run
pylint src/artof/{file}
- Update documentation in the
./docsfolder using.rstandsphinx. For automatic doc generation use.. automodule:: artof.{module}or.. autoclass:: artof.{module}.{class}. Do not forget to add new.rst-files to index. - Test the doc generation and ensure there are no warnings (else the pipeline will fail). To do so run
sphinx-build -M html docs/source docs/build
- Increase version number in
setup.cfgfile. - Push all changes to the remote repository and create a merge request to
dev. - Make sure all tests succeed in the pipeline and merge.
- When enough changes accumulate, create a merge request to
mainonce enough features accumulated to roll out a new version. Make again sure all test pipelines succeed. - After merging to
maina new version of the package is released to PyPi upon a successful pipeline run.
Issues and new features
Issues and new feature requests can be added here.
Development version
A version with features under development is available under the TestPyPi repository and can be installed as followed:
pip install --index-url https://test.pypi.org/simple/ artof
The documentation can be found here.
Project details
Release history Release notifications | RSS feed
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 artof-1.1.0.tar.gz.
File metadata
- Download URL: artof-1.1.0.tar.gz
- Upload date:
- Size: 27.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49057aa4f16abbcdc031cd67f579caddd0527c9fe2c51fefc3818b49d180a4f5
|
|
| MD5 |
0856b7dff28bf84e87857b8477610418
|
|
| BLAKE2b-256 |
ba7d41f0ba33b74d9a56aa72e96410ebe354a417278bb1b7e75d0599cb4f08fc
|
File details
Details for the file artof-1.1.0-py3-none-any.whl.
File metadata
- Download URL: artof-1.1.0-py3-none-any.whl
- Upload date:
- Size: 31.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b3066fc29f5f8e2171b08c902ffbab08522485d20e37e33c3d186d749c383f8
|
|
| MD5 |
a27d3b47a792ef985068a1084a22b53c
|
|
| BLAKE2b-256 |
66b1b3b9477a0a9e92b4aa94f8c50839281cc519aed969f662e9abdb7c71c2d8
|