feat(namespace): v4.3 writer flip (acq_type=msw + task token, no __vN)#31
Merged
Conversation
task_process emits the behaviour acquisition as the 'msw' acq system with the task name as a visible token, drops the __vN suffix, and records task_version in the session YAML. The CLI injects acq_type='msw' for behaviour tasks (a task may still pin a known typed acq_type for camera/ephys-primary acquisitions). Output is now subject__dt__msw__<task>; video_flir/video_rce/pxi/photo carry no task token. Backward-compatible reads via the v4.3 parser.
Member
Author
|
Pairs with the v4.3 grammar/parser PR MurineShiftWork/msw-io#18 — review together: this is the writer flip that depends on the parser + gated emitter in #18. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v4.3 writer flip (pairs with MurineShiftWork/msw-io#18).
task_processemits the behaviour acquisition as themswacq system with the task name as a visible token, drops the__vNsuffix, and recordstask_versionin the session YAML.acq_type=mswfor behaviour tasks; a task may still pin a known typed acq_type (video_flir/pxi/photo/video_rce) for a camera/ephys-primary acquisition (which carries no task token).subject__dt__msw__<task>; typed siblings staysubject__dt__<acq_type>. Reads stay backward-compatible via the v4.3 parser.msw__<task>; suites green (msw-core 134, msw-io 382).