Jan Tungli
Jan Tungli
@rob-luke I don't think `findlocalmaxima` offers filtering functionality. In processing noisy data you want to filter local maxima, usually based on some global property. I've added some [pictures](https://github.com/tungli/Findpeaks.jl) that illustrate...
Thanks for sharing your approach with Images.jl @rob-luke and for the links. You are correct - this PR can mostly be replaced by appropriate use of Images.jl with some filters....
Thank you for the review @galenlynch! I really appreciate it. Unfortunately, I am a bit busy these few weeks. With some luck, I will be able to resolve the issues...
@galenlynch and others, I apologize for the huge delay. I changed a few things that revolve around collecting additional information about peaks during the search. This done similar to how...
I still have doubts about the plateau handling, because the plateau filtering gets cancelled out by the threshold filtering and vice versa. This also seems to be the case in...
I had the same problem. Actually, for me there were two problems. One problem was related to the Conda version of dolfin where `mpi_comm` was missing from keyword arguments. The...
I can confirm this issue with DOI 10.1109/57.620514
Also, this seems to be an edge-only problem. An example would be: ``` using Graphs attr_vert = Dict{String,Any}("color"=>"red") #aiming for red nodes attr_edges = Dict{String,Any}("label"=>"edge") #... and labels on edges...
Sorry for ignoring this so long.. Good ideas! I will try to reserve time this week and look into it. Thanks guys!
> Hi! > > Findpeaks is only thing that I need to turn from python to Julia. But I cannot install it with Pkg. Can you help me please if...