MarineBioAcousticsRC / DetEdit

A graphical user interface for annotating and editing events detected in long-term acoustic monitoring data
https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1007598
Other
23 stars 12 forks source link

Modify code to create plots of ICI, peak-to-peak and peak frequency #21

Closed asolsonaberga closed 6 years ago

asolsonaberga commented 6 years ago

First, it created the log files but now it just creates the main plots concatenating all the data together. It performs the same way like itr_modDet and itr_mkLTSA. All the parameters need it for this plots are specified in sp_settings_default.

Also, there is some code to convert ID files into no effort times. To create the effort excel file of times.

asolsonaberga commented 6 years ago

Kait, let me know if it looks good to you and I will merge it to the master. There are 2 files conflicting. The new Calicippfunc is well organized that I will just accept the new version, but there are few parts in sp_setting_default that are different, which should not be a problem to solve it.

kfrasier commented 6 years ago

Looks good to me! Maybe it would be worth writing a little bit of documentation to explain how the effort/ID thing works? I wonder if that's a pretty specific case to what you're doing, or if it generalizes to more users?