ecat_info2bids_json | R Documentation |
Extract Information from ecat7 Header into BIDS Sidecar
ecat_info2bids_json(
v_filename,
out_filename,
inpath = getwd(),
outpath = getwd()
)
v_filename |
Filename of the input .v file. Preferably without file extension. Should only be the filename. Path goes into inpath. |
out_filename |
Filename of the output file. Preferably without file extension. Should only be the filename. Path goes into outpath. |
inpath |
Path to the input file. Defaults to the working directory. |
outpath |
Path to the output file. Defaults to the working directory. |
Produces the PET BIDS sidecar with all relevant information from the .v file
ecat_info2bids_json('abcd_1', 'sub-01_ses-2015_task-rest_acq-T807AV1451_pet')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.