------------------
* Added method ``create_array`` to Movie() that returns a deque containing the raw data generated by the ``np.histogram`` function, for visualization and analysis purposes.
* Added method ``create_single_volume`` to Movie() that sums all stacks into a single array.
* Fixed bugs in ``tag_tools``, mainly in ``verify_periodicity()``.
* Allows for more elaborate user inputs, requiring to choose which type of output you wish for.
* Basic FLIM support.