Hi,<br><br>I have a large binary data set that has 4-bit integers in it.  It is possible to create a numpy dtype for a 4-bit integer?<br>I can read the data fine using np.fromfile with a dtype of byte, but to get the 4-bit ints out I have to bit twiddle which<br>
is a pain.<br><br>Cheers,<br><br>Brian<br>