Skip to content

Commit c537fe4

Browse files
add option for user to enter mu and diameter separately
1 parent 3fc9e5a commit c537fe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffpy/labpdfproc/labpdfprocapp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def get_args(override_cli_inputs=None):
129129
help="Path to the z-scan file to be loaded to determine the mu*D value.",
130130
default=None,
131131
)
132+
p.add_argument("--mu", help="The sample linear absorption coefficient.", default=None, type=float)
132133
p.add_argument("--sample", help="The chemical formula or name of your material.", default=None)
133134
p.add_argument("--energy", help="The energy in eV", default=None, type=float)
134135
p.add_argument("--density", help="The material density in gr/cm^3.", default=None, type=float)

0 commit comments

Comments
 (0)