lina-usc / pylossless

🧠 EEG Processing pipeline that annotates continuous data
https://pylossless.readthedocs.io/en/latest/
MIT License
18 stars 8 forks source link

ENH, WIP: cli to launch pylossless dashboard. #89

Closed scott-huberty closed 1 year ago

scott-huberty commented 1 year ago

Closes #35

This is a WIP. Getting the work started on this CLI.

TODOS:

Andesha commented 1 year ago

Just a note: I would avoid the home dir maybe... Not all systems (cloud or otherwise) have one for every user...

scott-huberty commented 1 year ago

Just a note: I would avoid the home dir maybe... Not all systems (cloud or otherwise) have one for every user...

Any alternative suggestions?

FWIW MNE always downloads a folder mne_data into a "home" directory - whatever their routine is, it has always been robust for me (worked across OS's and even when I install on the cluster) - so maybe we can take a peak at their code and see if we can mimick it.