distance_explorer

sans.pr.distance_explorer

Module to explore the P(r) inversion results for a range of D_max value. User picks a number of points and a range of distances, then get a series of outputs as a function of D_max over that range.

class sans.pr.distance_explorer.DistExplorer

Bases: object

The explorer class

__call__()

Compute the outputs as a function of D_max.

Parameters:
  • dmin – minimum value for D_max
  • dmax – maximum value for D_max
  • npts – number of points for D_max
__class__

alias of type

__delattr__

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

__dict__ = <dictproxy object at 0x018F9B90>
__getattribute__

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

__hash__

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

__init__()

Initialization.

Parameters:pr_state – sans.pr.invertor.Invertor object
__module__ = 'sans.pr.distance_explorer'
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)

class sans.pr.distance_explorer.Results

Class to hold the inversion output parameters as a function of D_max

__init__()

Initialization. Create empty arrays and dictionary of labels.

__module__ = 'sans.pr.distance_explorer'

Table Of Contents

Previous topic

Reference

Next topic

invertor

This Page