Skip to content

Commit

Permalink
Returned data_containers.py to original state
Browse files Browse the repository at this point in the history
  • Loading branch information
tnking97 committed Apr 24, 2020
1 parent c9ee049 commit ae571b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jwql/website/apps/jwql/data_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
from jwql.utils.constants import MONITORS, JWST_INSTRUMENT_NAMES_MIXEDCASE
from jwql.utils.preview_image import PreviewImage
from jwql.utils.credentials import get_mast_token
# from .forms import MnemonicSearchForm, MnemonicQueryForm, MnemonicExplorationForm
from .forms import MnemonicSearchForm, MnemonicQueryForm, MnemonicExplorationForm


__location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
Expand All @@ -81,8 +81,8 @@ def data_trending():
return variables, dashboard


def nirspec_trending():
"""Container for NIRSpec datatrending dashboard and components
def nirspec_trending():
"""Container for Miri datatrending dashboard and components
Returns
-------
Expand Down Expand Up @@ -801,7 +801,7 @@ def get_thumbnails_by_instrument(inst):
Returns
-------
thumbnails : list
preview_images : list
A list of thumbnails available in the filesystem for the
given instrument.
"""
Expand Down

0 comments on commit ae571b8

Please sign in to comment.