-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
29 lines (21 loc) · 1.36 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2016-01-19: Change HAL / Steve to use an absolute pixel size for each
objective rather than a magnification relative to a 100x
objective.
2015-12-09: Add pixel size metadata to .tif images in a form that ImageJ can
understand.
2015-10-09: Fix a recently introduced bug in the Andor EMCCD control software
that caused it to drop frames and generate an error message in
the updateImageWithFrame member of the QCameraWidget class. If
you pulled a version in the last month and you use an Andor
EMCCD camera an update is recommended.
2015-09-24: Switched to doing all the image manipulation (for image display)
in C, falling back to numpy of the C library is not available.
2015-09-21: Implemented camera feeds and cleaned up some of the camera related
stuff. At least in theory you can now do things like have multiple
displays of the frames from a single camera. You can also display
and/or capture average images and images at certain intervals, along
with a slice from a larger image. As part of this effort, camera
acquisition has been separated from camera display. Hopefully this
also makes the camera code a little easier to understand.
NOTE! This involves some changes to the layout of the hardware.xml file.
2015-09-09: Implemented control of an Andor sCMOS camera using their SDK3 library.