Skip to content

Releases: PicoQuant/snAPI

v1.0.5

05 Apr 12:06
Compare
Choose a tag to compare

minor update:

  • fix wheel package
  • add control connector pictures

v1.0.4

26 Mar 14:53
Compare
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
Compare
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

v1.0.2

22 Nov 11:38
Compare
Choose a tag to compare

API:

  • bump :v1.0.2
  • add warnings if parameters exceed their limits on device functions
  • change snAPI init for ipython
  • fix parseBool in read OpenFileDevice
  • fix a possible crash in TimeTrace if a channel number is higher than possible number of channels
  • improve forcedStop
  • fixed Times for Marker with T3 Formats != Absolute
  • fix some uncategorized log entries
  • fix PH330 PQ_TAGID_TTRESULTFORMAT_TTTRRECTYPE
  • add library warnings on measure start

Docu:

  • fix description of Unfold.dTime_T3()
  • fixed misleading correlation figure

Python:

  • fix init snAPI for older python versions
  • fix returning array size for getCountRates()
  • improve Tool_PlotCountRateByTriggerLevel.py to plot all channels
  • fix dTimes in Demo_RecordViewer_UF
  • fixed isMarker() in Raw measure class
  • add Demo_HeraldedCorrelationG2.py

v1.0.1

11 Sep 13:55
Compare
Choose a tag to compare

API:

  • add PH330 support
  • fix stopOverlow on T2/T3 mode if measure time expired before
  • set StopOverflow to 0 (no stop) by default
  • fix invaild pointer to unfold index
  • reduce memory consumption

Docu:

  • fix loadIniConfig and setIniConfig examples
  • add html favicon
  • add UnfoldFormat description
  • add measDescription & getMeasDescription

Python:

  • add Tool_ReadPTU.py

Full Changelog: v0.3.1-alpha...v1.0.1

v1.0.0

28 Aug 13:34
Compare
Choose a tag to compare

first public release

v0.3.1-alpha

10 Jul 13:27
Compare
Choose a tag to compare
v0.3.1-alpha Pre-release
Pre-release

support of HydraHarp 400

v0.2.5-alpha

05 Jul 11:29
Compare
Choose a tag to compare
v0.2.5-alpha Pre-release
Pre-release

rework FCS
small changes to g(2) too
small PTU fixes
fix timetrace if historySize is set before numBins

v0.2.4-alpha

29 Jun 09:03
Compare
Choose a tag to compare
v0.2.4-alpha Pre-release
Pre-release
  • fixes for Raw/ Unfold measurement
    add a flag to decide to get the normalized/absolute number of counts in time trace
    enable herald manipulator on measurement mode T3 in histogram measurement class with dTimes set default binWidth in histogram measurement
    Fix binning in T3
    don't measure on invalid devices
    PTU:
  • fix fast load tags
  • fix binning value

v0.2.3-alpha

26 Jun 11:56
Compare
Choose a tag to compare
v0.2.3-alpha Pre-release
Pre-release

fix a bug where UF measurement from ptu file into RAM does not stop
fix start of measure threads
fix for acqTimes < 1s
add a flag to decide to get the normalized/absolute number of counts in time trace
enable herald manipulator on measurement mode T3 in histogram measurement class with dTimes
set default binWidth in histogram measurement
fix readFIFO after stopMeasurement
update docs for hearald and histogramming in T3 mode