Skip to content

Commit

Permalink
increase chunk_size so that a visit's worth of stars are ingested at …
Browse files Browse the repository at this point in the history
…once, thereby allowing them to be sorted by magnitude for each sensor
  • Loading branch information
jchiang87 committed Sep 12, 2018
1 parent 953b6e5 commit 196408b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/desc/imsim/trim.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class InstCatTrimmer(dict):
to be simulated.
"""
def __init__(self, instcat, sensor_list, chunk_size=int(1e5),
def __init__(self, instcat, sensor_list, chunk_size=int(3e5),
radius=0.18, numRows=None):
"""
Parameters
Expand Down

0 comments on commit 196408b

Please sign in to comment.