Skip to content

Commit

Permalink
Merge pull request #77 from AllenInstitute/ephys_task1a_dev
Browse files Browse the repository at this point in the history
added stage for recording with image set B
  • Loading branch information
nicain authored Apr 1, 2019
2 parents cdbaddb + 743b1f1 commit 4b9b646
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions regimen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ _image_set_d_parameters: &image_set_d_parameters

### mtrain definitions
#based on VisualBehavior_Task1A_v1.0.3
name: VisualBehaviorEPHYS_Task1A_v0.0.2
name: VisualBehaviorEPHYS_Task1A_v0.0.3

transitions:

Expand Down Expand Up @@ -171,6 +171,12 @@ transitions:
source: TRAINING_4_images_A_handoff_ready
dest: EPHYS_1_images_A

- trigger: manual
source: EPHYS_1_images_A
dest: EPHYS_1_images_B



stages:

TRAINING_0_gratings_autorewards_15min:
Expand Down Expand Up @@ -265,4 +271,11 @@ stages:
warm_up_trials: 2
flash_omit_probability: 0.05


EPHYS_1_images_B:
script: *change_detection_script
script_md5: *change_detection_script_md5
parameters:
<<: *image_set_b_parameters
stage: EPHYS_1_images_B
warm_up_trials: 2
flash_omit_probability: 0.05

0 comments on commit 4b9b646

Please sign in to comment.