You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Type of data that was measured (e.g. concentration)
@@ -540,16 +535,21 @@ __prepared__ `float`
540
535
- 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
541
536
542
537
543
-
__data__*`list[float]`
538
+
__data__`list[float]`
544
539
545
540
- Data that was measured.
546
541
547
542
548
-
__time__*`list[float]`
543
+
__time__`list[float]`
549
544
550
545
- Time steps of the replicate.
551
546
552
547
548
+
__time_unit__[`UnitDefinition`](#unitdefinition)
549
+
550
+
- Time unit of the replicate.
551
+
552
+
553
553
__is_simulated__*`boolean`
554
554
555
555
- Whether or not the data has been generated by simulation.
0 commit comments