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
|
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- meta -->
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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 rel="stylesheet" href="munipack.css">
<link rel="shortcut icon" href="favicon.ico">
<title>Munipack ‒ Growth Report</title>
</head>
<body>
<header>
<a href="munipack.html"><img src="big_logo.png" alt="Munipack's logo" class="head"></a>
<div class="headtitles">
<p class="head">
<a class="headtitle" href="munipack.html">Munipack</a>
</p>
<p class="head">
<a class="headsubtitle" href="munipack.html">The astronomical image processing software</a>
</p>
</div>
<div class="buttons">
<a href="guide.html" class="button">
<div class="bicon">
📘
</div>
<div class="hide">
Guide
</div>
</a>
<a href="docs.html" class="button">
<div class="bicon">
📁
</div>
<div class="hide">
Documents
</div>
</a>
</div>
</header>
<section>
<h1 class="noindent">Growth Curve Report</h1>
<p class="abstract">
The optional parameter <samp>--verbose</samp> to <samp>gphot</samp>
invokes addiding of GROWFUNC and GROWDATA extension to all files
together with plotting results to a graphical PNG file.
</p>
<div class="table">
<table>
<caption>GROWFUNC extension</caption>
<tr><th>Column</th><th>Description</th><th></th></tr>
<tr><td>R</td><td>radius</td><td>pix</td></tr>
<tr><td>GROWCURVE</td><td>growth curve value at R</td><td></td></tr>
<tr><td>RADIALPROFILE</td><td>Radial profile at R</td><td></td></tr>
</table>
</div>
<p>
GROWFUNC tabulates growth-curve at more sampled radiuses than
extension GROWCURVE contains. The curve is interpolated by
<a href="https://en.wikipedia.org/wiki/Smoothing_spline">smoothing
cubic spline</a> from the derived curve.
</p>
<div class="table">
<table>
<caption>GROWDATA extension</caption>
<tr><th>Column</th><th>Description</th></tr>
<tr><td>GROWCURVE<i>i</i></td><td>Empirical growth-curve for <i>i</i>-th aperture.</td></tr>
<tr><td>GROWCURVEERR<i>i</i></td><td>Statistical error of GROWCURVE</td></tr>
<tr><td>RESGROW<i>i</i></td><td>Residuals.</td></tr>
</table>
</div>
<p>
GROWDATA extension stores empirical growth-curves of stars
on image. Growth curves of all stars are plotted in light blue,
ones used for growth-curve construction in dark blue.
Residuals between final curve and the data are plotted by RESGROW
column. Order number in GROWDATA refers to GROWPHOT extension.
</p>
<figure>
<img class="figure" src="0716_111R.png" alt="Grow Curve Report"
title="Grow Curve Report">
<figcaption>
An example of growth-curve report image.
</figcaption>
</figure>
<h2>See Also</h2>
<p>
<a href="grow.html">Growth Curve Overview</a>.
</p>
</section>
<footer>
© 1997 – 2025
<a href="https://integral.physics.muni.cz/" title="author's homepage"
class="foot">Filip Hroch</a>
</footer>
</body>
</html>
|