tristan

View on PyPIReverse Dependencies (0)

0.2.3 tristan-0.2.3-py3-none-any.whl

Wheel Details

Project: tristan
Version: 0.2.3
Filename: tristan-0.2.3-py3-none-any.whl
Download: [link]
Size: 37735
MD5: 2b0001d9ca797bc32bbb4f4063d83209
SHA256: 94d91599b216105920d2cedc5c3ab53bfdbf13d1da33544ed56a39fd32e7eddc
Uploaded: 2024-01-19 13:51:42 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: tristan
Version: 0.2.3
Summary: Tools for processing event-mode X-ray data
Author: Diamond Light Source — Data Analysis
Author-Email: scientificsoftware[at]diamond.ac.uk
Project-Url: Documentation, https://tristan.readthedocs.io/
Project-Url: GitHub, https://github.com/DiamondLightSource/python-tristan
Project-Url: Bug-Tracker, https://github.com/DiamondLightSource/python-tristan/issues
License: MIT
Keywords: x-ray,tristan,timepix
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Requires-Dist: dask[array,diagnostics,distributed] (!=2021.3.*,<2023.4)
Requires-Dist: h5py (>=3.8)
Requires-Dist: hdf5plugin (>=4.0.1)
Requires-Dist: nexgen (>=0.7.2)
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pint
Requires-Dist: zarr
Requires-Dist: black; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-random-order; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: build; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENCE
[Description omitted; length: 194 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
tristan/__init__.py sha256=2KhHy_YLfaocJxsQxgyhpuKuGxRFeCXLzPfOgEiL0Tg 1285
tristan/binning.py sha256=0PYq4laAvB-0-cVElG73sm30MoyaVlo4Tk8gpBpH7kg 8516
tristan/data.py sha256=b6EEAVb6NDGIjEGHTeiHYe3fw3awJg0eZDHcshLp_8w 9005
tristan/vds.py sha256=xOdWPBGUQsSbu4HPBC2k5zpMl7EVtoxiREW2v9qFer0 8937
tristan/command_line/__init__.py sha256=dd1Z1RsxXtkFdDASC6lmEQ3CscJ4qUuROejVHWxJ1O0 14689
tristan/command_line/apply_flat_field.py sha256=QhmUU1UWvOpgXrmSyb-QtoAy61lmGfcEaUZ5uP34BJM 3657
tristan/command_line/cues.py sha256=rluafHfw-jONus6eGJrwEQSiXepemI0_HOIFYStXTzQ 1991
tristan/command_line/images.py sha256=aHlbp8rEhrVRu9wnmIcs43J7yKhdZ-XWS1sgJRXLwJE 29995
tristan/command_line/vds.py sha256=JA47O5asSiDi2bZzCSh4aNKpxGuJ4wZmwU64z-RUgJM 1626
tristan/diagnostics/__init__.py sha256=JFq0x2Edbis52JWHUJ0YFaBGbag_AolUJKwViiIoYC0 74
tristan/diagnostics/check_files.py sha256=OieFXqqqamsRXkO1e8Ur-2SqQCm40jvPu5EpQV-ir3U 3409
tristan/diagnostics/check_valid_events.py sha256=BVrZfdSU_CAQT_FixUkuIZX7Vmjim5WW3lwKXLYGR1E 5228
tristan/diagnostics/diagnostics_log.py sha256=ZsZTMP_Ft9yECo4ZvTuY9-gLE7TCvlB9x4VKTAvkGTQ 1471
tristan/diagnostics/find_trigger_intervals.py sha256=J5GH9Ir8jkmuE-91nunm7iGjpjX2t1UM2Ydf5VY-E10 16678
tristan/diagnostics/utils.py sha256=b8_JPF6EwXAMMk5Jxf0ij1JNwaepHMyczjdiZhF0h-o 5063
tristan-0.2.3.dist-info/LICENCE sha256=924IzZZ9ZMRT68o-0_4rGN0bvS_CpWcVmo2n_qJMpLE 1081
tristan-0.2.3.dist-info/METADATA sha256=FICWrGSf5jg5-pRiVnMEJymRIfmv9cjQbvcetienc4g 1687
tristan-0.2.3.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
tristan-0.2.3.dist-info/entry_points.txt sha256=8QO4EWJ9CnnRPFoHbyCfAOojsGVrVdn5_lKhaB70ru8 384
tristan-0.2.3.dist-info/top_level.txt sha256=dpruQAaEPnKAEtYJBRH3MLsFlXqBuvmhgtGw1BHZm5s 8
tristan-0.2.3.dist-info/RECORD

top_level.txt

tristan

entry_points.txt

apply-flat-field = tristan.command_line.apply_flat_field:main
check-tristan-files = tristan.diagnostics.check_files:cli
cues = tristan.command_line.cues:main
find-trigger-intervals = tristan.diagnostics.find_trigger_intervals:cli
images = tristan.command_line.images:main
valid-events = tristan.diagnostics.check_valid_events:cli
vds = tristan.command_line.vds:main