-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: provide exported fields as single TAR file (#223)
* DOC: add `README.md` explainer to TAR file * DOC: add text to hidden input cell buttons * DOC: combine Markdown cells into one * DOC: fold exported field listing under dropdown menu * DOC: hide cell with selected models * DOC: list JSON download links on PDF build * DOC: render combined download as button * ENH: embed reference subsystem in JSON metadata * FEAT: provide JSON files as a single TAR file * FIX: cache exported fields on GitLab CI
- Loading branch information
Showing
7 changed files
with
105 additions
and
44 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 |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
*.pkl | ||
*.png | ||
*.svg | ||
*.tar.gz | ||
*.v2 | ||
|
||
# Build files | ||
|
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
Empty file.
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,16 @@ | ||
# Computed polarimetry fields | ||
|
||
This folder contains the aligned polarimetry vector field $\vec\alpha$ computed over a 100x100 grid over the Dalitz plane for the decay $\Lambda_c^+ \to p\pi^+K^-$. | ||
|
||
The computed fields are made available in JSON format with the following keys: | ||
|
||
- **`metadata`**: description of the model used to compute the field. Contains: | ||
- `model description`: indicates whether the `"Default amplitude model"` was used or one of the alternative models | ||
- `parameters`: a dictionary of parameter names with their values (can be float, integer, or complex). | ||
- `reference subsystem`: the subsystem ID (including LaTeX description) of the subsystem that was used to align the amplitudes with [Dalitz Plot Decomposition](https://journals.aps.org/prd/abstract/10.1103/PhysRevD.101.0340330). | ||
- **`m^2_Kpi`**: an array of 100 values for $\sigma_1 = M^2(K^-,\pi^+)$ that span the $x$-axis of the Dalitz grid. | ||
- **`m^2_pK`**: an array of 100 values for $\sigma_2 = M^2(p,K^-)$ that span the $y$-axis of the Dalitz grid. | ||
- **`alpha_x`**, **`alpha_y`**, **`alpha_z`**: computed values for $\alpha_x$, $\alpha_y$, $\alpha_z$ over a 100x100 grid arrays each.[^1] | ||
- **`intensity`**: computed intensity on each Dalitz grid point.[^1] | ||
|
||
[^1]: Grid points that lie outside the phase phase space are given as Not-a-Number (NaN). |
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
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