Skip to content
Snippets Groups Projects
Commit a26e5b19 authored by David Rafferty's avatar David Rafferty
Browse files

Adjust default

parent f4fddd1c
No related branches found
No related tags found
2 merge requests!84Add support for new WSClean features,!81Miscellaneous selfcal improvements
...@@ -70,7 +70,7 @@ input_ms = /data/ms/*.ms ...@@ -70,7 +70,7 @@ input_ms = /data/ms/*.ms
# onebeamperpatch = False # onebeamperpatch = False
# stepsize = 0.02 # stepsize = 0.02
# tolerance = 5e-3 # tolerance = 5e-3
# solve_min_uv_lambda = 2000.0 # solve_min_uv_lambda = 350.0
# parallelbaselines = False # parallelbaselines = False
# Fast solve parameters (defaults shown): # Fast solve parameters (defaults shown):
......
...@@ -285,7 +285,7 @@ def get_calibration_options(parset): ...@@ -285,7 +285,7 @@ def get_calibration_options(parset):
if 'solve_min_uv_lambda' in parset_dict: if 'solve_min_uv_lambda' in parset_dict:
parset_dict['solve_min_uv_lambda'] = parset.getfloat('calibration', 'solve_min_uv_lambda') parset_dict['solve_min_uv_lambda'] = parset.getfloat('calibration', 'solve_min_uv_lambda')
else: else:
parset_dict['solve_min_uv_lambda'] = 2000.0 parset_dict['solve_min_uv_lambda'] = 350.0
# Calculate the beam correction once per calibration patch (default = False)? If # Calculate the beam correction once per calibration patch (default = False)? If
# False, the beam correction is calculated separately for each source in the patch. # False, the beam correction is calculated separately for each source in the patch.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment