gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 6fdf010: Book: Some corrections in the first t


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 6fdf010: Book: Some corrections in the first tutorial
Date: Sun, 25 Oct 2020 12:04:43 -0400 (EDT)

branch: master
commit 6fdf0108b016010ae83ad9a7550efed8f15d5013
Author: Pedram Ashofteh Ardakani <pedramardakani@pm.me>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Book: Some corrections in the first tutorial
    
    Until now, the printed outputs of some of the programs in the first
    tutorial had some small inconsistancies: 1) the dates (which were set to be
    those where Sufi would have been alive in) were mistakenly "Apr 6" instead
    of "Oct 6". 2) the description of the '--ccol' options in the output of
    'asmkprof -P' didn't correspond to what is printed when you run it now.
    
    With this commit, those inconsistancies have been fixed.
    
    Also with this commit, the built 'astquery' program has been added to
    '.gitignore' since its not a hand-written source file, but a binary and
    built file.
---
 .gitignore        |  1 +
 doc/gnuastro.texi | 10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index c13ddaa..4fedcf0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -85,6 +85,7 @@ stamp-h1
 Makefile
 asttable
 astmatch
+astquery
 ltmain.sh
 .dirstamp
 configure
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index aebca5e..89b43e3 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -1618,8 +1618,8 @@ $ astmkprof -P
 [[[ ... Truncated lines ... ]]]
 
 # Columns, by info (see `--searchin'), or number (starting from 1):
- ccol         2           # Center along first FITS axis (horizontal).
- ccol         3           # Center along second FITS axis (vertical).
+ ccol         2           # Coordinate columns (one call for each dimension).
+ ccol         3           # Coordinate columns (one call for each dimension).
  fcol         4           # sersic (1), moffat (2), gaussian (3),
                           # point (4), flat (5), circumference (6).
  rcol         5           # Effective radius or FWHM in pixels.
@@ -1723,7 +1723,7 @@ So Sufi convolved the image with this command:
 
 @example
 $ astconvolve --kernel=0_cat.fits cat.fits
-Convolve started on Mon Apr  6 16:35:32 953
+Convolve started on Sat Oct  6 16:35:32 953
   - Using 8 CPU threads.
   - Input: cat.fits (hdu: 1)
   - Kernel: 0_cat.fits (hdu: 1)
@@ -1748,7 +1748,7 @@ Sufi explained the basic concepts of warping the image to 
his student and ran Wa
 
 @example
 $ astwarp --scale=1/5 --centeroncorner cat_convolved.fits
-Warp started on Mon Apr  6 16:51:59 953
+Warp started on Sat Oct  6 16:51:59 953
  Using 8 CPU threads.
  Input: cat_convolved.fits (hdu: 1)
  matrix:
@@ -1809,7 +1809,7 @@ So using these values he ran MakeNoise:
 @example
 $ astmknoise --zeropoint=18 --background=7 --output=out.fits    \
              cat_convolved_scaled_cropped.fits
-MakeNoise started on Mon Apr  6 17:05:06 953
+MakeNoise started on Sat Oct  6 17:05:06 953
   - Generator type: ranlxs1
   - Generator seed: 1428318100
 MakeNoise finished in:  0.033491 (seconds)



reply via email to

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