Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ python3 setup.py install Now you can run the project: ```bash calibrate_multifeed_receiver calibrate_receiver ``` ## License Loading src/remote_mark/remote_mark.py +2 −2 Original line number Diff line number Diff line Loading @@ -129,13 +129,13 @@ if __name__ == '__main__': print("PC+m done") #PH+m input("Press Enter to continue with PH+m") set_dat64f(dat_host, dat_port, timeout, 3.5) set_dat64f(dat_host, dat_port, timeout, 3) time.sleep(1) set_siglent('ON') print("PH+m done") #PH input("Press Enter to continue with PH") set_dat64f(dat_host, dat_port, timeout, 3.5) set_dat64f(dat_host, dat_port, timeout, 3) time.sleep(1) set_siglent('OFF') print("PH done") Loading Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ python3 setup.py install Now you can run the project: ```bash calibrate_multifeed_receiver calibrate_receiver ``` ## License Loading
src/remote_mark/remote_mark.py +2 −2 Original line number Diff line number Diff line Loading @@ -129,13 +129,13 @@ if __name__ == '__main__': print("PC+m done") #PH+m input("Press Enter to continue with PH+m") set_dat64f(dat_host, dat_port, timeout, 3.5) set_dat64f(dat_host, dat_port, timeout, 3) time.sleep(1) set_siglent('ON') print("PH+m done") #PH input("Press Enter to continue with PH") set_dat64f(dat_host, dat_port, timeout, 3.5) set_dat64f(dat_host, dat_port, timeout, 3) time.sleep(1) set_siglent('OFF') print("PH done") Loading