Specify options for image generating tool
Closed this issue · 1 comments
gonuke commented
-
Slice[=args]
- with no args - default direction and location
- with args : [(<x,y,z>,val),(<x,y,z>,val),....] produces one image for each tuple with slice at plane <x,y,z>=val
-
Clip[=args]
- with no args - default octant, rotation and midpoint
- with args : [{loc:(x,y,z),octant:(+/-1,+/-1,+/-1),rot:(alpha,beta,gamma)},...] produces one image for each dictionary
- if only partially defined - default rotation depends on octant
- default position is center of data (not origin and not center of geometry)
-
Threshold=expr
- expr = tagname > val | tagname < val | tagname = (min,max)
-
Pseudo = tagname [, log|lin, lower, upper]
-
Contour = tagname
leschultz commented
I have added the options desired.