Added datalad.get() so S2SRMS() pulls data and can run standalone #15

Closed
AsimHDar wants to merge 1 commit from patch-1 into finalround

View file

@ -601,6 +601,7 @@ def S2SRMS():
window = 1000 window = 1000
median_distances = [] median_distances = []
for f in infiles: for f in infiles:
dl.get(f)
data = np.genfromtxt(f, data = np.genfromtxt(f,
delimiter='\t', delimiter='\t',
usecols=(0, 1) # get only x and y column usecols=(0, 1) # get only x and y column