meganmansfield / ERS_NIRCam

Demonstration to duplicate the data reduction of a transit of WASP-39b observed with NIRCam/F322W2 as part of the JWST Transiting Exoplanet Early Release Science Program (ERS 1366). This demonstration follows the data reduction with Eureka! presented in Ahrer et al. (2022).
MIT License
2 stars 1 forks source link

CRDS environmental variables not set #3

Open jkrick opened 1 year ago

jkrick commented 1 year ago

I ran into a CRDS problem when trying to run your demo code. Even though they are set in my .bashrc as the Eureka documentation suggests, the notebook wasn't picking them up. I solved it by adding the following lines under the import packages cell:

`%env CRDS_PATH=/path/to/JWST/eureka/crds_cache

%env CRDS_SERVER_URL=https://jwst-crds.stsci.edu`

meganmansfield commented 1 year ago

Thanks for the heads up! It looks like this is probably an issue with how your Eureka/CRDS set-up was working, but this is good to know for how to fix it.