tne-lab / Coherence-Spectrogram-Viewer

This plugin plots Coherence and Spectrogram (power vs Frequency).
GNU General Public License v3.0
2 stars 8 forks source link

Initial Comments #1

Closed markschatza closed 4 years ago

markschatza commented 4 years ago

Looks pretty good!

Work in progress PR. Will go through and explain my thoughts on stuff eventually.

List of things I still want to look at:

Will be updating as I do the above!

github commands if you forget: (Note you will need to either commit any changes you have in master or erase them before you can checkout a different branch.) git pull git checkout mark-comments Make changes git status (to see what files are changed) git diff (to see exact changes made in files) git add -A (stages all changes to be commited) git commit -m "message here" git push