Skip to content

Instantaneous log view

Raphael Delhome requested to merge rde-instantaneous-logview into master

This MR implements the config layer creation for instantaneous log data.

In the same move, one rationalizes a bit the layer types, by setting the following order:

  1. instantaneous measures (index 0)
  2. cumulative measures (index 1)
  3. continuous measures (index 2)
  4. stratigraphy (index 3)

As a consequence, one does not need to manually tune the index, when moving from a type to another (__on_type_changed method, in config_create_dialog.py).

Side change: The chemical elements must not be displayed by default (display=0 in the plugin configuration). These layer will have to be handled in a proper way (we open issue #68 (closed) for tracking this...).

Related issue: #67 (closed), #68 (closed)

Edited by Raphael Delhome

Merge request reports