Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
450 changes: 450 additions & 0 deletions docs/dev/adrs/accepted/xray-cw-polarization-optics.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/dev/adrs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ folders.
| Experiment model | Accepted | Calculation Without Measured Data | Adds a writable `data_range` category so a structure-only experiment is calculable and plottable without loaded data. | [`calculation-without-measured-data.md`](accepted/calculation-without-measured-data.md) |
| Experiment model | Accepted | Preferred-Orientation Category | Adds a per-phase March–Dollase preferred-orientation category for textured powder refinement on the CrysPy backend. | [`preferred-orientation-category.md`](accepted/preferred-orientation-category.md) |
| Experiment model | Accepted | Model Sample Absorption (Debye–Scherrer, μR) | Switchable `absorption` category applying a calculator-independent cylindrical Hewat A(θ) envelope for powder samples. | [`model-sample-absorption.md`](accepted/model-sample-absorption.md) |
| Experiment model | Accepted | X-ray CW Polarization Optics | Adds discoverable X-ray CW powder instrument fields for FullProf/Cryspy Lorentz-polarization and monochromator optics. | [`xray-cw-polarization-optics.md`](accepted/xray-cw-polarization-optics.md) |
| Factories | Accepted | Factory Contracts and Metadata | Standardizes factory construction, metadata, compatibility, and registration behavior. | [`factory-contracts.md`](accepted/factory-contracts.md) |
| Naming | Accepted | Factory Tag Naming | Defines canonical factory tag style and standard abbreviations. | [`factory-tag-naming.md`](accepted/factory-tag-naming.md) |
| Naming | Accepted | Downloadable Resource Naming | Replaces integer dataset/tutorial ids with stable descriptive slugs and moves presentation order into separate metadata. | [`resource-naming.md`](accepted/resource-naming.md) |
Expand Down
5 changes: 4 additions & 1 deletion docs/dev/package-structure/full.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
│ │ │ └── 🏷️ class CalculatorFactory
│ │ ├── 📄 pdffit.py
│ │ │ └── 🏷️ class PdffitCalculator
│ │ ├── 📄 polarization.py
│ │ └── 📄 support.py
│ │ └── 🏷️ class SupportEntry
│ ├── 📁 categories
Expand Down Expand Up @@ -373,7 +374,9 @@
│ │ │ │ ├── 📄 cwl.py
│ │ │ │ │ ├── 🏷️ class CwlInstrumentBase
│ │ │ │ │ ├── 🏷️ class CwlScInstrument
│ │ │ │ │ └── 🏷️ class CwlPdInstrument
│ │ │ │ │ ├── 🏷️ class CwlPdInstrumentBase
│ │ │ │ │ ├── 🏷️ class CwlPdNeutronInstrument
│ │ │ │ │ └── 🏷️ class CwlPdXrayInstrument
│ │ │ │ ├── 📄 factory.py
│ │ │ │ │ └── 🏷️ class InstrumentFactory
│ │ │ │ └── 📄 tof.py
Expand Down
1 change: 1 addition & 0 deletions docs/dev/package-structure/short.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
│ │ ├── 📄 cryspy.py
│ │ ├── 📄 factory.py
│ │ ├── 📄 pdffit.py
│ │ ├── 📄 polarization.py
│ │ └── 📄 support.py
│ ├── 📁 categories
│ │ ├── 📁 aliases
Expand Down
320 changes: 0 additions & 320 deletions docs/dev/plans/cwl-second-wavelength-placeholder.md

This file was deleted.

292 changes: 0 additions & 292 deletions docs/dev/plans/dataset-driven-fit-modes.md

This file was deleted.

Loading
Loading