SiLab-Bonn / basil

A data acquisition framework in Python and Verilog.
BSD 3-Clause "New" or "Revised" License
40 stars 29 forks source link

ENH: modified get_die() for ITkPix wafermap compatibility #217

Closed mjmucha closed 5 months ago

mjmucha commented 5 months ago

Modified get_die() (added die number mapping) so that the SENTIO prober is compatible with ITkPix wafermap

cbespin commented 5 months ago

Let's wait for @YannickDieter's opinion on the mapping, as I am not familiar with the probe station and the use case

mjmucha commented 5 months ago

I moved now the different die position mappings for the ITk probing sites to a wrapper method inside bdaq.

This PR can now be closed. I will open a new one for the removal of custom mappings/current die position output in basil (SignatoneProber.py and SentioProber.py)

cbespin commented 5 months ago

This can be closed in favor of #218, right?