Skip to content

Commit

Permalink
Site name LSST -> Rubin
Browse files Browse the repository at this point in the history
Co-authored-by: Kian-Tat Lim <[email protected]>
  • Loading branch information
bbrondel and ktlim authored Oct 21, 2024
1 parent 9aa6679 commit 1fd9c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/consdb/hinfo_fix_missing.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def fix_telescope_position(self, exposure_rec: dict[str, Any]) -> dict[str, Any]

# Convert from RA and Dec
s_ra, s_dec = map(lambda x: float(exposure_rec[x]), ("s_ra", "s_dec"))
location = EarthLocation.of_site("LSST")
location = EarthLocation.of_site("Rubin")
obstimes = Time(
[
exposure_rec["obs_start_mjd"],
Expand Down

0 comments on commit 1fd9c6f

Please sign in to comment.