bendalab / thunderfish

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

Code sorted into logical structures. Some sorting still needs to be done. #9

Closed jfsehuanes closed 8 years ago

jfsehuanes commented 8 years ago

Code was sorted into several scripts, each containing a logical structure. Main folders were also renamed and a recycle_bin folder was created for code we are not totally sure if we want to get rid of. There is still sorting to be done, though. Good candidates are all plotting functions; pack them into a separate script!

fabiansinz commented 8 years ago

Don't use a recycle bin folder. Just delete it. The git history has all the previous code if you still need it.

I know this is not part of this pull request but: Don't use a Makefile to install the package. Create a setup.py (see issue #5 ). If you use a Makefile you cut out most windows users. If you use a proper setup.py everybody can install your package using pip for example.