Imported Upstream version 4.6.0
[debian/atlc] / man / man1 / readbin.1
1 .TH readbin 1 "atlc-4.4.2 28th Sept 2003" "Dr. David Kirkby"
2 .ds n 5
3 .SH NAME
4 \fBreadbin\fR - ATLC's binary file information provider
5 .SH SYNOPSIS
6 \fBreadbin  filename.bin\fR
7 .br
8 .SH WARNING
9 This man page is not a complete set of documentation - the complexity of the atlc project makes man pages not an ideal way to document it, although out of completeness, man pages are produced. 
10 The best documentation that was current at the time this version was produced should be found on your
11 hard drive, usually at 
12 .br
13 /usr/local/share/atlc/docs/html\-docs/index.html 
14 .br
15 although it might be elsewhere if
16 your system administrator chose to install the package elsewhere. Sometimes, errors are corrected
17 in the documentation and placed at http://atlc.sourceforge.net/ before a new release of atlc is
18 released.  Please, if you notice a problem with the documentation - even spelling errors and typos,
19 please let me know. 
20
21 .SH DESCRIPTION
22 \fBreadbin\fR  reports on the number and type of pixels created 
23 by the program atlc. 
24 .PP 
25 .SH OPTIONS
26 .br
27 There are no options for readbin
28 .SH EXAMPLE
29 % readbin coax2.V.bin
30 .br
31 file length=127008 bytes = 15876 pixels
32 .br
33 there are: 489 ones, 10852 zeros, 0 -ones, 4535 other values
34 .br
35 .SH FILES
36 atlc-X.Y.Z/docs/html-docs/index.html
37 .br
38 the full documentation. 
39 bitmapfile.bmp
40    Original bitmap file. Must be 24-bit colour uncompressed.
41 .br
42 .br 
43 bitmapfile.Ex.bin
44 .br 
45    X-component of E-field as a binary.  
46 .br
47 bitmapfile.Ey.bin
48 .br
49    y-component of E-field as a binary. .
50 .br 
51 bitmapfile.E.bin
52 .br 
53    Sqrt(Ex^2+Ey^2), as a binary. 
54 bitmapfile.V.bin
55 .br 
56 bitmapfile.V.bin
57 .br 
58    Voltage as a binary. 
59 .PP
60 All the saved binary files (.bin's) are saved as a double precision
61 number for each of the pixels. The first double is the top left, the
62 last the bottom right. 
63 .PP
64 .SH SEE ALSO
65
66 atlc(1)
67 create_bmp_for_circ_in_circ(1)
68 create_bmp_for_circ_in_rect(1)
69 create_bmp_for_microstrip_coupler(1)
70 create_bmp_for_rect_cen_in_rect(1)
71 create_bmp_for_rect_cen_in_rect_coupler(1)
72 create_bmp_for_rect_in_circ(1)
73 create_bmp_for_rect_in_rect(1)
74 create_bmp_for_stripline_coupler(1)
75 create_bmp_for_symmetrical_stripline(1)
76 design_coupler(1)
77 find_optimal_dimensions_for_microstrip_coupler(1)
78 .P 
79 .br
80 http://atlc.sourceforge.net                - Home page 
81 .br
82 http://sourceforge.net/projects/atlc       - Download area
83 .br
84 atlc-X.Y.Z/docs/html-docs/index.html       - HTML docs
85 .br
86 atlc-X.Y.Z/docs/qex-december-1996/atlc.pdf - theory paper
87 .br
88 atlc-X.Y.Z/examples                        - examples
89 .br