Skip to content

Latest commit

 

History

History
109 lines (66 loc) · 4.27 KB

CHANGELOG.md

File metadata and controls

109 lines (66 loc) · 4.27 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

VisualBehavior_Task1A_v1.0.2 - 2018-11-21 (BROKEN)

Changed

  • Fix ophys 7a hard crash issue, by pulling MovieStim.py file directly from cam2p_scripts instead of a hard-coded path

Notes

  • The intended fix (Stage 7a) works as intended, however the regimen is broken because the change branched upstream of the 1.0.1 bug fix branch
  • Regimen 1.0.3 is targeted to repair the issue

[VisualBehaviorEPHYS_Task1A_v0.0.5] - 2019-07-16

  • change replay script url to public stash url (hopefully doesnt expire?)

[VisualBehaviorEPHYS_Task1A_v0.0.4] - 2019-07-16 (BROKEN)

  • added replay script for EPHYS1_images* stages

Changed

  • fixes bad stimulus class name

VisualBehavior_Task1A_v1.0.0 - 2018-10-22 (BROKEN)

Added

  • Added countdown stimulus to start of each ophys behavior session.
  • Added fingerprint stimulus to end of each ophys behavior session.
  • Added "omitted flashes" to ophys sessions with 5% omission probability.

Changed

  • Disabled warmup trials on physiology stages and "handoff ready" stage of training.
  • Disabled automatic progression between physiology stages.
  • Revised naming conventions of stages. Training stages are prefaced with "TRAINING*" and physiology sessions are prefaced with "OPHYS*".
  • Modified ophys stimulus sequence to interleave passive sessions between active of the same image set.
  • Changed ophys stage names to be all unique (0-7).
  • Switched ophys stage B to use image_set_d_parameters instead of image_set_c_parameters.

Notes

  • This regimen fails because the stimulus class value is set to "grating OPHYS_0_images_A_habituation" but should say "grating"
  • Regimen 1.0.1 addresses this issue

Changed

  • Fixed error in file paths for physiology image sets.

Changed

  • Uses geometric sampling on stages with flashed images or gratings.
  • Ends trials relative to end of response window rather than trial start.
  • Expand start_stop_padding to 300 seconds.
  • Disables min_no_lick_time.

Added

  • Adds habituation stage.

Added

  • Adds 300ms timeout.

Changed

  • Fixes misnamed condition to leave "0_gratings_autorewards_15min" stage.

Changed

  • Fixes image file paths for Windows.

Changed

  • Major refactor of planned training for production.