Skip to main content

C++ parser of .sht files.

Project description

shtRipper

Код для извлечения данных из .sht файлов. На текущий момент файлы версии ниже 2 не поддерживаются, что будет исправлено

при необходимости.

import shtRipper



filename = 'd:/data/cfm/original/sht40808.SHT'

res = shtRipper.ripper.read(filename)

print(res.keys())

Для упаковки данных в формат .sht:

import shtRipper



to_pack = {

    'central Te': {

        'comment': 'Температура в центре',

        'unit': 'T_e(eV)',

        'x': [0.0, 1.2, 1.9],

        'y': [0, 1, 3.16]

        'err': [0.1, 0.1, 0.5]

    },

    'signal 2': {

        'comment': 'Температура в центре',

        'unit': 'n_e(m^-3)',

        'x': [0, 1],

        'y': [0, 16]

    }

}



packed = shtRipper.ripper.write(path='D:/tmp/', filename='example.SHT', data=to_pack)

if len(packed) != 0:

    print('packed error = "%s"' % packed)

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

shtRipper_cpp-1.2.6.tar.gz (29.3 kB view details)

Uploaded Source

Built Distribution

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

shtRipper_cpp-1.2.6-py3-none-any.whl (30.4 kB view details)

Uploaded Python 3

File details

Details for the file shtRipper_cpp-1.2.6.tar.gz.

File metadata

  • Download URL: shtRipper_cpp-1.2.6.tar.gz
  • Upload date:
  • Size: 29.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5

File hashes

Hashes for shtRipper_cpp-1.2.6.tar.gz
Algorithm Hash digest
SHA256 1b458ea1a74ca83593566c37763e79eb4ce743902fede75d963799a864a364bd
MD5 576f54778ae82757c9a07fa6e55e648e
BLAKE2b-256 3dc8e6e1014373933b130f033aa034e09d9ebb6bf9547d51f184891cbb4685f2

See more details on using hashes here.

File details

Details for the file shtRipper_cpp-1.2.6-py3-none-any.whl.

File metadata

  • Download URL: shtRipper_cpp-1.2.6-py3-none-any.whl
  • Upload date:
  • Size: 30.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5

File hashes

Hashes for shtRipper_cpp-1.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 ae7c21faed45f959c895f2bd54e27bf33a824e3b52ae43edfd0baf851ad7bba6
MD5 d58a8f79d04d96f8bdd015bb7a00b943
BLAKE2b-256 084e0351ee17673b9d78a389e328ce941bd042ce192afa773de4388cbb108723

See more details on using hashes here.

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