KAGRA control python package
Project description
Python package for KAGRA suspension and seismic isolation control.
Kontrol
The name “Kontrol” is a blend word combining KAGRA, the gravitational-wave detector in Japan, and control, as in control system. The package contains necessary features for commissioning a KAGRA suspension. These features include:
Sensor and actuation utilities (kontrol.sensact): Calibration and Sensing/Actuation Matrices
System Modeling (kontrol.curvefit): Fitting frequency response data using Transfer function model.
Basic suspension controller design (kontrol.regulator): Damping and position controller with stabilizing post filters such as low-pass and notch filters.
To interface the results generated from the above functionalities to the KAGRA control system, Kontrol also provides:
Foton utilities (kontrol.foton): converting transfer function to/from Foton strings.
Ezca wrapper (kontrol.ezca): Fetch/put control matrices to/from the digital system.
The above features form a control design pipeline from calibration to controller design for commissioning KAGRA suspension with basic functionality.
Besides the basic functionalities, Kontrol also contains advanced features are being continuously developed in order to further enhance seismic isolation performance. Currently, Kontrol contains:
H-infinity optimal complementary filters (kontrol.ComplementaryFilter): Solves complementary control problems, optimizing control filters for sensor fusion, sensor correction, and vibration isolation control problems [1] [2].
Dynamic mode decomposition (kontrol.dmd): Dynamic mode decomposition for time-series forecasting and modeling. For future model predictive control work.
To familiarize users with the package, step-by-step tutorials are provided. Upon finishing the tutorials, the users should be able to convert the scripts into usable ones interfacing real data that can be used for the physical systems.
While Kontrol was created for setting up active isolation systems for systems in gravitational-wave detectors, it is not exclusive for usage in gravitaional-wave detectors or suspensions. The setup of an active isolation system is similar to many control systems. Kontrol is coded with no presumption of the system in question. So users outside the gravitational-wave and active isolation community may also find this tutorial/package useful.
Documentation: https://kontrol.readthedocs.io/
Repository: https://github.com/terrencetec/kontrol.git
Getting Started
Dependencies
Required
control>=0.9
numpy
matplotlib
scipy
Optional
ezca (Needed for accessing EPICs records/real-time model process variables. Use conda to install it.)
vishack or dttxml (For extracting data from diaggui xml files.)
If you would like to install Kontrol on your local machine with, then pip should install the required dependencies automatically for you. However, if you use Kontrol in a Conda environment, you should install the dependencies before installing Kontrol to avoid using pip. In Conda environment, simply type
conda install -c conda-forge numpy scipy matplotlib control ezca
Using Conda is strongly recommended because control depends on slycot which can be cumbersome to install without conda. Check this issue out if you wish to install slycot on a Linux machine.
Install from PyPI
pip install kontrol
Install from source
For local usage, type
$ git clone https://github.com/terrencetec/kontrol.git
$ cd kontrol
$ pip install .
For k1ctr workstations, make sure a virtual environment is enabled before installing any packages.
For Developers
Standards and Tools
Please comply with the following standards/guides as much as possible.
Coding style
CHANGELOG
Keep a Changelog: https://keepachangelog.com/en/1.0.0/
Versioning
Semantic Versioning: https://semver.org/spec/v2.0.0.html
Packaging
PyPA: https://www.pypa.io
python-packaging: https://python-packaging.readthedocs.io
Documentation
NumPy docstrings: https://numpydoc.readthedocs.io/en/latest/format.html
Sphinx: https://www.sphinx-doc.org/
Read The Docs: https://readthedocs.org/
Documenting Python Code: A Complete Guide: https://realpython.com/documenting-python-code/
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
File details
Details for the file kontrol-1.0.0b1.tar.gz
.
File metadata
- Download URL: kontrol-1.0.0b1.tar.gz
- Upload date:
- Size: 60.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2081e82ac05c49bb61f6a01cca4db5a29bc46d787e5a2b6da4e62c8bce73a4e |
|
MD5 | eb1ecef8edbb1e6b0749c3a3196f307b |
|
BLAKE2b-256 | 7a2034b924a9c21f30240ca95681b3bd94419ca4235f24a0280dd0b63c3768d7 |
File details
Details for the file kontrol-1.0.0b1-py3-none-any.whl
.
File metadata
- Download URL: kontrol-1.0.0b1-py3-none-any.whl
- Upload date:
- Size: 70.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f9ca872d1f2fe8e8a7a99445e47b1b9619b8a5f9ca185ce3a1c2e3d91c2226e |
|
MD5 | e1811cc67c65d5d1f6118ebc2f893f3f |
|
BLAKE2b-256 | ab5f1e00267b6001de55788f194222003ce7a29634e3bb7c55163180f3028152 |