Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pspm_convert_ppu2hb issue #393

Open
teddychao opened this issue May 17, 2022 · 0 comments
Open

pspm_convert_ppu2hb issue #393

teddychao opened this issue May 17, 2022 · 0 comments
Assignees
Labels
Bug Something isn't working

Comments

@teddychao
Copy link
Contributor

teddychao commented May 17, 2022

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 teddychao self-assigned this May 17, 2022
@teddychao teddychao added the Improvement A minor improvement to the project label May 17, 2022
@teddychao teddychao changed the title Update the name ppu to ppg pspm_convert_ppu2hb issue May 23, 2022
@teddychao teddychao added Bug Something isn't working and removed Improvement A minor improvement to the project labels May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant