Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sns-hfir-scse
sans
sans-backend
Commits
7c18ae4b
Commit
7c18ae4b
authored
May 03, 2022
by
Shang, Yingrui
Browse files
Fix format issue
parent
acf959c2
Pipeline
#276362
failed with stages
in 6 minutes and 15 seconds
Changes
1
Pipelines
147
Hide whitespace changes
Inline
Side-by-side
drtsans/mono/biosans/cg3_spice_to_nexus.py
View file @
7c18ae4b
...
...
@@ -237,7 +237,7 @@ def convert_spice_to_nexus(
)
# output file name
out_nexus_file
=
f
’
CG3_
{
exp_number
:
04
}{
scan_number
:
04
}{
pt_number
:
04
}.
nxs
.
h5
’
out_nexus_file
=
f
"
CG3_
{
exp_number
:
04
}{
scan_number
:
04
}{
pt_number
:
04
}
.nxs.h5
"
out_nexus_file
=
os
.
path
.
join
(
output_dir
,
out_nexus_file
)
# load mapping reference from yaml
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment