Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Climate Lab Test Stand
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MSK-SW
Low-Level Radio Frequency
Climate Lab
Climate Lab Test Stand
Commits
96000ba4
Commit
96000ba4
authored
2 years ago
by
Martin Killenberg
Browse files
Options
Downloads
Patches
Plain Diff
include sweep anaysis
parent
9ca9ab09
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Python_script/climate-lab-gui.py
+3
-0
3 additions, 0 deletions
Python_script/climate-lab-gui.py
with
3 additions
and
0 deletions
Python_script/climate-lab-gui.py
+
3
−
0
View file @
96000ba4
...
@@ -5,6 +5,7 @@ import sys
...
@@ -5,6 +5,7 @@ import sys
import
prototype
import
prototype
import
json
import
json
import
time
import
time
import
analysis
class
TestStandMainWindow
(
QMainWindow
):
class
TestStandMainWindow
(
QMainWindow
):
def
__init__
(
self
,
qt_app
,
*
args
,
**
kwargs
):
def
__init__
(
self
,
qt_app
,
*
args
,
**
kwargs
):
...
@@ -40,6 +41,8 @@ class TestStandMainWindow(QMainWindow):
...
@@ -40,6 +41,8 @@ class TestStandMainWindow(QMainWindow):
temp_extensions
=
[]
temp_extensions
=
[]
for
t
in
temperatures
:
for
t
in
temperatures
:
temp_extensions
.
append
(
str
(
t
)
+
'
deg_
'
+
str
(
self
.
fixedParameter
.
value
())
+
'
rh
'
)
temp_extensions
.
append
(
str
(
t
)
+
'
deg_
'
+
str
(
self
.
fixedParameter
.
value
())
+
'
rh
'
)
analysis
.
plot_sweep
(
temperatures
,
[
self
.
fixedParameter
.
value
()]
*
len
(
temperatures
),
output_basename
,
'
temperature
'
)
prototype
.
plot_output
(
output_basename
,
temp_extensions
,
True
,
output_basename
+
prototype
.
plot_output
(
output_basename
,
temp_extensions
,
True
,
output_basename
+
'
: Temperature sweep
'
+
str
(
temperatures
[
0
])
+
'
--
'
+
'
: Temperature sweep
'
+
str
(
temperatures
[
0
])
+
'
--
'
+
str
(
temperatures
[
-
1
])
+
'
degC @
'
+
str
(
self
.
fixedParameter
.
value
())
+
'
% r.h.
'
)
str
(
temperatures
[
-
1
])
+
'
degC @
'
+
str
(
self
.
fixedParameter
.
value
())
+
'
% r.h.
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment