mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-05 17:40:40 +02:00
versioning, format, release notes, update test simulator (no need for psutil)
This commit is contained in:
parent
beafe86554
commit
e86b57cdfc
@ -125,9 +125,9 @@ This document describes the differences between v8.0.0 and v7.0.3
|
|||||||
Gotthard 08.02.2018 (50um and 25um Master)
|
Gotthard 08.02.2018 (50um and 25um Master)
|
||||||
09.02.2018 (25 um Slave)
|
09.02.2018 (25 um Slave)
|
||||||
|
|
||||||
Moench 10.07.2023 (v1.x?) (updated in 8.0.0)
|
Moench 10.07.2023 (v0.3.2) (updated in 8.0.0, under development)
|
||||||
|
|
||||||
Ctb 05.07.2023 (v1.2?) (updated in 8.0.0)
|
Ctb 05.07.2023 (v1.2) (updated in 8.0.0)
|
||||||
|
|
||||||
|
|
||||||
Detector Upgrade
|
Detector Upgrade
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
/** API versions */
|
/** API versions */
|
||||||
#define RELEASE "8.0.0"
|
#define RELEASE "8.0.0"
|
||||||
#define APILIB "8.0.0 0x231025"
|
#define APICTB "8.0.0 0x231108"
|
||||||
#define APIRECEIVER "8.0.0 0x231025"
|
#define APIGOTTHARD "8.0.0 0x231108"
|
||||||
#define APICTB "8.0.0 0x231108"
|
|
||||||
#define APIGOTTHARD "8.0.0 0x231108"
|
|
||||||
#define APIGOTTHARD2 "8.0.0 0x231108"
|
#define APIGOTTHARD2 "8.0.0 0x231108"
|
||||||
#define APIJUNGFRAU "8.0.0 0x231108"
|
#define APIJUNGFRAU "8.0.0 0x231108"
|
||||||
#define APIMYTHEN3 "8.0.0 0x231108"
|
#define APIMYTHEN3 "8.0.0 0x231108"
|
||||||
#define APIMOENCH "8.0.0 0x231108"
|
#define APIMOENCH "8.0.0 0x231108"
|
||||||
#define APIEIGER "8.0.0 0x231108"
|
#define APIEIGER "8.0.0 0x231108"
|
||||||
|
#define APILIB "8.0.0 0x231108"
|
||||||
|
#define APIRECEIVER "8.0.0 0x231108"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
This file is used to start up simulators, receivers and run all the tests on them and finally kill the simulators and receivers.
|
This file is used to start up simulators, receivers and run all the tests on them and finally kill the simulators and receivers.
|
||||||
'''
|
'''
|
||||||
import argparse
|
import argparse
|
||||||
import os, sys, subprocess, time, colorama, signal, psutil
|
import os, sys, subprocess, time, colorama, signal
|
||||||
|
|
||||||
from colorama import Fore
|
from colorama import Fore
|
||||||
from slsdet import Detector, detectorType, detectorSettings
|
from slsdet import Detector, detectorType, detectorSettings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user