Skip to main content

Read Becker & Hickl SDT files

Project description

SDT files are produced by Becker & Hickl SPCM software. They 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

Organization:

Laboratory for Fluorescence Dynamics. University of California, Irvine

Version:

2018.8.29

Requirements

Revisions

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

Fixed reading multiple MEASURE_INFO records.

Notes

The API is not stable yet and might change between revisions.

Python 2.7 and 3.4 are deprecated.

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]
b'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 data from a SPC FCS Data File as numpy array:

>>> sdt = SdtFile('fcs.sdt')
>>> sdt.info.id[1:-1]
b'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-2018.8.29.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

sdtfile-2018.8.29-py2.py3-none-any.whl (7.9 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: sdtfile-2018.8.29.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.6

File hashes

Hashes for sdtfile-2018.8.29.tar.gz
Algorithm Hash digest
SHA256 bf8f56eeebdcd7d00b6b96c5024b6330ad10c6783aae8f00d9dc5fd1ad9493a7
MD5 8c1c173ac55f52d7f3eaef02b8125436
BLAKE2b-256 f96ec593ffd9b3a51e94f1c73c97385306da37dd0df5507346fe2dd9d91b87bd

See more details on using hashes here.

File details

Details for the file sdtfile-2018.8.29-py2.py3-none-any.whl.

File metadata

  • Download URL: sdtfile-2018.8.29-py2.py3-none-any.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.6

File hashes

Hashes for sdtfile-2018.8.29-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 aaf2d5c2c49814a3630c73eab920bc70e25fb5b35b975d676c3b222bc38874c4
MD5 c34f2fe5812fa1392208e9506ef6e8e8
BLAKE2b-256 ab7dd83285d078e6134569dc1748e949b1743737de8b23081401b05f7608707c

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