Skip to content
Snippets Groups Projects
Commit 2f0905f9 authored by Alexander Kutkin's avatar Alexander Kutkin
Browse files

fixed None/null yaml issue

parent 3fdb6ad8
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ clean1: # wsclean setup ...@@ -25,7 +25,7 @@ clean1: # wsclean setup
automask: 20 automask: 20
autothresh: 5 autothresh: 5
multiscale: False multiscale: False
clip_model_level: None # use a float number to clip the model to above this level clip_model_level: null # use a float number to clip the model to above this level. null is None.
kwstring: '-use-wgridder -parallel-deconvolution 1400' # use this for additional wsclean options, e.g. '-weight uniform -use-idg' kwstring: '-use-wgridder -parallel-deconvolution 1400' # use this for additional wsclean options, e.g. '-weight uniform -use-idg'
dical1: # DPPP setup for direction independent calibration dical1: # DPPP setup for direction independent calibration
...@@ -41,7 +41,7 @@ clean2: ...@@ -41,7 +41,7 @@ clean2:
automask: 10 automask: 10
autothresh: 5 autothresh: 5
multiscale: True multiscale: True
clip_model_level: None clip_model_level: null
kwstring: '-use-wgridder -parallel-deconvolution 1400 -parallel-gridding 8 -deconvolution-channels 3' kwstring: '-use-wgridder -parallel-deconvolution 1400 -parallel-gridding 8 -deconvolution-channels 3'
dical2: dical2:
...@@ -57,7 +57,7 @@ clean3: ...@@ -57,7 +57,7 @@ clean3:
automask: 7 automask: 7
autothresh: 3.5 autothresh: 3.5
multiscale: True multiscale: True
clip_model_level: None clip_model_level: null
kwstring: '-use-wgridder -parallel-deconvolution 1400 -parallel-gridding 8 -deconvolution-channels 3' kwstring: '-use-wgridder -parallel-deconvolution 1400 -parallel-gridding 8 -deconvolution-channels 3'
dical3: dical3:
...@@ -73,7 +73,7 @@ clean4: ...@@ -73,7 +73,7 @@ clean4:
automask: 4.5 automask: 4.5
autothresh: 0.5 autothresh: 0.5
multiscale: True multiscale: True
clip_model_level: None clip_model_level: null
kwstring: '-use-wgridder -parallel-deconvolution 1400 -parallel-gridding 8 -deconvolution-channels 3 -weight briggs 0.0' kwstring: '-use-wgridder -parallel-deconvolution 1400 -parallel-gridding 8 -deconvolution-channels 3 -weight briggs 0.0'
####################### CLUSTERING ####################### ####################### CLUSTERING #######################
...@@ -104,7 +104,7 @@ clean5: ...@@ -104,7 +104,7 @@ clean5:
autothresh: 0.5 autothresh: 0.5
multiscale: True multiscale: True
fitsmask: 'mask2.fits' fitsmask: 'mask2.fits'
clip_model_level: None clip_model_level: null
kwstring: '-use-wgridder -parallel-deconvolution 1400 -parallel-gridding 8 -deconvolution-channels 3 -weight briggs 0.0' kwstring: '-use-wgridder -parallel-deconvolution 1400 -parallel-gridding 8 -deconvolution-channels 3 -weight briggs 0.0'
### END ### END
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment