console

sans.perspectives.fitting.console

class sans.perspectives.fitting.console.ConsoleUpdate

Bases: park.fitresult.FitHandler

Print progress to the console.

__class__

alias of type

__delattr__

x.__delattr__(‘name’) <==> del x.name

__dict__ = <dictproxy object at 0x06CF05D0>
__getattribute__

x.__getattribute__(‘name’) <==> x.name

__hash__

x.__hash__() <==> hash(x)

__init__()

If quiet is true, only print out final summary, not progress and improvements.

Attr parent:the object that handle the messages
__module__ = 'sans.perspectives.fitting.console'
static __new__(S, ...) → a new object with type S, a subtype of T
__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__

x.__repr__() <==> repr(x)

__setattr__

x.__setattr__(‘name’, value) <==> x.name = value

__str__

x.__str__() <==> str(x)

__weakref__

list of weak references to the object (if defined)

abort()
done = False
error()

Model had an error; print traceback

finalize()
get_result()
improvement()

Called when a result is observed which is better than previous results from the fit.

improvement_delta = 5

Number of seconds between improvement updates

isbetter = False

Record whether results improved since last update

print_result()

Print result object

progress()

Report on progress.

progress_delta = 60

Number of seconds between progress updates

result = None
set_result()
starting_fit()
update_fit()

Table Of Contents

Previous topic

batchfitpage

Next topic

fitpage

This Page