Skip to content

Update for astropy 7.0 and coordinate frame and time changes #217

Description

@samaloney

While trying to merge #216 came across some issue related to the coordinates it seems Astropy has been gradually tightening the API around frames and Time specifically:

  1. Frame attributes must be scalar or strictly broadcastable
  2. Time (hashing, shape handling, broadcasting edge cases involving None / masked values).

This mean the current implantation breaks looking back I don't think having obstime_end as frame attribute is a good approach a frame is only valid with a scalar time or array of times broadcast able to the coordinates or vice versa.

Move the observation time range to a different object (visibilities or map) and keep frame with single time obstime.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions