NMGRL / pychron

Data acquisition and processing framework for Ar-Ar geochronology and noble gas mass spectrometry
http://pychron.readthedocs.org/en/latest/
Apache License 2.0
26 stars 26 forks source link

Inspector #865

Closed jirhiker closed 8 years ago

jirhiker commented 8 years ago

add an inspector pane to the pipeline.

use this to display information analyses/graphs. Same as AnalysisPointInspector etc, but instead of painting to screen, display in the inspector.

This will eliminate the problem of the inspector label not being able to be printed within the given space.

add use_pane flag to indicate inspector should generate an inspection event

three types of inspection events

  1. Point
  2. Analysis
  3. Line

inspection event produces an inspection object that is displayed by inspection viewer in the inspection pane.

jirhiker commented 8 years ago

Added inspector pane and connected it to AnalysisPointInspector. Tested on Ideogram. need to test/add to other figure types