Skip to content
Snippets Groups Projects
Commit 570a77fa authored by alex mirone's avatar alex mirone
Browse files

Windows installation

parent bf63c6b9
No related branches found
No related tags found
No related merge requests found
Showing
with 45 additions and 1 deletion
......@@ -117,7 +117,7 @@ class LUT:
self.origin = qs.min( axis=0 )
self.ends = qs.max( axis=0 )
self.steps = []
for in range(3):
for i in range(3):
xs = numpy.array(qs[:,i]).sort()
dists = xs[1:]-xs[:-1]
self.steps.append( dists.min() )
......
@echo off
python "%~dpn0" %*
@echo off
python "%~dpn0" %*
@echo off
python "%~dpn0" %*
@echo off
python "%~dpn0" %*
@echo off
python "%~dpn0" %*
@echo off
python "%~dpn0" %*
@echo off
python "%~dpn0" %*
@echo off
python "%~dpn0" %*
@echo off
python "%~dpn0" %*
@echo off
python "%~dpn0" %*
@echo off
python "%~dpn0" %*
@echo off
python "%~dpn0" %*
@echo off
python "%~dpn0" %*
@echo off
python "%~dpn0" %*
@echo off
python "%~dpn0" %*
@echo off
python "%~dpn0" %*
import os
import glob
fs = glob.glob("../ab2tds/scripts/*")
for f in fs:
n = os.path.basename(f)
os.system("copy tipo %s.bat"%n)
@echo off
python "%~dpn0" %*
@echo off
python "%~dpn0" %*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment