This file is indexed.

/usr/share/doc/atlc/html-docs/readbin.1.html is in atlc 4.6.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 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
126
127
128
129
130
131
132
<HTML>
<BODY>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->

</PRE>
<H2>NAME</H2><PRE>
     <B>readbin</B> - ATLC's binary file information provider


</PRE>
<H2>SYNOPSIS</H2><PRE>
     <B>readbin</B>  <B>filename.bin</B>


</PRE>
<H2>WARNING</H2><PRE>
     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. The best documentation that was current at the
     time this version was produced should be found on your  hard
     drive, usually at
     /usr/local/share/atlc/docs/html-docs/index.html
     although it might be elsewhere if your system  administrator
     chose  to  install  the package elsewhere. Sometimes, errors
     are  corrected  in   the   documentation   and   placed   at
     http://atlc.sourceforge.net/ before a new release of atlc is
     released.  Please, if you notice a problem with the documen-
     tation - even spelling errors and typos, please let me know.



</PRE>
<H2>DESCRIPTION</H2><PRE>
     <B>readbin</B>  reports on the number and type of pixels created by
     the program atlc.


</PRE>
<H2>OPTIONS</H2><PRE>
     There are no options for readbin


</PRE>
<H2>EXAMPLE</H2><PRE>
     % readbin coax2.V.bin
     file length=127008 bytes = 15876 pixels
     there are: 489 ones, 10852 zeros, 0 -ones, 4535 other values


</PRE>
<H2>FILES</H2><PRE>
     atlc-X.Y.Z/docs/html-docs/index.html
     the full documentation. bitmapfile.bmp
        Original bitmap file. Must be 24-bit colour uncompressed.
     bitmapfile.Ex.bin
        X-component of E-field as a binary.
     bitmapfile.Ey.bin
        y-component of E-field as a binary. .
     bitmapfile.E.bin
        Sqrt(Ex^2+Ey^2), as a binary. bitmapfile.V.bin
     bitmapfile.V.bin
        Voltage as a binary.

     All the saved binary files (.bin's) are saved  as  a  double
     precision number for each of the pixels. The first double is
     the top left, the last the bottom right.



</PRE>
<H2>SEE ALSO</H2><PRE>
     <B>atlc(1)</B>                       <B>create_bmp_for_circ_in_circ(1)</B>
     <B>create_bmp_for_circ_in_rect(1)</B>
     <B>create_bmp_for_microstrip_coupler(1)</B>
     <B>create_bmp_for_rect_cen_in_rect(1)</B>
     <B>create_bmp_for_rect_cen_in_rect_coupler(1)</B>
     <B>create_bmp_for_rect_in_circ(1)</B>
     <B>create_bmp_for_rect_in_rect(1)</B>
     <B>create_bmp_for_stripline_coupler(1)</B>
     <B>create_bmp_for_symmetrical_stripline(1)</B>    <B>design_coupler(1)</B>
     <B>find_optimal_dimensions_for_microstrip_coupler(1)</B>

     http://atlc.sourceforge.net                - Home page
     http://sourceforge.net/projects/atlc       - Download area
     atlc-X.Y.Z/docs/html-docs/index.html       - HTML docs
     atlc-X.Y.Z/docs/qex-december-1996/atlc.pdf - theory paper
     atlc-X.Y.Z/examples                        - examples



































</PRE>
<HR>
<ADDRESS>
Man(1) output converted with
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
</ADDRESS>
</BODY>
</HTML>