Closed teddychao closed 2 months ago
This PR sort the Format section in help text. Now pspm_doc can read the help text and sort them by adding or between multiple possible formats.
pspm_doc
or
pspm
src/pspm_bf_FIR.m
Format
src/pspm_bf_hprf_e.m
src/pspm_filtfilt.m
src/pspm_pp.m
src/pspm_transfer_function.m
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
In pspm_get_hp, the arguments section says there is an input variable data, but it does not exist in the function format.
pspm_get_hp
data
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.