-
Notifications
You must be signed in to change notification settings - Fork 37
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
Create the_last_metric.py #413
base: main
Are you sure you want to change the base?
Conversation
An information-based metric comparing the recoverability of redshift information of simulated OpSims runs. It returns a single number as the Figure of Merit for an OpSim.
Hi @xiaolng my apologies on the delay - this has been a very busy season for our team. I appreciate the contribution of this metric, but as it sits right now - this isn't the API we would expect for a Can we schedule a time to talk about how to reformat this? When reading through the metric, what it looks like to me (please correct me where I have misinterpreted what's happening) is that the steps are approximately --
If so, I can see how it is difficult to see how to squish this into our framework ..
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments above.
One final question though -- does this need to run on a machine with a GPU?
Modify TheLastMetric to MAF api
Are you still working on this PR? I would like it if the metric did not write the sub-selected stellar catalog to disk (and then read it back in during the "run" method). |
An information-based metric comparing the recoverability of redshift information of simulated OpSims runs. It returns a single number as the Figure of Merit for an OpSim. Reference: Alex M, et al. An information-based metric for observing strategy optimization, demonstrated in the context of photometric redshifts with applications to cosmology
https://arxiv.org/abs/2104.08229