Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These scripts extract human-readable settings from CoMPASS settings.xml files, print them, and return a pandas dataframe containing them. There are now two versions because the scenarios were significantly different.

ANSG Usage:

python ANSG-getCoMPASS.py /path/to/settings.xml 

MUSIC Usage:

# Show all boards and channels
python MUSIC-getCoMPASS.py /path/to/settings.xml

# Show only board 0
python MUSIC-getCoMPASS.py /path/to/settings.xml --board 0

# Show only channels 3 and 11 from all boards
python MUSIC-getCoMPASS.py /path/to/settings.xml --channels 3 11

# Show channels 3 and 11 from board 0 only
python MUSIC-getCoMPASS.py /path/to/settings.xml --board 0 --channels 3 11

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages