generate full QC bash script depending on sensor type
Do we want to generate different configs for each vendor and sensor flavour or just one for each layer config?
- Planar
- HPK 150um (L2) --> DiffLccEn to 1 and DiffLcc to 200
- Micron 150um (L2)
- Micron 100um (L1)
- FBK 100um (L1)
- 3D
- FBK 50x50 / 25x100 (L0)
- SINTEF 50x50 (L0)
- CNM 25x100 (L0)
Component | xx identifier | yy identifier | Vendor | 1st digit | 2nd digit |
---|---|---|---|---|---|
L0 inner pixel 3D sensor tile (25 x 100 um) | PI | S0 | FBK CNM |
7 6 |
1 (single) |
L0 inner pixel 3D sensor tile (50 x 50 um) | PI | S1 | FBK SINTEF |
7 8 |
1 (single) |
L1 inner pixel quad sensor tile | PI | S2 | Micron FBK |
5 2 |
3 (quad) |
Outer pixel quad sensor tile | PG | S3 | HPK Micron |
3 5 |
3 (quad) |
If sorted by layer
- L2: HPK 150um, Micron 150um
- L1: FBK 100um, Micron 100um
- L0: FBK 50x50 / 25x100, SINTEF 50x50, CNM 25x100
Should this be a part of generateYarrConfig or a separate script?
Edited by Lingxin Meng