Skip to content
Snippets Groups Projects
Commit 3d4a3b2a authored by Hamamatsu-PC's avatar Hamamatsu-PC
Browse files

add macro block

parent 25c40b66
No related branches found
No related tags found
No related merge requests found
macro "Grouped Projections" {
// Creates stack projections for subgroups
// and saves them to disk.
......@@ -117,3 +118,4 @@ function getBar(p1, p2) {
if (index>n-1) index = n-1;
return substring(bar2, 0, index) + substring(bar1, index+1, n);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment