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

DM-35336: Several updates and fixes to stellar locus plots #48

Merged
merged 5 commits into from
May 6, 2023

Commits on May 5, 2023

  1. Set configs and defaults for colorColorPlot

    Includes adding configurable axis limit setting.
    laurenam committed May 5, 2023
    Configuration menu
    Copy the full SHA
    ed5f022 View commit details
    Browse the repository at this point in the history
  2. Add option to make colorColorPlots contour plots

    Adds config parameter, contourPlot to ColorColorPlotTask such that,
    when True, instead of a scatter plot color-mapped by magnitude, a
    number density based contour plot is created with two panels
    (left: stars, right: galaxies).
    
    These take some time to make so should only be generated for specific
    use cases or if runtime is not an issue (i.e. they are likely tier 2
    or 3 plots).
    laurenam committed May 5, 2023
    Configuration menu
    Copy the full SHA
    1871ae6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23c861f View commit details
    Browse the repository at this point in the history
  4. Updates and fixes for stellar locus fit plotting

    This includes setting configs more consistently, fixing issues where
    the plot was misleading (i.e. not reflecting reality in terms of the
    points being used in the fit and the density color-mapping), updating
    the statistics to be given in mmag, updating labels to add info as
    well as remove some irrelevant entries, and adds the ability to set
    axis limits explicitly.
    laurenam committed May 5, 2023
    Configuration menu
    Copy the full SHA
    887aec7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d55eb4 View commit details
    Browse the repository at this point in the history