Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Zhuchang Zhan
Zhuchang_FFT
Commits
92291f1d
Commit
92291f1d
authored
5 years ago
by
zhuchangzhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sector 17
parent
e3aa4ecc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
+10
-2
a.Progress/Dec12_Sector17_Run/sector_17_run1.py
a.Progress/Dec12_Sector17_Run/sector_17_run1.py
+3
-1
a.Progress/Dec12_Sector17_Run/sector_17_run2.py
a.Progress/Dec12_Sector17_Run/sector_17_run2.py
+2
-0
a.Progress/Dec12_Sector17_Run/sector_17_run3.py
a.Progress/Dec12_Sector17_Run/sector_17_run3.py
+3
-0
a.Progress/Dec12_Sector17_Run/sector_17_run4.py
a.Progress/Dec12_Sector17_Run/sector_17_run4.py
+2
-1
No files found.
a.Progress/Dec12_Sector17_Run/sector_17_run1.py
View file @
92291f1d
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
a.Progress/Dec12_Sector17_Run/sector_17_run2.py
View file @
92291f1d
...
...
@@ -129,6 +129,8 @@ def run_all_files(sector):
if
count
<=
5000
:
continue
if
count
<=
6167
:
continue
if
count
>
10000
:
break
...
...
This diff is collapsed.
Click to expand it.
a.Progress/Dec12_Sector17_Run/sector_17_run3.py
View file @
92291f1d
...
...
@@ -129,6 +129,9 @@ def run_all_files(sector):
if
count
<=
10000
:
continue
if
count
<=
11031
:
continue
if
count
>
15000
:
break
...
...
This diff is collapsed.
Click to expand it.
a.Progress/Dec12_Sector17_Run/sector_17_run4.py
View file @
92291f1d
...
...
@@ -129,7 +129,8 @@ def run_all_files(sector):
if
count
<=
15000
:
continue
if
count
<=
15789
:
continue
if
count
%
100
==
0
:
plt
.
close
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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