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-37411: Add visit-level PSF model robustness metrics #739

Merged
merged 4 commits into from
Jan 5, 2023

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    88ab3ca View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Add PSF model robustness metrics to summary stats

    This adds the following two metrics to the computeExposureSummaryStats
    task:
    
    maxDistToNearestPsf: the maximum distance (in pixels) of an unmasked pixel
                         to its nearest PSF star (i.e. star that was used in
                         the PSF modeling).
    
    psfTraceRadiusDelta: the delta (in pixels) between the maximum and minimum
                         model PSF trace radius values evaluated on a grid of
                         points lying in the unmasked region of the image.  Set
                         to NaN if any of the model PSF trace values evaluate
                         to NaN.
    
    These metrics may be used downstream as thresholded criteria for
    inclusion in coaddition.
    laurenam committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    1c6167b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0827c80 View commit details
    Browse the repository at this point in the history
  3. Add PSF model robustness criterion to PsfWcsSelectImages

    Namely, add a threshold on maxPsfTraceRadiusDelta.  The default value
    was conditioned on the HSC-RC2 dataset.
    laurenam committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    edc6b08 View commit details
    Browse the repository at this point in the history