generated from neutrons/python_project_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bing Li
committed
Sep 11, 2024
1 parent
b70a41e
commit 7fa37ca
Showing
200 changed files
with
8,453 additions
and
398 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
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
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,76 @@ | ||
{ | ||
"source": { | ||
"shape": "rectangular", | ||
"width": 15.0, | ||
"height": 15.0 | ||
}, | ||
"guide": { | ||
"in_use": false, | ||
"div_h": 0.0, | ||
"div_v": 0.0 | ||
}, | ||
"monochromator": { | ||
"type": "PG002", | ||
"mosaic_h": 30, | ||
"mosaic_v": 30, | ||
"sense": -1, | ||
"shape": "rectangular", | ||
"width": 7.62, | ||
"height": 10.16, | ||
"depth": 0.25, | ||
"curved_h": false, | ||
"curvh": 0.0, | ||
"optimally_curved_h": false, | ||
"curved_v": false, | ||
"curvv": 0.4, | ||
"optimally_curved_v": false | ||
}, | ||
"monitor": { | ||
"shape": "rectangular", | ||
"width": 5, | ||
"height": 12 | ||
}, | ||
"goniometer": { | ||
"sense": 1, | ||
"type": "Y-ZX" | ||
}, | ||
"analyzer": { | ||
"type": "Pg002", | ||
"d_spacing": 3.35416, | ||
"mosaic_h": 40, | ||
"mosaic_v": 40, | ||
"sense": -1, | ||
"shape": "rectangular", | ||
"width": 7.62, | ||
"height": 7, | ||
"depth": 0.2, | ||
"curved_h": false, | ||
"curvh": 0.0, | ||
"optimally_curved_h": false, | ||
"curved_v": true, | ||
"curvv": 163.2, | ||
"optimally_curved_v": false | ||
}, | ||
"detector": { | ||
"shape": "rectangular", | ||
"width": 4, | ||
"height": 12.0 | ||
}, | ||
"distances": { | ||
"src_mono": 650.0, | ||
"mono_sample": 190.0, | ||
"sample_ana": 106.0, | ||
"ana_det": 60.0, | ||
"mono_monitor": 86.0 | ||
}, | ||
"collimators": { | ||
"h_pre_mono": 48, | ||
"h_pre_sample": 40, | ||
"h_post_sample": 40, | ||
"h_post_ana": 120, | ||
"v_pre_mono": 120, | ||
"v_pre_sample": 120, | ||
"v_post_sample": 120, | ||
"v_post_ana": 120 | ||
} | ||
} |
Oops, something went wrong.