Skip to content

Commit

Permalink
Merge pull request #374 from lsst/tickets/OPSIM-1085
Browse files Browse the repository at this point in the history
update mjd0 to match v3.3 sims
  • Loading branch information
yoachim committed Oct 18, 2023
2 parents 41fa5af + 8a7485e commit 7d18279
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 @@ -39,7 +39,7 @@ def data_dict():
"sim_baseline": "sim_baseline_2023_09_22.tgz",
"site_models": "site_models_2023_10_02.tgz",
"skybrightness": "skybrightness_2023_09_11.tgz",
"skybrightness_pre": "skybrightness_pre_2023_09_19.tgz",
"skybrightness_pre": "skybrightness_pre_2023_10_17.tgz",
"throughputs": "throughputs_2023_09_22.tgz",
"tests": "tests_2022_10_18.tgz",
}
Expand Down
2 changes: 1 addition & 1 deletion rubin_sim/utils/mjd_zero.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ("survey_start_mjd",)
mjd0 = 60218.0 # 60218 = Oct 1, 2023
mjd0 = 60796.0 # 60796 = May 10, 2025


def survey_start_mjd():
Expand Down

0 comments on commit 7d18279

Please sign in to comment.