PPTs logo

Table Of Contents

The ExplorePara module

Introduction and notes

API Documentation, Usage Examples and Doctests

class ExplorePara.ParaData(*pObjList)

Collection of methods to explore, analysze and visualize datasets

opts()

Print the available analysis methods

paraSummary(ref=-1, do_av=True)

For spins with assigned paramagentic data print obs vs calc details

Calling this method only makes sense in the context post- calling of a Calc().

Parameters:
  • ref – The reference of ParaParser object associated with this summary. Defaults to -1 (iterate over all ParaParser objects passed to this method) [OPTIONAL].
  • do_av – Should the average over multiple ParaParser objects be calculated. Defaults to True [OPTIONAL].

Quirks/TODO