gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master fd52559: Corrected suffix of NoiseChisel's det


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master fd52559: Corrected suffix of NoiseChisel's det S/N histogram
Date: Wed, 2 Nov 2016 15:15:16 +0000 (UTC)

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

    Corrected suffix of NoiseChisel's det S/N histogram
    
    Strangely(!) the suffix of NoiseChisel's detection S/N histogram was
    `.fits' causing confusion. With this commit it is corrected to `.txt' (as
    it should have been).
---
 bin/noisechisel/ui.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/noisechisel/ui.c b/bin/noisechisel/ui.c
index 31e88d6..fd589e0 100644
--- a/bin/noisechisel/ui.c
+++ b/bin/noisechisel/ui.c
@@ -716,7 +716,7 @@ sanitycheck(struct noisechiselparams *p)
   if(p->detsnhistnbins)
     {
       p->detectionsnhist=NULL;
-      gal_checkset_automatic_output(p->cp.output, "_detsn.fits",
+      gal_checkset_automatic_output(p->cp.output, "_detsn.txt",
                                     p->cp.removedirinfo, p->cp.dontdelete,
                                     &p->detectionsnhist);
     }



reply via email to

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