Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mimosa26 automatic threshold tuning and column masking #10

Open
2 of 4 tasks
laborleben opened this issue May 15, 2018 · 5 comments
Open
2 of 4 tasks

Mimosa26 automatic threshold tuning and column masking #10

laborleben opened this issue May 15, 2018 · 5 comments
Assignees

Comments

@laborleben
Copy link
Contributor

laborleben commented May 15, 2018

  • Global threshold tuning (register IVDREF2)
  • Quarter threshold tuning (registers IVDREF1A/B/C/D)
  • Noisy column masking (register DisableLatch)
  • Edit default configuration files and remove any ANEMONE specific changes (e.g., masked columns, individual thresholds)
@themperek
Copy link
Member

BTW: configuration files can be just limited to those 4-5 things (per frame) that are changing.

@YannickDieter
Copy link
Collaborator

Thanks for opening this issue. ;)
We should also 'tune' global and quarter threshold using a allowed limit on noise data (or noise hits) per second. And maybe if this does not help we can do mask some noisy columns. But this we can discuss in detail.

@laborleben
Copy link
Contributor Author

Maybe we add a standard config file where we set the threshold to 255 (or whatever is the maximum) and which we load from beginning and afterwards just write the threshold values and other important registers using the set_configuration() method provided by basil.

@YannickDieter
Copy link
Collaborator

Yes, 255 is max. Good idea, then we can use this as a starting point for the tuning, a modify this, load it and then scan,.. and so on.

@YannickDieter
Copy link
Collaborator

Upto now only the local registers IVDREF1A/B/C/D are tuned. Global threshold is not touched and no noisy pixel masking is implemented. See PR #19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants