Skip to main content

TREPR processing and analysis routines.

Project description

trepr is a package for handling data obtained using time-resolved electron paramagnetic resonance (TREPR) spectroscopy. It is based on the ASpecD framework. Due to inheriting from the ASpecD superclasses, all data generated with the trepr package are completely reproducible and have a complete history.

What is even better: Actual data processing and analysis no longer requires programming skills, but is as simple as writing a text file summarising all the steps you want to have been performed on your dataset(s) in an organised way. Curious? Have a look at the following example:

default_package: trepr

datasets:
  - /path/to/first/dataset
  - /path/to/second/dataset

tasks:
  - kind: processing
    type: PretriggerOffsetCompensation
  - kind: processing
    type: BackgroundCorrection
    properties:
      parameters:
        num_profiles: [10, 10]
  - kind: singleplot
    type: SinglePlotter2D
    properties:
      filename:
        - first-dataset.pdf
        - second-dataset.pdf

For more general information on the trepr package and for how to use it, see its documentation.

Features

A list of features:

  • Fully reproducible processing of tr-EPR data

  • Import and export of data from and to different formats

  • Customisable plots

  • Automatically generated reports

  • Recipe-driven data analysis, allowing tasks to be performed fully unattended in the background and without programming skills

And to make it even more convenient for users and future-proof:

  • Open source project written in Python (>= 3.5)

  • Extensive user and API documentation

Target audience

The trepr package addresses scientists working with TREPR data (both, measured and calculated) on a daily base and concerned with reproducibility. Due to being based on the ASpecD framework, the trepr package ensures reproducibility and—as much as possible—replicability of data processing, starting from recording data and ending with their final (graphical) representation, e.g., in a peer-reviewed publication. This is achieved by automatically creating a gap-less record of each operation performed on your data. If you do care about reproducibility and are looking for a system that helps you to achieve this goal, the trepr package may well be interesting for you.

Installation

Install the package by running:

pip install trepr

License

This program is free software: you can redistribute it and/or modify it under the terms of the BSD License.

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

trepr-0.1.0.tar.gz (37.3 kB view hashes)

Uploaded Source

Built Distribution

trepr-0.1.0-py3-none-any.whl (39.0 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