This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Read local GreensFunction file | |
# and plot the traces. | |
# | |
# Original: Matthew Koessler | |
# Updated 2/1/12: Juan Reyes jreyes1108 _ at _ gmail.com | |
# | |
# To run: % python gfplot.py ~/path_to_file/GreensFunctionFile.gn [GFF2.gn] [GFF3.gn] | |
from string import * | |
import os |