From c3484b2a06273eb97d81946bcb6c0810c604cd7e Mon Sep 17 00:00:00 2001
From: jongseokim <ykoo0413@gmail.com>
Date: Tue, 18 Apr 2023 18:01:34 +0200
Subject: [PATCH] add image reconstruction config file

---
 demo/image_reconstruction_config_file.cfg | 36 +++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 demo/image_reconstruction_config_file.cfg

diff --git a/demo/image_reconstruction_config_file.cfg b/demo/image_reconstruction_config_file.cfg
new file mode 100644
index 00000000..1f3386a9
--- /dev/null
+++ b/demo/image_reconstruction_config_file.cfg
@@ -0,0 +1,36 @@
+[data]
+data_path = Data/M87_15GHz.ms
+spectral_window = 0
+polarizations = stokesiavg
+
+
+[sky]
+fov_x = 100mas
+fov_y = 50mas
+npix_x = 1024
+npix_y = 512
+offset_mean = 30.0
+offset_std_mean = 1.0
+offset_std_std = 0.1
+fluctuations_mean = 4.0
+fluctuations_std = 1.0
+flexibility_mean = 2.4
+flexibility_std = 0.8
+asperity_mean = 0.4
+asperity_std = 0.4
+loglogavgslope_mean = -4.0
+loglogavgslope_std = 1.0
+
+
+[response]
+do_wgridding = False
+epsilon = 1e-6
+nthreads = 1
+
+
+[optimization]
+iteration_limit_of_AbsDelta = 600
+iteration_limit_of_NewtonCG_1 = 15
+iteration_limit_of_NewtonCG_2 = 20
+n_iterations = 20
+mgvi_samples = 2
-- 
GitLab