Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BOZcalc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
BOZcalc
Compare revisions
16b7311c6992d865e033bbd40e600d01503c195f to e0b369998ebcaa30e0e8f90fc103e14e99e9affa
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
SCS/bozcalc
Select target project
No results found
e0b369998ebcaa30e0e8f90fc103e14e99e9affa
Select Git revision
Branches
fileupload
master
Swap
Target
SCS/bozcalc
Select target project
SCS/bozcalc
1 result
16b7311c6992d865e033bbd40e600d01503c195f
Select Git revision
Branches
fileupload
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Adds N, O, and Na K-edge for CHEM
· c2fe5287
Loïc Le Guyader
authored
7 months ago
c2fe5287
Adds N, O, and Na K-edge for CHEM
· e0b36999
Loïc Le Guyader
authored
7 months ago
See merge request
!27
e0b36999
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/BOZcalc/BOZcalc.py
+30
-0
30 additions, 0 deletions
src/BOZcalc/BOZcalc.py
with
30 additions
and
0 deletions
src/BOZcalc/BOZcalc.py
View file @
e0b36999
...
...
@@ -111,6 +111,26 @@ BOZ_CHEM_db = {
'
F_y
'
:
0.32
,
'
3beams
'
:
True
},
'
N
'
:
{
'
design_nrj
'
:
400
,
'
BOZwH
'
:
0.8
,
'
BOZwV
'
:
1.0
,
'
BOZoffaxis
'
:
0.75
,
'
grating
'
:
3.1
,
'
F_x
'
:
0.26
,
'
F_y
'
:
0.32
,
'
3beams
'
:
True
},
'
O
'
:
{
'
design_nrj
'
:
530
,
'
BOZwH
'
:
0.8
,
'
BOZwV
'
:
1.0
,
'
BOZoffaxis
'
:
0.75
,
'
grating
'
:
3.1
,
'
F_x
'
:
0.26
,
'
F_y
'
:
0.32
,
'
3beams
'
:
True
},
'
Fe
'
:
{
'
design_nrj
'
:
715
,
'
BOZwH
'
:
0.8
,
...
...
@@ -141,6 +161,16 @@ BOZ_CHEM_db = {
'
F_y
'
:
0.32
,
'
3beams
'
:
True
},
'
Na
'
:
{
'
design_nrj
'
:
1070
,
'
BOZwH
'
:
0.8
,
'
BOZwV
'
:
1.0
,
'
BOZoffaxis
'
:
0.75
,
'
grating
'
:
3.1
,
'
F_x
'
:
0.26
,
'
F_y
'
:
0.32
,
'
3beams
'
:
True
},
'
S
'
:
{
'
design_nrj
'
:
2472
,
'
BOZwH
'
:
0.8
,
...
...
This diff is collapsed.
Click to expand it.