Usage: python bin_plot.py path_to_bin_file data_type [slice_start slice_end]
data_type is NumPy data type used to interpret binary file. For example, "uint8" or "uint16". slice_start and slice_end are optional arguments used to slice the array, they can either be "None" or an integer.