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).