Package specific_analyses :: Package model_free :: Module data
[hide private]
[frames] | no frames]

Module data

source code

The Lipari-Szabo model-free analysis base data functions.

Functions [hide private]
 
compare_objects(object_from, object_to, pipe_from, pipe_to)
Compare the contents of the two objects and raise RelaxErrors if they are not the same.
source code
Variables [hide private]
  __package__ = 'specific_analyses.model_free'

Imports: search, RelaxError


Function Details [hide private]

compare_objects(object_from, object_to, pipe_from, pipe_to)

source code 

Compare the contents of the two objects and raise RelaxErrors if they are not the same.

Parameters:
  • object_from (any object) - The first object.
  • object_to (any object) - The second object.
  • pipe_from (str) - The name of the data pipe containing the first object.
  • pipe_to (str) - The name of the data pipe containing the second object.