[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master 54b099d 043/113: Neighbors options doc general
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master 54b099d 043/113: Neighbors options doc generalized for different dimensions |
Date: |
Fri, 16 Apr 2021 10:33:41 -0400 (EDT) |
branch: master
commit 54b099de86e61fa0a9ce01ec7cfa4a95f0f96851
Author: Mohammad Akhlaghi <akhlaghi@gnu.org>
Commit: Mohammad Akhlaghi <akhlaghi@gnu.org>
Neighbors options doc generalized for different dimensions
The documentation of the `--erodengb' and `--openingngb' was still based on
the master branch ("4 or 8 connectivity in opening/erosion"). Therefore
they were only for 2D datasets. However, in this branch we have extended to
3D and none of the 4 or 8 values work in 3D (the number of neighbors is 6,
18 and 26 in 3D). So the description has been generalized.
---
bin/noisechisel/args.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/noisechisel/args.h b/bin/noisechisel/args.h
index e44efbd..51a3d76 100644
--- a/bin/noisechisel/args.h
+++ b/bin/noisechisel/args.h
@@ -293,7 +293,7 @@ struct argp_option program_options[] =
UI_KEY_ERODENGB,
"INT",
0,
- "4 or 8 connectivity in erosion.",
+ "Connectivity in erosion (number of ngbs).",
UI_GROUP_DETECTION,
&p->erodengb,
GAL_TYPE_SIZE_T,
@@ -332,7 +332,7 @@ struct argp_option program_options[] =
UI_KEY_OPENINGNGB,
"INT",
0,
- "4 or 8 connectivity in opening.",
+ "Connectivity in opening (number of ngbs).",
UI_GROUP_DETECTION,
&p->openingngb,
GAL_TYPE_SIZE_T,
- [gnuastro-commits] master ac91655 084/113: Imported recent work in master, no conflicts, (continued)
- [gnuastro-commits] master ac91655 084/113: Imported recent work in master, no conflicts, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master d57e0e6 087/113: New spectrum measurement from 3D inputs in MakeCatalog, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master a8428fe 088/113: Imported recent work in master, conflicts fixed, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master 175354f 095/113: All MakeCatalog spectrums set to NaN when no measurement was done, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master fe0e594 097/113: Imported recent work in master, no conflicts, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master 5d5fd95 106/113: NoiseChisel: independent test of input's dimensions, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master ee4bf1e 069/113: Imported recent work from master, Segment's 3D kernels added, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master 2c6c7e0 076/113: Imported recent work, no conflicts, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master e2aba57 083/113: Recent work in master imported, conflicts fixed, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master e92fd9c 039/113: Merged recent work in master, conflicts fixed, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master 54b099d 043/113: Neighbors options doc generalized for different dimensions,
Mohammad Akhlaghi <=
- [gnuastro-commits] master 5cd3c1e 044/113: Recent work in master merged, small conflicts fixed, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master 1b0046b 051/113: Recent additions in master imported here, no conflicts, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master b1ea932 054/113: Separate Segment program now available in 3D, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master f537368 066/113: Segment's default 3D configuration file in tarball, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master 133e277 071/113: Imported recent work from master, conflicts fixed, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master a42ac37 085/113: Fixed MakeProfiles loop in checking radius values, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master 1f9d941 090/113: Imported recent work in master, conflicts fixed, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master 737a0cd 046/113: Merged recent corrections in master branch, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master 486f915 067/113: Imported recent work in master, conflicts fixed, Mohammad Akhlaghi, 2021/04/16
- [gnuastro-commits] master d6051a1 074/113: Upperlimit magnitude in 3D, corrected creation of check table, Mohammad Akhlaghi, 2021/04/16