Commit 72f88213 authored by Xin Zhang's avatar Xin Zhang
Browse files

...

parent b39af5a0
...@@ -120,7 +120,6 @@ class Observation(object): ...@@ -120,7 +120,6 @@ class Observation(object):
bright_obj = 0 bright_obj = 0
dim_obj = 0 dim_obj = 0
for j in range(self.nobj): for j in range(self.nobj):
break
# if j >= 100: # if j >= 100:
# break # break
obj = self.cat.objs[j] obj = self.cat.objs[j]
......
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