| output.directory | string | | | Full path to the directory to which all output files will be written. If unset, the directory of the input data cube will be used by default. |
| output.filename | string | | | File name that will be used as the template for all output files. For example, if `output.filename = my_data`, then the output files will be named `my_data_cat.xml`, `my_data_mom0.fits`, etc. If unset, the name of the input data cube will be used as the file name template by default. |
| output.marginAperture | int | ≥ 0 | 10 | Margin (in channels) to be added to either side of the aperture spectrum produced by SoFiA. The aperture spectrum will be automatically truncated at the spectral boundaries of the cube if the margin is chosen too large. |
| output.marginAperSpec | int | ≥ 0 | 10 | Margin (in channels) to be added to either side of the aperture spectrum produced by SoFiA. The aperture spectrum will be automatically truncated at the spectral boundaries of the cube if the margin is chosen too large. |
| output.marginCubelets | int | ≥ 0 | 10 | Margin (in pixels) around detections to be added when creating cubelets, moment maps and spectra of individual sources. The same margin will be applied to all axes of the cube. A value of 0 will create tight cutouts without any extra margin, thus minimising file sizes. The default is 10 pixels. |
| output.overwrite | bool | true, false | true | If `true`, existing output files will be overwritten without warning. If `false`, SoFiA will refuse to run if any of the output files and directories to be created already exists. |
| output.thresholdMom12 | float | | 0.0 | If `output.cubelets` is enabled, then the moment 1 and 2 maps for each individual detection will be created using only those spectral channels where the flux density exceeds this value times the local RMS noise level. E.g., setting `output.thresholdMom12` to a value of 3.0 would set a 3-sigma flux density threshold for moments 1 and 2. Note that this setting has no effect on moment 0 maps or global moment 1 and 2 maps. |