-
Notifications
You must be signed in to change notification settings - Fork 67
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
DOC: Automatic flowchart #860
Conversation
@SophieHerbst can you see if this fixes the wording issue(s) you ran into or if there is more to do? |
@@ -224,7 +224,7 @@ def apply_ica_raw( | |||
raw_fname = in_files.pop(in_key) | |||
assert len(in_files) == 0, in_files | |||
out_files = dict() | |||
out_files[in_key] = raw_fname.copy().update(processing="clean") | |||
out_files[in_key] = raw_fname.copy().update(processing="clean", split=None) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we check all code that generates output filenames to ensure we set split=None
everywhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we could do it in the function that prepares the output filenames actually. I'll give it a shot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be working now!
@larsoner is the 'temporal regression for artifact removal' a default step? I am not aware that I am using it. |
most of the steps are optional though.... we'd end up with almost everything being marked as such |
mh right. I am wondering how to make it clearer which config options trigger which steps (or their re-run) |
there are in theory this information could be used |
Used as in informing the documentation? |
Yes We'd basically have to iterate over all steps and grep the arguments used in |
Opened #862 and #861 so we can iterate further in follow-up PRs. This one in the meantime is 90% a bugfix for missing / incorrect information at the moment (the other 10% being the ICA/SSP enhancement to try and make that part clearer) -- @SophieHerbst @hoechenberger happy with those parts so we can merge this? |
yes, this is great! feel free to merge whenever you feel it's ready 👍👍👍 |
Before merging …
docs/source/changes.md
)Locally produces:
@hoechenberger feel free to push directly wording changes you want. Locally you can iterate pretty easily with:
then refreshting
http://localhost:8000/features/overview.html
in your browser.