Job: Exposure Sets Tool
Split an exposure group into subsets or compare two groups.
Split an exposure group into subsets or compare two groups.
exposures_A
: Exposures- With only this groupspecified, choose the
split
action to split the data into multiple batches
exposures_B
: Exposures (optional)- With both groupsand, choose the
intersect
action to compute set operations on the two groups, including (i) intersectionand differences (ii)and (iii).
Action
- With only one exposure input group, choose
split
to split the data into multiple batches - With both exposure 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 a common path field to intersect the two inputs (e.g.,location/micrograph_path
)
Split num. batches
: With thesplit
action, how many batches to split the exposures intoSplit batch size
: With thesplit
action, how many exposures to add to each batchSplit randomize
: With thesplit
action, randomize the exposures to add to each batch
split_X
(multiple outputs): With thesplit
action, batches of the resulting exposuresremainder
: With thesplit
action, exposures left out ofsplit_X
batches due to the specified batch size and number of batchesintersect
: With theintersect
action, result of- Note: all of the result groups in common from set A and B (e.g.
movie_blob
) and passthrough groups will be pulled from set A in theintersect
output
A_minus_B
: With theintersect
action, set differenceB_minus_A
: With theintersect
action, set difference

Example outputs when only one input exposure set is provided compared to two sets.
- CTF Estimation
- Blob Picker
- Template Picker
Last modified 6mo ago