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

Update for ndcube 2.1 #182

Merged
merged 8 commits into from
Oct 11, 2021
Merged

Update for ndcube 2.1 #182

merged 8 commits into from
Oct 11, 2021

Commits on Aug 25, 2021

  1. Define IRIS Meta object.

    DanRyanIrish committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    4f7aea4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. In IRIS SG reader, move all extra coords to metadata except time.

    Also move all metadata to the raster cube level.
    DanRyanIrish committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    f721487 View commit details
    Browse the repository at this point in the history
  2. Remove extra_coords kwarg from SpectrogramCube init.

    This is in accordance with API changes in ndcube 2.0.
    
    Create new celestial properties in SpectrogramCube and
    SpectrogramSequence to give the celestial coordinates of the pixels.
    DanRyanIrish committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    53d0b70 View commit details
    Browse the repository at this point in the history
  3. Move calculation of coord names and storage locations from Spectrogra…

    …m init to the properties which rely on them.
    DanRyanIrish committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    b4e59a0 View commit details
    Browse the repository at this point in the history
  4. Re-implement SpectrogramCube.exposure_time assuming exposure time sto…

    …red in meta.
    
    Also tidy up/bugfix repr strings.
    DanRyanIrish committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    9fec766 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2d14a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57d5217 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Configuration menu
    Copy the full SHA
    f32591d View commit details
    Browse the repository at this point in the history