Enum: FigureDescriptionType
Source or origin of the data.
URI: https://echemdb.github.io/metadata-schema/svgdigitizer/FigureDescriptionType
Permissible Values
Value |
Meaning |
Description |
|---|---|---|
digitized |
None |
Data extracted from a figure using software (e |
raw |
None |
Original data as recorded by the instrument |
simulated |
None |
Data generated by simulation software |
processed |
None |
Data generated by processing raw or simulated data |
Identifier and Mapping Information
Schema Source
from schema: https://echemdb.github.io/metadata-schema/svgdigitizer
LinkML Source
```yaml
name: FigureDescriptionType
description: Source or origin of the data.
from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer
rank: 1000
permissible_values:
digitized:
text: digitized
description: Data extracted from a figure using software (e.g., svgdigitizer).
raw:
text: raw
description: Original data as recorded by the instrument.
simulated:
text: simulated
description: Data generated by simulation software.
processed:
text: processed
description: Data generated by processing raw or simulated data.
</details>