Skip to main content

A python reader for *.qres binary files

Project description

qres reader for python

This package provides a python API to read binary *.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 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.7.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.7-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: qres_reader-0.1.7.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.7.tar.gz
Algorithm Hash digest
SHA256 671746c551693bc287cf40cef08ab44ba1405bc372a55798596c975958a7f93b
MD5 db6c3d55f8c5e62832d2e20944efbe9f
BLAKE2b-256 fb53a5b5b56667e7d9a34c002d267be743abd00004277bd6b19b4262484bdbfd

See more details on using hashes here.

Provenance

The following attestation bundles were made for qres_reader-0.1.7.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.7-py3-none-any.whl.

File metadata

  • Download URL: qres_reader-0.1.7-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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 30188d9694f523dda40232796648b4f15a63f47263b6cc73677a09c1fe5540ec
MD5 74182339da9475ca9669812605030839
BLAKE2b-256 2bd5f988e0ed5960e12ba743c8123de92acb2530c741e97a305f05ee02b689e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for qres_reader-0.1.7-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