bendalab / thunderfish

python scripts for analyzing recordings of efish electric fields.
GNU General Public License v3.0
5 stars 8 forks source link

generalized fake fishes #35

Closed janscience closed 8 years ago

janscience commented 8 years ago

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 commented 8 years ago

Coverage Status

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

jfsehuanes commented 8 years ago

Nice updates on the module!