Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-sims
csst_msc_sim
Commits
17de245e
Commit
17de245e
authored
Jun 19, 2022
by
Fang Yuedong
Browse files
fix typo
parent
e0945d4e
Changes
1
Show whitespace changes
Inline
Side-by-side
ObservationSim/_util.py
View file @
17de245e
...
...
@@ -13,7 +13,7 @@ def parse_args():
'''
parser
=
argparse
.
ArgumentParser
()
parser
.
add_argument
(
'config_file'
,
help
=
'.yaml config file for simulation settings.'
)
parser
.
add_argument
(
'-c'
,
'--config_dir'
,
help
=
'Directory that houses the
,
yaml config file.'
)
parser
.
add_argument
(
'-c'
,
'--config_dir'
,
help
=
'Directory that houses the
.
yaml config file.'
)
parser
.
add_argument
(
'-d'
,
'--data_dir'
,
help
=
'Directory that houses the input data.'
)
parser
.
add_argument
(
'-w'
,
'--work_dir'
,
help
=
'The path for output.'
)
return
parser
.
parse_args
()
...
...
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