afmformats.mod_creep_compliance

Classes

  • AFMCreepCompliance: Base class for AFM creep-compliance data

  • Segment: Simple wrapper around dict-like data to expose a single segment

class afmformats.mod_creep_compliance.AFMCreepCompliance(data, metadata, diskcache=False)[source]

Base class for AFM creep-compliance data

A creep-compliance dataset consists of an approach, an intermediate (with constant Force), and a retract curve.

Initialization

Parameters
  • data (dict-like) – Experimental data

  • metadata (dict) – Metadata

  • diskcache (bool) – TODO

Inheritance

Inheritance diagram of AFMCreepCompliance
property appr

Dictionary-like interface to the approach segment

property intr

Dictionary-like interface to the intermediate segment

property modality

Imaging modality

property retr

Dictionary-like interface to the retract segment

class afmformats.mod_creep_compliance.Segment(raw_data, data, which='approach')[source]

Simple wrapper around dict-like data to expose a single segment

Inheritance

Inheritance diagram of Segment
which

The segment type (approach or retract)