Added ndarray type to serialised LST (can be used in custom decoder)

This commit is contained in:
Joel Collins 2020-01-29 15:43:29 +00:00
parent 7458d278d8
commit ebdd63f37b

View file

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