[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master c3af771 5/7: Book: signal-to-noise parameters
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master c3af771 5/7: Book: signal-to-noise parameters of the radial-profile script are now described. |
Date: |
Sun, 16 May 2021 15:39:29 -0400 (EDT) |
branch: master
commit c3af771f21b37c699126d763ba074df5f3790039
Author: Carlos Morales Socorro <cmorsoc@gmail.com>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Book: signal-to-noise parameters of the radial-profile script are now
described.
--sn, --instd and --stdhdu are now described as options of
astscript-radial-profile.
---
doc/gnuastro.texi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index a3d7a30..a8fb258 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -21337,6 +21337,16 @@ Oversample the input dataset to the fraction given to
this option.
Therefore if you set @option{--rmax=20} for example and
@option{--oversample=5}, your output will have 100 rows (without
@option{--oversample} it will only have 20 rows).
Unless the object is heavily undersampled (the pixels are larger than the
actual object), this method provides a much more accurate result and there are
sufficient number of pixels to get the profile accurately.
+@item --instd=FLT/STR
+Sky standard deviation as a single number (FLT) or as the filename (STR)
containing the image with the std value for each pixel. Only relevant if
@option{--sn} is requested.
+
+@item --stdhdu=STR
+HDU/extension of the sky standard deviation image specified with
@option{--instd}. Only relevant if @option{--sn} is requested.
+
+@item -n
+@item --sn
+Compute the signal to noise ratio for each radius of the profile according to
@option{--instd} and @option{--stdhdu}. A new column named SN is added to the
output radial profile.
+
@item -t STR
@itemx --tmpdir=STR
Several intermediate files are necessary to obtain the radial profile.
- [gnuastro-commits] master updated (482df67 -> f0fcad5), Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master edcb351 2/7: radial-profile: removing the set-x option used for debuging, Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master 6e94c13 6/7: All programs: empty string arguments are now ignored, Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master f0fcad5 7/7: astscript-radial-profile: Removed special sn option, Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master c92dea3 1/7: SNR options added to bin/script/radial-profile.in, Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master 28e1bc8 4/7: astscript-sort-by-night: chaning old names to have 'sort' instead of 'list', Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master e473879 3/7: astscript-radial-profile: including make check for this script, Mohammad Akhlaghi, 2021/05/16
- [gnuastro-commits] master c3af771 5/7: Book: signal-to-noise parameters of the radial-profile script are now described.,
Mohammad Akhlaghi <=