Job: Particle Sets Tool
Split a particle group into subsets or compare two groups.
Description
Split a particle group into subsets or compare two groups.
Inputs
particles_A
: ParticlesWith only this group specified, choose the
split
action to split the data into multiple batches
particles_B
: Particles (optional)With both groups and , choose the
intersect
action to compute set operations on the two groups, including (i) intersection and differences (ii) and (iii) .
Common Parameters
Action
With only one particle input group, choose
split
to split the data into multiple batchesWith both particle input groups, choose
intersect
to compute the set intersection and difference between the two groups.if
intersect
is selected, a new parameter is available:Field to Intersect
uid
: use theuid
field to intersect the two inputspath
: use the particle's path and image index to intersect the two inputs.The token used to intersect particles will be a concatenation of the particle's path from
blob/path
and its index fromblob/idx
.
Split num. batches
: With thesplit
action, how many batches to split the particles intoSplit batch size
: With thesplit
action, the number of items to place into each split batch that is output. Additional items will be output as a separate remainder output. If the value isNone
, the items will be split into equal sized batches.Split randomize
: With thesplit
action, randomize the particles to add to each batch
Outputs
Split mode:
split_X
(multiple outputs): With thesplit
action, batches of the resulting particlesremainder
: With thesplit
action, particles left out ofsplit_X
batches due to the specified batch size and number of batches
Intersect mode:
intersect
andintersect_B
outputs: With theintersect
action, these contain the result ofFor the
intersect
output, all of the result groups in common from set A and B (e.g.blob
,ctf
,alignments3D
, etc.) and passthrough groups will be copied from set AFor the
intersect_B
output, all of the result and passthrough groups will be copied from set B
A_minus_B
: With theintersect
action, set differenceB_minus_A
: With theintersect
action, set difference
Common Next Steps
2D Classification
Last updated