ComputationalRadiationPhysics / jungfrau-photoncounter

Conversion of Jungfrau pixel detector data to photon count rate
GNU General Public License v3.0
2 stars 2 forks source link

Using RMS for pixel masking #52

Closed kloppstock closed 4 years ago

kloppstock commented 5 years ago

As discussed in the previous Skype meeting, we are in the process of implementing an RMS based check and mask pixels which are over a certain threshold. While doing this however, some questions came up:

sredford commented 5 years ago

Hi Jonas,

Cheers, Sophie

TheFl0w commented 5 years ago

I think the RMS is not necessarily the same as standard deviation unless the mean is 0. Apparently the standard deviation (sigma) is also called RMSE (root mean square error) or RMSD (root mean square deviation). Our implementation always used the square root of the variance for sigma instead of the RMS so we were wondering if you wanted us to change it. I guess we already used the correct one. image