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.8.tar.gz (29.2 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.8-py3-none-any.whl (30.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: shtRipper_cpp-1.2.8.tar.gz
  • Upload date:
  • Size: 29.2 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.8.tar.gz
Algorithm Hash digest
SHA256 d7894634b6b37f9f7377fb18a1c7f1fdaeef237cfb7dd805d89ccbec9948d542
MD5 cc3258272681de5c54cd7f68bb336141
BLAKE2b-256 2e6797198c6eb56dd335e611a91f84feb3c3ea3379fb01552bd2d8f5f9eb5f22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: shtRipper_cpp-1.2.8-py3-none-any.whl
  • Upload date:
  • Size: 30.3 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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 a6af9c0c1346dafff22fd1f6945791139b195c7b096ed633b010704540985e90
MD5 1ea277f5fd4ad81ac40f2b10f77fe670
BLAKE2b-256 95114c4197421ce0ddc6f926b3c2dbd4075ddef0e5e5ab8c77dda4f5f86dc5e4

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