[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master 0cd3ab61: Book: list of Gnuastro's programs no
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master 0cd3ab61: Book: list of Gnuastro's programs now includes papers |
Date: |
Thu, 4 Jul 2024 16:10:18 -0400 (EDT) |
branch: master
commit 0cd3ab614bc301c1f73f9a46fe4d68ab0f09e50b
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Book: list of Gnuastro's programs now includes papers
Until now, only some of the programs that have an accompanying paper had
the paper's citation in the "Gnuastro programs list" section of the book.
With this commit, a check was done and those papers that were not mentioned
in this section are now cited after their respective program.
---
README | 8 ++++----
doc/gnuastro.texi | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/README b/README
index 83cc909c..d67a7f32 100644
--- a/README
+++ b/README
@@ -129,10 +129,10 @@ very similarly (with minor differences, as explained in
the book).
testing the coverage of dither patterns when planning your observing
strategy and it is highly customizable.
- - astscript-radial-profile: Calculate the radial profile of an object
- within an image. The object can be at any location in the image, using
- various measures (median, sigma-clipped mean and etc), and the radial
- distance can also be measured on any general ellipse.
+ - astscript-radial-profile: Calculate the 1D radial profile or 2D polar
+ plot of an object within an image. The object can be at any location in
+ the image, using various measures (median, sigma-clipped mean and etc),
+ and the radial distance can also be measured on any general ellipse.
- astscript-sort-by-night: Given a list of FITS files, and a HDU and
keyword name for a date, this script separates the files in the same
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 379edaaf..11d8e8e8 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -1128,7 +1128,7 @@ Input coordinates can be in pixel coordinates or world
coordinates.
@item MakeCatalog
(@file{astmkcatalog}, see @ref{MakeCatalog}) Make catalog of labeled image
(output of NoiseChisel).
-The catalogs are highly customizable and adding new calculations/columns is
very straightforward.
+The catalogs are highly customizable and adding new calculations/columns is
very straightforward, see Akhlaghi @url{https://arxiv.org/abs/1611.06387,2019}.
@item MakeProfiles
(@file{astmkprof}, see @ref{MakeProfiles}) Make mock 2D profiles in an image.
@@ -1140,7 +1140,7 @@ It can also build the profiles on an over-sampled image.
@item NoiseChisel
(@file{astnoisechisel}, see @ref{NoiseChisel}) Detect signal in noise.
-It uses a technique to detect very faint and diffuse, irregularly shaped
signal in noise (galaxies in the sky), using thresholds that are below the Sky
value, see Akhlaghi and Ichikawa @url{http://arxiv.org/abs/1505.01664,2015}.
+It uses a technique to detect very faint and diffuse, irregularly shaped
signal in noise (galaxies in the sky), using thresholds that are below the Sky
value, see Akhlaghi and Ichikawa @url{http://arxiv.org/abs/1505.01664,2015} and
Akhlaghi @url{https://arxiv.org/abs/1909.11230,2019}.
@item Query
(@file{astquery}, see @ref{Query}) High-level interface to query pre-defined
remote, or external databases, and directly download the required sub-tables on
the command-line.
@@ -1180,9 +1180,9 @@ This is very useful in testing the coverage of dither
patterns when designing yo
See Akhlaghi @url{https://arxiv.org/abs/2310.15006,2023}, or the dedicated
tutorial in @ref{Pointing pattern design}.
@item astscript-radial-profile
-(See @ref{Generate radial profile}) Calculate the radial profile of an object
within an image.
+(See @ref{Generate radial profile}) Calculate the 1D radial profile or 2D
polar plot of an object within an image.
The object can be at any location in the image, using various measures
(median, sigma-clipped mean, etc.), and the radial distance can also be
measured on any general ellipse.
-See Infante-Sainz et al. @url{https://arxiv.org/abs/2401.05303,2024}.
+See Infante-Sainz et al. @url{https://arxiv.org/abs/2401.05303,2024} and/or
Eskandarlou and Akhlaghi @url{https://arxiv.org/abs/2406.14619,2024}.
@item astscript-color-faint-gray
(see @ref{Color images with gray faint regions}) Given three images for the
Red-Green-Blue (RGB) channels, this script will use the bright pixels for color
and will show the faint/diffuse regions in grayscale.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnuastro-commits] master 0cd3ab61: Book: list of Gnuastro's programs now includes papers,
Mohammad Akhlaghi <=