Skip to content

Release 3.1 (2016-03-29)

Choose a tag to compare

@timstaley timstaley released this 29 Mar 16:17
· 212 commits to master since this release

Adds an uncommon but potentially serious bug-fix, and
some minor user-interface improvements.

User-interface changes

New boolean entry colorlog in pipeline.cfg (#502),
this controls whether the console logging-output from trap-manage.py
is colored according to message severity. E.g.:

[logging]
colorlog = True

This is accompanied by some adjustments to the logging, we now output both
INFO and DEBUG level logfiles (under the <jobdir>/logs/<run_datestamp> folders).

Bugfixes

  • Catch some forced fitting bugs that could possibly have been encountered
    due to oversize 'skyregion' settings, or simply when reducing mosaic images
    with 'NaN' pixel regions. (#496)

Documentation

  • Add 'features overview'
    section to docs.
  • Document use (and units) of 'monitoring-coords' option to trap-manage.py.
    (#485)