Skip to content

Commit

Permalink
PET: clarify that time column must be first in blood tsv
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Jun 10, 2021
1 parent 78a8a66 commit c1c3d89
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ The following metadata SHOULD or MUST be provided if corresponding flags are `tr
| MetaboliteMethod | REQUIRED if `MetaboliteAvail` is `true` | [string][] | Method used to measure metabolites. |
| MetaboliteRecoveryCorrectionApplied | REQUIRED if `MetaboliteAvail` is `true` | [boolean][] | Metabolite recovery correction from the HPLC, for tracers where it changes with time postinjection. If `true`, the `hplc_recovery_fractions` column MUST be present in the corresponding `*_blood.tsv` file. |

The following columns are defined for `_blood.tsv` files:
The following columns are defined for `_blood.tsv` files.
The `time` column MUST always be the first column.

| **Column name** | **Requirement level** | **Description** | **Units** |
| ---------------------------- | ----------------------------------------------------------- | --------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
Expand Down

0 comments on commit c1c3d89

Please sign in to comment.