Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
beamlinetools_1
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
HZB
Bluesky
beamlines_endstations
MySpot
source
beamlinetools_1
Commits
23eee349
Commit
23eee349
authored
9 months ago
by
Marcel Bajdel
Browse files
Options
Downloads
Patches
Plain Diff
remove blueskz magics
parent
112b5a00
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
beamlinetools/BEAMLINE_CONFIG/magics.py
+5
-7
5 additions, 7 deletions
beamlinetools/BEAMLINE_CONFIG/magics.py
with
5 additions
and
7 deletions
beamlinetools/BEAMLINE_CONFIG/magics.py
+
5
−
7
View file @
23eee349
from
IPython
import
get_ipython
from
beamlinetools.magics.simplify_syntax
import
Simplify
from
beamlinetools.magics.peakinfo
import
PeakInfoMagic
from
bluesky.magics
import
BlueskyMagics
from
beamlinetools.magics.standard_magics
import
BlueskyMagicsBessy
from
IPython
import
get_ipython
from
.base
import
RE
,
bec
from
beamlinetools.BEAMLINE_CONFIG.base
import
RE
## IMPORTANT : do not change the order of the follwing two lines.
# standard magics
get_ipython
().
register_magics
(
BlueskyMagics
)
# custom magics - it will override some standard magics
label_axis_dict
=
{
"
temperature_regulator
"
:
[
"
reactor_c.temperature_reg.target
"
,
"
reactor_c.temperature_reg.value
"
,
...
...
@@ -24,6 +21,7 @@ label_axis_dict = {
"
gas_d.backpressure_contr1.status
"
,
]
}
exclude_labels_from_wa
=
[
'
detectors
'
,
'
motors
'
]
get_ipython
().
register_magics
(
BlueskyMagicsBessy
(
RE
,
get_ipython
(),
...
...
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