Skip to content

Commit

Permalink
Merge branch 'main' into fixci
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jul 9, 2023
2 parents b3013f1 + 9eff898 commit d99a4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuztf/base_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def draft_gcn(self):
text = (
f"Astronomer Name (Institute of Somewhere), ............. report,\n\n"
f"On behalf of the Zwicky Transient Facility (ZTF) and Global Relay of Observatories Watching Transients Happen (GROWTH) collaborations: \n\n"
f"As part of the ZTF neutrino follow up program (Stein et al. 2022), we observed the localization region of the {self.get_full_name()} with the Palomar 48-inch telescope, equipped with the 47 square degree ZTF camera (Bellm et al. 2019, Graham et al. 2019). {self.get_tiling_line()}"
f"As part of the ZTF neutrino follow up program (Stein et al. 2023), we observed the localization region of the {self.get_full_name()} with the Palomar 48-inch telescope, equipped with the 47 square degree ZTF camera (Bellm et al. 2019, Graham et al. 2019). {self.get_tiling_line()}"
f"We started observations in the g- and r-band beginning at {pretty_date} {pretty_time} UTC, "
f"approximately {(self.first_obs.jd - self.t_min.jd) * 24.0:.1f} hours after event time. {self.get_overlap_line()}"
f"{self.get_obs_line()} \n \n"
Expand Down

0 comments on commit d99a4c2

Please sign in to comment.