gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 640929f: ConvertType: removed extra debugging


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 640929f: ConvertType: removed extra debugging line from previous commit
Date: Sun, 6 Oct 2019 08:50:17 -0400 (EDT)

branch: master
commit 640929f227a0f9bc31e8ab6da1d4e74d3b6d9bc5
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    ConvertType: removed extra debugging line from previous commit
    
    While testing the new colormap of the previous commit, I had forgot to
    remove a debugging line that I hadd added! So anytime the new viridis
    colormap would be used, an extra `R.fits' would be created in the running
    directory.
    
    The line has been removed with this commit.
---
 bin/convertt/color.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bin/convertt/color.c b/bin/convertt/color.c
index 6c0c027..bd34cb7 100644
--- a/bin/convertt/color.c
+++ b/bin/convertt/color.c
@@ -742,8 +742,6 @@ color_from_mono_viridis(struct converttparams *p)
     }
   while(++f<fp);
 
-  gal_fits_img_write(R, "R.fits", NULL, NULL);
-
   /* Convert the type to unsigned char. */
   R=gal_data_copy_to_new_type_free(R, GAL_TYPE_UINT8);
   G=gal_data_copy_to_new_type_free(G, GAL_TYPE_UINT8);



reply via email to

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