Skip to content

Commit

Permalink
New acoustic labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren M Ostrowski committed Nov 8, 2024
1 parent 3d9f5f6 commit 2aa9afc
Show file tree
Hide file tree
Showing 13 changed files with 9,749 additions and 410 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
raise_error = False

# restrict sorting to a specific GPU
restrict_to_gpu = 0 # None
restrict_to_gpu = 2 # None

# use specific GPU if specified
if restrict_to_gpu is not None:
Expand All @@ -62,8 +62,8 @@

# session info
bird_rec_dict = {
'z_g10r16_24':[
{'sess_par_list':['2024-09-25'], # sessions (will process all epochs within)
'z_c7r3_24':[
{'sess_par_list':['2024-10-27'], # sessions (will process all epochs within)
'probe':{'probe_type':'neuropixels-2.0'}, # probe specs
'sort':'sort_0', # label for this sort instance
'sorter':'kilosort4', # sort method
Expand Down Expand Up @@ -101,7 +101,7 @@
'sort':this_sess_config['sort']}
# get epochs
sess_epochs = et.list_ephys_epochs(sess_par)
sess_epochs = ['0701_g0', '0925_g0']
sess_epochs = ['0658_g0', '0959_g0']
concat_epochs = '-'.join(sess_epochs) # process all epochs together -- edit to concatenate only some if desired

# set output directory
Expand Down
Loading

0 comments on commit 2aa9afc

Please sign in to comment.