I have raw data from the camera as
data_file = r"D:\New Volume(G)\PostDoc\Literature\TIMEPIX\DetectorCalibration\Data\Measurement_feb_02_2024_15h47m06s\raw\fFl6_000000.tpx3"
but when I want to open the data with tpx_data = pymepix.Tpx3File(data_file) it shows the error
Cell In[10], line 2
tpx_data = pymepix.Tpx4File(data_file)
^
IndentationError: unexpected indent
please help how to proceed.