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
8ddba13c
Commit
8ddba13c
authored
3 years ago
by
Fang Yuedong
Browse files
Options
Download
Email Patches
Plain Diff
fix pointing ID counting issue
parent
44e9fa5e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ObservationSim/_util.py
+1
-0
ObservationSim/_util.py
with
1 addition
and
0 deletions
+1
-0
ObservationSim/_util.py
+
1
-
0
View file @
8ddba13c
...
...
@@ -53,6 +53,7 @@ def generate_pointing_list(config, pointing_filename=None, data_dir=None):
for
line
in
f
:
if
run_pointings
and
iline
not
in
run_pointings
:
iline
+=
1
ipoint
+=
1
continue
line
=
line
.
strip
()
columns
=
line
.
split
()
...
...
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