afmformats.errors

Classes

class afmformats.errors.AFMFileFormatError[source]

Inheritance

Inheritance diagram of AFMFileFormatError
class afmformats.errors.DataFileBrokenError[source]

Inheritance

Inheritance diagram of DataFileBrokenError
class afmformats.errors.FileFormatMetaDataError[source]

Inheritance

Inheritance diagram of FileFormatMetaDataError
class afmformats.errors.FileFormatNotSupportedError[source]

Inheritance

Inheritance diagram of FileFormatNotSupportedError
class afmformats.errors.InvalidFileFormatError[source]

Inheritance

Inheritance diagram of InvalidFileFormatError
class afmformats.errors.MissingMetaDataError(meta_keys, *args, **kwargs)[source]

Special error class for missing metadata

The missing metadata keys are stored in the meta_keys property.

Inheritance

Inheritance diagram of MissingMetaDataError
meta_keys

List of missing metadata keys