Skip to content

Commit

Permalink
new ddf grid file
Browse files Browse the repository at this point in the history
  • Loading branch information
yoachim committed Oct 18, 2023
1 parent 3e3f708 commit a877262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rubin_sim/data/rs_download_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def data_dict():
"movingObjects": "movingObjects_oct_2021.tgz",
"orbits": "orbits_2022_3_1.tgz",
"orbits_precompute": "orbits_precompute_2023_05_23.tgz",
"scheduler": "scheduler_2023_09_22.tgz",
"scheduler": "scheduler_2023_10_16.tgz",
"sim_baseline": "sim_baseline_2023_09_22.tgz",
"site_models": "site_models_2023_10_02.tgz",
"skybrightness": "skybrightness_2023_09_11.tgz",
Expand Down
2 changes: 1 addition & 1 deletion rubin_sim/scheduler/surveys/generate_ddf_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
try:
sm.set_ra_dec_mjd(ras, decs, mjd, degrees=False)
except ValueError:
sm.sun_alt = 12.
sm.sun_alt = 12.0
if sm.sun_alt > sun_limit:
mags.append(sm.return_mags()["g"] * 0)
airmasses.append(sm.airmass * 0)
Expand Down

0 comments on commit a877262

Please sign in to comment.