We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0ab5c commit 1adcb21Copy full SHA for 1adcb21
everest/config.py
@@ -20,7 +20,7 @@
20
21
# MAST url
22
EVEREST_FITS = os.environ.get('EVEREST_FITS', None)
23
-MAST_ROOT = 'https://archive.stsci.edu/missions/hlsp/everest/'
+MAST_ROOT = 'https://archive.stsci.edu/missions/hlsp/everest/v1/'
24
25
# Default kwargs file
26
KWARGS_PY = \
0 commit comments