From ffb07c4875a7ae9e41c079d072ee6d68454bf53f Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 28 Jun 2023 11:37:37 -0400 Subject: [PATCH] .time.gii -> .func.gii, in keeping with common practice --- src/derivatives/functional-derivatives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/derivatives/functional-derivatives.md b/src/derivatives/functional-derivatives.md index 41b9744f34..4546e7edd2 100644 --- a/src/derivatives/functional-derivatives.md +++ b/src/derivatives/functional-derivatives.md @@ -72,7 +72,7 @@ A time series is a chronologically ordered series of numeric values. Time series will generally be stored as tables, with a row of column headers indicating the name of the series. In the case where the time series varies spatially, the data SHOULD be stored in -an appropriate file, such as a 4D NIfTI file, a `.time.gii` GIFTI file, +an appropriate file, such as a 4D NIfTI file, a `.func.gii` GIFTI file, or a `.dtseries.nii` CIFTI-2 file. All time series files MUST be accompanied by a data dictionary in JSON format,