59 lines
860 B
Markdown
59 lines
860 B
Markdown
(user)=
|
|
# User
|
|
Welcome to the User section of the cSAXS beamline.
|
|
|
|
```{toctree}
|
|
---
|
|
maxdepth: 2
|
|
hidden: true
|
|
---
|
|
|
|
before_you_arrive/before_you_arrive.md
|
|
ptychography/ptychography.md
|
|
saxs/saxs.md
|
|
|
|
```
|
|
|
|
|
|
***
|
|
|
|
````{grid} 2
|
|
:gutter: 5
|
|
|
|
```{grid-item-card}
|
|
:link: user.before_you_arrive
|
|
:link-type: ref
|
|
:img-top: /assets/receipt_long.svg
|
|
:text-align: center
|
|
:class-item: index-card
|
|
|
|
## Before you arrive
|
|
|
|
Learn what to do before you arrive to the beamline.
|
|
```
|
|
|
|
```{grid-item-card}
|
|
:link: user.ptychography
|
|
:link-type: ref
|
|
:img-top: /assets/biotech.svg
|
|
:text-align: center
|
|
:class-item: index-card
|
|
|
|
## Ptychography
|
|
|
|
All about ptychography measurements and reconstructions.
|
|
```
|
|
|
|
```{grid-item-card}
|
|
:link: user.saxs
|
|
:link-type: ref
|
|
:img-top: /assets/biotech.svg
|
|
:text-align: center
|
|
:class-item: index-card
|
|
|
|
## SAXS
|
|
|
|
All about SAXS measurements and analysis.
|
|
```
|
|
|
|
```` |