Skip to content
Snippets Groups Projects

Write log file

Merged Kien Le requested to merge feature-write_log_file into master
All threads resolved!
9 files
+ 128
14
Compare changes
  • Side-by-side
  • Inline
Files
9
from typing import Literal
# The current version of SOHStationViewer
SOFTWARE_VERSION = '2023.1.0.0'
# waveform pattern
WF_1ST = 'A-HLM-V'
WF_2ND = 'HLN'
@@ -56,6 +59,7 @@ CONFIG_PATH = 'sohstationviewer/conf/read_settings.ini'
# List of image formats. Have to put PNG at the beginning to go with
# dpi in dialog
IMG_FORMAT = ['PNG', 'PDF', 'EPS', 'SVG']
# ================================================================= #
# PLOTTING CONSTANT
# ================================================================= #
Loading