Skip to content

Commit a9f8385

Browse files
committed
update readme
1 parent cea312c commit a9f8385

8 files changed

Lines changed: 8 additions & 12 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
# Experimental data and modeling for resolution of DGS instruments at SNS
22

3-
![ARCS resolution/flux data](https://user-images.githubusercontent.com/1796155/59158548-894a2080-8a89-11e9-81d0-7af95a91d7b6.png)
4-
5-
* [ARCS](https://arcs.pages.ornl.gov/resolution.html)
6-
* [SEQUOIA](https://sequoia.pages.ornl.gov/resolution.html)
7-
* [Online application](https://rez.mcvine.ornl.gov)
8-
* The source for the Online application is in dashui folder
3+
<img src="docs/images/example.png" alt="ARCS resolution/flux data" width="600">

docs/images/example.png

46 KB
Loading

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dgs_resolution/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def set_headers(response):
3535
headers["Strict-Transport-Security"] = value
3636
return response
3737

38+
3839
from dgs_resolution import arcs
3940
from dgs_resolution import cncs
4041
from dgs_resolution import hyspec

src/dgs_resolution/arcs/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def build_interface(app):
3232
This page displays resolution data from experimental measurements and analytical models.
3333
3434
* The experimental data was obtained by measuring the vanadium standard sample.
35-
For more details, see \[1\] below
36-
* The modeled data was obtained from a PyChop \[2\] model.
35+
For more details, see \\[1\\] below
36+
* The modeled data was obtained from a PyChop \\[2\\] model.
3737
The sample was assumed to be a plate of 2mm thickness and 48mm width and height.
3838
"""),
3939
dcc.Markdown("""

src/dgs_resolution/cncs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def build_interface(app):
2121
This page displays resolution data from experimental measurements and analytical models.
2222
2323
* The experimental data was obtained by measuring the vanadium standard sample.
24-
* The modeled data was obtained from a PyChop \[1\] model.
24+
* The modeled data was obtained from a PyChop \\[1\\] model.
2525
"""),
2626
dcc.Markdown("""
2727
##### Plots

src/dgs_resolution/hyspec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def build_interface(app):
2020
This page displays resolution data from experimental measurements and analytical models.
2121
2222
* The experimental data was obtained by measuring the vanadium standard sample.
23-
* The modeled data was obtained from a PyChop \[1\] model.
23+
* The modeled data was obtained from a PyChop \\[1\\] model.
2424
"""),
2525
dcc.Markdown("""
2626
##### Plots

src/dgs_resolution/sequoia/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def build_interface(app):
2121
This page displays resolution data from experimental measurements and analytical models.
2222
2323
* The experimental data was obtained by measuring the vanadium standard sample.
24-
* The modeled data was obtained from a PyChop \[1\] model.
24+
* The modeled data was obtained from a PyChop \\[1\\] model.
2525
"""),
2626
dcc.Markdown("""
2727
##### Plots

0 commit comments

Comments
 (0)