Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update phy_launcher imports #121

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion launch_phy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ e.g. `python int-brain-lab\iblapps\launch_phy\phy_launcher.py -e a3df91c8-52a6-4


or:
`python phys_launcher.py -pid 2aea57ac-d3d0-4a09-b6fa-0aa9d58d1e11`
`python phy_launcher.py -pid 2aea57ac-d3d0-4a09-b6fa-0aa9d58d1e11`

Quality metrics will be computed within phy and displayed automatically.
Description of metrics can be found here: https://docs.google.com/document/d/1ba_krsfm4epiAd0zbQ8hdvDN908P9VZOpTxkkH3P_ZY/edit#
Expand Down
4 changes: 2 additions & 2 deletions launch_phy/phy_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def launch_phy(probe_name=None, eid=None, pid=None, subj=None, date=None, sess_n
from one.api import ONE
from iblatlas.atlas import AllenAtlas
from brainbox.io.one import SpikeSortingLoader
from ibllib.io import spikeglx
one = one or ONE(base_url='https://openalyx.internationalbrainlab.org')
import spikeglx
one = one or ONE()
ba = AllenAtlas()

datasets = [
Expand Down
Loading