diffpy.srmise.applications package

Submodules

diffpy.srmise.applications.plot module

plot extracted peaks and comparison to ideal distances (if given)

diffpy.srmise.applications.plot.comparepositions(ppe, ip=None, **kwds)[source]
diffpy.srmise.applications.plot.dgseries(stability, **kwds)[source]
diffpy.srmise.applications.plot.gr_formataxis(ax=None)[source]
diffpy.srmise.applications.plot.labelallsubplots()[source]
diffpy.srmise.applications.plot.main()[source]
diffpy.srmise.applications.plot.makeplot(ppe_or_stability, ip=None, **kwds)[source]

Plot stuff

diffpy.srmise.applications.plot.on_draw(event)[source]
diffpy.srmise.applications.plot.readcompare(filename)[source]

Returns a list of distances read from filename, otherwise None.

diffpy.srmise.applications.plot.setfigformat(figsize)[source]

diffpy.srmise.applications.extract module

class diffpy.srmise.applications.extract.IndentedHelpFormatterWithNL(indent_increment=2, max_help_position=24, width=None, short_first=1)[source]

Bases: IndentedHelpFormatter

format_option(option)[source]
diffpy.srmise.applications.extract.main()[source]

Default SrMise entry-point.

diffpy.srmise.applications.extract.parsepars(mp, parseq)[source]

Return actualized model from sequence of strings.

Each item in parseq must be interpretable as a float, or as a float with the character ‘c’ appended. If ‘c’ is appended, that parameter will be fixed.

Parameters: mp - A ModelPart instance parseq - A sequence of string