afmformats.mod_stress_relaxation

Classes

class afmformats.mod_stress_relaxation.AFMStressRelaxation(*args, **kwargs)[source]

Base class for AFM stress-relaxation data

A stress-relaxation dataset consists of a pre-approach (with constant height), an approach (with a predefined indentation depth), an intermediate (with constant height), and a retract curve.

Initialization

Parameters:
  • data (dict-like) – Experimental data

  • metadata (dict) – Metadata

  • diskcache (bool) – TODO

Inheritance

digraph inheritance4fee8da0a3 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "ABC" [URL="https://docs.python.org/3/library/abc.html#abc.ABC",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Helper class that provides a standard way to create an ABC using"]; "AFMData" [URL="afmformats.afm_data.html#afmformats.afm_data.AFMData",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="General base class for AFM data"]; "ABC" -> "AFMData" [arrowsize=0.5,style="setlinewidth(0.5)"]; "AFMStressRelaxation" [URL="#afmformats.mod_stress_relaxation.AFMStressRelaxation",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Base class for AFM stress-relaxation data"]; "AFMData" -> "AFMStressRelaxation" [arrowsize=0.5,style="setlinewidth(0.5)"]; }
appr

Dictionary-like interface to the approach segment

intr

Dictionary-like interface to the intermediate segment

property modality

Imaging modality

prep

Dictionary-like interface to the pre-measurement segment

retr

Dictionary-like interface to the retract segment