Pierre Yger

Results 199 comments of Pierre Yger

Current, noise levels are already treated as a "special" property, since they are cached and used as a private attribute. So to me, this is making the whole API more...

Ok, so what should be done is simply checking if the first node is a PeakSource, and it it has spikes, then load traces otherwise skip. I'll give it a...

Here we go, let me know if this works with the node_pipeline spirit!

I've extended the PR to cases where we want to stop everything when at least max_peaks have been discovered. This is working, and to allow shuffliung of the chunks, we...

Yes, @samuelgarcia wants to redesign something, so I guess this will be postponed

Hum... I did not consider such a problem. I'll keep thinking about it, but if no better solution, then what you are suggesting is indeed the way to proceed. If...

Actually, new proposal before discussion. Since the problem is only in the run_node_pipeline, mostly used in components, then maybe in the node pipeline, when we want to access the (final,...

Actully, I think that to be consistent, the get_all_templates() function of the waveform_extractor should return a Template object, don't you think?