Skip to content

Commit

Permalink
added docstring and a bit to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leobrowning92 committed Jan 23, 2019
1 parent e9f585b commit a163c17
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ If you see something you want to chat about, im happy to help :)
for ease of use, can add fetplot and afmdensityplot to your path
for ubuntu use

ln -s ~/gitrepos/plotting/fetplot.py ~/.local/bin/fetplot
ln -s ~/gitrepos/plotting/fetplot.py ~/.local/bin/fetplot

or add the whole folder to your python virtualenv using the virtualenvwrapper command:

add2virtualenv ~/gitrepos/plotting/
7 changes: 7 additions & 0 deletions mea_analysis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
#!/usr/bin/env python3
"""
File name: mea_analysis.py
Author: Leo Browning
email: [email protected]
Description:
Bunch of functions for the analysis and plotting of multichanel voltage data collected from a PXI4303.
"""
import os, re, glob
import pandas as pd
import numpy as np
Expand Down

0 comments on commit a163c17

Please sign in to comment.