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.
Summary
This PR sort the Format section in help text. Now
pspm_doc
can read the help text and sort them by addingor
between multiple possible formats.Details of updates
pspm
src/pspm_bf_FIR.m
or
inFormat
was removed.src/pspm_bf_hprf_e.m
,src/pspm_filtfilt.m
,src/pspm_pp.m
,src/pspm_transfer_function.m
or
inFormat
was removed and the formats were sorted into two lines, andor
was removed.src/pspm_bf_hprf_rew.m
src/pspm_cfg/pspm_cfg_emg_pp.m
,src/pspm_cfg/pspm_cfg_find_valid_fixations.m
,src/pspm_cfg/pspm_cfg_glm_sps.m
,src/pspm_cfg/pspm_cfg_process_illuminance.m
,src/pspm_cfg/pspm_cfg_pupil_preprocess.m
,src/pspm_cfg/pspm_cfg_run_emg_pp.m
,src/pspm_get_hp.m
src/pspm_convert_au2unit.m
src/pspm_display.m
,src/pspm_doc.m
,src/pspm_get_timing.m
,src/pspm_jobman.m
src/pspm_get_cnt.m
,src/pspm_time2index.m
src/pspm_load_channel.m
Issues
In
pspm_get_hp
, the arguments section says there is an input variabledata
, but it does not exist in the function format.