Skip to content

Releases: PicoQuant/snAPI

v1.2.4

22 May 07:37

Choose a tag to compare

improve performance in case of small window sizes in sequences mode in combination with manipulator subStream

v1.2.3

21 May 10:29

Choose a tag to compare

add sequence mode:
sequence mode the acquisition is split into consecutive windows. Each call to getData() returns one window. The mode determines how windows are triggered..

v1.2.1

24 Apr 09:24

Choose a tag to compare

snAPI v 1.2.1

  • add Export Measurement Method
  • add Import Manipulator
  • add Measurement Method 2D Histogram
  • add explicid USB 2.0 warning
  • moved getCountRates, getSyncPeriod and getNumAllChannels into Device Class
  • improve instacibility of all Sub-Measurement classes
  • add MeasDesc_StartTime (in ps) to PTU header
  • write fileCreationTime in UTC
  • improved documentation
  • and many, many more small bug fixes..

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)