diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-08-21 22:55:12 +0530 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-08-21 22:58:13 +0530 |
commit | 54e697a2b8493afcd8dc8598a1ebdbdbc2e6a861 (patch) | |
tree | 78ec12267d39ecc52cc40f894f5c37cad5249c7b /reproduce/software/config | |
parent | d776b47314572b7a52fd51a6ade57306f1313181 (diff) |
Gnuastro's configuration file updated for version 0.10
Recently the version of Gnuastro in the template was updated to version
0.10. However, I had forgot to update the `gnuastro.conf' file to fit with
the necessary new features of this version. The new general Gnuastro
configuration file is now added instead.
This bug was reported by Deepak.
Diffstat (limited to 'reproduce/software/config')
-rw-r--r-- | reproduce/software/config/gnuastro/gnuastro.conf | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/reproduce/software/config/gnuastro/gnuastro.conf b/reproduce/software/config/gnuastro/gnuastro.conf index 57fcadc..a5b666f 100644 --- a/reproduce/software/config/gnuastro/gnuastro.conf +++ b/reproduce/software/config/gnuastro/gnuastro.conf @@ -24,14 +24,20 @@ hdu 1 ignorecase 1 searchin name + stdintimeout 100000 # Tessellation - tilesize 50,50 + tilesize 30,30 numchannels 1,1 remainderfrac 0.1 workoverch 0 + interpmetric radial interpnumngb 9 interponlyblank 0 # Output: - tableformat fits-binary
\ No newline at end of file + tableformat fits-binary + +# Operating mode + quietmmap 0 + minmapsize 2000000000 |