From fb81a96e622b4e7abbe8c25015a45bd07ef0b402 Mon Sep 17 00:00:00 2001 From: Christian Soeller Date: Thu, 17 Aug 2023 14:26:46 +0200 Subject: [PATCH] MINFLUX - IO: add dcr field to converted data --- PYMEcs/IO/MINFLUX.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PYMEcs/IO/MINFLUX.py b/PYMEcs/IO/MINFLUX.py index 49c7b46..b5af7a1 100644 --- a/PYMEcs/IO/MINFLUX.py +++ b/PYMEcs/IO/MINFLUX.py @@ -89,6 +89,7 @@ def minflux_npy2pyme(fname,return_original_array=False,make_clump_index=True,wit 't': (1e3*data['tim']).astype('i'), 'cfr':data['itr']['cfr'][:,iterno_other], 'efo':data['itr']['efo'][:,iterno_other], + 'dcr':data['itr']['dcr'][:,iterno_other], 'error_x' : stdx, 'error_y' : stdy, 'fbg': data['itr']['fbg'][:,iterno_loc],