Analysis Notebook Map
This map reflects the current notebook set in adamacs_analysis.
Starter notebooks
01_querying_guide.ipynbbest first notebook for new users
shows core restrictions and joins
02_querying_template.ipynbreusable template for new analyses
03_blender_gaze_render.ipynbgaze rendering workflow with parameterized execution
Personal/project notebooks
Personal notebooks exist in numbered slots (for example 04_personal_*.ipynb through 09_personal_*.ipynb).
Treat these as examples only:
they often contain project-specific assumptions
they are not canonical onboarding notebooks
Operations and diagnostics
20_routine_quick_job_cleanup_template.ipynbcleanup and job management template
21_schema_dependency_diagrams.ipynbexports dependency diagrams for schema domains
Behavioral analysis series (behavioral_series)
01_trial_event_summary_refactored.ipynb02_group_behavioral_metrics_refactored.ipynb03_pupil_headcam_sync_qc_refactored.ipynb
Suggested progression for new students
Run
01_querying_guide.ipynbend-to-end.Copy
02_querying_template.ipynband rename for your project.Add one modality branch (imaging, pose, gaze, or behavior).
Move reusable code from notebook to helper module when stable.
Notebook hygiene
keep one logical question per notebook
avoid hidden state between cells
pin all key restrictions in a top parameter cell
save exported figures with descriptive filenames and date/version tags