gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 69572da: Corrected typo in two MakeCatalog col


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 69572da: Corrected typo in two MakeCatalog column comments
Date: Thu, 26 Oct 2017 19:47:08 -0400 (EDT)

branch: master
commit 69572daea422b75f73e3828c49ca3b9bc9ba817c
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Corrected typo in two MakeCatalog column comments
    
    The column comments for the flux weighted center of all clumps in WCS mode
    were incorrect and didn't match. They have been corrected with this commit.
---
 bin/mkcatalog/columns.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/mkcatalog/columns.c b/bin/mkcatalog/columns.c
index 576fcd0..4b6260e 100644
--- a/bin/mkcatalog/columns.c
+++ b/bin/mkcatalog/columns.c
@@ -561,7 +561,7 @@ columns_define_alloc(struct mkcatalogparams *p)
         case UI_KEY_CLUMPSW1:
           name           = gal_checkset_malloc_cat("CLUMPS_", p->ctype[0]);
           unit           = p->input->wcs->cunit[0];
-          ocomment       = "Flux.wht center of all clumps in 1st WCS axis.";
+          ocomment       = "Flux.wht center of all clumps (WCS axis 1).";
           ccomment       = NULL;
           otype          = GAL_TYPE_FLOAT64;
           ctype          = GAL_TYPE_INVALID;
@@ -576,7 +576,7 @@ columns_define_alloc(struct mkcatalogparams *p)
         case UI_KEY_CLUMPSW2:
           name           = gal_checkset_malloc_cat("CLUMPS_", p->ctype[1]);
           unit           = p->input->wcs->cunit[1];
-          ocomment       = "Flux.wht center of all clumps (WCS axis 1).";
+          ocomment       = "Flux.wht center of all clumps (WCS axis 2).";
           ccomment       = NULL;
           otype          = GAL_TYPE_FLOAT64;
           ctype          = GAL_TYPE_INVALID;



reply via email to

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