Move personal TSV into repo's data/metadata/ folder
Personal copy of all_video_info_merged.tsv now lives at ~/cupido/data/metadata/all_video_info_merged.tsv (gitignored) instead of ~/cupido_metadata.tsv. That sits next to the other small metadata CSVs (barrier_opening, etc.) — the natural home for it. Updated all five notebooks and processed/README accordingly. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
f08e4b843d
commit
ac3b8c13f0
7 changed files with 14 additions and 10 deletions
|
|
@ -42,13 +42,14 @@ without deleting the row. `load_roi_data` honors this flag automatically.
|
|||
|
||||
The shared TSV at `/mnt/data/projects/cupido/all_video_info_merged.tsv`
|
||||
is **read-only** (the data volume is mounted `:ro` in the container) so
|
||||
each user keeps their own edits in a personal copy at
|
||||
`~/cupido_metadata.tsv`. Notebooks pick up that personal copy
|
||||
automatically if it exists; otherwise they fall back to the shared
|
||||
master. To start your personal copy, run once in a terminal:
|
||||
each user keeps their own edits in a personal copy inside the repo's
|
||||
`data/metadata/` folder. That path is gitignored. Notebooks pick up
|
||||
the personal copy automatically if it exists; otherwise they fall back
|
||||
to the shared master. To start your personal copy, run once in a
|
||||
terminal:
|
||||
|
||||
```bash
|
||||
cp /mnt/data/projects/cupido/all_video_info_merged.tsv ~/cupido_metadata.tsv
|
||||
cp /mnt/data/projects/cupido/all_video_info_merged.tsv ~/cupido/data/metadata/
|
||||
```
|
||||
|
||||
## Column Reference (`distances.csv`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue