|
|
@ -1,5 +1,5 @@ |
|
|
|
from pathlib import * |
|
|
|
from pathlib import * |
|
|
|
from mylogger import log |
|
|
|
from tools.mylogger import log |
|
|
|
# from awrams.readfile import Readfile |
|
|
|
# from awrams.readfile import Readfile |
|
|
|
# from awrams.AWRAMS import AWRAMS |
|
|
|
# from awrams.AWRAMS import AWRAMS |
|
|
|
from configuration import Configuration |
|
|
|
from configuration import Configuration |
|
|
@ -16,7 +16,7 @@ from myconfig import DEVICE_ID, FILE_MARK, YAML_FILE_NAME, CURRENT_DIR, DATA_DIR |
|
|
|
from myconfig import BEGIN_WAVELENGTH, END_WAVELENGTH, INTERVAL, ROWFACTOR |
|
|
|
from myconfig import BEGIN_WAVELENGTH, END_WAVELENGTH, INTERVAL, ROWFACTOR |
|
|
|
|
|
|
|
|
|
|
|
from Ramses import Ramses |
|
|
|
from Ramses import Ramses |
|
|
|
from AWRAMS import AWRAMS |
|
|
|
from awrams import AWRAMS |
|
|
|
|
|
|
|
|
|
|
|
IP = "" |
|
|
|
IP = "" |
|
|
|
PORT = 7887 |
|
|
|
PORT = 7887 |
|
|
|