-
Notifications
You must be signed in to change notification settings - Fork 8
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
Discard 18<G<19 STD_FAINT as std for Main BRIGHT tiles #411
Comments
Copying here comment made on #410 by @schlafly: "For the STD_BRIGHT vs STD_FAINT thing, I haven't fully understood if we're doing what we want. My sense is that we'd rather have brighter standards than fainter standards always. If such a change were made I don't think we'd want to get rid of STD_FAINT for BRIGHT; they're just a fall back if not enough standards are available. In practice we're taking both with no priorities, but it's not obvious to me that we wouldn't like the faint ones on BRIGHT tiles if no bright ones were available." |
Thanks for that input. What I could do:
|
That would be great. If keeping only STD_BRIGHT delivers enough standards on all tile+petals, then we have a simple solution of just dropping STD_FAINT on the bright-time tiles. Otherwise, we're in a situation where the logic would need to be somewhat more complex since there are already priority considerations on the targets that get bumped. I suppose we would have to run through the loop of assignment of standard stars twice: first for STD_BRIGHT, then again for STD_FAINT. |
Ok, so here is a report of that small exercise; happy to discuss that tomorrow. Foreword:
Method:
Results: If one considers the assigned STD_FAINT, i.e. what will be used by the spectroscopic pipeline, the fraction of TILEID-PETAL with less than 10 assigned STD_FAINT drops to ~6% (covering the inner regions of the green dots above): In the current scheme (STD_BRIGHT, STD_FAINT as standards), 1% only of TILEID-PETAL have STD_FAINT < 10. |
The current behavior is to consider at the same level STD_BRIGHT (16<G<18) and STD_FAINT (16<G<19) targets for Main BRIGHT and DARK tiles:
fiberassign/py/fiberassign/targets.py
Lines 230 to 237 in 33c15ad
Quoting from @djschlegel :
The STD_BRIGHT,STD_FAINT behavior on the dark tiles in correct. Most standards are labeled as both. On the bright tiles, it appears we’re getting an identical distribution of standard stars — spanning r=[16,19] — which is 1 mag fainter than they should be. So… it appears the STD_FAINT-only stars at r=[18,19] are getting selected for the bright tiles, which was not the intention.
The text was updated successfully, but these errors were encountered: