Skip to content

Conversation

@gjheij
Copy link
Contributor

@gjheij gjheij commented Dec 4, 2025

Fixes # .

Changes proposed in this pull request:

  • Directly check if specified argument save_path is a string; if not, set to default
  • Add all fields from behavioral json to ses.infos, to ensure required fields for pupil analysis are populated
        fn = fieldnames(beh_json);
        for ii = 1:numel(fn)
            ses.infos.(fn{ii}) = beh_json.(fn{ii});
        end

@dominikbach dominikbach requested a review from 4gwe December 7, 2025 15:15
@dominikbach dominikbach merged commit 2478a24 into develop Dec 8, 2025
1 check passed
@dominikbach dominikbach deleted the 873_bids_outputpath branch December 8, 2025 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants