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

Glm improvement #115

Merged
merged 10 commits into from
Mar 5, 2020
Merged

Glm improvement #115

merged 10 commits into from
Mar 5, 2020

Conversation

thomas-vincent
Copy link
Contributor

  • Add possibility to enter external regressors in the 1st GLM, as a second process input
  • Add process to extract short channels (to later use them as external GLM regressors)
  • Add explicit process to temporally crop data

@thomas-vincent thomas-vincent merged commit b301607 into Nirstorm:master Mar 5, 2020
@Edouard2laire
Copy link
Collaborator

Thx I'll review it as soon as possible.

Quick note :

  • Can we still use the GLM with only one input?
  • why adding a process to extract short channels to use it as a regressor in the GLM when it is already removed from the signal during the MBLL computation?

I also saw that you moved back the process to wip, I don't think that's a good idea as we moved the GLM process intro the distribution for the mini-course we had in Montreal. Also, I am not very familiar with the concept of reviewing, but shouldn't you have to wait for me to review the change before merging it?

Best,
Edouard

@thomas-vincent
Copy link
Contributor Author

thomas-vincent commented Mar 6, 2020 via email

@Edouard2laire
Copy link
Collaborator

Edouard2laire commented Mar 6, 2020

Finally, I think we can still use the GLM with one input.

I just tested. The process now only appears if you put the files in the process2 box; which is not intuitive if you are only using one file (and have no external output)

it has been implemented by @zhengchencai in the two following processes that are still in the 'wip' category: https://github.com/Nirstorm/nirstorm/blob/master/bst_plugin/process_nst_dOD_SSR.m and https://github.com/Nirstorm/nirstorm/blob/master/bst_plugin/process_nst_mbll_SSR.m.

I was going to merge them with the 'official' one soon

@thomas-vincent
Copy link
Contributor Author

thomas-vincent commented Mar 6, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants