-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup old laspython environment, add additonal (temporary) launchers
for "mods" python sessions until we find a better way to do this in our standard hutchpython sessions.
- Loading branch information
1 parent
1221dd5
commit f66b6d1
Showing
7 changed files
with
61 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
hutch: las | ||
|
||
## Locate happi database | ||
#db: /reg/g/pcds/pyps/apps/hutch-python/device_config/db.json | ||
db: /reg/g/pcds/pyps/apps/hutch-python/device_config/db.json | ||
|
||
# Hutch-specific imports | ||
load: las.beamline | ||
|
||
# We has no daq | ||
daq_type: nodaq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
# Launch hutch-python with all devices | ||
HERE=`dirname $(readlink -f $0)` | ||
source "${HERE}/lasenv" | ||
hutch-python --cfg "${HERE}/crixs_mods_conf.yml" $@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
hutch: crix_mods | ||
|
||
## Locate happi database | ||
db: /reg/g/pcds/pyps/apps/hutch-python/device_config/db.json | ||
|
||
# Hutch-specific imports | ||
load: las.beamline | ||
|
||
# We has no daq | ||
daq_type: nodaq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
# Launch hutch-python with all devices | ||
HERE=`dirname $(readlink -f $0)` | ||
source "${HERE}/lasenv" | ||
hutch-python --cfg "${HERE}/ip1_mods_conf.yml" $@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
hutch: ip1_mods | ||
|
||
## Locate happi database | ||
db: /reg/g/pcds/pyps/apps/hutch-python/device_config/db.json | ||
|
||
# Hutch-specific imports | ||
load: las.beamline | ||
|
||
# We has no daq | ||
daq_type: nodaq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters