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

Introduce container readers. #704

Closed
wants to merge 11 commits into from
Closed

Introduce container readers. #704

wants to merge 11 commits into from

Commits on Jul 13, 2015

  1. Introduce container readers.

    FITS is the first.
    stscieisenhamer committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    108706a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    693209c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2015

  1. Merge pull request #724 from astrofrog/decorate-data-factories

    Remove use of __factories__, use @data_factory for all data factories instead
    astrofrog committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    e869b62 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2015

  1. Introduce container readers.

    FITS is the first.
    stscieisenhamer committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    df2f71b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c78b9e View commit details
    Browse the repository at this point in the history
  3. Bring the fits containter up-to-date with plugins

    The new data_factory decorator is used.
    Also brought in the updated code from the
    original development in another project.
    stscieisenhamer committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    6106bcf View commit details
    Browse the repository at this point in the history
  4. Ensure unique WCS per Data element

    Only if an extension has no WCS defined will
    the Generic Fits loader combine extensions into
    the same Data container.
    
    Otherwise, the user is prompted, through the
    standard glue framework, to combine like-shaped
    data. Hence the user has the option of preserving
    wcs information or not.
    
    The naming scheme is also changed from shape-based
    to extension-based. Whether this is a positive
    change or not will remain to be seen.
    stscieisenhamer committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    68c7fb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0bb122 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2015

  1. Configuration menu
    Copy the full SHA
    3322d95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88c75d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18f9222 View commit details
    Browse the repository at this point in the history