bachlab / PsPM

A matlab suite for Psycho-Physiological Modelling
GNU General Public License v3.0
43 stars 11 forks source link

refactor get-timing & glm #643

Closed dominikbach closed 8 months ago

dominikbach commented 9 months ago

pspm_glm re-sorts conditions across multiple sessions. The same functionality is required for pspm_extract_segments. Hence, I moved this functionality to pspm_get_timing from where it is accessible to both functions.

teddychao commented 8 months ago
dominikbach commented 8 months ago

Thanks @teddychao for spotting these stylistic points - they are fixed now.