1# Default parameters (System) for Segment.
2# Segment is part of GNU Astronomy Utilities.
3#
4# Use the long option name of each parameter followed by a value. The name
5# and value should be separated by atleast one white-space character (for
6# example ' '[space], or tab). Lines starting with '#' are ignored.
7#
8# For more information, please run these commands:
9#
10#  $ astsegment --help                   # Full list of options, short doc.
11#  $ astsegment -P                       # Print all options and used values.
12#  $ info astsegment                     # All options and input/output.
13#  $ info gnuastro "Configuration files" # How to use configuration files.
14#
15# Copyright (C) 2015-2021, Free Software Foundation, Inc.
16#
17# Copying and distribution of this file, with or without modification, are
18# permitted in any medium without royalty provided the copyright notice and
19# this notice are preserved.  This file is offered as-is, without any
20# warranty.
21
22# Input:
23 khdu                  1
24 chdu                  1
25 dhdu         DETECTIONS
26 skyhdu              SKY
27 stdhdu          SKY_STD
28 minskyfrac          0.6
29 minnumfalse         100
30
31# Tessellation
32 largetilesize   200,200
33
34# Segmentation
35 snminarea            15
36 keepmaxnearriver      0
37 snquant            0.95
38 gthresh             0.5
39 minriverlength       15
40 objbordersn           1
41
42# Operating mode
43 continueaftercheck    0
44