Skip to content

Instantly share code, notes, and snippets.

View HealthyPear's full-sized avatar

Michele Peresano HealthyPear

  • Max-Planck-Institut für Physik (Werner-Heisenberg-Institut)
  • Garching bei München
  • LinkedIn in/micheleperesano
View GitHub Profile
@HealthyPear
HealthyPear / plt_radio_cool_map.py
Created January 27, 2026 13:58
Plot radio data from WCS in a cool way and export it also to Tikz format
from pathlib import Path
import astropy.units as u
import matplot2tikz
import matplotlib.pyplot as plt
import numpy as np
import seaborn as sns
from astropy.coordinates import SkyCoord