From 238c2d6c03f67444c03629e17f06b7a3888ef4eb Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Fri, 28 Jun 2024 18:18:52 +0200 Subject: [PATCH] mv faq question (#446) --- faq/{general => mri}/convert-nifti.question.md | 7 +++++++ 1 file changed, 7 insertions(+) rename faq/{general => mri}/convert-nifti.question.md (96%) diff --git a/faq/general/convert-nifti.question.md b/faq/mri/convert-nifti.question.md similarity index 96% rename from faq/general/convert-nifti.question.md rename to faq/mri/convert-nifti.question.md index 28e03c90..875a4ddf 100644 --- a/faq/general/convert-nifti.question.md +++ b/faq/mri/convert-nifti.question.md @@ -45,6 +45,13 @@ For `func` files you only need `TaskName` and `RepetitionTime` and the former you can decide what it is and the latter should be in the Nifti header. So you should be OKish there too. +```json +{ + "TaskName": "name_of your task", + "RepetitionTime": your repetition time value +} +``` + Obviously you will be missing some metadata that would be required for some type of preprocessing (like slice timing info).