Skip to main content

Read Becker & Hickl SDT files

Project description

Sdtfile is a Python library to read SDT files produced by Becker & Hickl SPCM software. SDT files contain time correlated single photon counting instrumentation parameters and measurement data. Currently only the “Setup & Data”, “DLL Data”, and “FCS Data” formats are supported.

Becker & Hickl GmbH is a manufacturer of equipment for photon counting.

Author:

Christoph Gohlke

License:

BSD 3-Clause

Version:

2022.9.28

Requirements

This release has been tested with the following requirements and dependencies (other versions may work):

Revisions

2022.9.28

  • Convert docstrings to Google style with Sphinx directives.

2022.2.2

  • Add type hints.

  • Drop support for Python 3.7 and numpy < 1.19 (NEP29).

2021.11.18

  • Fix reading FLIM files created by Prairie View software (#5).

2021.3.21

  • Add sdt2dat script.

2020.12.10

  • Fix shape of non-square frames.

2020.8.3

  • Fix integer overflow (#3).

  • Support os.PathLike file names.

2020.1.1

  • Fix reading MCS_BLOCK data.

  • Remove support for Python 2.7 and 3.5.

  • Update copyright.

2019.7.28

  • Fix reading compressed, multi-channel data.

2018.9.22

  • Use str, not bytes for ASCII data.

2018.8.29

  • Move module into sdtfile package.

2018.2.7

  • Bug fixes.

2016.3.30

  • Support revision 15 files and compression.

2015.1.29

  • Read SPC DLL data files.

2014.9.5

  • Fix reading multiple MEASURE_INFO records.

References

  1. W Becker. The bh TCSPC Handbook. Third Edition. Becker & Hickl GmbH 2008. pp 401.

  2. SPC_data_file_structure.h header file. Part of the Becker & Hickl SPCM software.

Examples

Read image and metadata from a “SPC Setup & Data File”:

>>> sdt = SdtFile('image.sdt')
>>> sdt.header.revision
588
>>> sdt.info.id[1:-1]
'SPC Setup & Data File'
>>> int(sdt.measure_info[0].scan_x)
128
>>> len(sdt.data)
1
>>> sdt.data[0].shape
(128, 128, 256)
>>> sdt.times[0].shape
(256,)

Read data and metadata from a “SPC Setup & Data File” with mutliple data sets:

>>> sdt = SdtFile('fluorescein.sdt')
>>> len(sdt.data)
4
>>> sdt.data[3].shape
(1, 1024)
>>> sdt.times[3].shape
(1024,)

Read image data from a “SPC FCS Data File” as numpy array:

>>> sdt = SdtFile('fcs.sdt')
>>> sdt.info.id[1:-1]
'SPC FCS Data File'
>>> len(sdt.data)
1
>>> sdt.data[0].shape
(512, 512, 256)
>>> sdt.times[0].shape
(256,)

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

sdtfile-2022.9.28.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

sdtfile-2022.9.28-py3-none-any.whl (14.8 kB view details)

Uploaded Python 3

File details

Details for the file sdtfile-2022.9.28.tar.gz.

File metadata

  • Download URL: sdtfile-2022.9.28.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for sdtfile-2022.9.28.tar.gz
Algorithm Hash digest
SHA256 61cd6949f593004868975d556ec9fd2cb226471bef1755a99e2afb2751d641d4
MD5 b620d96df559e3795081fa3172b80f7b
BLAKE2b-256 171ccc79c0494c87576fd62806e0a92d48f2d2cab3309c6dc8f326a60f858b85

See more details on using hashes here.

File details

Details for the file sdtfile-2022.9.28-py3-none-any.whl.

File metadata

  • Download URL: sdtfile-2022.9.28-py3-none-any.whl
  • Upload date:
  • Size: 14.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for sdtfile-2022.9.28-py3-none-any.whl
Algorithm Hash digest
SHA256 6424562eb2a4dc460b974ee475bc587da31fe6af302b414d4075d2edaccb8ca7
MD5 93aa64a96ca16799a31d30a066a0e926
BLAKE2b-256 24dae239962ca77f415fab8727c818834d85276c6dceee3db89f4fd91450d052

See more details on using hashes here.

Supported by

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