Commit 381b3765 authored by Fang Yuedong's avatar Fang Yuedong
Browse files

(temp) testing

parent 278305de
...@@ -343,9 +343,9 @@ class Catalog(CatalogBase): ...@@ -343,9 +343,9 @@ class Catalog(CatalogBase):
input_time_str=time_str input_time_str=time_str
) )
for istars in range(nstars): for istars in range(nstars):
# # (TEST) # (TEST)
# if istars > 100: if istars > 100:
# break break
param = self.initialize_param() param = self.initialize_param()
param['ra'] = ra_arr[istars] param['ra'] = ra_arr[istars]
......
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