Automatically Generated Recipe
Explain briefly what the recipe does.
- Explain briefly how the recipe works.
- Provide a citation and link to documentation of any third party software.
- Provide the version of the software/package
- Use bullet points for your recipe's explanation.
- Try to explain everything briefly but clearly.
To format code, add it between a pair of 3 ticks (`)
|
|
|
|
Recipe made by Neuroimaging Cook 1, & Neuroimaging Cook 2
These recipes may also be of interest
Using 3dcalc to create a binary mask from a parcellation scheme
This recipe uses 3dcalc in AFNI to output a binarized 3D image file (nifti) of a region-of-interest in a parcellation scheme that is indexed … Read More
Convert DICOM files to NIFTI files
This recipe provides code for converting DICOM (.dcm) files to NIFTI (.nii) files dcm2niix This recipe converts dicom to nifti files using … Read More
Using 3dAFNItoNIFTI to convert AFNI files to NIFTI files
This recipe converts BRIK/HEAD (AFNI) files to NIFTI (.nii) files using 3dAFNItoNIFTI. … Read More
Contributing to the Neuroimaging Cookbook
python markdownThe title entered above will automatically appear here, so just start by explaining the recipe purpose of your recipe. Here are some … Read More
Mask lower triangle of a Representational Dissimilarity Matrix (RDM)
pythonThis recipe takes a Representational Dissimilarity Matrix (RDM) as a square numpy array, masks the diagonal and lower triangle, and outputs … Read More
PyDeface Recipe
bashDefacing Multiple Brain Imaging Modalities using PyDeface For this recipe, we are using pydeface-2.0.0. Ingredients: A python environment … Read More
BIDS Validation Recipe
bashValidating BIDS formatted Datasets using bids-validator Command Line Tool This recipe uses the bids-validator v1.5.7 command line tool to … Read More