Last active
December 5, 2015 17:28
-
-
Save julik/0b8601606b53e524ed12 to your computer and use it in GitHub Desktop.
Differential grain extractor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set cut_paste_input [stack 0] | |
version 7.0 v6 | |
push $cut_paste_input | |
push 0 | |
Group { | |
inputs 2 | |
name JT_ExtractGrain | |
selected true | |
xpos 291 | |
ypos -489 | |
} | |
Input { | |
inputs 0 | |
name raw | |
xpos 145 | |
ypos -589 | |
} | |
Invert { | |
name Invert1 | |
xpos 145 | |
ypos -449 | |
} | |
Input { | |
inputs 0 | |
name filtered | |
xpos -75 | |
ypos -590 | |
number 1 | |
} | |
Merge2 { | |
inputs 2 | |
operation plus | |
name Merge1 | |
xpos -75 | |
ypos -444 | |
} | |
Add { | |
value -0.5 | |
name Add1 | |
xpos -75 | |
ypos -420 | |
} | |
Output { | |
name Output1 | |
xpos -75 | |
ypos -320 | |
} | |
end_group |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment