From 54e697a2b8493afcd8dc8598a1ebdbdbc2e6a861 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Wed, 21 Aug 2019 22:55:12 +0530 Subject: 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. --- reproduce/software/config/gnuastro/gnuastro.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'reproduce/software/config') 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 -- cgit v1.2.1