bachlab / PsPM

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

Refactor `pspm_extract_segments` #641

Closed dominikbach closed 8 months ago

dominikbach commented 9 months ago

Fixes #631 . Fixes #608 .

This pull request simplifies and refactors pspm_extract_segments by

There are several important changes that make the function and its output easier to use:

  1. Input method has changed to the three options file, data, model
  2. The output data format has changed to rows (trials) x data points (columns), which is more intuitive