Fixing task model and laminate
This commit is contained in:
parent
3f8f347feb
commit
590eb5c7b3
@ -16,10 +16,6 @@ dependencies {
|
|||||||
compile "hep.dataforge:grind-terminal" //project(':dataforge-grind:grind-terminal')
|
compile "hep.dataforge:grind-terminal" //project(':dataforge-grind:grind-terminal')
|
||||||
}
|
}
|
||||||
|
|
||||||
idea{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
//task listActions(dependsOn: classes, type: JavaExec) {
|
//task listActions(dependsOn: classes, type: JavaExec) {
|
||||||
// main "inr.numass.LaunchGrindShell"
|
// main "inr.numass.LaunchGrindShell"
|
||||||
// args "-lc"
|
// args "-lc"
|
||||||
|
@ -34,7 +34,7 @@ import static inr.numass.utils.NumassUtils.pointExpression;
|
|||||||
@ValueDef(name = "correction",
|
@ValueDef(name = "correction",
|
||||||
info = "An expression to correct count number depending on potential `U`, point length `T` and point itself as `point`")
|
info = "An expression to correct count number depending on potential `U`, point length `T` and point itself as `point`")
|
||||||
@ValueDef(name = "utransform", info = "Expression for voltage transformation. Uses U as input")
|
@ValueDef(name = "utransform", info = "Expression for voltage transformation. Uses U as input")
|
||||||
@NodeDef(name = "correction", multiple = true, target = "method::inr.numass.actions.PrepareDataAction.makeCorrection")
|
@NodeDef(name = "correction", multiple = true, target = "method::inr.numass.actions.TransformDataAction.makeCorrection")
|
||||||
public class TransformDataAction extends OneToOneAction<Table, Table> {
|
public class TransformDataAction extends OneToOneAction<Table, Table> {
|
||||||
@Override
|
@Override
|
||||||
protected Table execute(Context context, String name, Table input, Laminate meta) {
|
protected Table execute(Context context, String name, Table input, Laminate meta) {
|
||||||
|
Loading…
Reference in New Issue
Block a user