You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the fiberloss method in the config file is set to galsim, initialize(config, camera_output) in instrument.py still looks for the galsim-fiber-acceptance.fits file:
RuntimeError: Cannot find file ~/Data/desimodel/0.4.2/data/throughput/galsim-fiber-acceptance.fits. May need to update desimodel svn ?
This was run on an older desimodel version 0.9.0.dev307, but this file should still only be required in fastsim mode.
The text was updated successfully, but these errors were encountered:
Although I suggested this issue, after looking at the code I think the correct way to work without this file is to comment out this line in the config file
I just added some comments to this section of desi.yaml to clarify this, and improved the error handling when "fastsim" is requested, but this line is commented.
When the fiberloss method in the config file is set to galsim,
initialize(config, camera_output)
ininstrument.py
still looks for thegalsim-fiber-acceptance.fits
file:This was run on an older desimodel version 0.9.0.dev307, but this file should still only be required in fastsim mode.
The text was updated successfully, but these errors were encountered: