Skip to content

Commit afe81d1

Browse files
authored
backend: Integrate fix for ISO value scaling in dataset metadata (#555)
* backend: Integrate fix for ISO value scaling in dataset metadata * Update `CHANGELOG.md`
1 parent 5b06bc2 commit afe81d1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

software/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ All dates in this file are given in the [UTC time zone](https://en.wikipedia.org
3434

3535
### Fixed
3636

37+
- (Application: backend) The ISO value stored in dataset metadata now correctly matches the user-set ISO setting, instead of being a constant scaling of the ISO setting (which was calculated according to a camera model-specific scaling factor). This fixes a regression introduced with v2024.0.0-beta.2.
3738
- (System: networking) `planktoscope.local` and `pkscope.local` should now work on local area networks (i.e. when the PlanktoScope is connected to a router) and not just on direct connections.
38-
- (Application: GUI) The Node-RED dashboard's sample page's "Dilution Factor" input field has been renamed to "Concentration Factor", which is a less misleading name for what that input field actually represents.
39+
- (Application: GUI) The Node-RED dashboard's sample page's "Dilution Factor" input field has been renamed to "Concentration Factor", which is a less misleading name for what that input field actually represents. Note that the corresponding metadata field has not been renamed away from `sample_dilution_factor`.
3940
- (Application) The `/home/pi/data` and `/home/pi/device-backend-logs` are now created with non-`root` user ownership, so that their contents can be managed via an SFTP/SCP connection as the `pi` user. This fixes a regression introduced with v2023.9.0-beta.0.
4041
- (System) The system time is now correctly persisted on the filesystem (in `/etc/fake-hwclock.data`) in a way that the system time should no longer reset back to a previous time in the past between reboots.
4142
- (System) Machine name generation now falls back to the `en_US.UTF-8`-based naming scheme when the OS is set to a non-default locale (i.e. anything other than `en_US.UTF-8`), instead of failing and falling back to `unknown`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
894a816
1+
894a816

0 commit comments

Comments
 (0)