General
AnalysisResult¶
description: An abstract class representing the results of an analysis. The data model is intended to be extended for specific analysis methods.
inherits from: nomad.datamodel.metainfo.basesections.v1.Entity
normalization:
- If the instance is of type
EntryData, it sets the archive's entry name based on the instance's name. - Sets the
datetimefield to the current time if it is not already set. - Manages the
lab_idfield and updates the archive'sresults.eln.lab_idslist. - Adds the instance's
nameanddescriptionto the archive'sresults.eln.namesandresults.eln.descriptionslists, respectively. - Handles the
tagsattribute, if present, and updates the archive'sresults.eln.tagslist. - Appends the section's name to the archive's
results.eln.sectionslist.
AnalysisStep¶
description: An abstract class representing the step of an analysis. It contains the results of the analysis step. The data model is intended to be extended for specific analysis methods.
inherits from: nomad.datamodel.metainfo.basesections.v1.ActivityStep
properties:
| name | type | |
|---|---|---|
| results | AnalysisResult |
sub-section, repeats |