particles_A
: Particlessplit
action to split the data into multiple batchesparticles_B
: Particles (optional)intersect
action to compute set operations on the two groups, including (i) intersection Action
split
to split the data into multiple batchesintersect
to compute the set intersection and difference between the two groups.intersect
is selected, a new parameter is available: Field to Intersect
uid
: use the uid
field to intersect the two inputspath
: use a common path field to intersect the two inputs (e.g., location/micrograph_path
)Split num. batches
: With the split
action, how many batches to split the particles into Split batch size
: With the split
action, how many particles to add to each batchSplit randomize
: With the split
action, randomize the particles to add to each batch split_X
(multiple outputs): With the split
action, batches of the resulting particlesremainder
: With the split
action, particles left out of split_X
batches due to the specified batch size and number of batchesintersect
: With the intersect
action, result of A_minus_B
: With the intersect
action, set difference B_minus_A
: With the intersect
action, set difference