ufzLogo rdmLogo

AnnotatedFloatScheme#

class AnnotatedFloatScheme[source]#

Bases: FloatScheme

Attributes Summary

Methods Summary

__call__(flag)

Call self as a function.

toExternal(flags[, attrs])

Translate from 'internal flags' to 'external flags'

toInternal(flags)

Translate from 'external flags' to 'internal flags'

Attributes Documentation

DFILTER_DEFAULT = -inf#

Methods Documentation

__call__(flag)#

Call self as a function.

Return type:

float

toExternal(flags, attrs=None)[source]#

Translate from ‘internal flags’ to ‘external flags’

Parameters:
  • flags (Flags) – The external flags to translate

  • attrs (dict | None (default: None)) – global meta information of saqc-object

Return type:

DictOfSeries

toInternal(flags)[source]#

Translate from ‘external flags’ to ‘internal flags’

Parameters:

flags (DictOfSeries) – The external flags to translate

Return type:

Flags