Skip to content
Snippets Groups Projects
Commit 29f71ebb authored by tomrink's avatar tomrink
Browse files

snapshot...

parent e7c875b0
No related branches found
No related tags found
No related merge requests found
...@@ -525,9 +525,9 @@ def run_qc(filename, filename_l1b): ...@@ -525,9 +525,9 @@ def run_qc(filename, filename_l1b):
phs = np.concatenate(phs) phs = np.concatenate(phs)
opd = np.concatenate(opd) opd = np.concatenate(opd)
print(np.histogram(bts, bins=20)) print(np.histogram(bts, bins=10))
print(np.histogram(opd, bins=20)) print(np.histogram(opd, bins=10))
print(np.histogram(phs, bins=8)) print(np.histogram(phs, bins=6))
return mask return mask
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment