spider.wizards module

class spider.wizards.CustomMaskDialog(parent, provider, **args)[source]

Bases: pwem.wizards.wizard.ImagePreviewDialog

getVarValue(varName)[source]
class spider.wizards.SpiderCustomMaskWizard[source]

Bases: pwem.wizards.wizard.EmWizard

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 spider.wizards.SpiderFilterDialog(parent, provider, **args)[source]

Bases: pwem.wizards.wizard.DownsampleDialog

addFreqSlider(label, value, col)[source]
getHighFreq()[source]
getLowFreq()[source]
getRadius()[source]
getTemperature()[source]
updateFilteredImage()[source]
class spider.wizards.SpiderFilterParticlesWizard[source]

Bases: pwem.wizards.wizard.FilterParticlesWizard

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 spider.wizards.SpiderParticlesMaskRadiiWizard[source]

Bases: pwem.wizards.wizard.ParticlesMaskRadiiWizard

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 spider.wizards.SpiderProtMaskWizard[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.

spider.wizards.filter_spider(inputLocStr, outputLocStr, **pars)[source]

Function to filter an image located on inputLocStr and write it to outputLocStr.