Hi,
I’m trying to understand Ops. After watching this video and the previous one given by @ctrueden :
I looked at templates, tutorials, Crop Confocal Series, and I was wondering - how would I know which ops are available? (for example, how would I find the cropping Op that is shown in this tutorial)
Also, how would I know which arguments to pass the Op? I see that @bnorthan used the Op like this:
c0=ops.image().crop(img, Intervals.createMinMax(0, 0, 0,0,xLen-1, yLen-1, 0, zLen-1))
Is there a place in which I can look to see how to use Ops, which arguments to pass them, and how I would understand what Intervals.createMinMax and things like that are?
Thanks,
Avital