Closed sbailey closed 6 years ago
I committed a fix to the dithering branch. I will request a pull.
The command mentioned above is working in the latest tag (v0.12):
quickfiberloss -n 100 --disk-fraction 0.5 --bulge-fraction 0.5
Closing now, but re-open if I misunderstood the issue.
I'm trying to generate a fiberloss table for different galaxy parameters following the instructions at http://specsim.readthedocs.io/en/stable/fiberloss.html
quickspecsim -c desi-elg --save-fiberloss desi-elg-fiberloss
generates a fits file with 70 HDUs but apparently not the ecsv file needed to pass back into the config file.quickfiberloss
has a number of the shape parameters that I would like to vary (handy instead of having to edit the yaml file for each variation), but it apparently doesn't have a way to save the results, and that script is currently broken:I can probably derive what I need from the underlying code, but it would be helpful to have these outer wrapper scripts working again too.