Skip to content

Commit

Permalink
MINFLUX - IO: add dcr field to converted data
Browse files Browse the repository at this point in the history
  • Loading branch information
csoeller committed Aug 17, 2023
1 parent e0dd0f1 commit fb81a96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PYMEcs/IO/MINFLUX.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit fb81a96

Please sign in to comment.