summaryrefslogtreecommitdiffstats
path: root/parsers/survex.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/survex.py')
-rw-r--r--parsers/survex.py11
1 files changed, 2 insertions, 9 deletions
diff --git a/parsers/survex.py b/parsers/survex.py
index 79e90d1..1e961c8 100644
--- a/parsers/survex.py
+++ b/parsers/survex.py
@@ -1313,7 +1313,7 @@ class LoadingSurvex:
blockname = survexblock.name
else:
blockname = survexblock.name[:6] + survexblock.name[-1:]
- # logslug = f'D{int(qmyear)}_{blockname}_{int(qm_no):03d}'
+ # logslug = f'D{int(qmyear)}_{blockname}_{int(qm_no):03d}'
qm_ticked = False # default
qm_no = qmline.group(1) # this is NOT unique across multiple survex files
@@ -1340,14 +1340,7 @@ class LoadingSurvex:
else:
qm_ticked = True
# print(f"{survexblock.survexfile.cave} {survexblock}:{qm_no}{qm_grade} {qmline.group(4)}", file=sys.stderr)
- if resolution_station_name:
- qm_ticked = True
- # if qmline.group(6) and qmline.group(6) != "-":
- # resolution_station_name = qmline.group(6)
- # if qmline.group(7):
- # resolution_station_name = resolution_station_name + "." + qmline.group(7)
- # else:
- # resolution_station_name = ""
+
qm_notes = qmline.group(5)
# qm_notes = qmline.group(8)