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-36169: ability to read metadata from specific named HDUs #655

Merged
merged 3 commits into from
Sep 14, 2022

Commits on Sep 14, 2022

  1. Add wrapper for fits_movnam_hdu function

    Adding an overload for setHdu, which allows to move to a named HDU with a type. A thin wrapper around cfitsio's fits_movnam_hdu.
    weatherhead99 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    a5b7a3d View commit details
    Browse the repository at this point in the history
  2. Add new setHdu overloads to python module

    - Fits.setHdu can now accept hduname argument
    - expose one of the new readMetadata top level functions which can take a HDU name instead of number
    weatherhead99 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    4ffa49d View commit details
    Browse the repository at this point in the history
  3. add tests to check navigation to named HDUs from python

    Also includes  a sample MEF file with extra headers for testing
    weatherhead99 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    0106e6c View commit details
    Browse the repository at this point in the history