from beast.plotting.plot_filters import plot_filters

wfpc2 = ["f157w", "f170w", "f185w", "f218w", "f255w", "f300w"]
filters = [f"HST_WFPC2_{cfilt.upper()}" for cfilt in wfpc2]
plot_filters(filters)