* Added an optional line frequency entry to the GUI.
* Refactoring of some parts of the validation tools.
* Small performance upgrade.
* Added an option to treat sweeps as lines.
0.5.21
-------------------
* Added the acquisition delay and "hold-after" times to the calculation of the the absolute time of each event.
* Decreased package size dramatically by deleting unneeded test data.
* All 34 tests of code pass. I'll try to keep it that way :)
* Added an extrapolation method to create fake lines when the line data is too corrupt to work with. This is done using the new "line frequency" and "frame delay" parmaeters in the GUI.
0.5.20
-------------------
* Refactored the output-generating script, while changing the possible outputs of PySight: * Summed tif. * Full stack as tif. * In memory - both stack and tif accessed through the ``movie`` object.
0.5.19
-------------------
* Fixed small bug with censoring.
* Added checks to see whether we need censor correction.
* Added tests for ``lst_tools`` - they should pass, much like ``file_io``'s tests.