Processing options
Automatically index after spot-finding
Fix distance
test:
code $this showStage indexing
test:
$itk_component(indexing) launch
Indexwizard:
Indexwizard lanuch
.ats component indexing getAutoindexingRelayBool
# here setup the trace command for variable, so that we can automatically process results
trace add variable [scope index_workflow] write "indexingRelay"
trace add variable [scope mosaicity_workflow] write "mosaicityRelay"
if $images_list == {} pick two 90 degrees apart
here, we remove the pick two 90 degrees apart
Indexwizard
Index button
-command code $this queueAutoindex
after 0 [code $this autoindex]
Indexwizard
autoindex
send command to strubio
$::strubio index $l_first_image $spotfilename 0
Strubio::index