This file is indexed.

/usr/share/doc/munipack/pererr.html is in munipack-doc 0.5.10-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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta -->
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="description" content="A general astronomical image processing software">
<meta name="author" content="Filip Hroch">
<link href="news_feed.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed" />
<link type="text/css" rel="stylesheet" href="munipack.css">
<link rel="shortcut icon" href="favicon.ico">
<title>Munipack ‒ Periodic Error</title>
</head>
<body>
<header>
<a href="munipack.html"><img src="title_logo.png" alt="Munipack's logo" class="head"></a>
<div class="headhead">
<div class="headtitle">
<a class="headtitle" href="munipack.html">Munipack</a>
<a class="headsubtitle" href="munipack.html">A general astronomical image processing software</a>
</div>
<ul class="menu">
  <li class="menu"><a href="docs.html" class="menu">Documents</a></li>
  <li class="menu"><a href="guide.html" class="menu">User guide</a></li>
</ul>
</div>
</header>

<h1>Periodic Error Determination</h1>

<p class="abstract">
A short tutorial for determination 
of the periodic error of a telescope mount.
</p>

<h2>Periodic Error</h2>

<p>
Periodic error of a telescope mount has its origin in gears of 
the sidereal driver.
Common arrangement of gears of mount is the main
cogwheel of the mount which is driven by a smaller ones (worm).
The control force is carried from the main to the secondary
wheel via a single tooth or more worse via a small contacting area
on the tooth. As a consequence of the assembly, the driver
periodically accelerates and decelerates of the sidereal movement of 
the telescope. The effect can be seen directly in small telescopes 
(without any corrections) as slow periodic drifting of objects throughout 
the field of view. Characteristic time periods are in order of minutes
and their angular amplitude about a few arcseconds.
</p>

<p>
The periodic
error can be suppressed by large gears, precise mechanics work on gears
or an electronic correction (PEC). Perhaps (!), the best way to eliminate ones is
use more than one driven worm or use of conical worms.
</p>

<h2>How To Determine The Periodic Error</h2>

<ol>
<li>Switch-off any electronic corrector.</li>
<li>Select a suitable star: a bright star near of the celestial equator
   and meridian,
   which will have peak intensities approximately half of full dynamic
   range at a very short exposure (under second). The star
   must be arranged near of the center of field of view to suppress
   deviations due to non-complanar mount (rotated field) of CCD. 
   An alone star is preferred.
</li>
<li>
Grab a long time serie of frames. Use shortest exposures as possible
   and also frequently as possible. Cover multiple expected periods.
</li>
<li>
Than process the acquired images:
<pre>
$ munipack find -th 10 -f 2 per_*.fits
$ munipack timeserie --extname FIND -c X,Y --coo-type RECT --stdout
>                    --tol=66 666,666 per_*.fits > per
</pre>
The find tool detects bright stars (10 times over background
   noise and with FWHM about 2 pixels). The second command lists rectangular
   coordinates (--coo-type RECT) from FIND table (--extname FIND)
   of a selected object near of center (at pixel
   in 666,666) at circular surrounding of radius 66 pixels (--tol=66)
   (this is why we had used an alone bright star) to a standard output (--stdout).
   Results are stored in 'per' file (and timeserie.fits) with the structure:
<pre>
 Julian Date at mid       X         Y
   2455945.24947       421.682   234.723
</pre>
</li>
</ol>

<p>
That's all. The output file can be used in a data analyzing tool
to visualize and analyze your mount.
</p>

<figure>
<img src="pererr.png" alt="pererr.png" title="Periodic error">
<figcaption>Periodic error of 0.6 m MonteBoo telescope (imperfect mount example)</figcaption>
</figure>

<p>
The above figure shows horizontal coordinate of star Menkar for ten
periods of mount on MonteBoo observatory. The periodic pattern is
result of the periodic error. The slow decreasing of the graph
shows difference between angular velocity of the telescope and Earth rotation.
</p>


<h2>Similar Tasks</h2>

<p>
The above example of determination of the periodical error describes 
how to get a list of coordinates of
a star on frame. One can be generalized on any task
where coordinates of moving objects are required:
</p>

<ul>
<li>Telescope alignment </li>
<li>Tracking of fast moving objects: satellites, asteroids or comets</li>
</ul>


<h2>See Also</h2>

<p>
Manuals:
<a href="man_timeseries.html">Timeseries</a>,
<a href="man_aphot.html">Aperture Photometry</a>.

Tutorial:
<a href="lctut.html">Light Curve</a>
</p>

<footer>
<div style="float:left; margin-left:2em;">
Copyright &copy; 1997 – 2018
Filip Hroch (<a style="text-decoration: none" href="mailto:hroch@physics.muni.cz?Subject=Munipack" title="Author's Email"></a>), license <a href="http://www.gnu.org/licenses/gpl.html">GPLv3</a>.
</div>
<div style="float:right; margin-right:2em; margin-top:-0.2em;">
<a href="http://monteboo.blogspot.com/search/label/Munipack" title="Munipack on MonteBoo Blog"><img src="favicon-blogger.png" alt="Blogger"></a>
<a href="http://www.muni.cz/?lang=en" title="Masaryk University in Brno, Czech Republic"><img src="mu-logo.png" alt="Masaryk University"></a>
<a href="news_feed.xml" title="Munipack's Releases in Atom Syndication Format"><img src="Feed-icon.png" alt="Atom Feed"></a>
</div>
</footer>
</body>
</html>