Skip to content

Commit

Permalink
give DDF survey object a default nside
Browse files Browse the repository at this point in the history
  • Loading branch information
yoachim committed Oct 10, 2024
1 parent 8b0b2d5 commit c707f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rubin_scheduler/scheduler/surveys/dd_surveys.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from rubin_scheduler.scheduler import features
from rubin_scheduler.scheduler.surveys import BaseSurvey
from rubin_scheduler.scheduler.utils import ObservationArray
from rubin_scheduler.utils import ddf_locations, ra_dec2_hpid
from rubin_scheduler.utils import DEFAULT_NSIDE, ddf_locations, ra_dec2_hpid

log = logging.getLogger(__name__)

Expand Down Expand Up @@ -60,7 +60,7 @@ def __init__(
reward_value=None,
readtime=2.0,
filter_change_time=120.0,
nside=None,
nside=DEFAULT_NSIDE,
flush_pad=30.0,
seed=42,
detailers=None,
Expand Down

0 comments on commit c707f2f

Please sign in to comment.