From cacde9fea7522c7ead9648f3ffe3b4598765daf4 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 21 Jul 2015 07:40:56 +0200 Subject: [PATCH] Create v7 3d files, since that's all cavestats can handle --- Makefile | 2 +- noinfo/create_dplong_table.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2e1278a12..175f4114c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ dataset_path = ../loser surveydir_path = ../surveys -cavern_flags = -qq -s +cavern_flags = -qq -s -v7 tar_flags = -cz --exclude "*/CVS" --ignore-case -f svxtrace_cmd = ./svxtrace.py diff --git a/noinfo/create_dplong_table.py b/noinfo/create_dplong_table.py index 46d2eacb1..6186c3d8b 100755 --- a/noinfo/create_dplong_table.py +++ b/noinfo/create_dplong_table.py @@ -44,7 +44,7 @@ def print_caveline(number, l, d, w, cave): def parse_csvfile(): caveslist = [] print "Calculating SMK-system extent... ", - os.popen("cavern ../1623/smk-system -o noinfo/smk-system.3d") + os.popen("cavern -v7 ../loser/smk-system -o noinfo/smk-system.3d") l,d,w = map(float, chomp(os.popen(CS_BINARY + " noinfo/smk-system -c ").read()).split("\t")) caveslist.append(["", l,d,w, {"Name" : "Schwarzmooskogelhöhlensystem", "Autogen file" : ""}]) print "done\nParsing CSV file"