Downloads
Name | System | Description | Download Link |
---|---|---|---|
EBPG Fun Pak | EBPG, Linux |
All sorts of EBPG goodies, including gpfsort, gpfmerge, calc.py, align_window, find_edge, find_square, and more. Now contains fieldfudge.py 2.0, a cringy way of double-exposing patterns at field boundaries. Check out the presentation on drift and sorting for examples of gpfsort in action. Gpfsort and ybrsort can now sort fields by a specified path. New: set_current is even more reliable. |
![]() |
Flatten GDS v3.0 | Linux, generic |
Flatten GDSII pattern files, removing hierarchy and rendering rotations, scaling, etc, as simple polygons. Multiple inceptions of rotated and scaled cells are now handled properly. |
![]() |
GDS Dump | Linux, generic |
Print contents of a GDSII pattern file as text, which is useful for debugging CAD problems. |
![]() |
GDS Library | Linux, generic |
A library of C functions for reading and writing GDSII pattern format. Example included. |
![]() |
TIFF to GDS | Linux, generic |
Convert TIFF images into GDSII format, e.g. for e-beam exposure (version 2) |
![]() |
Bruker AFM Analysis | Windows |
Bruker’s AFM NanoScope Analysis, for Yale AFM users only. Others, please contact Bruker directly. |
|
. |
Installation
To unpack downloaded files that end in “.tar”, use the command
tar xvf filename.tar
To unpack downloaded files that end in “.tar.gz” or “.tgz” use the command
tar xvzf filename.tar.gz
To unpack files that end in “.zip”… If you need help with this then you really should not be attempting e-beam lithography. Go home and take a nap.
Look in the file INSTALL or install.txt for further instructions.
These programs are open-source and are dependent on other open-source code. They will run on nearly any distribution of GNU/Linux and are distributed here under the GNU general public license.