Skip to content

Commit

Permalink
README & Iconfig fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MDecarabas committed Dec 11, 2024
1 parent 6283b8b commit 1f2f9ee
Show file tree
Hide file tree
Showing 3 changed files with 1,031 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ queueserver.
Clone the repository.

```bash
git clone [email protected]:BCDA-APS/bs_model_instrument.git
cd bs_model_instrument
git clone [email protected]:BCDA-APS/tomo-bits.git
cd tomo-bits
```

Set up the development environment.

```bash
export ENV_NAME=bs_model_env
export ENV_NAME=tomo_bits
conda create -y -n $ENV_NAME python=3.11 pyepics
conda activate $ENV_NAME
pip install -e ."[all]"
Expand Down
12 changes: 6 additions & 6 deletions src/instrument/configs/iconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ RUN_ENGINE:
### The progress bar is nice to see,
### except when it clutters the output in Jupyter notebooks.
### Default: True
USE_PROGRESS_BAR: false
USE_PROGRESS_BAR: True

# Command-line tools, such as %wa, %ct, ...
USE_BLUESKY_MAGICS: True

### Best Effort Callback Configurations
### Defaults: all true (except no plots in queueserver)
# BEC:
# BASELINE: false
# HEADING: false
# PLOTS: false
# TABLE: false
BEC:
BASELINE: True
HEADING: True
PLOTS: True
TABLE: True

AREA_DETECTOR:
### General configuration for area detectors.
Expand Down
Loading

0 comments on commit 1f2f9ee

Please sign in to comment.