- The following `asilib.Imager` methods are now tested:
1. `plot_fisheye()`,
2. `plot_map()`,
3. `animate_fisheye()`,
4. `animate_map()`,
5. `plot_keogram()`,
6. `iter_files`,
7. `__getitem__`,
8. `__str__`, and
9. `__repr__`.
- The `asilib.themis()` and `asilib.rego()` examples are now tested as well.
- Fixed a `asilib.Imager` bug that was triggered when the time slicing is outside of the time_range. Before, it raised an unhelpful `AssertionError`, but now it raises an informative `FileNotFoundError`.