gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 60e1fff: Book: corrected typo in example of Ma


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 60e1fff: Book: corrected typo in example of MakeProfiles
Date: Mon, 20 Jul 2020 13:37:36 -0400 (EDT)

branch: master
commit 60e1fff37c23110bc26c4b10a585925785612326
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Book: corrected typo in example of MakeProfiles
    
    Until now, the example for the '--kernel' option in the "Invoking
    MakeProfiles" section was missing the FWHM value of 3. It has been
    corrected with this commit.
    
    This was reported by Zahra Sharbaf.
---
 doc/gnuastro.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 78f13a9..5c1bbf2 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -16358,7 +16358,7 @@ $ astmkprof catalog.txt
 $ astmkprof --background=image.fits catalog.txt
 
 ## Make a Moffat PSF with FWHM 3pix, beta=2.8, truncation=5
-$ astmkprof --kernel=moffat,2.8,5 --oversample=1
+$ astmkprof --kernel=moffat,3,2.8,5 --oversample=1
 
 ## Make profiles in catalog, using RA and Dec in the given column:
 $ astmkprof --ccol=RA_CENTER --ccol=DEC_CENTER --mode=wcs catalog.txt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]