Added ndarray type to serialised LST (can be used in custom decoder)
This commit is contained in:
parent
7458d278d8
commit
ebdd63f37b
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue