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

Add Reproject plugin for reference viewer #813

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Dec 30, 2022

  1. Add Reproject plugin for reference viewer

    - This is a plugin that basically provides a GUI for doing WCS
      reprojections using the AstroPy "reproject" module.
    - Provided mostly as a basis for further discussion on ejeschke#328
    ejeschke committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    2bfd38a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a21d3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73315ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e90a573 View commit details
    Browse the repository at this point in the history
  5. Quiet flake8 warning

    ejeschke committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    8383e68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc36327 View commit details
    Browse the repository at this point in the history
  7. Add Undistort buttin

    - added an undistort button, which creates a reprojection based on the
      current WCS with SIP information removed
    - added enable/disable code to grey out buttons that can't be used
    ejeschke committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    9123dd2 View commit details
    Browse the repository at this point in the history
  8. Added a readable error when reproject module not installed

    - added a readable error message when trying to start the plugin without
      having the astropy reproject module installed
    ejeschke committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    1e15cde View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e75d6d4 View commit details
    Browse the repository at this point in the history