removed author comment
This commit is contained in:
@@ -453,11 +453,6 @@ public class DataDeserializerMDA implements DataDeserializer {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Helper class
|
||||
* @author ebner
|
||||
*
|
||||
*/
|
||||
class RecursiveReturnContainer{
|
||||
private List<Message> message = new ArrayList<Message>();
|
||||
private List<Metadata> metadata = new ArrayList<>();
|
||||
|
||||
@@ -24,10 +24,6 @@ import java.util.List;
|
||||
|
||||
import ch.psi.plot.Plot;
|
||||
|
||||
/**
|
||||
* @author ebner
|
||||
*
|
||||
*/
|
||||
public class DataVisualization {
|
||||
|
||||
private final Plot plot;
|
||||
|
||||
@@ -25,9 +25,6 @@ import ch.psi.plot.Plot;
|
||||
* Metadata of a group of XYSeries.
|
||||
* This metadata holds the information needed by the DataVisualizer
|
||||
* to plot series.
|
||||
*
|
||||
* @author ebner
|
||||
*
|
||||
*/
|
||||
public class XYSeriesArrayDataFilter implements SeriesDataFilter {
|
||||
|
||||
|
||||
@@ -26,9 +26,6 @@ import ch.psi.plot.xy.XYSeriesP;
|
||||
* Metadata of a group of XYSeries.
|
||||
* This metadata holds the information needed by the DataVisualizer
|
||||
* to plot series.
|
||||
*
|
||||
* @author ebner
|
||||
*
|
||||
*/
|
||||
public class XYSeriesDataFilter implements SeriesDataFilter{
|
||||
|
||||
|
||||
@@ -21,10 +21,6 @@ package ch.psi.fda.ui.visualizer;
|
||||
|
||||
import ch.psi.plot.Plot;
|
||||
|
||||
/**
|
||||
* @author ebner
|
||||
*
|
||||
*/
|
||||
public class XYZSeriesArrayDataFilter implements SeriesDataFilter {
|
||||
|
||||
private final String idY;
|
||||
|
||||
@@ -21,10 +21,6 @@ package ch.psi.fda.ui.visualizer;
|
||||
|
||||
import ch.psi.plot.Plot;
|
||||
|
||||
/**
|
||||
* @author ebner
|
||||
*
|
||||
*/
|
||||
public class XYZSeriesDataFilter implements SeriesDataFilter {
|
||||
|
||||
private final String idX;
|
||||
|
||||
@@ -37,8 +37,6 @@ import ch.psi.fda.messages.Message;
|
||||
import ch.psi.fda.messages.Metadata;
|
||||
|
||||
/**
|
||||
* @author ebner
|
||||
*
|
||||
* For testing whether the created MDA file is correct use following
|
||||
* program on a SLS SL5 beamline console (or slslc05/06)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user