towards new pix2pos calibration part 2
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
|
||||
#TODO:
|
||||
# currently 2 settings/configs are used
|
||||
# QSettings -> cat ~/.config/Paul\ Scherrer\ Institut/SwissMX.conf
|
||||
# yaml -> swissmx.yaml
|
||||
# QSettings are changed by program
|
||||
# #yaml is fixed and not altened by program
|
||||
|
||||
import yaml
|
||||
from PyQt5.QtCore import QSettings
|
||||
from pathlib import Path
|
||||
@@ -6,7 +14,7 @@ import logging
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
settings = QSettings("Paul Scherrer Institut", "SwissMX")
|
||||
settings = QSettings("PSI", "SwissMX")
|
||||
|
||||
inst_folder = Path(__file__).absolute().parent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user