File: astsegment.conf

package info (click to toggle)
gnuastro 0.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,360 kB
  • sloc: ansic: 185,444; sh: 15,785; makefile: 1,303; cpp: 9
file content (43 lines) | stat: -rw-r--r-- 1,394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Default parameters (System) for Segment.
# Segment is part of GNU Astronomy Utilities.
#
# Use the long option name of each parameter followed by a value. The name
# and value should be separated by atleast one white-space character (for
# example ' '[space], or tab). Lines starting with '#' are ignored.
#
# For more information, please run these commands:
#
#  $ astsegment --help                   # Full list of options, short doc.
#  $ astsegment -P                       # Print all options and used values.
#  $ info astsegment                     # All options and input/output.
#  $ info gnuastro "Configuration files" # How to use configuration files.
#
# Copyright (C) 2015-2025 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty provided the copyright notice and
# this notice are preserved.  This file is offered as-is, without any
# warranty.

# Input:
 khdu                  1
 chdu                  1
 dhdu         DETECTIONS
 skyhdu              SKY
 stdhdu          SKY_STD
 minskyfrac          0.6
 minnumfalse         100

# Tessellation
 largetilesize   200,200

# Segmentation
 snminarea            15
 keepmaxnearriver      0
 snquant            0.95
 gthresh             0.5
 minriverlength       15
 objbordersn           1

# Operating mode
 continueaftercheck    0