Replies: 2 comments 2 replies
-
|
Technical limitations: Table's .X and .Y are float64. So, for now, if we wanted complex numbers natively in a table, they could only go into .metas. Please, provide specific use cases. These things are hard to do in general. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for raising this! I ran into this with our dual-comb spectrometer a while back. I've also never been super happy with the complex handling in OWFFT that requires multiple-rows per measurement. I tried the brute force approach on Marko's limitation: Redefine the .X array to complex128. My idea was to make a So a specific use case for that system:
Perhaps we can collect a few workflows and highlight where the complex special datastructure (whatever it is) would improve things. My feeling is that most cases it's something like [Data -> Processing] -> Analysis where the square brackets part is complex. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There is an increasing need for complex value data processing. It would be nice to discuss how to handle the complex numbers in quasar. There are several consideration about this:
Complex number creation:
Processes/widgets:
Should widgets check if the input data is complex and pop an error if they are not compatible with complex value data?
Display/dicomplexify:
For displaying data and for some data processing user would need to separate the parts of complex values.
Users should be able to choose between abs/phase or real/imag as outputs
We are very curious about everyone's ideas regarding this topic.
Beta Was this translation helpful? Give feedback.
All reactions