Commit ebdd63f3 authored by Joel Collins's avatar Joel Collins
Browse files

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

parent 7458d278
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,