Skip to content

Commit 39a7e7c

Browse files
committed
Added notes for R9-6
1 parent 9d643e8 commit 39a7e7c

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

RELEASE.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,28 @@
33
The versions of EPICS base, asyn, ADCore, and other synApps modules used for each release can be obtained from
44
the configure/RELEASE file in each release of quadEM.
55

6-
## Release 9-6 (January XXX, 2023)
6+
## Release 9-6 (November XXX, 2025)
77
- Added a software driver to get data into the quadEM. It is similar to the NDDriverStdArrays for areaDetector.
88
- Added support for the SenSiC PCR4 picoammeter. Thanks to Sammy Mosca from STLab for this.
9+
- Added support for the Sydor T4U electrometer. There are 2 implementations for this:
10+
1) T4UDirect: The quadEM driver communicates directly with the T4U.
11+
2) T4U: The quadEM driver communicates with the T4U via a Sydor software library.
912
- Supported a variant of the Square geometry, where the diodes are aranged counterclockwise.
13+
- Converted the documentation from raw HTML to Sphinx, published at https://epics-modules.github.io/quadEM.
14+
- Added documentation about scanning with the TetrAMM and improved the documentation about plugins.
15+
- Converted the release notes from raw HTML to RELEASE.md.
16+
- Added a Word document of a study of noise with the TetrAMM.
17+
- Removed support for the APS_EM, since this is no longer available or in use.
18+
Note that this changes the enum values for all models, and so the new quadEM.* OPI screens are required.
19+
- Load ADCore/iocBoot/commonPlugins.cmd for all example IOCs.
20+
- The Plugins/ menu on quadEM.adl now has the following 3 menu items:
21+
- QE common plugins
22+
- QE FFT plugins
23+
- AD common plugins (this is where the ROIs, HDF5, etc. are)
24+
- This provides all standard areaDetector plugins including ROIs, HDF5, etc.
25+
- It is now possible to stream data an HDF5 file, for example.
26+
This can be sampling at up to 20 kHz on the TetrAMM.
27+
- Simplify the autosave files to reduce redundancy.
1028

1129
## Release 9-5 (December 7, 2023)
1230
- Moved the documentation to Github pages, https://epics-modules.github.io/quadEM.

0 commit comments

Comments
 (0)