-
Notifications
You must be signed in to change notification settings - Fork 22
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
BGS redshift efficiency under nominal (moon down!) conditions #286
Conversation
This looks good! I haven't gone through in detail, but it looks like you have simulated an ~unbiased sample of 1K BGS bright+faint targets and run them through redrock (which is taking ~3mins per spectrum on 4 cores?) Is the ~linear drop in efficiency with r-mag > 19 expected? Efficiencies < 50% for the BGS-faint program are sobering. I didn't expect the efficiency to be flat in redshift, due to the improvement in fiberloss with DA(z), but perhaps you aren't including this effect or there is a compensating effect? Can you plot the efficiency vs median(SNR) in each camera, since that's closest to the "redshift success" proxy I am using for the exposure time model. There is a canned plotting routine |
Thanks for the comments, @dkirkby. It's definitely a work in progress -- I'm building more QA that will help us understand what's going on. For example, regarding the significant drop in efficiency starting around r~19. It looks like nearly all (92%!) of the "lost" redshifts are at the correct redshift but have ZWARN==4, which is the "small_delta_chi2" flag. So I'm optimistic that we'll be able to recover these by staring at the chi2 vs redshift curves (volunteers are welcome). Regarding the fiberloss: I'm using whatever is implemented in As for the time -- there are 100 spectra per "chunk" of files so |
Just for confirmation, am I understanding correctly that the difference of efficiency you show with what I simulated is due to the moon? |
Right, my simulations are moon down / no moon, which is what @dkirkby needs (in desihub/desisurvey#77). I also have the "right" input distribution of redshifts and magnitudes because I tie the galaxy templates to the MXXL/BGS mock whereas I think you used a uniform input distribution of magnitudes and redshifts? Related: In this notebook I should also derive the redshift efficiency with the set of BGS reference spectra generated in #285 and scaled to r=19.5 so we can tune the exposure time to achieve the redshift efficiency we need / want. But suggestions for dealing with galaxies with |
This PR just adds a notebook, so I'd like to merge even though Travis tests have not yet passed. |
The notebook in this PR builds on lots of previous work by me, @akremin, @sbailey, and @julienguy.
Here, I attempt to quantify the redshift efficiency of BGS targets under "nominal" conditions (i.e., moon-down, 5 minute exposures). The results are just based on 1000 simulated spectra so far, so there's small-number statistics to contend with, but the results are nevertheless interesting.
This work is closely related to desihub/desisurvey#77, so input from @dkirkby would be welcome.