Skip to main content

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.11
  • NumPy: version 1.13-1.25

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rocketlogger-2.1.2.tar.gz (10.3 MB view hashes)

Uploaded Source

Built Distribution

rocketlogger-2.1.2-py3-none-any.whl (22.9 kB view hashes)

Uploaded Python 3

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