Migrate the SAXS data-analysis content into the RTD/Sphinx docs as user/saxs/data_analysis.md, and turn the empty saxs.md stub into a landing page linking to it. Source: cSAXS documentation wiki, page "SAXS-data-analysis" https://gitea.psi.ch/cSAXS/documentation/wiki/SAXS-data-analysis (git@gitea.psi.ch:cSAXS/documentation.wiki.git, as of 408e535) Converted Gitea-flavored Markdown to MyST: added cross-reference labels, bash code fences, and {note} admonitions. Also bundle the SAXS standards plate datasheet (SAXS_standards_plate.pdf), previously at cSAXS/documentation/attachments/, linked via the MyST {download} role so Sphinx copies it into the build. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
40 lines
538 B
Markdown
40 lines
538 B
Markdown
(user.saxs)=
|
|
# SAXS
|
|
Welcome to the SAXS section of the cSAXS beamline.
|
|
|
|
```{toctree}
|
|
---
|
|
maxdepth: 2
|
|
hidden: true
|
|
---
|
|
|
|
data_analysis
|
|
|
|
```
|
|
|
|
|
|
***
|
|
|
|
````{grid} 2
|
|
:gutter: 5
|
|
|
|
```{grid-item-card}
|
|
:link: user.saxs.data_analysis
|
|
:link-type: ref
|
|
:img-top: /assets/biotech.svg
|
|
:text-align: center
|
|
:class-item: index-card
|
|
|
|
## Data analysis
|
|
|
|
Allocating compute nodes, pyFAI installation and usage, and online radial integration on Jungfraujoch.
|
|
```
|
|
|
|
````
|
|
|
|
|
|
## Reference documents
|
|
|
|
- {download}`SAXS standards plate (PDF) <SAXS_standards_plate.pdf>`
|
|
|