gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 5050458: Typo in WCS pixelscale warning correc


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 5050458: Typo in WCS pixelscale warning corrected
Date: Thu, 21 Sep 2017 23:23:44 -0400 (EDT)

branch: master
commit 5050458ac889b8133cb9feb225e5a6976bb20868
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Typo in WCS pixelscale warning corrected
    
    A small typo in the warning of the previous commit was corrected.
---
 lib/wcs.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lib/wcs.c b/lib/wcs.c
index 5b438eb..80167a1 100644
--- a/lib/wcs.c
+++ b/lib/wcs.c
@@ -500,9 +500,10 @@ gal_wcs_pixel_scale(struct wcsprm *wcs)
                   "    $ astfits file.fits -p | grep 'CD._.'\n\n"
                   "You can delete the ones with obvious floating point "
                   "error values using the following command (assuming you "
-                  "want to delete `CD1_2' and `CD2_1') and rerun the your "
-                  "command to remove this warning message and possibly "
-                  "correct errors that might be reported due to it.\n\n"
+                  "want to delete `CD1_2' and `CD2_1'). Afterwards, you can "
+                  "rerun your original command to remove this warning "
+                  "message and possibly correct errors that it might have "
+                  "caused.\n\n"
                   "    $ astfits file.fits --delete=CD1_2 --delete=CD2_1\n\n"
                   );
           warning_printed=1;



reply via email to

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