versioning, format, release notes, update test simulator (no need for psutil)

This commit is contained in:
maliakal_d 2023-11-08 12:12:17 +01:00
parent beafe86554
commit e86b57cdfc
3 changed files with 11 additions and 11 deletions

View File

@ -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)
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

View File

@ -2,12 +2,12 @@
// Copyright (C) 2021 Contributors to the SLS Detector Package
/** API versions */
#define RELEASE "8.0.0"
#define APILIB "8.0.0 0x231025"
#define APIRECEIVER "8.0.0 0x231025"
#define APICTB "8.0.0 0x231108"
#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 APIJUNGFRAU "8.0.0 0x231108"
#define APIMYTHEN3 "8.0.0 0x231108"
#define APIMOENCH "8.0.0 0x231108"
#define APIEIGER "8.0.0 0x231108"
#define APIJUNGFRAU "8.0.0 0x231108"
#define APIMYTHEN3 "8.0.0 0x231108"
#define APIMOENCH "8.0.0 0x231108"
#define APIEIGER "8.0.0 0x231108"
#define APILIB "8.0.0 0x231108"
#define APIRECEIVER "8.0.0 0x231108"

View File

@ -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.
'''
import argparse
import os, sys, subprocess, time, colorama, signal, psutil
import os, sys, subprocess, time, colorama, signal
from colorama import Fore
from slsdet import Detector, detectorType, detectorSettings