RocketLogger Python Support
Project description
RocketLogger Python Support Library
This package provides RocketLogger data file handling support, as well as basic processing and plotting of the data. Further, it provides the necessary support to generate calibration data from measurements.
Dependencies
- Python 3: version 3.6-3.14
- NumPy: version 1.13-2.3
Optional dependencies
- Matplotlib: for plotting data overview
- pandas: for pandas DataFrame export
Compatibility
- Data processing: supports all officially specified RLD file version (versions 2-4)
- Calibration: compatible with RocketLogger calibration file version 2
Installation
The package is available from the Python Package Index Install the package using pip:
python -m pip install rocketlogger
Getting Started
RocketLogger Data Processing
To import a RocketLogger data (*.rld) file, use the RocketLoggerData class:
>>> from rocketlogger.data import RocketLoggerData
>>> rld = RocketLoggerData('data.rld')
To merge channels with auto-ranging, i.e. the current channels:
>>> rld.merge_channels()
To get the loaded channel data (by name) and corresponding timestamps:
>>> d = rld.get_data(['V1', 'I1'])
>>> t = rld.get_time()
For more details about the individual functions and their parameters, refer to the documentation available at https://github.com/ETHZ-TEC/RocketLogger/wiki/python.
RocketLogger Device Calibration
The RocketLoggerCalibration class from the rocketlogger.calibration module
provides the necessary support for generating RocketLogger device calibration.
See the Calibration wiki section for more details on the calibration
procedure.
Documentation
The documentation for the RocketLogger is found in the wiki pages at https://github.com/ETHZ-TEC/RocketLogger/wiki.
License
The RocketLogger Project is released under 3-clause BSD license. For more details, refer the the LICENSE file.
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 rocketlogger-2.1.3.tar.gz.
File metadata
- Download URL: rocketlogger-2.1.3.tar.gz
- Upload date:
- Size: 10.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e03a540115c3f41656ba1b733f97e0115c5b52bc3ae02cbf5d8db64e8296293b
|
|
| MD5 |
45b3a0e26b131efdb9f3a56875ee5596
|
|
| BLAKE2b-256 |
ddca58fc626866c8374c9d1ab3ab288095464809170ee616328ef5af68eece6b
|
File details
Details for the file rocketlogger-2.1.3-py3-none-any.whl.
File metadata
- Download URL: rocketlogger-2.1.3-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52972ef69f496803fd7bb886a3593af7de7f63a46a87659af7c475cf57fb7a80
|
|
| MD5 |
afa0881ddcfe2af0a2b1071fd81428e4
|
|
| BLAKE2b-256 |
6568d61e82131988e05c787e5f5b0944aa1c9eca9052ceb7650d07bf4b4d833e
|