-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRDS Error - NIRISS SOSS Exoplanet Notebook #788
Comments
Since CRDS is providing an HST link rather than JWST, my guess is that your environment variables are not set to the right values.
Bryan |
Hi Bryan! I believe I have done this? I have a bash cell (%%bash) with these commands within the notebook, is this a valid way to establish those environment variables? |
It may be. I don't think I've ever tried that method. I usually set environment variables using the
Once those are set up, you shouldn't have to think much about reference files. They'll be downloaded to your local cache at the time that you (or Mirage) calls the calibration pipeline. I'd suggest trying this method and see if you get the same error. |
That has removed my error, thanks so much! It begins fetching and downloading files but my kernel dies each time at this point:
Then I receive the kernel restarting message pop up. |
I don't think I've ever seen that before. @hover2pi have you? I wonder if you were to copy/paste the cells from the notebook into a script and run it, if it would work? Or perhaps give a more helpful message when it fails? |
Since I'm using a virtual environment for mirage, and this is through an online Jupyter server, I made the py file script on my computer and then ran it through terminal in Jupyter with the command
|
Hello there!
I am a student new to exploring MIRAGE, I attempted to try out the NIRISS SOSS exoplanet example notebook. When I performed the sim.create() command I received the following error:
CRDS - ERROR - (FATAL) CRDS server connection and cache load FAILED. Cannot continue.
See https://hst-crds.stsci.edu/docs/cmdline_bestrefs/ or https://jwst-crds.stsci.edu/docs/cmdline_bestrefs/
for more information on configuring CRDS, particularly CRDS_PATH and CRDS_SERVER_URL. : [Errno 2] No such file or directory: '/grp/crds/cache/config/jwst/server_config'
I followed the second link to the JWST CRDS install/config page and tried to follow the steps. However, I am currently stuck in the “Assigning, obtaining, and caching reference files” section, as the Performing JWST Calibrations link leads to a 404 Not Found error.
I would appreciate any advice or input you have on how to remedy this.
Let me know if this is the right place to ask these questions, if not, I would appreciate directions to the correct procedure.
Thanks!
The text was updated successfully, but these errors were encountered: