-
Notifications
You must be signed in to change notification settings - Fork 17
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
Replace all results objects in 0.2 with arrays #899
Comments
The dimension of the array will be: (shots, sweeper1, sweeper2, ..., sweeperN) # discriminated
(shots, sweeper1, sweeper2, ..., sweeperN, 2) # IQ
(shots, sweeper1, sweeper2, ..., sweeperN, times) # raw waveforms without A function to yield the shape given |
@stavros11 @andrea-pasquale: I was considering having a fixed amount of dimensions, other than the sweeper ones. I.e. replacing "missing" dimensions with This operation could be automatically undone with The idea behind would be to have a more predictable shape, and to keep the same rank (as much as possible). In principle, this may complicate the handling of different execution parameters (acquisition type and averaging mode). In practice, I expect that they have to be handled separately in any case... |
Originally posted by @alecandido in #896 (review)
The text was updated successfully, but these errors were encountered: