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

Provide python handle for parsing yaml files / easy dict generation #5

Open
peter-madigan opened this issue Sep 9, 2022 · 0 comments
Assignees

Comments

@peter-madigan
Copy link
Member

peter-madigan commented Sep 9, 2022

A common code geometry-parsing block to extract a channel-to-pixel position mapping is used in a number of different locations, e.g.:

larpix-geometry should provide a handle for generating some of these commonly used objects, or equivalent functionality. As a start, pixelplane.py contains a class that provides access into the single pixel tile geometry, but was never extended to support multiple tiles. I would suggest that the solution implementation be a higher level class (e.g. AnodeGeo(<multitile layout dict>)) that provides export_XX() handles to provide the dict objects used in the above examples.

@andrewmogan, @yuntsebaryon, @YifanC

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

No branches or pull requests

2 participants