Skip to content

Commit

Permalink
adding in filters download for RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed May 14, 2024
1 parent c27cd5e commit acddc97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/beast_filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Imaging, UVIS, Wide

from beast.plotting.plot_filters import plot_filters

# required to get the filters library needed for building on RTD
from beast.tools import get_libfiles
get_libfiles.get_libfiles(vega_filters_only=True)

wfc3_uvis = ["f218w","f225w", "f275w", "f336w", "f390w", "f438w",
"f475w", "f555w", "f606w", "f625w", "f775w", "f814w"]
filters = [f"HST_WFC3_{cfilt.upper()}" for cfilt in wfc3_uvis]
Expand Down

0 comments on commit acddc97

Please sign in to comment.