-
Notifications
You must be signed in to change notification settings - Fork 0
The Measurement Object MVP #2
Copy link
Copy link
Labels
[area] MeasurementThe data-container and viewerThe data-container and viewer[priority] highestUrgent. Needs attention ASAPUrgent. Needs attention ASAP[scope] significantBreaking or major changes (MAJOR.minor.patch)Breaking or major changes (MAJOR.minor.patch)
Metadata
Metadata
Assignees
Labels
[area] MeasurementThe data-container and viewerThe data-container and viewer[priority] highestUrgent. Needs attention ASAPUrgent. Needs attention ASAP[scope] significantBreaking or major changes (MAJOR.minor.patch)Breaking or major changes (MAJOR.minor.patch)
Projects
Status
Done
Discussed in #1
Originally posted by damskii9992 March 24, 2025
General
Following the discussion of the Top-level API in https://github.com/orgs/easyscience/discussions/29, the
Measurementobject is one of the 5 main objects in the API which the user will interact with.The
Measurementobject will contain the measured data in the form of a Scipp Data Group, together with a list ofRegionOfInterests(ROI) objects.The
MeasurementObject is responsible for converting calls to Scipp syntax in order to interface with the Scipp Data Group and to interface with various data loaders and view and inspect the data.