Skip to content

Releases: folk-lab/IgorAcq

v1.5.1

30 Sep 03:07
b5c3c1f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

25 Sep 22:31
15b13fe
Compare
Choose a tag to compare

Final state of IgorAcq at the end of Johann/Will/Raveel April-August 2023 CD.

Notable new .ipf's:
Adding analysis .ipf files (IgorAcq / Analysis)

fitting transition 'fit_transition_util.ipf'
fitting conductance 'fit_conductance_util.ipf'
fitting entropy 'fit_entropy_util.ipf'
Adding entropy specific .ipf files (IgorAcq / Analysis / Entropy)

Tim_Analysis.ipf
Tim_Measurement_Utils.ipf
Tim_Scans.ipf
Notable functionality

Resampling, notch filtering and demodulation available in the scancontroller
Improvements to how 2d graphs are labeled and updated
plotting arbitrary line traces using interpolate_polyline // get_multiple_line_paths_int
arbitrary virtual sweeping on x and y axis. make_virtual_corners // ScanFastDAC2D_virtual
included interlaced functionality to ScanFastDAC2D_virtual
upload waves to experiment udh5

v1.4.3

16 Jun 19:04
9c2e007
Compare
Choose a tag to compare
  • Added fast option to ScanLS625Magnet(...) -- Note: Not fast like FastDAC, just faster by using SetField instead of SetFieldWait
  • Added mermaid graphs of connections between functions and .ipf files

v1.4.2

03 May 22:10
75f14d2
Compare
Choose a tag to compare

Fixed version of v1.4.0, additionally adding

  • StepTempScanFunc(...) -- Runs provided function at various temperatures and/or fields

v1.4.1

03 May 20:55
Compare
Choose a tag to compare

Fixing a mess up with 1.4.0 that had several commits missing
This is the final state at end of CD

v1.4.0

02 May 17:01
3879b9c
Compare
Choose a tag to compare

Final state of IgorAcq at the end of Tim/Johann Jan-Mar 2023 CD.

Notable changes:

  • Adding interlace and virtual gate sweeping functionality to ScanFastDAC2D and saving relevant information to ScanVars.
  • ScanFastDAC2D has been commentated with examples of how to run.
  • Some fixes to how 2D graphs are labeled and updated
  • config\XLDLoggingSchedules.txt updated

Additional NoteS:
As it stands ScanFastDAC2D only supports virtual gates on the x-axis. However, in the experiment we used a wrapper funtion to call ScanFastDAC2D and pre-calculated the startys and startxs before hand.
The wrapper function will be added into an entropy/scans.ipf after this pull as it would cause issues when we try to load this version of code with our old experiment.
Additionally, other helper functions will be added once they have been tested, useful functions applicable across the group will then be moved into a more general .ipf

v1.3.1

21 Apr 23:47
dae1a91
Compare
Choose a tag to compare

Bug fix

v1.3.0

14 Apr 18:40
dfe9d43
Compare
Choose a tag to compare

Additions and modifications from from Ray's branch added 2023-04-14

Mostly altered K2400 scan functions.

Prevented viRead error code 0x3fff0005 == "The specified termination character was read." from being detected as an error (since it isn't one).

v1.2.0

19 Oct 19:37
42217c7
Compare
Choose a tag to compare

Final State following 202208_KondoConductance Measurements on XLD by Tim/Johann

Significant changes

  • Improves working with multiple FastDACs

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

05 Aug 22:00
8508d90
Compare
Choose a tag to compare
  • Add scan_until to ScanFastDACSlow

  • fix some problems with having second fastdac

  • heater range set to 10mA for 300mK instead of 3.1mA for XLD system

  • Only copy experiment to server once per day