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

Improve how we handle reprojection #1895

Merged
merged 32 commits into from
Jan 28, 2019

Commits on Jan 21, 2019

  1. Started work to support reprojecting to arbitrary pixel grids and imp…

    …lement general Data.get_fixed_resolution_buffer method
    astrofrog committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    0506688 View commit details
    Browse the repository at this point in the history
  2. Add broadcast flag

    astrofrog committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    7319827 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b2f28c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04d9de1 View commit details
    Browse the repository at this point in the history
  5. Avoid using np.ones_like, instead broadcasting a single scalar, to im…

    …prove performance of CoordinateComponentLink.using
    astrofrog committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    081944c View commit details
    Browse the repository at this point in the history
  6. Improve performance of get_fixed_resolution_buffer by using broadcast…

    …ing in meshgrid, and unbroadcasting temporarily when converting coordinates to integers
    astrofrog committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    cdba47f View commit details
    Browse the repository at this point in the history
  7. Further improvements to fixed resolution buffer functionality, use ca…

    …che for image viewer, and make sure we re-use cache if irrelevant bounds change
    astrofrog committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    1ff88ec View commit details
    Browse the repository at this point in the history
  8. Re-implement pixel cache

    astrofrog committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    fa07701 View commit details
    Browse the repository at this point in the history
  9. Fix test that was related to adding/removing links and seeing how lay…

    …ers got enabled/disabled
    astrofrog committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    c5aa05b View commit details
    Browse the repository at this point in the history
  10. Fix script export

    astrofrog committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    c0ba53e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Simplify modest image class

    astrofrog committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    2a43c88 View commit details
    Browse the repository at this point in the history
  2. Restore modest image to original code and instead create a new FRBArt…

    …ist class for the image viewer
    astrofrog committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    ed6562f View commit details
    Browse the repository at this point in the history
  3. Add back _remove_method

    astrofrog committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    e675dd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35b3261 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e00543d View commit details
    Browse the repository at this point in the history
  6. Remove unused imports

    astrofrog committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    ba54323 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    141e2d1 View commit details
    Browse the repository at this point in the history
  8. Remove unused import

    astrofrog committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    d5dc339 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    75f7572 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Configuration menu
    Copy the full SHA
    c63bfc7 View commit details
    Browse the repository at this point in the history
  2. Fix standalone image viewer

    astrofrog committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    2d2ed82 View commit details
    Browse the repository at this point in the history
  3. Added missing import

    astrofrog committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    ab0bee2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0147af3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    79259f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ddbb3d View commit details
    Browse the repository at this point in the history
  3. Simplify code by making array maker a callable rather than an object …

    …with a get_array method
    astrofrog committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    01ea631 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    501e0fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f41f0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f334bab View commit details
    Browse the repository at this point in the history
  7. Fix whitespace

    astrofrog committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    6cb2dab View commit details
    Browse the repository at this point in the history
  8. Remove unused code

    astrofrog committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    fefd21f View commit details
    Browse the repository at this point in the history
  9. Added changelog entry

    [ci skip]
    astrofrog committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    0f7ab55 View commit details
    Browse the repository at this point in the history