Skip to content

Commit

Permalink
generalize to prepared and initial
Browse files Browse the repository at this point in the history
This change generalizes the previously existent `init_conc` and `prep_conc` properties, which were exclusively used for concentrations. In an effort to generalize this has been changed to `prepared` and `initial` such that `data_type` determines the kind of data used.
  • Loading branch information
JR-1991 committed Aug 14, 2024
1 parent acb39b7 commit e021116
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions specifications/enzymeml.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,13 @@ This object describes a single entity of a measurement, which corresponds to one
- __species_id__
- Type: Identifier
- Description: The identifier for the described reactant.
- prep_conc
- prepared
- Type: float
- Description: Concentration of the reactant before the measurement. This field should be used for specifying the prepared concentration of a species in the reaction mix. Not to be confused with init_conc, specifying the concentration at the first data point from the `data` array.
- __init_conc__
- Description: Amount of the reactant before the measurement. This field should be used for specifying the prepared amount of a species in the reaction mix. Not to be confused with `initial`, specifying the concentration at the first data point from the `data` array.
- initial
- Type: float
- Description: Initial concentration of the measurement data. This must be the same as the first data point in the `data` array.
- __conc_unit__
- Description: Initial amount of the measurement data. This must be the same as the first data point in the `data` array.
- __data_unit__
- Type: UnitDefinition
- Description: SI unit of the data that was measured.
- __data__
Expand Down

0 comments on commit e021116

Please sign in to comment.