Experiment Checklists #440
jkbhagatio
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is divided into three main sections ("Pre-Experiment Checklist", "Experiment workflow start-up checklist", "In-Experiment Troubleshooting Tips") each with subsections. I think from previous discussion we agreed that all this information should go into the readme of this repo?
Please look this over and add any additions / corrections. In particular we still need to fill out the "Experiment workflow start-up checklist".
Each checklist item roughly follows this structure:
Pre-Experiment Checklist
General arena and system checks
SystemStartup
,LightServer
,Robocopy
,<exp_workflow>
aeon_experiments/
) is cleancd /c/ProjectAeon/aeon_experiments
git checkout social
git pull
git log --oneline -n 1
and compare the commit returned here with the commit of the latest release of the experiment name branch here: https://github.com/SainsburyWellcomeCentre/aeon_experiments/tags. These commits should match. Additionally, rungit status
in the terminal: if there are any files found, delete them.git pull
again locally on the acquisition PC.Device checks
<lighttest_lux2lux>
workflow, and check theintended_lux : actual_lux
pair values match for each setting<lighttest_bit2lux>
workflow and update the corresponding calibration file onceph/aeon/aeon/config
rfid_test
workflow by manually moving a test chip along all locations: ensure there is no audible beep, but that rfid value appears in GUI<cameratest>
workflow and saved video files. Ensure all cameras are appropriately zoomed and focused: top view cam should see entire arena including corridors with a few pixels to spare on edges; patch cams should be able to see the full mouse body (including full tail, for ID purposes) while it is foraging.Experiment workflow start-up checklist
Pre experiment workflow launch
/c/ProjectAeon/aeon_experiments/workflows/<exp_name>
) deletedD
drive checked: delete contents ofD/Tests/
folderSystemStartup
andLightServer
workflows checkedD:/ProjectAeon
, if not, create this folder (this is the main data folder that robocopy looks at to copy over to ceph)Post experiment workflow launch
directory for the
EnvironmentRandom.ymland
EnvironmentRandomHard.yml` - if there, click the "Reload Environment" button in the workflow GUID/ProjectAeon/<exp_name>/<acq_epoch>/
In-Experiment Troubleshooting Tips
- Check all cables are plugged in correctly, especially to and from expander boards
<lightcycle>.config
file.Robocopy
from desktop shortcut, NOTSystemStartup
(we don't want to run harp sync again)Beta Was this translation helpful? Give feedback.
All reactions