-
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
Run quickquasars with eBOSS option #481
Conversation
Merge with master branch
I meant to include above: successfully running the eBOSS version also requires adding a FITS file to desimodel for fiber positions within the eBOSS field radius (to be read by |
@sbailey, it trigered an error that does not seem related to the branch:
|
@sbailey, thanks for the help. |
Travis test failure was indeed an unrelated problem that randomly crops up when simulating ELGs for the tests. I restarted Travis. Code here looks fine. It looks like it only requires the eboss config and the update specsim if running quickquasars for eboss (i.e. it doesn't break DESI usage), so I'm fine with merging this now (after Travis finishes), or waiting for specsim et al to be updated too. |
@sbailey, thank you very much. Let's wait for specsim to be merged. I will go ahead and do it myself when ready. |
Now Travis is failing after the code installation, before it even gets to running the tests. I'll wait and try the tests again later. |
@sbailey, I merged it with master to trigger new tests, and it fails there, which still does not look like our bad job:
|
Hi everyone - what is the status of this pull request? Also, does this include the log(lambda) binning used in SDSS, or does it still use bins constant in lambda (like DESI)? |
@andreufont, the status is that we are waiting for reviews in desisim and specsim. |
Who are the reviewers? Are they aware of it? |
I'm patching up the Travis testing, but am otherwise find for this to be merged, either before or after desihub/specsim#100 as long as this doesn't break the DESI usage (I see a comment over there about a hardcoded |
Are we all waiting for each other here? Is there any reason not to merge this PR now? I'm fine with it as is. Any objections @londumas @belaa @andreufont others? |
@sbailey Sorry for late response was out of town and off email - no objections from me. |
Is this PR still active / valid? @belaa |
@moustakas Yes! It is ready for review, when you get a chance... |
This PR allows the option to run desisim using the 'eBOSS' configuration of specsim. It is motivated by the studies described in Issue #437.
Note: The PR for the specsim sdss (eBOSS) config is pending approval, so that would need to occur before we can move forward with this PR.