Skip to content

Commit

Permalink
update phy_launcher imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner committed Apr 11, 2024
1 parent cf3cacf commit cdd2a71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit cdd2a71

Please sign in to comment.