Releases: PicoQuant/snAPI
Releases · PicoQuant/snAPI
v1.1.2
v1.1.0
v1.0.11
v1.0.10
v1.0.9
- fixed WR Set SFP Data
- fix datastream stuck if no coincidence is found if coincidenceTime is 'first'
- fix sorting channels of the same time tag in coincidence calculation
- fix delay manipulator in T3 mode
- clear internal manipulator buffers at clearData
- fix finished flag is not set ind processing ptu files
- update docs
- changed deployment to pypi
v1.0.7
- update MH64Lib.dll
Support for new gateware*, strongly reducing the timing jitter
External FPGA interface can now also use the SFP port at the front*
Introduces a new API call MH_SaveDebugDump for gateware debugging
Refined error codes ERROR_INVALID_ARGUMENT_1..8
Some bugfixes in code and documentation
Improved and extended demos
no longer supporting 32-bit systems
no longer officially supporting Windows 7 and 8
gateware must be of February 2025 or later - update PH330Lib.dll
Version 2.0.0.0 is the second release of PH330Lib and primarily provided
to support the new PicoHarp 330 4P with four input channels.
The previous model with two input channels is of course also supported. - support for Python 3.13
- add setNumBins() to Histogram Class for T2 Mode
- fix Bug where the Config Marker Edge is set in MarkerEnable()
- FCS calculates AA, AB and BB now
- simplify FCS Binning
v1.0.6
API:
- fix overwrite MeasControl on startMeasure - add Fast FCS algorithm(use - remove obsolete LibType
(use sn.correlation.setFFCSParameters instead of sn.correlation.setFCSParameters)
Python:
- support Python 3.12
- fix array format in correlation and manipulator getCountrates
Docu:
- complete rebuild (on new build system)
v1.0.5
v1.0.4
API:
- add White Rabbit support (synchronize clocks between different Harps over fiber optics)
- add hardware triggered measurements support
- remove unfoldT3Format
- add getAbsTime for Unfold measurement class in T3 mode
- auto detect library - getDeviceIDs() detects all supported devics
Python:
- add Demo_TimeTrace_Coincidence.py
- add Demo_WR_Configure_Master.py
- add Demo_WR_Configure_Slave.py
- add Demo_WR_TimeTrace_Master.py
- add Demo_WR_TimeTrace_Slave.py
- add Demo_HW_Start.py
- add Demo_HW_StartGated.py
- add Demo_HW_StartStop.py
Docu:
- add Control Connector
v1.0.3
API:
- count rate manipulator
- fix Memory leak in Unfold Class
- inverted herald parameter
- CoincidenceTime parameter (first, last)
- update PH330 library
- fix SyncDiv (ex SyncDivider)
- update deviceConfig["Resolution"] on setBinnig
- fix MeasMode Histogram
- fix SetStopOverflow
Python:
- fix bins array in T2 histogram with custom bin width
- fix long range bins array in histogram class