NSLS-II / PyXRF

Fluorescence fitting GUI.
http://nsls-ii.github.io/PyXRF
BSD 3-Clause "New" or "Revised" License
31 stars 23 forks source link

ENH: reading data with corrupt row(s) (TES) #293

Closed dmgav closed 1 year ago

dmgav commented 1 year ago

Description

The changes allow loading data with corrupt rows (e.g. missing or corrupt data file). If the corrupt row is in the middle of the scan, it is replaced by the average of the previous and the next row.

Motivation and Context

Summary of Changes for Release Notes

Fixed

Added

Changed

Removed

How Has This Been Tested?