Node: Medium Data #56
Labels
No Label
abstractions
architecture
bug
distribution
docs
duplicate
enhancement
feature
physical
proposal
question
simulation
tooling
tracker
unconfirmed
ux
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Blocks
#27 Implementation Tracker
so-rose/oscillode
Reference: so-rose/oscillode#56
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Essentially we need robust ways of getting, fitting, and using medium data in our simulations.
DataFit Medium (Mediums)
Tidy3D File Importer
, except now only accept aData
input socket, and rely on theData File Importer
to do the parsing into an acceptableExpr
socket format.Expr
socket.LinAlgError
when SVD fails during a data fit.File Importers / Data File Importer (Inputs)
FlowKind.LazyValueFunc
that plays the loading game.FlowKind.Info
which lets the user describe the data being loaded, for proper further processing.FlowKind.Array
that just runs theLazyValueFunc
as usual.File Importers / RIIO Web Importer (Inputs)
riip
library: https://pypi.org/project/riip/Library Medium
node?Forgot to note this but in commit
0f2f494868205f886ad56317f8f153a9e2bddf57
we did the data file importer.