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-10155: Implement in-place SourceCatalog operators in PhotoCalib #457

Merged
merged 6 commits into from
Apr 24, 2019

Commits on Apr 22, 2019

  1. Configuration menu
    Copy the full SHA
    b6fa80f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b17f127 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0faae3a View commit details
    Browse the repository at this point in the history
  4. Vectorize PhotoCalib evaluation of arrays

    AST-backed BoundedFields (e.g. TransformBoundedField) perform much better on
    arrays of points, than single operations. This change gives about a 17x
    speedup for `photoCalib.instFluxToNanojansky(src, 'slot_PsfFlux')` for a
    TransformBoundedField-based photoCalib. It is about 25% slower for spatially-
    constant PhotoCalibs but still below a millisecond, so that difference
    should not matter.
    parejkoj committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    4ce4f68 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Add evaluateCatalog

    This code block had already turned up twice, and I'll need it again for
    `calibrateCatalog`, so pull it out into a private method.
    parejkoj committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    bea9032 View commit details
    Browse the repository at this point in the history
  2. Add calibrateCatalog with tests

    Refactor catalog tests to make them safer.
    parejkoj committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    5abe592 View commit details
    Browse the repository at this point in the history