User_guide_manage_database - nifm-gin/MP3 GitHub Wiki
How to manage my database ?
Check out our video tutorial here : https://youtu.be/ebofxMSquFs
This page use data available at: https://github.com/nifm-gin/Data_Test_MP3
Once a project opened, its database is partially summarized on the database manager. Inspired from the BIDS convention (https://bids.neuroimaging.io/) One can navigate through patients, timepoints, and sequence names of each file of the database.
https://github.com/nifm-gin/MP3/blob/master/tools/Pictures/Database_Manager.png
Select a patient name displays its timepoints, and select a timepoint displays the sequences names of its scans. Those tags (Patient, Timepoint, sequence names) can be modified by right clicking on the value to modify.
Other functionalities
Copy a scan
Right click on its name and select clone
if the resulting scan must belong to the same couple Patient/Timepoint, or select copy to other session
if the scan has to belong to another session.
Remove a tag
Remove a tag implies delete all its related files. Right click on a patient name removes all data of this patient. On a time point and it removes all data from this timepoint (belonging to the already selected patient). On a scan name and the scan will be removed.
Display the ROI files
Click on the Scans
button above the sequence name list and the former list is replaced by the list of all ROIs available for this Patient/Timepoint.
https://github.com/nifm-gin/MP3/blob/master/tools/Pictures/ROI_list.png
Import ROI
One can import a ROI by right clicking on a scan and select Import ROI
. The Patient and Timepoint names are set according to the ones of the selected scan.
Sort lists
One can alphabetically sort Patient, timepoint or Sequence lists by right clicking on them and select sort
and Up
or Down
.