Created
October 23, 2014 09:49
-
-
Save gijzelaerr/4f55568aae2fa8a82200 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # global settings | |
| name=New simulation | |
| skytype=Tigger LSM | |
| sky_model= | |
| upload_tdl=False | |
| tdl_conf= | |
| tdl_section= | |
| make_psf=True | |
| add_noise=True | |
| vis_noise_std=0.0 | |
| output=Image | |
| # observation setup | |
| ms_hours=4.0 | |
| ms_dtime=10.0 | |
| ms_freq0=1400000000.0 | |
| ms_dfreq=50000000.0 | |
| ms_nchan=1 | |
| ms_nband=1 | |
| ms_writeAutoCorr=True | |
| ms_dec=-30.0 | |
| ms_ra=0.0 | |
| # dish settings | |
| ds_amp_phase_gains=1.0 | |
| ds_parallactic_angle_rotation=True | |
| ds_primary_beam=MeerKAT 1 | |
| ds_feed_angle=0.0 | |
| # corruptions | |
| cr_amp_phase_gains=1.0 | |
| cr_pointing_error=0.0 | |
| cr_rfi=0.0 | |
| # imaging settings | |
| im_npix=512 | |
| im_cellsize=1.0 | |
| im_weight=Natural | |
| im_weight_fov=1.0 | |
| im_wprojplanes=0 | |
| im_mode=Channel | |
| im_spwid=1 | |
| channelise=Average all | |
| im_stokes=I | |
| # deconvolution settings | |
| clean=True | |
| dc_operation=csclean | |
| dc_uservector=0 1 4 8 16 64 128 | |
| dc_nscales=4.0 | |
| dc_niter=1000 | |
| dc_threshold=0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment