This file is indexed.

/etc/astmkprof.conf is in gnuastro 0.5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
44
45
46
47
48
49
50
51
52
53
# Default parameters (System) for MakeProfiles.
# MakeProfiles is part of GNU Astronomy Utitlies.
#
# 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:
#
#  $ astmkprof --help                    # Full list of options, short doc.
#  $ astmkprof -P                        # Print all options and used values.
#  $ info astmkprof                      # All options and input/output.
#  $ info gnuastro "Configuration files" # How to use configuration files.
#
# 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
 backhdu                   1

# Output:
 naxis             1000,1000
 oversample                5
 circumwidth               2
 type                float32

# Profiles:
 tunitinp                  0
 numrandom             10000
 tolerance              0.01
 zeropoint              0.00

# Catalog:
 mode                    img
 ccol                      2
 ccol                      3
 fcol                      4
 rcol                      5
 ncol                      6
 pcol                      7
 qcol                      8
 mcol                      9
 tcol                     10

# WCS:
 crpix                   1,1
 crval                   1,1
 cdelt   0.03/3600,0.03/3600
 pc                 -1,0,0,1
 cunit               deg,deg
 ctype     RA---TAN,DEC--TAN