Skip to content

Given a directory of MEG files containing all participants, this PowerShell script will create a folder based on the participant ID, and move MEG files into their corresponding participant folder.

License

Notifications You must be signed in to change notification settings

tward-3/CreateParticipantFolders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Given a directory of MEG files (in this case a .fif and .txt file per person) containing all participants, this PowerShell script will create a folder based on the participant ID, and move .fif and .txt files into their corresponding participant folder.

The current functionality of this script assumes four things:

1- Each participant has one .fif file, and one .txt log file.

2- Each participant has a unique ID that is located at the beginning of the .fif and log file names.

3- All files (.fif and log) are currently located in the same directory.

4- You want each participant to have their own folder named with their participant ID that contains only their .fif and log file

About

Given a directory of MEG files containing all participants, this PowerShell script will create a folder based on the participant ID, and move MEG files into their corresponding participant folder.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages