GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
gdsreader(1) Utility gdsreader(1)

gdsreader - simple Calma parser/printer tool

gdsreader [-h|--help]

gdsreader [-i|--ifile <filename>] [-H|--hpglfile <filename>] [-p|--psfile <filename>] [-v|--povfile <filename>] [-c|--configfile <filename>] [-s|--struct <filename>]

This program produces HPGL, PS, and POVRAY scene files from Calma (GDS2) files. To do this it requires a configuration file supplied by the user describing the GDS layers and the preferences as to how they be drawn.

-h, --help: prints this help text
-H, --hpglfile "file": opens "file" for writing HPGL (defaults to result.plt)
-p, --psfile "file": opens "file" for writing PostScript (defaults to result.ps)
-v, --povfile "file": opens "file" for writing POVRAY (defaults to result.pov)
-i, --ifile "file": opens "file" as the GDSii input file (if not specified, stdin is used)
-c, --configfile "file": opens "file" as the layers definition file (defaults to .layers.config)
-s, --struct "sname": "sname" is the top cell to be printed (if not specified, the names of all structures and layers are written to stdout. No PS/HPGL/POV files are generated)

result.*, *.gds, layers.config

NONE No special Environment variables

To run this program the standard way type:

gdsreader -i mygdsfile.gds -c mylayers.config

(This would produce result.ps, result.plt, and result.pov)

In the install directory, under doc/gdsreader, there should be a sample test.gds and layers.config file. The layers.config file should contain layer descriptions of the form:

[...]
newlayer gdsno 15 hidden no name Ndiff red 0.9 green 0.1 blue 0.9 fill no hatch no thickness 0.1 depth -0.02
endlayer
[...]

The depth and thickness parameters are only used for povray output.

Serban-Mihai Popescu <serbanp@ix.netcom.com>
Peter F. Curran (povray mods) <curran@rpi.edu>

maptolayer(1), povray(1)
0.3.1 Serban-Mihai Popescu (serbanp@ix.netcom.com)

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.