Skip to content

Python classes for interacting with the STORM database at CFIN

License

Notifications You must be signed in to change notification settings

meeg-cfin/stormdb-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stormdb-python

  • Python classes for interacting with the STORM database at CFIN.
  • A command-line utility (submit_to_cluster) for submitting commands for processing on the Hyades-cluster.

NB! Help with documentation and examples needed!

Submodule: access

Home of the Query-object, used to send queries to the database (e.g., for the purpose of getting a list of included subjects).

from stormdb.access import Query
q = Query('MINDLAB20XX_MEG-YourProject')
subjects = q.get_subjects()
for sub in subjects:
  # do some work

Submodule: process

NEEDS UPDATING, see also doc-folder