Revision: 65172
          http://sourceforge.net/p/brlcad/code/65172
Author:   carlmoore
Date:     2015-06-03 22:21:01 +0000 (Wed, 03 Jun 2015)
Log Message:
-----------
put 'bwstat' in boldface, and fix the line breaks near it

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/system/man1/en/bwmod.xml

Modified: brlcad/trunk/doc/docbook/system/man1/en/bwmod.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/man1/en/bwmod.xml   2015-06-03 20:11:10 UTC 
(rev 65171)
+++ brlcad/trunk/doc/docbook/system/man1/en/bwmod.xml   2015-06-03 22:21:01 UTC 
(rev 65172)
@@ -103,12 +103,14 @@
 [Note however that applying gammas this way is not recommended since
 a function call per pixel results!]</para>
 
-<para>Suppose you ran bwstat on a file and found min=80, max=210, mean=100.
+<para>Suppose you ran <command>bwstat</command> on a file and found min=80, 
max=210, mean=100.
 If you wish to expand the range of intensities, while still preserving
 the mean, this can be done by:
+<!-- .br -->
 <userinput>bwmod -s100 -m1.409 -a100 &lt; file.bw &gt; file2.bw</userinput>
-<!-- .br -->
-Where 1.409 results from (255-100)/(210-100) which is what one would use
+</para>
+<para>
+where 1.409 results from (255-100)/(210-100) which is what one would use
 by boost the max value (210) to full scale (255) after subtracting the
 mean (100).  Subtracting and adding 100 make the multiply occur
 "about that point", i.e. value less than 100 will get smaller; those

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to