-
Notifications
You must be signed in to change notification settings - Fork 11
822 pspm pupil pp unit check #836
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
Conversation
@@ -225,6 +245,8 @@ | |||
[sts, out_id] = pspm_write_channel(fn, smooth_signal, options.channel_action, o); | |||
outchannel = out_id.channel; | |||
|
|||
if con_flag == 1 , warning('At least one channel was converted to "mm". See details above.'); end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does "see details above" refer to?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/pspm_pupil_pp_options.m
Outdated
@@ -16,9 +16,9 @@ | |||
% │ // Allowable values criteria | |||
% │ | |||
% ├─PupilDiameter_Min: Minimum allowable pupil size. Pupil values less than |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest: "Minimum allowable pupil size in mm"
and same in line 20
Fixes #822 .
Changes proposed in this pull request: