gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 673b5e7: Typo corrections in Match oneline exa


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 673b5e7: Typo corrections in Match oneline examples
Date: Sat, 23 Dec 2017 10:57:23 -0500 (EST)

branch: master
commit 673b5e76c1957e19e33a042b1913dc337a2f3452
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Typo corrections in Match oneline examples
    
    Two typos were found in the Match program's one line examples and
    corrected.
---
 doc/gnuastro.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index bddcf15..f8c6ba2 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -15680,7 +15680,7 @@ $ astmatch --aperture=2 input1.txt input2.fits
 
 ## Similar to before, but the output is created by merging various
 ## columns from the two inputs: columns 1, RA, DEC from the first
-## input, followed by all columns starting with MAG and the 8th
+## input, followed by all columns starting with MAG and the BRG
 ## column from second input and finally the 10th from first input.
 $ astmatch --aperture=2 input1.txt input2.fits                   \
            --outcols=a1,aRA,aDEC,b/^MAG/,bBRG,a10
@@ -15691,7 +15691,7 @@ $ astmatch --aperture=1/3600,2/3600 in1.fits in2.txt
 
 ## Match the RA and DEC columns of the first input with the RA_D
 ## and DEC_D columns of the second within a 0.5 arcseconds aperture.
-$ astmatch --ccol1=RA,DEC --ccol2=RA_D,DEC_D --aperture0.5/3600  \
+$ astmatch --ccol1=RA,DEC --ccol2=RA_D,DEC_D --aperture=0.5/3600  \
            in1.fits in2.fits
 @end example
 



reply via email to

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