Skip to main content

Add your description here

Project description

qres reader for python

This package provides a python API to read *.qres files generated by the Cubus software.

Installation

Install via pip with

pip install python-qres

Install via uv with

uv add python-qres

Quick start

You can read the data from a *.qres-file as a pandas DataFrame as:

import numpy as np
import matplotlib.pyplot as plt

from cubus_reader import read_cubus_file_as_dataframe

# Read the *.qres file
data = read_cubus_file_as_dataframe('qres_file.qres')

# Plot the data
data.plot()
plt.show()

Additionally, the data can be read as an pure array plus a header dictionary containing the metadata.

import numpy as np
import matplotlib.pyplot as plt

from cubus_reader import read_cubus_file

# Read the *.qres file
header, data = read_cubus_file_as_dataframe('qres_file.qres')

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

qres_reader-0.1.5.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qres_reader-0.1.5-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file qres_reader-0.1.5.tar.gz.

File metadata

  • Download URL: qres_reader-0.1.5.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for qres_reader-0.1.5.tar.gz
Algorithm Hash digest
SHA256 7396be69a0db59f711f76e0217485f494980dbc1e9662a5e501ed039a6e9e2e4
MD5 ed546218235d734f28e519540b21da9a
BLAKE2b-256 0265c2d5adabb0837573b5666ff99544ef57fd859ddbd0ffa05d47b1fa1ff7db

See more details on using hashes here.

Provenance

The following attestation bundles were made for qres_reader-0.1.5.tar.gz:

Publisher: python-publish.yml on cristobaltapia/python-qres

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file qres_reader-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: qres_reader-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for qres_reader-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 82619e3e137243866e8ac4eb3d2add7c9a34b91045342d7b9a0375c6d0eeafa4
MD5 12a0a4c848d3f4016131cd41a2ce0f57
BLAKE2b-256 bee8b063fe6ea14da0a7a41d4e386d8663458d7b7226f42f35ec6b0673b6c1b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for qres_reader-0.1.5-py3-none-any.whl:

Publisher: python-publish.yml on cristobaltapia/python-qres

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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