Skip to content

Releases: PicoQuant/snAPI

v1.1.2

14 Nov 15:17

Choose a tag to compare

snAPI v 1.1.2.1

  • add custom tags (in snAPI)
  • fix Unfold in UniHarp for less counts
  • add Demo_Imaging_PTU.py

v1.1.0

05 Sep 09:29

Choose a tag to compare

v1.1.0

  • official HH500 support
  • add Sub-Stream Manipulator

v1.0.11

13 Aug 07:12

Choose a tag to compare

  • make g2 normalization disableable
  • add CoincideceTime Average

v1.0.10

21 Jul 10:19

Choose a tag to compare

some minor fixes

v1.0.9

17 Jul 06:32

Choose a tag to compare

  • 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

03 Mar 13:38

Choose a tag to compare

  • 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

02 Jul 06:53

Choose a tag to compare

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

05 Apr 12:06

Choose a tag to compare

minor update:

  • fix wheel package
  • add control connector pictures

v1.0.4

26 Mar 14:53

Choose a tag to compare

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

24 Jan 11:15

Choose a tag to compare

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