Commit 92291f1d authored by zhuchangzhan's avatar zhuchangzhan

sector 17

parent e3aa4ecc
......@@ -127,7 +127,9 @@ def run_all_files(sector):
TIC_ID = int(filename.split("/")[-1].split("-")[2])
if count < 1738 and count > 5000:
if count <= 918:
continue
if count > 5000:
break
if count % 100 == 0:
......
......@@ -129,6 +129,8 @@ def run_all_files(sector):
if count <= 5000:
continue
if count <= 6167:
continue
if count > 10000:
break
......
......@@ -129,6 +129,9 @@ def run_all_files(sector):
if count <= 10000:
continue
if count <= 11031:
continue
if count > 15000:
break
......
......@@ -129,7 +129,8 @@ def run_all_files(sector):
if count <= 15000:
continue
if count <= 15789:
continue
if count % 100 == 0:
plt.close()
......
Markdown is supported
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