NSLS-II-CSX / csxtools

Useful python tools for CSX (23-ID)
http://nsls-ii-csx.github.io/csxtools
Other
4 stars 13 forks source link

ENH: Added filter to stddev #42

Closed stuwilkins closed 8 years ago

tacaswell commented 8 years ago

Is this a standard thing to do? Guess it is just very direct outlier removal?

stuwilkins commented 8 years ago

@tacaswell Yes it is another filter. One of the things we are trying to do is see photons when you approach the noise limit of the CCD. I had the idea that the variance of the 3x3 pixel grid could be a good indicator of a "photon" as this variance would be different from that of the regular noise. Other ways of finding a "signature" would also be good ... really open to suggestions.