diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-09-04 17:37:37 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-09-04 17:37:37 (GMT) |
commit | 834be54429ebff2fcb7f645eace54ac3fc5cc946 (patch) | |
tree | f8a1f42152831fd82a265d6fa2abbc396b195862 /ds9/doc/ref/bin.html | |
parent | 47e170932ad0ce98efedc3e40dfb4745d9773bfd (diff) | |
download | blt-834be54429ebff2fcb7f645eace54ac3fc5cc946.zip blt-834be54429ebff2fcb7f645eace54ac3fc5cc946.tar.gz blt-834be54429ebff2fcb7f645eace54ac3fc5cc946.tar.bz2 |
clean up doc html
Diffstat (limited to 'ds9/doc/ref/bin.html')
-rw-r--r-- | ds9/doc/ref/bin.html | 96 |
1 files changed, 45 insertions, 51 deletions
diff --git a/ds9/doc/ref/bin.html b/ds9/doc/ref/bin.html index 966d3ba..0b3e691 100644 --- a/ds9/doc/ref/bin.html +++ b/ds9/doc/ref/bin.html @@ -1,53 +1,47 @@ -<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en"> +<!DOCTYPE doctype PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> - <head> - <meta http-equiv="Content-Type" content="text/html; - charset=ISO-8859-1"> - <meta name="GENERATOR" content="Mozilla/4.78 [en] (X11; U; Linux - 2.4.7-10 i686) [Netscape]"> - <title>Bin</title> - </head> - <body alink="#ff0000" bgcolor="#ffffff" link="#0000ee" text="#000000" - vlink="#551a8b"> - <h3><img alt="" src="../sun.gif" align="middle" height="98" - width="100"> Binning</h3> - <blockquote> - <p>To create an image from a FITS Bin Table, the user needs to - specify a binning factor, binning buffer size, and the binning - function.<br> - </p> - <p>The Binning (or Block) Factor is defined as the following: A - value greater or equal to zero. This value indicates the number - of pixel values that will fall into a particular bin.<br> - </p> - <p>The Bin Buffer Size is overall size of the image generated. - This has no relation to min and max values of the columns used - to create the image. <br> - </p> - <p>The Bin Function is defined as the following: Average - all - pixel values that fall into one pixel bin are averaged. Sum - - all pixel values that fall into one pixel bin are summed.<br> - </p> - <p>Bin to Fit Frame will calculate a bin block factor as a power - of 2 that will allow the entire data space to be displayed in - the current frame. </p> - <p>By default, DS9 will bin about the center of the image. To - determine the center of the image, DS9 will look for the - following keywords in order:</p> - <blockquote> <tt>TDMIN/TDMAX<br> - TLMIN/TLMAX<br> - TALEN<br> - AXLEN</tt> </blockquote> - <p>If no valid keywords are found, DS9 will define the center as - the middle of the possible data space based on the coordinate - data type.</p> - <br> - <p><br> - </p> - <blockquote> </blockquote> - <p><br> - </p> - <br> - </blockquote> - </body> +<head> +<meta name="generator" content= +"HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 15.18.1), see www.w3.org"> +<meta http-equiv="Content-Type" content= +"text/html; charset=us-ascii"> +<meta name="GENERATOR" content= +"Mozilla/4.78 [en] (X11; U; Linux 2.4.7-10 i686) [Netscape]"> +<title>Bin</title> +</head> +<body alink="#FF0000" bgcolor="#FFFFFF" link="#0000EE" text= +"#000000" vlink="#551A8B"> +<h3><img alt="" src="../sun.gif" align="middle" height="98" width= +"100"> Binning</h3> +<blockquote> +<p>To create an image from a FITS Bin Table, the user needs to +specify a binning factor, binning buffer size, and the binning +function.<br></p> +<p>The Binning (or Block) Factor is defined as the following: A +value greater or equal to zero. This value indicates the number of +pixel values that will fall into a particular bin.<br></p> +<p>The Bin Buffer Size is overall size of the image generated. This +has no relation to min and max values of the columns used to create +the image.<br></p> +<p>The Bin Function is defined as the following: Average - all +pixel values that fall into one pixel bin are averaged. Sum - all +pixel values that fall into one pixel bin are summed.<br></p> +<p>Bin to Fit Frame will calculate a bin block factor as a power of +2 that will allow the entire data space to be displayed in the +current frame.</p> +<p>By default, DS9 will bin about the center of the image. To +determine the center of the image, DS9 will look for the following +keywords in order:</p> +<blockquote><tt>TDMIN/TDMAX<br> +TLMIN/TLMAX<br> +TALEN<br> +AXLEN</tt></blockquote> +<p>If no valid keywords are found, DS9 will define the center as +the middle of the possible data space based on the coordinate data +type.</p> +<br> +<p><br></p> +<p><br></p> +<br></blockquote> +</body> </html> |