|
3 | 3 | The versions of EPICS base, asyn, ADCore, and other synApps modules used for each release can be obtained from |
4 | 4 | the configure/RELEASE file in each release of quadEM. |
5 | 5 |
|
6 | | -## Release 9-6 (January XXX, 2023) |
| 6 | +## Release 9-6 (November XXX, 2025) |
7 | 7 | - Added a software driver to get data into the quadEM. It is similar to the NDDriverStdArrays for areaDetector. |
8 | 8 | - 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. |
9 | 12 | - 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. |
10 | 28 |
|
11 | 29 | ## Release 9-5 (December 7, 2023) |
12 | 30 | - Moved the documentation to Github pages, https://epics-modules.github.io/quadEM. |
|
0 commit comments