You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bob reads .vis files from MWA. These .vis files contain metadata, like provenance ("these visibilities were measured by MWA"). Bob runs the visibilities through imagers.
Actual Outcome
The resulting Karabo image does not contain information where the data came from.
Expected Outcome
The resulting Karabo image contains metadata information ("this image was generated from MWA visibilities").
Proposed Design
All Karabo objects contain an (perhaps initially untyped?) "metadata" property
All functions that create a new object, e.g. creating an image from visibilities, assign the metadata object from its sources.
Code/frameworks that write external files should try to include as much information from the metadata object in the written files.
For future versions, the functions mentioned in #2 should try to update/change/convert metadata for the respective data product.
The text was updated successfully, but these errors were encountered:
Scenario
Bob reads
.vis
files from MWA. These.vis
files contain metadata, like provenance ("these visibilities were measured by MWA"). Bob runs the visibilities through imagers.Actual Outcome
The resulting Karabo image does not contain information where the data came from.
Expected Outcome
The resulting Karabo image contains metadata information ("this image was generated from MWA visibilities").
Proposed Design
For future versions, the functions mentioned in #2 should try to update/change/convert metadata for the respective data product.
The text was updated successfully, but these errors were encountered: