add count rate to tritium utils expression
This commit is contained in:
parent
4b22e22a28
commit
b6597a0fb1
@ -37,11 +37,6 @@ public class NumassFitScanSummaryTask extends AbstractTask<Table> {
|
|||||||
DataNode<FitState> input = data.getCheckedNode("fitscan", FitState.class);
|
DataNode<FitState> input = data.getCheckedNode("fitscan", FitState.class);
|
||||||
input.nodeStream().forEach(node ->
|
input.nodeStream().forEach(node ->
|
||||||
builder.putData(node.getName(), action.run(node, model.meta()).getData()));
|
builder.putData(node.getName(), action.run(node, model.meta()).getData()));
|
||||||
|
|
||||||
// if (data.nodeStream().count() > 1) {
|
|
||||||
//merge tables if there is more than one
|
|
||||||
|
|
||||||
// }
|
|
||||||
return builder.build();
|
return builder.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user