Imported Upstream version 4.6.0
[debian/atlc] / docs / html-docs / readbin.1.html
1 <HTML>
2 <BODY>
3 <PRE>
4 <!-- Manpage converted by man2html 3.0.1 -->
5
6 </PRE>
7 <H2>NAME</H2><PRE>
8      <B>readbin</B> - ATLC's binary file information provider
9
10
11 </PRE>
12 <H2>SYNOPSIS</H2><PRE>
13      <B>readbin</B>  <B>filename.bin</B>
14
15
16 </PRE>
17 <H2>WARNING</H2><PRE>
18      This man page is not a complete set of documentation  -  the
19      complexity  of the atlc project makes man pages not an ideal
20      way to document it, although out of completeness, man  pages
21      are produced. The best documentation that was current at the
22      time this version was produced should be found on your  hard
23      drive, usually at
24      /usr/local/share/atlc/docs/html-docs/index.html
25      although it might be elsewhere if your system  administrator
26      chose  to  install  the package elsewhere. Sometimes, errors
27      are  corrected  in   the   documentation   and   placed   at
28      http://atlc.sourceforge.net/ before a new release of atlc is
29      released.  Please, if you notice a problem with the documen-
30      tation - even spelling errors and typos, please let me know.
31
32
33
34 </PRE>
35 <H2>DESCRIPTION</H2><PRE>
36      <B>readbin</B>  reports on the number and type of pixels created by
37      the program atlc.
38
39
40 </PRE>
41 <H2>OPTIONS</H2><PRE>
42      There are no options for readbin
43
44
45 </PRE>
46 <H2>EXAMPLE</H2><PRE>
47      % readbin coax2.V.bin
48      file length=127008 bytes = 15876 pixels
49      there are: 489 ones, 10852 zeros, 0 -ones, 4535 other values
50
51
52 </PRE>
53 <H2>FILES</H2><PRE>
54      atlc-X.Y.Z/docs/html-docs/index.html
55      the full documentation. bitmapfile.bmp
56         Original bitmap file. Must be 24-bit colour uncompressed.
57      bitmapfile.Ex.bin
58         X-component of E-field as a binary.
59      bitmapfile.Ey.bin
60         y-component of E-field as a binary. .
61      bitmapfile.E.bin
62         Sqrt(Ex^2+Ey^2), as a binary. bitmapfile.V.bin
63      bitmapfile.V.bin
64         Voltage as a binary.
65
66      All the saved binary files (.bin's) are saved  as  a  double
67      precision number for each of the pixels. The first double is
68      the top left, the last the bottom right.
69
70
71
72 </PRE>
73 <H2>SEE ALSO</H2><PRE>
74      <B>atlc(1)</B>                       <B>create_bmp_for_circ_in_circ(1)</B>
75      <B>create_bmp_for_circ_in_rect(1)</B>
76      <B>create_bmp_for_microstrip_coupler(1)</B>
77      <B>create_bmp_for_rect_cen_in_rect(1)</B>
78      <B>create_bmp_for_rect_cen_in_rect_coupler(1)</B>
79      <B>create_bmp_for_rect_in_circ(1)</B>
80      <B>create_bmp_for_rect_in_rect(1)</B>
81      <B>create_bmp_for_stripline_coupler(1)</B>
82      <B>create_bmp_for_symmetrical_stripline(1)</B>    <B>design_coupler(1)</B>
83      <B>find_optimal_dimensions_for_microstrip_coupler(1)</B>
84
85      http://atlc.sourceforge.net                - Home page
86      http://sourceforge.net/projects/atlc       - Download area
87      atlc-X.Y.Z/docs/html-docs/index.html       - HTML docs
88      atlc-X.Y.Z/docs/qex-december-1996/atlc.pdf - theory paper
89      atlc-X.Y.Z/examples                        - examples
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125 </PRE>
126 <HR>
127 <ADDRESS>
128 Man(1) output converted with
129 <a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
130 </ADDRESS>
131 </BODY>
132 </HTML>