[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master c78b20a4: Book: corrected typo in script at th
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master c78b20a4: Book: corrected typo in script at the end of the Sufi tutorial |
Date: |
Sun, 15 May 2022 19:08:31 -0400 (EDT) |
branch: master
commit c78b20a487bf042b10465adfc88fd9bbfb910585
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Book: corrected typo in script at the end of the Sufi tutorial
Until now, in the script of the end of the Sufi tutorial, we were using the
old convention for the mock kernel that was created
('0_"$base".fits'). However, as described in the previous commit, newer
versions of MakeProfiles use a '_profiles.fits' suffix, not just '.fits').
With this commit, this issue has been corrected.
This issue was reported by Faezeh Bijarchian.
---
THANKS | 1 +
doc/announce-acknowledge.txt | 1 +
doc/gnuastro.texi | 3 ++-
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/THANKS b/THANKS
index 4fc800c1..42d4fc0e 100644
--- a/THANKS
+++ b/THANKS
@@ -26,6 +26,7 @@ support in Gnuastro. The list is ordered alphabetically (by
family name).
Roberto Baena Gallé rbaena@iac.es
Zahra Bagheri bagheri.zahra87@gmail.com
Karl Berry karl@gnu.org
+ Faezeh Bijarchian fbidjarchian@gmail.com
Leindert Boogaard boogaard@strw.leidenuniv.nl
Nicolas Bouché nicolas.bouche@irap.omp.eu
Stefan Brüns stefan.bruens@rwth-aachen.de
diff --git a/doc/announce-acknowledge.txt b/doc/announce-acknowledge.txt
index ba29b85e..9950067f 100644
--- a/doc/announce-acknowledge.txt
+++ b/doc/announce-acknowledge.txt
@@ -1,5 +1,6 @@
Alphabetically ordered list to acknowledge in the next release.
+Faezeh Bijarchian
Sepideh Eskandarlou
Sílvia Farras
Teet Kuutma
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 7cbe886c..943ff4b3 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -2033,7 +2033,8 @@ astmkprof --prepforconv --mergedsize=499,499
--zeropoint=18.0 \
"$base".txt
# Convolve the created image with the kernel.
-astconvolve --kernel=0_"$base".fits "$base"_profiles.fits \
+astconvolve "$base"_profiles.fits \
+ --kernel=0_"$base"_profiles.fits \
--output="$base"_convolved.fits
# Scale the image back to the intended resolution.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnuastro-commits] master c78b20a4: Book: corrected typo in script at the end of the Sufi tutorial,
Mohammad Akhlaghi <=