Skip to content
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

changes an new script #17

Merged
merged 17 commits into from
Mar 18, 2016
Merged

changes an new script #17

merged 17 commits into from
Mar 18, 2016

Conversation

tillraab
Copy link

Major changes. New script for analysing data for Uruguay Poster. Visualization of what algorithms do was added.

Till added 7 commits March 10, 2016 15:45
…n of the data collected to represent a pulse in the pulse_data dict is not long enought, the entry is deleated.
…lot=False). When True: Saves frequency and Power of the current PSD as .npy file for plot.
…egory='pulse' or 'wave'). If create_dataset=True: save the data that leeds to the decission of the fishtype algorythms as .npy files (Bsp. wave_PSD_algor.npy, pulse_skewness.npy). This data is ploted to describe our algorythms
…y='wave' or 'pulse'). When create_dataset=True: saves data that leeds to the decision of the fishtype algorythm (peak to peak and valley) as .npy file. This data is ploted to deribe this fishtype algorythm
… the data leeding to the decissions of the algorythms. The used data is collected in the main code and saved as .npy files.
@@ -313,7 +323,7 @@ def plot_peaks_troughs(self, mod_filename):

pass

def type_detector(self, thres=.5):
def type_detector(self, thres=.5, create_dataset=False, kategory='pulse'):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit-picking mood :) it is category

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 7.228% when pulling 821f828 on tillraab:master into b4dd537 on bendalab:master.

jgrewe added a commit that referenced this pull request Mar 18, 2016
@jgrewe jgrewe merged commit aa8ff3c into bendalab:master Mar 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants