diff --git a/docs/source/history/vdev.rst b/docs/source/history/vdev.rst index 461d6698..41d2d138 100755 --- a/docs/source/history/vdev.rst +++ b/docs/source/history/vdev.rst @@ -53,6 +53,15 @@ Develop version - In the TSA submodule, it is now possible to disable fitting a monotonic trend within the harmonic model. The new parameter ``HARMONIC_TREND = TRUE/FALSE`` was added. Default behaviour (as before) is ``TRUE``. +- **FORCE L2PS** + + - force-level2 was refactored. Little has changed for users. The logfiles are more verbose, and + log messages generated by ``force-level2`` and by the core process ``force-l2ps`` are more cleary separated. + The queue file has got an additional status, wherein unsuccessfully processed images get ``FAIL`` status instead + of ``DONE``. The wrapper script ``forcel-l2ps_`` was discontinued; ``force-level2`` is now directly + calling ``force-l2ps``. + + - **FORCE AUX** - new auxilliary program `force-info`, which replaces `force` effective immediately.