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

Support for multiple source insertion #18

Open
kyleaoman opened this issue Jun 30, 2023 · 0 comments
Open

Support for multiple source insertion #18

kyleaoman opened this issue Jun 30, 2023 · 0 comments
Assignees
Milestone

Comments

@kyleaoman
Copy link
Owner

Inserting more than one source into a DataCube seems like a reasonable workflow to support. Need to consider best implementation. Some options:

  • Martini accepts a list of sources instead of a single source and simply inserts each one in turn? Since iteration is over pixels, this is probably inefficient.
  • Martini accepts a list of sources but combines them into a single source before inserting into cube. A CombinedSource module to facilitate this? Questions arise like what is the notional position or vsys of a combined source.
  • Don't add any dedicated features but support with example workflows in documentation.
@kyleaoman kyleaoman added this to the v2.1 milestone Jun 30, 2023
@kyleaoman kyleaoman self-assigned this Jul 18, 2023
@kyleaoman kyleaoman modified the milestones: v2.1, v2.2 Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant