gnuastro (0.22)

(root)/
etc/
gnuastro.conf
# Default values for the common options to all the programs in GNU
# Astronomy Utitlies.
#
# Use the long option name of each paramter followed by
# a value. The name and value should be separated by
# atleast one of the following charaacters:
# space, ',', '=' or ':'
#
# Run with '--help' option or read the manual for a full
# explanation of what each option means.
#
# NOTE I:  All counting is from zero, not one.
# NOTE II: Lines starting with '#' are ignored.
#
# Copyright (C) 2015-2024 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:
 hdu              1
 ignorecase       1
 searchin         name
 stdintimeout     1500000

# Tessellation
 tilesize         30,30
 numchannels      1,1
 remainderfrac    0.1
 workoverch       0
 interpmetric     radial
 interpnumngb     15
 interponlyblank  0

# Output:
 tableformat      fits-binary
 wcslinearmatrix  pc

# Operating mode
 quietmmap        0

 # The default 'minmapsize' is set to the maximum possible value for signed
 # 64-bit integers (half the full logical size of a 64-bit system, which is
 # larger than 9 x 10^18 bytes). Effectively, this means that forced
 # memory-mapping will be disabled. Therefore memory-mapping will only
 # happen when memory cannot be allocated with the RAM (for any reason,
 # mainly not having enough space). On 32-bit systems, this will
 # automatically be read by the C library as the largest possible memory in
 # those systems (~4.3 x 10^9 bytes).
 minmapsize       9223372036854775807