gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master bc790e2 2/2: Reordered minskyfrac and minnumfa


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master bc790e2 2/2: Reordered minskyfrac and minnumfalse in config file
Date: Wed, 5 Sep 2018 13:08:28 -0400 (EDT)

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

    Reordered minskyfrac and minnumfalse in config file
    
    As a cosmetic change, these two NoiseChisel options were no in their proper
    place within the configuration file (which by internal convention has the
    same order as the `args.h' file). Their ordering is now corrected.
---
 bin/noisechisel/astnoisechisel.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/noisechisel/astnoisechisel.conf 
b/bin/noisechisel/astnoisechisel.conf
index 54209cf..a05915b 100644
--- a/bin/noisechisel/astnoisechisel.conf
+++ b/bin/noisechisel/astnoisechisel.conf
@@ -21,8 +21,6 @@
  khdu                    1
  whdu                    1
  chdu                    1
- minskyfrac            0.7
- minnumfalse           100
 
 # Tessellation
  largetilesize     200,200
@@ -38,9 +36,11 @@
  noerodequant         0.99
  opening                 1
  openingngb              8
+ minskyfrac            0.7
  sigmaclip           3,0.2
  dthresh               0.0
  snminarea              10
+ minnumfalse           100
  snquant              0.99
  detgrowquant         0.90
  detgrowmaxholesize    100



reply via email to

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