Skip to content

Commit

Permalink
Overwriting Real/Live time map is now working
Browse files Browse the repository at this point in the history
  • Loading branch information
nem1234 committed May 30, 2023
1 parent 3b23d3b commit e8c9ff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rsciio/digitalmicrograph/_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -872,9 +872,9 @@ def _set_item(dic, tag_name, val):
###
### Overwrite data shape
###
_om_eds_images["Real time"] = _rtm
_om_eds_images["Live time"] = _ltm
_om_eds_images["Count rate"] = _ctm
_om_eds_images["Real time"] = _rt
_om_eds_images["Live time"] = _lt
_om_eds_images["Count rate"] = _ct

_rta = np.average(_rt)
_lta = np.average(_lt)
Expand Down

0 comments on commit e8c9ff4

Please sign in to comment.