PsPM icon indicating copy to clipboard operation
PsPM copied to clipboard

pspm_convert_ppu2hb issue

Open teddychao opened this issue 2 years ago • 0 comments

Summary

Issue when processing with pspm_convert_ppu2hb.

Steps to Reproduce

  1. Find the ppu/ppg datafile in the format of exported mat, name it as test.mat.
  2. Run the following command to convert the original exported mat to pspm format by using pspm_import. datafiles = {'~/test.mat'}; datatype = 'acqmat'; import = struct('type', 'ppu', 'channel', 1); options = struct('overwrite', 1); out = pspm_import(datafiles, datatype, import, options);
  3. Perform conversion by using pspm_convert_ppu2hb as [ sts, outinfo ] = pspm_convert_ppu2hb( '~/test.mat',1)

Expected Results

Actual Results

actual

(Optional) Possible Cause and Solutions

(Optional) Screenshots if Graphical User Interface is Used

Technical Info

  • PsPM version: 5.1.1
  • MATLAB version: 2022a

teddychao avatar May 17 '22 16:05 teddychao