Metadata-Version: 2.4
Name: nomad_camels_driver_swabianinstruments_timetagger
Version: 0.1.2
Summary: Instrument driver for a SwabianInstruments TimeTagger for NOMAD-CAMELS
Author-email: FAIRmat - HU Berlin <nomad-camels@fau.de>
Project-URL: GitHub Page, https://github.com/FAU-LAP/NOMAD-CAMELS
Project-URL: GitHub Drivers, https://github.com/FAU-LAP/CAMELS_drivers
Project-URL: Documentation, https://fau-lap.github.io/NOMAD-CAMELS/doc/instruments/instruments.html
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Requires-Python: >=3.9.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: nomad-camels
Dynamic: license-file

# NOMAD-CAMELS Driver for SwabianInstruments TimeTagger

Driver for the TimeTagger by SwabianInstruments written for the measurement software [NOMAD-CAMELS](https://fau-lap.github.io/NOMAD-CAMELS/).


## Installation
To use this driver, you need the [TimeTagger software from SwabianInstruments](https://www.swabianinstruments.com/static/documentation/TimeTagger/sections/installation.html).  
After the installation, if the driver does not yet work, locate the files "TimeTagger.py", "_TimeTagger.h" and "_TimeTagger.cxx" and copy them into the driver's directory.

## Features
Currently supported measurement types are Countrate, Correlation and Count-Between-Markers.


## Documentation

For more information visit the [documentation](https://fau-lap.github.io/NOMAD-CAMELS/doc/instruments/instruments.html).


## Changelog
### 0.1.1
Fixes:
- Several issues with configuration were fixed


