Merge branch 'new-semantics-testing' of https://gitlab.com/openflexure/openflexure-microscope-server into new-semantics-testing

This commit is contained in:
Joel Collins 2020-01-29 16:17:32 +00:00
commit 64eb87bf6f

View file

@ -180,6 +180,7 @@ class Microscope:
b64_string, dtype, shape = serialise_array_b64(lst_arr) b64_string, dtype, shape = serialise_array_b64(lst_arr)
settings_current["camera"]["lens_shading_table"] = { settings_current["camera"]["lens_shading_table"] = {
"@type": "ndarray",
"b64_string": b64_string, "b64_string": b64_string,
"dtype": dtype, "dtype": dtype,
"shape": shape, "shape": shape,