Skip to main content

KAGRA control python package

Project description

Logo

Python package for KAGRA suspension and seismic isolation control.

Website Release pypi Read the Docs License built and tests codecov

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.

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

Versioning

Packaging

Documentation

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

kontrol-1.0.0b0.tar.gz (59.7 kB view details)

Uploaded Source

Built Distribution

kontrol-1.0.0b0-py3-none-any.whl (69.8 kB view details)

Uploaded Python 3

File details

Details for the file kontrol-1.0.0b0.tar.gz.

File metadata

  • Download URL: kontrol-1.0.0b0.tar.gz
  • Upload date:
  • Size: 59.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for kontrol-1.0.0b0.tar.gz
Algorithm Hash digest
SHA256 fe3319d29986bf752685070b6d1206671ff689e8d727dbeea01b2778fe6a2e2d
MD5 8f467364c4508ee0fa1e9eee87c7370c
BLAKE2b-256 20525d780a5bc6a7c2568fb0b1079a0f49cdb183b248fb4d0a459805793180b0

See more details on using hashes here.

File details

Details for the file kontrol-1.0.0b0-py3-none-any.whl.

File metadata

  • Download URL: kontrol-1.0.0b0-py3-none-any.whl
  • Upload date:
  • Size: 69.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for kontrol-1.0.0b0-py3-none-any.whl
Algorithm Hash digest
SHA256 2e9d37c9687434060db0df6c481884f2bf399aa15388de95aa51b0f585d5c8a0
MD5 6715c47e40e46088d12618871258f00c
BLAKE2b-256 541a05ce1a878271275c050a94ca066363e98d74c851001a2487dc263bcb823a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page