Home

Documentation

GitHub

List_Duplicate brick

From a file name, generating a list containing this file name and the file name itself

Inputs parameters:

  • file_name

    A string corresponding to an existing path file.

    ex. /home/username/data/Func.nii
    

Outputs parameters:

  • out_file

    A string corresponding to an existing path file.

    ex.  /home/username/data/Func.nii
    
  • out_list

    A list with one string element corresponding to an existing path file.

    ex. ['/home/username/data/Func.nii']