from beast.plotting.plot_filters import plot_filters

wfpc2 = ["f606w", "f622w", "f675w", "f702w", "f791w", "f814w"]
filters = [f"HST_WFPC2_{cfilt.upper()}" for cfilt in wfpc2]
plot_filters(filters)