- 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!
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
NEEDS UPDATING, see also doc
-folder