(output_files)= # Output files In this section we provide an overview of the different files generated after running Resomapper, for easier identification. All the resulting files can be found in the working directory selected initially, under the folder `resomapper_output` and `procesados`, next to the original studies folders. The most important files are the map files stored in the processed studies folder, however, here we describe some more that can be useful for further analyisis. --- (converted_studies)= ## SOURCEDATA: Converted studies The first step of the program is to convert the original studies to NIfTI and JSON files for easier interpretation and handling. The results are stored in the `sourcedata` folder, however, they also are copied to the processed studies folder. NIfTI files (.nii.gz extension) contain the images, and JSON files (.json extension) contain acquisition metadata associated to those images. In addition, for diffusion imaging adquisitions, you can also find two additional files of interest: .bval and .bvec files, containing respectively the B values vector and the matrix representing the diffusion gradient directions employed. --- ## DERIVATIVES: Processed studies In the `derivatives` folder, you will find the files obtained after processing the images with resomapper. Parametric maps are stored both in NIfTI for quantification (.nii.gz extension), as well as in PNG in the colored version for visualization. The maps can be identified by their suffix, containing the word "processedmap". You will also find the R{sup}`2` score of the model fitting, stored pixelwise in a NIfTI image, except for the case of MTI, as computing this map does not imply the fitting of a model to the data. The mask files will also be stored as binary NIfTI files. The original acquisitions will be copied into this folder also for reference, and if any preprocessing steps were applied, another image with the label "preproc" will be stored.