gctf.wizards module

class gctf.wizards.GctfCTFWizard[source]

Bases: pwem.wizards.wizard.CtfWizard

classmethod getView()[source]

This method should return the string value of the view in web that will respond to this wizard. This method only should be implemented in those wizards that have WEB_DJANGO environment defined.

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.