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

generalized fake fishes #35

Merged
merged 13 commits into from
Jul 1, 2016
Merged

generalized fake fishes #35

merged 13 commits into from
Jul 1, 2016

Conversation

janscience
Copy link
Collaborator

I generalized Juans generate_wavefish() and generate_pulsefish() functions, added a few specialized functions for specific fishes and extended the docu.

I also simplified the plotting in fakefish main. We should keep the example plots in the main functions as simple as possible. No special colors, alphas, fontsizes, etc. These are examples that other people might want to use to adapt them to their own purposes. They might not care about our lates fancy plot styles.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 13.449% when pulling 4002a61 on janscience:master into 3f032ee on bendalab:master.

data = np.zeros(len(time))
if np.isscalar(amplitudes):
amplitudes = [amplitudes]
for har, ampl in enumerate(amplitudes):
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't understand what you mean with amplitudes... but perhaps a live explanation is more successful.

@jfsehuanes
Copy link
Contributor

Nice updates on the module!

@jfsehuanes jfsehuanes merged commit 33549b0 into bendalab:master Jul 1, 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