Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
mantidproject
mantid
Commits
f24f32fd
Commit
f24f32fd
authored
9 years ago
by
Zhou, Wenduo
Browse files
Options
Downloads
Patches
Plain Diff
Refs #12122. Added reduction controlling class.
parent
720a242a
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/HFIR_4Circle_Reduction.py
+17
-0
17 additions, 0 deletions
scripts/HFIR_4Circle_Reduction.py
scripts/HFIR_4Circle_Reduction/reduce4circleControl.py
+1234
-0
1234 additions, 0 deletions
scripts/HFIR_4Circle_Reduction/reduce4circleControl.py
with
1251 additions
and
0 deletions
scripts/HFIR_4Circle_Reduction.py
0 → 100644
+
17
−
0
View file @
f24f32fd
#pylint: disable=invalid-name
from
HFIR_4Circle_Reduction
import
reduce4circleGUI
from
PyQt4
import
QtGui
import
sys
def
qapp
():
if
QtGui
.
QApplication
.
instance
():
_app
=
QtGui
.
QApplication
.
instance
()
else
:
_app
=
QtGui
.
QApplication
(
sys
.
argv
)
return
_app
app
=
qapp
()
reducer
=
reduce4circleGUI
.
MainWindow
()
#the main ui class in this file is called MainWindow
reducer
.
show
()
app
.
exec_
()
This diff is collapsed.
Click to expand it.
scripts/HFIR_4Circle_Reduction/reduce4circleControl.py
0 → 100644
+
1234
−
0
View file @
f24f32fd
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