Added datalad.get() so S2SRMS() pulls data and can run standalone #15
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue