Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
2 years ago
by
Fang Yuedong
Browse files
Options
Download
Email Patches
Plain Diff
fix typo
parent
e0945d4e
release_v3.0
11-csst
29-darktime-exptime-shtopen-shtstat-t
current_stable_for_tests
develop
master
milky_way_extinction
new_sim
release_v1.0
release_v2.0
revert-914004c1
sim_scheduler
sls_psf_pca_convolve
wcs_test_gridGalaxy
v3.1.0
v3.0.0
v2.1.0
v2.0.0
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ObservationSim/_util.py
+1
-1
ObservationSim/_util.py
with
1 addition
and
1 deletion
+1
-1
ObservationSim/_util.py
+
1
-
1
View file @
17de245e
...
@@ -13,7 +13,7 @@ def parse_args():
...
@@ -13,7 +13,7 @@ def parse_args():
'''
'''
parser
=
argparse
.
ArgumentParser
()
parser
=
argparse
.
ArgumentParser
()
parser
.
add_argument
(
'config_file'
,
help
=
'.yaml config file for simulation settings.'
)
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
(
'-d'
,
'--data_dir'
,
help
=
'Directory that houses the input data.'
)
parser
.
add_argument
(
'-w'
,
'--work_dir'
,
help
=
'The path for output.'
)
parser
.
add_argument
(
'-w'
,
'--work_dir'
,
help
=
'The path for output.'
)
return
parser
.
parse_args
()
return
parser
.
parse_args
()
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets