Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix help text in pspm_get_timing #832

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions src/pspm_get_timing.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,17 @@
% onsets and timeunits are 'markervalues':
% for defining onsets for multiple conditions (e.g. GLM) from
% entries in markerinfos:
% intiming: - a struct with fields 'markerinfos', 'markervalues,
% intiming: - a struct with fields 'markerinfo', 'markervalues',
% 'names' OR
% - a cell array of struct
% - markerinfos as loaded from a marker channel
% - if markervalues is a vector of numeric, it creates
% conditions from the entries in markerinfos.value
% - in both cases:
% - markerinfo as loaded from a marker channel
% - if markervalues is a vector of numeric, this creates
% conditions from the corresponding entries in markerinfos.value
% - if markervalues is a cell array of char, it creates
% conditions from the entries in markerinfos.name
% - names: cell array of condition names
% conditions from the corresponding entries in markerinfos.name
% - names: cell array of condition names for the values
% indicated in markervalues
%
% epochs: for defining data epochs (e. g. analysis of SF, missing epochs in
% GLM). epochs can be one of the following
Expand Down