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

Convert lists of values to np.array() #121

Open
2 tasks
PanekOndrej opened this issue May 5, 2023 · 0 comments
Open
2 tasks

Convert lists of values to np.array() #121

PanekOndrej opened this issue May 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@PanekOndrej
Copy link
Collaborator

PanekOndrej commented May 5, 2023

📝 Description of the feature

OptiSLang server sends:

  • vector, matrix as data type list or str
    • convert this to np.array() for user convenience
  • xydata, signal as dict (e. g. {'channels': List[float] ..)
    • create classes XYdata and Signal to store these
@PanekOndrej PanekOndrej added the enhancement New feature or request label May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant