Closed agramfort closed 11 years ago
Ahh, I see what you mean. I'll do that!
Great! Let's think about how we do it in a way that is extendible, either via smart args / type checking (dict, list, pandas whatever, R formula), or a private function that does the remapping but with different public interfaces that handle the specification from different, e.g. your proposed merge_epochs_ids, that would take list + string, and then for example gen/make/create/set_espochs_design which would process formulas or whatever and so forth and whatever we will draw from #133 in the future. Makes sense?
@dengemann, @agramfort, @christianmbrodbeck now that we've made some progress on this, my vote is to close this issue, and start a new, more clearly titled issue when someone formulates the next good potential extension (for 0.6, presumably).
Good bye #133 and thanks for the fruitful as well as nice discussion we had. Let's continue this in subsequent issues and PRs.
I'd like to be able to write
and evoked_auditory.comment would then contain "Evoked auditory" and not unknown as it is now.
cc/ @Eric89GXL @mluessi @christianmbrodbeck @dengemann if you want to give it a try...