Skip to content
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

Radii estimation #5

Open
sidneymau opened this issue Dec 28, 2017 · 0 comments
Open

Radii estimation #5

sidneymau opened this issue Dec 28, 2017 · 0 comments

Comments

@sidneymau
Copy link
Member

Currently, the simple binner uses a statistical approach to estimating the galactic radii and records these values; these radii are used for the quoted significance value. However, as these estimates are often very poor, the plot renderer makes a data-driven estimate of the radii and uses these different values for all of the plots. This makes a disparity between what is plotted and what is used for the significance computation.

This could be resolved by choosing either radius consistently.

  • The statistical radius is preferred because it finds the radius of maximum physical significance; however, this is often a characteristically unreal estimation.
  • The data-driven radius is preferred because it prefers a realistic radial profile.

Alternatively, there are a few (potentially) better options:

  1. Use the statistical radius to locate hotspots and then use the data-driven radius to recompute the statistical significance and make the plots.
  2. Improve the statistical radius (somehow...) such that it returns realistic radii estimates comparable to the data-driven radii.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant