Loading ObservationSim/ObservationSim.py +2 −2 Original line number Diff line number Diff line Loading @@ -130,8 +130,8 @@ class Observation(object): bright_obj = 0 dim_obj = 0 for j in range(self.nobj): if j >= 1: break # if j >= 100: # break obj = self.cat.objs[j] if obj.type == 'star' and self.config["run_option"]["galaxy_only"]: continue Loading Loading
ObservationSim/ObservationSim.py +2 −2 Original line number Diff line number Diff line Loading @@ -130,8 +130,8 @@ class Observation(object): bright_obj = 0 dim_obj = 0 for j in range(self.nobj): if j >= 1: break # if j >= 100: # break obj = self.cat.objs[j] if obj.type == 'star' and self.config["run_option"]["galaxy_only"]: continue Loading