{"cells": [{"cell_type": "markdown", "metadata": {}, "source": ["# Exercise 10.2: Detecting dropped frames\n", "\n", "
"]}, {"cell_type": "markdown", "metadata": {}, "source": ["In [our lesson on scripting](l31_intro_to_scripting.ipynb), we worked on parsing a directory of images from a Leica microscope. The frame rate at which those data were taken was really fast for that microscope. On occasion, the system may miss a frame. Determine if any TIFF files are missing from the directory and, if so, which frame numbers are missing.\n", "\n", "This is an exercise in scripting and file management."]}, {"cell_type": "markdown", "metadata": {}, "source": ["
"]}], "metadata": {"anaconda-cloud": {}, "kernelspec": {"display_name": "Python 3", "language": "python", "name": "python3"}, "language_info": {"codemirror_mode": {"name": "ipython", "version": 3}, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.10"}}, "nbformat": 4, "nbformat_minor": 4}