@@ -251,7 +251,9 @@ The docker execution has very similar syntax to the singularity execution, excep
251251```
252252usage: rabies preprocess [-h] [-e] [--bias_cor_method {otsu_reg,thresh_reg}]
253253 [--disable_anat_preproc] [--apply_despiking]
254- [--apply_slice_mc] [--detect_dummy]
254+ [--HMC_option {intraSubjectBOLD,0,1,2,3}]
255+ [--HMC_transform {Rigid,Affine}] [--apply_slice_mc]
256+ [--detect_dummy]
255257 [--data_type {int16,int32,float32,float64}] [--debug]
256258 [--coreg_script COREG_SCRIPT]
257259 [--anat_reg_script ANAT_REG_SCRIPT]
@@ -299,6 +301,14 @@ optional arguments:
299301 --apply_despiking Whether to apply despiking of the EPI timeseries based
300302 on AFNI's 3dDespike https://afni.nimh.nih.gov/pub/dist
301303 /doc/program_help/3dDespike.html. (default: False)
304+ --HMC_option {intraSubjectBOLD,0,1,2,3}
305+ Select an option for head motion realignment among the
306+ pre-built options from https://github.com/ANTsX/ANTsR/
307+ blob/60eefd96fedd16bceb4703ecd2cd5730e6843807/R/ants_m
308+ otion_estimation.R. (default: intraSubjectBOLD)
309+ --HMC_transform {Rigid,Affine}
310+ Select between Rigid and Affine registration for head
311+ motion realignment. (default: Rigid)
302312 --apply_slice_mc Whether to apply a slice-specific motion correction
303313 after initial volumetric rigid correction. This second
304314 motion correction can correct for interslice
@@ -383,29 +393,29 @@ Specify Slice Timing Correction info that is fed to AFNI 3dTshift
383393Provided commonspace atlas files.:
384394 --anat_template ANAT_TEMPLATE
385395 Anatomical file for the commonspace template.
386- (default: /home/gabriel/RABIES-0.2.1/rabies/../tem
387- plate_files /DSURQE_40micron_average.nii.gz)
396+ (default: /home/gabriel/RABIES-0.2.1/rabies/../templat
397+ e_files /DSURQE_40micron_average.nii.gz)
388398 --brain_mask BRAIN_MASK
389399 Brain mask for the template. (default: /home/gabriel/R
390- ABIES-0.2.1/rabies/../template_files/DSURQE_100mic
391- ron_mask .nii.gz)
400+ ABIES-0.2.1/rabies/../template_files/DSURQE_100micron_
401+ mask .nii.gz)
392402 --WM_mask WM_MASK White matter mask for the template. (default: /home/ga
393- briel/RABIES-0.2.1/rabies/../template_files/DSURQE
394- _100micron_eroded_WM_mask .nii.gz)
403+ briel/RABIES-0.2.1/rabies/../template_files/DSURQE_100
404+ micron_eroded_WM_mask .nii.gz)
395405 --CSF_mask CSF_MASK CSF mask for the template. (default: /home/gabriel/RAB
396- IES-0.2.1/rabies/../template_files/DSURQE_100micro
397- n_eroded_CSF_mask .nii.gz)
406+ IES-0.2.1/rabies/../template_files/DSURQE_100micron_er
407+ oded_CSF_mask .nii.gz)
398408 --vascular_mask VASCULAR_MASK
399409 Can provide a mask of major blood vessels for
400410 computing confound timeseries. The default mask was
401411 generated by applying MELODIC ICA and selecting the
402412 resulting component mapping onto major veins.
403413 (Grandjean et al. 2020, NeuroImage; Beckmann et al.
404- 2005) (default: /home/gabriel/RABIES-0.2.1/rabies/
405- ../template_files /vascular_mask.nii.gz)
414+ 2005) (default: /home/gabriel/RABIES-0.2.1/rabies/../t
415+ emplate_files /vascular_mask.nii.gz)
406416 --labels LABELS Atlas file with anatomical labels. (default: /home/gab
407- riel/RABIES-0.2.1/rabies/../template_files/DSURQE_
408- 40micron_labels .nii.gz)
417+ riel/RABIES-0.2.1/rabies/../template_files/DSURQE_40mi
418+ cron_labels .nii.gz)
409419```
410420
411421## Outputs
0 commit comments