[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master d23151a2: Book: the polar plot paper has been
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master d23151a2: Book: the polar plot paper has been cited |
Date: |
Thu, 4 Jul 2024 13:58:15 -0400 (EDT) |
branch: master
commit d23151a20099e213e757bd13c8864865096cb23a
Author: Sepideh Eskandarlou <sepideh.eskandarlou@gmail.com>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Book: the polar plot paper has been cited
Until now, the polar plot paper had not been cited in the book, and within
the output of '--cite' in the radial profile script.
With this commit, it is cited in both parts of Gnuastro.
---
NEWS | 5 +++++
bin/script/radial-profile.sh | 23 +++++++++++++++++++++++
doc/gnuastro.texi | 2 ++
3 files changed, 30 insertions(+)
diff --git a/NEWS b/NEWS
index 5cddf80d..10efd8a9 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ See the end of the file for license conditions.
* Noteworthy changes in release X.XX (library XX.X.X) (YYYY-MM-DD)
** New publications
+
+ - https://ui.adsabs.harvard.edu/abs/2024RNAAS...8..168E by Eskandarlou
+ and Akhlaghi describing the newly added polar plot capability of
+ 'astscript-radial-profile' (see the figure in the paper).
+
** New features
*** Arithmetic
diff --git a/bin/script/radial-profile.sh b/bin/script/radial-profile.sh
index 1ee9538c..185e15c9 100755
--- a/bin/script/radial-profile.sh
+++ b/bin/script/radial-profile.sh
@@ -195,6 +195,27 @@ Paper introducing this script
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
+Paper introducing the --polar option
+------------------------------------
+ @ARTICLE{2024RNAAS...8..168E,
+ author = {{Eskandarlou}, Sepideh and {Akhlaghi}, Mohammad},
+ title = "{Gnuastro: Generating Polar Plots in Astronomical Images}",
+ journal = {Research Notes of the American Astronomical Society},
+ keywords = {Astronomy software, Open source software, Astronomical
techniques, Spiral pitch angle, Spiral arms, 1855, 1866, 1684, 1561, 1559,
Astrophysics - Instrumentation and Methods for Astrophysics, Astrophysics -
Astrophysics of Galaxies},
+ year = 2024,
+ month = jun,
+ volume = {8},
+ number = {6},
+ eid = {168},
+ pages = {168},
+ doi = {10.3847/2515-5172/ad5a6c},
+ archivePrefix = {arXiv},
+ eprint = {2406.14619},
+ primaryClass = {astro-ph.IM},
+ adsurl = {https://ui.adsabs.harvard.edu/abs/2024RNAAS...8..168E},
+ adsnote = {Provided by the SAO/NASA Astrophysics Data System}
+ }
+
Paper introducing Gnuastro (currently main citation)
----------------------------------------------------
@ARTICLE{gnuastro,
@@ -214,6 +235,8 @@ Paper introducing Gnuastro (currently main citation)
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
+
+
Acknowledgement
---------------
This work was partly done using GNU Astronomy Utilities (Gnuastro,
ascl.net/1801.009) version $version. Work on Gnuastro has been funded by the
Japanese Ministry of Education, Culture, Sports, Science, and Technology (MEXT)
scholarship and its Grant-in-Aid for Scientific Research (21244012, 24253003),
the European Research Council (ERC) advanced grant 339659-MUSICOS, the Spanish
Ministry of Economy and Competitiveness (MINECO, grant number AYA2016-76219-P)
and the NextGenerationEU grant [...]
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 8ac0065a..379edaaf 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -33995,6 +33995,8 @@ This is especially useful when the azimuthal range is
not the full range: the fi
Currently, the polar plot cannot to be used with @option{--oversample} and
@option{--undersample} options (please get in touch with us if you need it).
Until it is implemented, you can use the @option{--scale} option of @ref{Warp}
to do the oversampling of the input image yourself and generate the polar plot
from that.
+A comprehensive overview of this option has been published in Eskandarlou et
al. @url{https://arxiv.org/abs/2406.14619,2024}.
+If this script yields useful results in your research, please be sure to cite
it.
@item -m STR
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnuastro-commits] master d23151a2: Book: the polar plot paper has been cited,
Mohammad Akhlaghi <=