relion.wizards module¶
-
class
relion.wizards.
Relion2PartDiameter
[source]¶ Bases:
relion.wizards.RelionPartMaskDiameterWizard
-
show
(form, *args)[source]¶ This will show up the wizard to select parameters. Params:
- form: the protocol form, given access to to all parameters.
- Some times the same wizard will modify several elements in the form.
- *params: a list of params to modify, sometimes the wizard can
- be generic and can be used for different parameters in the same form.
-
-
class
relion.wizards.
RelionBackRadiusWizard
[source]¶ Bases:
pwem.wizards.wizard.ParticleMaskRadiusWizard
-
show
(form, *args)[source]¶ This will show up the wizard to select parameters. Params:
- form: the protocol form, given access to to all parameters.
- Some times the same wizard will modify several elements in the form.
- *params: a list of params to modify, sometimes the wizard can
- be generic and can be used for different parameters in the same form.
-
-
class
relion.wizards.
RelionVolFilterWizard
[source]¶ Bases:
pwem.wizards.wizard.FilterVolumesWizard
-
show
(form)[source]¶ This will show up the wizard to select parameters. Params:
- form: the protocol form, given access to to all parameters.
- Some times the same wizard will modify several elements in the form.
- *params: a list of params to modify, sometimes the wizard can
- be generic and can be used for different parameters in the same form.
-
-
class
relion.wizards.
RelionWizCtfGroupsDisplay
[source]¶ Bases:
pwem.wizards.wizard.EmWizard
Simple wizard distribution of defocus groups.
-
show
(form, *args)[source]¶ This will show up the wizard to select parameters. Params:
- form: the protocol form, given access to to all parameters.
- Some times the same wizard will modify several elements in the form.
- *params: a list of params to modify, sometimes the wizard can
- be generic and can be used for different parameters in the same form.
-
-
class
relion.wizards.
RelionWizMtfSelector
[source]¶ Bases:
pwem.wizards.wizard.EmWizard
Simple wizard to select MTF from some of the predefined ones.
-
show
(form, *args)[source]¶ This will show up the wizard to select parameters. Params:
- form: the protocol form, given access to to all parameters.
- Some times the same wizard will modify several elements in the form.
- *params: a list of params to modify, sometimes the wizard can
- be generic and can be used for different parameters in the same form.
-