Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 1888d2: Added a CSVPlot.hasValidProvider() method which ch...

  Branch: refs/heads/anna/postprocessing
  Home:   https://github.com/eclipse/ice
  Commit: 1888d26743d3b399f5f1027468ce473de457d192
      https://github.com/eclipse/ice/commit/1888d26743d3b399f5f1027468ce473de457d192
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVPlot.java
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVVizService.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/CSVDataLoader.java

  Log Message:
  -----------
  Added a CSVPlot.hasValidProvider() method which checks if the plot has a
non-null data provider. This is necessary for CSV files which aren't in
an (m x n) format and can't be plotted (e.g. BISON axial peaking
factors). Also cleaned up some documentation in related classes.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>



Back to the top