Semi-ATE / Metis

STDF to PANDAS data frames conversion.
MIT License
13 stars 4 forks source link

Save variable length bit-encoded fields (B*n) and array of datas (kxTYPE) in list format #10

Closed seimit closed 3 years ago

seimit commented 3 years ago

Currently they are converted as string sequences like: data in stdf -> pandas -> how should look like (STDF type) sequences of R4 : 1.234 3.213 31.221 -> 1.2343.21331.221 -> 1.234, 3.213, 31.221 binary value of 5 -> 00000101 -> [0, 0, 0, 0, 0, 1, 0, 1 ] (Bn)