Skip to content

Simple command-line tool for adding/removing metadata tags from XDF files

License

Notifications You must be signed in to change notification settings

xdf-modules/xdf-tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xdf-tagger

This is a simple command-line tool for adding/removing metadata tags from one or more XDF files. You can run it as in the (deliberately complex) example:

xdf-tagger.py --set subject.name="My Name" --set subject.id=subj001 --clear subject.handedness --show subject.age *.xdf

You can also run it as:

python xdf-tagger.py  <command-line arguments>

This script writes tags into a stream named Metadata, with type Metadata, which will be created if not already present. This way, tags managed by this script are sandboxed from other meta-data.

The script can be used to associate, for instance, human-subject or experiment metadata as defined in the XDF specification.

About

Simple command-line tool for adding/removing metadata tags from XDF files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages