Skip to content

fix plots#475

Open
FilipeFcp wants to merge 2 commits intodevelopfrom
filipe/fixImportGDs
Open

fix plots#475
FilipeFcp wants to merge 2 commits intodevelopfrom
filipe/fixImportGDs

Conversation

@FilipeFcp
Copy link
Copy Markdown
Contributor

For some reason, the plots were missing.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 17, 2026

Spell Check Report

GDSImport.ipynb:

Cell 3, Line 3: 'sub-cell'
  > To load the geometry from a GDSII file, we use `pf.load_layout`, which reads the file and returns a dictionary of `Component` objects. We then use `pf.find_top_level` to automatically identify the top-level cell — the one that is not referenced as a sub-cell by any other cell in the file:
Cell 5, Line 3: 'datatype', 'sub-cell'
  > `get_structures()` extracts all 2D structures from the component (including flattened sub-cell references), grouped by `(layer, datatype)` pairs. This tells us which layers are present and how many structures each contains:
Cell 7, Line 3: 'fabrication-related'
  > We can also define fabrication-related parameters. We consider the waveguide sidewalls to be slanted by `sidewall_angle` — positive values model the typical fabrication scenario where the base of the waveguide is wider than the top. A small `dilation` accounts for proximity effects.
Cell 8, Line 12: 'datatype'
  > # Map (layer, datatype) -> medium and extrusion parameters

Checked 1 notebook(s). Found spelling errors in 1 file(s).
Generated by GitHub Action run: https://github.com/flexcompute/tidy3d-notebooks/actions/runs/24572553434

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants