initial upload
This commit is contained in:
12
cookbook/simple_tess/simple_tess.bat
Executable file
12
cookbook/simple_tess/simple_tess.bat
Executable file
@@ -0,0 +1,12 @@
|
||||
:: Generate a regular grid, pipe it to all the computation programs,
|
||||
:: and write the result to output.txt
|
||||
|
||||
tessgrd -r-45/45/-45/45 -b101/101 -z260e03 | ^
|
||||
tesspot model.txt | ^
|
||||
tessgx model.txt | tessgy model.txt | tessgz model.txt | ^
|
||||
tessgxx model.txt | tessgxy model.txt | ^
|
||||
tessgxz model.txt | tessgyy model.txt | ^
|
||||
tessgyz model.txt | tessgzz model.txt -v -llog.txt > output.txt
|
||||
|
||||
:: Make a plot with the columns of output.txt
|
||||
python plot.py output.txt 101 101
|
||||
Reference in New Issue
Block a user