-
Notifications
You must be signed in to change notification settings - Fork 9
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
notebook example broken? #86
Comments
I'm trying to run the notebook example SimulationExamples. When running the config step:
I get an error: RuntimeError Traceback (most recent call last) /Users/ngbusca/anaconda2/lib/python2.7/site-packages/specsim-0.12.dev764-py2.7.egg/specsim/simulator.pyc in init(self, config, num_fibers, camera_output, verbose) /Users/ngbusca/anaconda2/lib/python2.7/site-packages/specsim-0.12.dev764-py2.7.egg/specsim/instrument.pyc in initialize(config, camera_output) RuntimeError: Cannot find file /Users/ngbusca/Boulot/DESI/desimodel/data/throughput/galsim-fiber-acceptance.fits. May need to update desimodel svn ? |
Indeed, the file galsim-fiber-acceptance.fits is missing... is it supposed to be shipped with specsim or should I get it from somewhere else? |
Yes, indeed, update desimodel svn to get |
Yep, svn update in $DATAMODEL fixed it! Thanks @sbailey |
No description provided.
The text was updated successfully, but these errors were encountered: