Notebook name: display_file_names_vs_time_stamp.ipynb
This notebook extracts the acquisition time and displays
If you need help accessing this notebook, check the How To > Start the python notebooks tutorial.
Check the full tutorial here
Select Images you want to check
Once you have selected your data, you will see a progress bar as the time stamp metadata are retrieved from the files.
The next cell will plot on the left side the relative time offset in seconds, and on the right side, the absolute time offset in seconds.
Relative time offset (s)
This is the time between each image.
relative_time(i) = acquisition_time(image(i)) - acquisition_time(image(i-1))
Absolute time offset (s)
This is the time spent since we started to acquire the images. For the first image, this absolute time is 0 of course.
absolute_time(i) = acquisition_time(image(i)) - acquisition_time(image(0))
Here is the plot we got when using an acquisition time of 30ms
The next cell display a list of all the fulle, relative and absolute time stamps.