AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
August 24, 2022 08:28AM
Hi Taylor,

here is the command I am using (which worked for the T1 images):

for folder in /Users/lab/Desktop/MRI/*/
do
	echo $folder
	id=$(basename "$folder")
	echo $id
	t1="$folder"*"FLAIR"*".ni"*
	echo $t1
	mkdir /Users/lab/Desktop/MRI/$id/ 
	/Users/lab/abin/@afni_refacer_run -input "$FLAIR" -mode_reface -anonymize_output -prefix /Users/lab/Desktop/MRI//$id/"$id"_FLAIR_reface.nii.gz 
done
echo 'done with script'


Thank you very much!

Johannes



Edited 1 time(s). Last edit at 08/24/2022 09:19AM by ptaylor.
Subject Author Posted

@afni_refacer_run with FLAIR

AFNI1512 August 24, 2022 03:55AM

Re: @afni_refacer_run with FLAIR

ptaylor August 24, 2022 07:11AM

Re: @afni_refacer_run with FLAIR

AFNI1512 August 24, 2022 08:28AM

Re: @afni_refacer_run with FLAIR

ptaylor August 24, 2022 09:22AM

Re: @afni_refacer_run with FLAIR

AFNI1512 August 25, 2022 05:03AM