From a47ecbf4fa9f33fc23481899a725893a5818db86 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Sun, 13 Apr 2014 11:46:01 -0500 Subject: [PATCH] Notes for R2-1 --- RELEASE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index fec554d..fc88032 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -28,6 +28,17 @@ R2-0 * Moved the repository to [Github](https://github.com/areaDetector/ADAndor). * Re-organized the directory structure to separate the driver library from the example IOC application. +R2-1 +---- +* Added support for the Shamrock spectrographs. + This supports control of grating selection, center wavelength, and slit sizes. + It is a separate driver, and is only supported on Windows because Andor does not provide a + Shamrock SDK on Linux. +* Added support for saving data in Princeton Instruments V3.0 SPE file format with XML footer. + This is used to save calibration information from the Shamrock spectrometer. + None of the other formats will save calibration information from the SDK, although they do from Solis. +TODO BEFORE R2-1 RELEASE: +* Fix problem of crashing when exiting the IOC. R1-9-1 and earlier ------------------