MeasurementSource¶
-
class
propertyestimator.properties.MeasurementSource(doi='', reference='')[source]¶ Contains any metadata about how a physical property was measured by experiment.
This class contains either the DOI and/or the reference, but must contain at least one as the observable must have a source, even if it was measured in lab.
-
reference¶ The long form description of the source if no DOI is available, or more information is needed or wanted.
- Type
Methods
__init__([doi, reference])Constructs a new MeasurementSource object.
json()Creates a JSON representation of this class.
parse_json(string_contents[, encoding])Parses a typed json string into the corresponding class structure.
-
json()¶ Creates a JSON representation of this class.
- Returns
The JSON representation of this class.
- Return type
-