GNU Astronomy Utilities


Next: , Previous: , Up: Segment   [Contents][Index]


7.3.1 Segment changes after publication

Segment’s main algorithm and working strategy were initially defined and introduced in Section 3.2 of Akhlaghi and Ichikawa [2015]. Prior to Gnuastro version 0.6 (released 2018), one program (NoiseChisel) was in charge of detection and segmentation. to increase creativity and modularity, NoiseChisel’s segmentation features were spun-off into a separate program (Segment). It is strongly recommended to read that paper for a good understanding of what Segment does, how it relates to detection, and how each parameter influences the output. That paper has a large number of figures showing every step on multiple mock and real examples.

However, the paper cannot be updated anymore, but Segment has evolved (and will continue to do so): better algorithms or steps have been (and will be) found. This book is thus the final and definitive guide to Segment. The aim of this section is to make the transition from the paper to your installed version, as smooth as possible through the list below. For a more detailed list of changes in previous Gnuastro releases/versions, please follow the NEWS file134.


Footnotes

(134)

The NEWS file is present in the released Gnuastro tarball, see Release tarball.

(135)

To get an estimate of the standard deviation correction factor between the input and convolved images, you can take the following steps: 1) Mask (set to NaN) all detections on the convolved image with the where operator or Arithmetic. 2) Calculate the standard deviation of the undetected (non-masked) pixels of the convolved image with the --sky option of Statistics (which also calculates the Sky standard deviation). Just make sure the tessellation settings of Statistics and NoiseChisel are the same (you can check with the -P option). 3) Divide the two standard deviation datasets to get the correction factor.

(136)

For more on the effect of convolution on a distribution, see Section 3.1.1 of Akhlaghi and Ichikawa [2015].


Next: , Previous: , Up: Segment   [Contents][Index]