Commit 8ddba13c authored by Fang Yuedong's avatar Fang Yuedong
Browse files

fix pointing ID counting issue

parent 44e9fa5e
......@@ -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()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment