Skip to content

Commit

Permalink
fix example plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend committed Sep 19, 2024
1 parent b546e9e commit e875274
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/examples/plot_comet.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ def plot_synchrone(

# Plot the final results
plt.figure(dpi=200)
wcs = kete.ztf.plot_frame(vis.fov)
frame = kete.ztf.fetch_frame(vis.fov)
wcs = kete.irsa.plot_fits_image(frame, percentiles=None)
plt.title("Comet NEOWISE - C/2020 F3\n")

# plot syndynes
Expand Down

0 comments on commit e875274

Please sign in to comment.