! Started logfile: J0349+2104_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:45:08 2016 obs J0349+2104_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0349+2104_S_2015_03_17_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.972515 visibilities/baseline/integration-bin. ! Found source: J0349+2104 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 330 lines of history. ! ! Reading 19956 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J0349+2104_S_2015_03_17_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.871369Jy sigma=0.009967 ! Fit after self-cal, rms=0.849623Jy sigma=0.009733 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.143 mas, bmaj=5.179 mas, bpa=-10.36 degrees ! Estimated noise=826.626 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.114482 Jy ! Component: 100 - total flux cleaned = 0.142418 Jy ! Total flux subtracted in 100 components = 0.142418 Jy ! Clean residual min=-0.013720 max=0.047753 Jy/beam ! Clean residual mean=-0.000067 rms=0.004452 Jy/beam ! Combined flux in latest and established models = 0.142418 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.142418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124658Jy sigma=0.001304 ! Fit after self-cal, rms=0.124631Jy sigma=0.001304 ! Inverting map ! Added new window around map position (8.5, 25.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0423008 Jy ! Component: 100 - total flux cleaned = 0.0646061 Jy ! Total flux subtracted in 100 components = 0.0646061 Jy ! Clean residual min=-0.011445 max=0.017294 Jy/beam ! Clean residual mean=-0.000073 rms=0.003023 Jy/beam ! Combined flux in latest and established models = 0.207024 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 38 components and 0.207024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102322Jy sigma=0.001056 ! Fit after self-cal, rms=0.100741Jy sigma=0.001038 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.849 mas, bmaj=6.296 mas, bpa=-6.918 degrees ! Estimated noise=448.083 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0283117 Jy ! Component: 100 - total flux cleaned = 0.0479007 Jy ! Component: 150 - total flux cleaned = 0.0630375 Jy ! Component: 200 - total flux cleaned = 0.0750293 Jy ! Total flux subtracted in 200 components = 0.0750293 Jy ! Clean residual min=-0.009011 max=0.020767 Jy/beam ! Clean residual mean=-0.000052 rms=0.002898 Jy/beam ! Combined flux in latest and established models = 0.282053 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 92 components and 0.282053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088543Jy sigma=0.000914 ! Fit after self-cal, rms=0.088098Jy sigma=0.000910 ! Inverting map ! Added new window around map position (5, 10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0187476 Jy ! Component: 100 - total flux cleaned = 0.0291008 Jy ! Component: 150 - total flux cleaned = 0.0371616 Jy ! Component: 200 - total flux cleaned = 0.0436678 Jy ! Total flux subtracted in 200 components = 0.0436678 Jy ! Clean residual min=-0.006296 max=0.016703 Jy/beam ! Clean residual mean=-0.000024 rms=0.002013 Jy/beam ! Combined flux in latest and established models = 0.325721 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 135 components and 0.325721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083065Jy sigma=0.000858 ! Fit after self-cal, rms=0.082878Jy sigma=0.000856 ! Inverting map ! Added new window around map position (16, 23). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0152234 Jy ! Component: 100 - total flux cleaned = 0.0228486 Jy ! Component: 150 - total flux cleaned = 0.0281609 Jy ! Component: 200 - total flux cleaned = 0.0324384 Jy ! Total flux subtracted in 200 components = 0.0324384 Jy ! Clean residual min=-0.004951 max=0.005601 Jy/beam ! Clean residual mean=-0.000026 rms=0.001281 Jy/beam ! Combined flux in latest and established models = 0.35816 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 184 components and 0.35816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079650Jy sigma=0.000823 ! Fit after self-cal, rms=0.079452Jy sigma=0.000821 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.82 HN 0.95 KP 1.11 ! LA 0.97 MK 1.08 NL 0.85 OV 0.98 ! PT 1.05 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.88 HN 1.02 KP 1.07 ! LA 0.94 MK 1.11 NL 0.98 OV 1.04 ! PT 1.03 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.90 HN 1.01 KP 0.94 ! LA 0.78 MK 1.12 NL 1.13 OV 1.00 ! PT 1.02 SC 1.08 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.90 HN 0.96 KP 0.94 ! LA 0.85 MK 1.13 NL 0.99 OV 1.03 ! PT 1.07 SC 1.00 ! ! ! Fit before self-cal, rms=0.079452Jy sigma=0.000821 ! Fit after self-cal, rms=0.073484Jy sigma=0.000789 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.961 mas, bmaj=6.427 mas, bpa=-6.325 degrees ! Estimated noise=448.272 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000712934 Jy ! Component: 100 - total flux cleaned = 0.000809517 Jy ! Component: 150 - total flux cleaned = 0.00109372 Jy ! Component: 200 - total flux cleaned = 0.00121368 Jy ! Total flux subtracted in 200 components = 0.00121368 Jy ! Clean residual min=-0.002583 max=0.002638 Jy/beam ! Clean residual mean=0.000001 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.359373 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 206 components and 0.359373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073316Jy sigma=0.000787 ! Fit after self-cal, rms=0.073252Jy sigma=0.000787 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073252Jy sigma=0.000787 ! Fit after self-cal, rms=0.073225Jy sigma=0.000784 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.95 mas, bmaj=6.418 mas, bpa=-7.32 degrees ! Estimated noise=447.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000430729 Jy ! Component: 100 - total flux cleaned = 0.000434894 Jy ! Component: 150 - total flux cleaned = 0.000487724 Jy ! Component: 200 - total flux cleaned = 0.000530599 Jy ! Total flux subtracted in 200 components = 0.000530599 Jy ! Clean residual min=-0.001629 max=0.001762 Jy/beam ! Clean residual mean=0.000001 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.359904 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 223 components and 0.359904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073157Jy sigma=0.000783 ! Fit after self-cal, rms=0.073164Jy sigma=0.000783 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (3.5, 25.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000503597 Jy ! Component: 100 - total flux cleaned = 0.000452844 Jy ! Component: 150 - total flux cleaned = 0.000412379 Jy ! Component: 200 - total flux cleaned = 0.000488716 Jy ! Total flux subtracted in 200 components = 0.000488716 Jy ! Clean residual min=-0.001527 max=0.001298 Jy/beam ! Clean residual mean=0.000001 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.360393 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 232 components and 0.360392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073104Jy sigma=0.000783 ! Fit after self-cal, rms=0.073101Jy sigma=0.000783 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073101Jy sigma=0.000783 ! Fit after self-cal, rms=0.073095Jy sigma=0.000783 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.95 mas, bmaj=6.41 mas, bpa=-7.272 degrees ! Estimated noise=446.844 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000349618 Jy ! Component: 100 - total flux cleaned = -0.000424775 Jy ! Component: 150 - total flux cleaned = -0.000562373 Jy ! Component: 200 - total flux cleaned = -0.000593574 Jy ! Total flux subtracted in 200 components = -0.000593574 Jy ! Clean residual min=-0.001435 max=0.001303 Jy/beam ! Clean residual mean=0.000001 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.359799 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 243 components and 0.359799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073062Jy sigma=0.000782 ! Fit after self-cal, rms=0.073062Jy sigma=0.000782 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.62289e-05 Jy ! Component: 100 - total flux cleaned = 0.000123723 Jy ! Component: 150 - total flux cleaned = 0.000178069 Jy ! Component: 200 - total flux cleaned = 0.000255537 Jy ! Total flux subtracted in 200 components = 0.000255537 Jy ! Clean residual min=-0.001430 max=0.001290 Jy/beam ! Clean residual mean=0.000001 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.360054 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 254 components and 0.360054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073043Jy sigma=0.000782 ! Fit after self-cal, rms=0.073042Jy sigma=0.000782 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073042Jy sigma=0.000782 ! Fit after self-cal, rms=0.073028Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.639 mas, bmaj=10.05 mas, bpa=-3.123 degrees ! Estimated noise=537.585 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000102141 Jy ! Component: 100 - total flux cleaned = -0.000142716 Jy ! Component: 150 - total flux cleaned = -0.000128253 Jy ! Component: 200 - total flux cleaned = -3.95757e-05 Jy ! Total flux subtracted in 200 components = -3.95757e-05 Jy ! Clean residual min=-0.001601 max=0.001367 Jy/beam ! Clean residual mean=0.000001 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.360015 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 273 components and 0.360015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073022Jy sigma=0.000782 ! Fit after self-cal, rms=0.073023Jy sigma=0.000782 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.62382e-05 Jy ! Component: 100 - total flux cleaned = 0.000135268 Jy ! Component: 150 - total flux cleaned = 0.000184515 Jy ! Component: 200 - total flux cleaned = 0.000219214 Jy ! Total flux subtracted in 200 components = 0.000219214 Jy ! Clean residual min=-0.001568 max=0.001331 Jy/beam ! Clean residual mean=0.000001 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.360234 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 283 components and 0.360234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073018Jy sigma=0.000782 ! Fit after self-cal, rms=0.073018Jy sigma=0.000782 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.953 mas, bmaj=6.406 mas, bpa=-7.192 degrees ! Estimated noise=446.568 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.953 x 6.406 at -7.192 degrees (North through East) ! Clean map min=-0.0013494 max=0.15715 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.208 mas, bmaj=5.259 mas, bpa=-10.56 degrees ! Estimated noise=833.226 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.116958 Jy ! Component: 100 - total flux cleaned = 0.163292 Jy ! Component: 150 - total flux cleaned = 0.192689 Jy ! Component: 200 - total flux cleaned = 0.214548 Jy ! Total flux subtracted in 200 components = 0.214548 Jy ! Clean residual min=-0.007652 max=0.012788 Jy/beam ! Clean residual mean=-0.000036 rms=0.002489 Jy/beam ! Combined flux in latest and established models = 0.214548 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 39 model components to the UV plane model. ! The established model now contains 39 components and 0.214548 Jy ! Inverting map and beam ! Estimated beam: bmin=3.953 mas, bmaj=6.406 mas, bpa=-7.192 degrees ! Estimated noise=446.568 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0266815 Jy ! Component: 100 - total flux cleaned = 0.046956 Jy ! Component: 150 - total flux cleaned = 0.063171 Jy ! Component: 200 - total flux cleaned = 0.0763408 Jy ! Total flux subtracted in 200 components = 0.0763408 Jy ! Clean residual min=-0.004573 max=0.007944 Jy/beam ! Clean residual mean=-0.000025 rms=0.001805 Jy/beam ! Combined flux in latest and established models = 0.290889 Jy ! Adding 88 model components to the UV plane model. ! The established model now contains 118 components and 0.290889 Jy ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0108364 Jy ! Component: 100 - total flux cleaned = 0.0198206 Jy ! Component: 150 - total flux cleaned = 0.0273098 Jy ! Component: 200 - total flux cleaned = 0.0335834 Jy ! Total flux subtracted in 200 components = 0.0335834 Jy ! Clean residual min=-0.002766 max=0.003840 Jy/beam ! Clean residual mean=-0.000012 rms=0.000964 Jy/beam ! Combined flux in latest and established models = 0.324472 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 164 components and 0.324472 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.639 mas, bmaj=10.05 mas, bpa=-3.123 degrees ! Estimated noise=537.585 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00878916 Jy ! Component: 100 - total flux cleaned = 0.0149801 Jy ! Component: 150 - total flux cleaned = 0.0195725 Jy ! Component: 200 - total flux cleaned = 0.0230665 Jy ! Total flux subtracted in 200 components = 0.0230665 Jy ! Clean residual min=-0.001957 max=0.002092 Jy/beam ! Clean residual mean=-0.000010 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.347539 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00269725 Jy ! Component: 100 - total flux cleaned = 0.00482899 Jy ! Component: 150 - total flux cleaned = 0.00635881 Jy ! Component: 200 - total flux cleaned = 0.0073987 Jy ! Total flux subtracted in 200 components = 0.0073987 Jy ! Clean residual min=-0.001482 max=0.001601 Jy/beam ! Clean residual mean=-0.000004 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.354937 Jy ! Adding 162 model components to the UV plane model. ! The established model now contains 302 components and 0.354937 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.953 mas, bmaj=6.406 mas, bpa=-7.192 degrees ! Estimated noise=446.568 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000751064 Jy ! Component: 100 - total flux cleaned = 0.00161494 Jy ! Component: 150 - total flux cleaned = 0.00212118 Jy ! Component: 200 - total flux cleaned = 0.00239643 Jy ! Total flux subtracted in 200 components = 0.00239643 Jy ! Clean residual min=-0.001559 max=0.001468 Jy/beam ! Clean residual mean=-0.000001 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.357334 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 325 components and 0.357334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073082Jy sigma=0.000783 ! Fit after self-cal, rms=0.073063Jy sigma=0.000783 wmodel J0349+2104_S_2015_03_17_pus_map.mod ! Writing 325 model components to file: J0349+2104_S_2015_03_17_pus_map.mod wobs J0349+2104_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0349+2104_S_2015_03_17_pus_uvs.fits wwins J0349+2104_S_2015_03_17_pus_map.win ! wwins: Wrote 5 windows to J0349+2104_S_2015_03_17_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000439694 Jy ! Component: 100 - total flux cleaned = -0.000642759 Jy ! Component: 150 - total flux cleaned = -0.000811257 Jy ! Component: 200 - total flux cleaned = -0.000834331 Jy ! Component: 250 - total flux cleaned = -0.00094624 Jy ! Component: 300 - total flux cleaned = -0.00101148 Jy ! Component: 350 - total flux cleaned = -0.0010327 Jy ! Component: 400 - total flux cleaned = -0.00109408 Jy ! Component: 450 - total flux cleaned = -0.00113369 Jy ! Component: 500 - total flux cleaned = -0.00117279 Jy ! Component: 550 - total flux cleaned = -0.00121159 Jy ! Component: 600 - total flux cleaned = -0.00126815 Jy ! Component: 650 - total flux cleaned = -0.00128713 Jy ! Component: 700 - total flux cleaned = -0.00137783 Jy ! Component: 750 - total flux cleaned = -0.0014666 Jy ! Component: 800 - total flux cleaned = -0.00151902 Jy ! Component: 850 - total flux cleaned = -0.00160474 Jy ! Component: 900 - total flux cleaned = -0.00170555 Jy ! Component: 950 - total flux cleaned = -0.00175536 Jy ! Component: 1000 - total flux cleaned = -0.00185285 Jy ! Component: 1050 - total flux cleaned = -0.00186893 Jy ! Component: 1100 - total flux cleaned = -0.00188479 Jy ! Component: 1150 - total flux cleaned = -0.00199385 Jy ! Component: 1200 - total flux cleaned = -0.00200905 Jy ! Component: 1250 - total flux cleaned = -0.00206967 Jy ! Component: 1300 - total flux cleaned = -0.00211471 Jy ! Component: 1350 - total flux cleaned = -0.00217392 Jy ! Component: 1400 - total flux cleaned = -0.00224706 Jy ! Component: 1450 - total flux cleaned = -0.00226146 Jy ! Component: 1500 - total flux cleaned = -0.0023469 Jy ! Component: 1550 - total flux cleaned = -0.00234684 Jy ! Component: 1600 - total flux cleaned = -0.00240271 Jy ! Component: 1650 - total flux cleaned = -0.00240298 Jy ! Component: 1700 - total flux cleaned = -0.00245743 Jy ! Component: 1750 - total flux cleaned = -0.00243056 Jy ! Component: 1800 - total flux cleaned = -0.00248403 Jy ! Component: 1850 - total flux cleaned = -0.0024708 Jy ! Component: 1900 - total flux cleaned = -0.00245768 Jy ! Component: 1950 - total flux cleaned = -0.00245752 Jy ! Component: 2000 - total flux cleaned = -0.00240622 Jy ! Component: 2050 - total flux cleaned = -0.00241911 Jy ! Component: 2100 - total flux cleaned = -0.00240669 Jy ! Component: 2150 - total flux cleaned = -0.0024316 Jy ! Component: 2200 - total flux cleaned = -0.00244375 Jy ! Component: 2250 - total flux cleaned = -0.00250468 Jy ! Component: 2300 - total flux cleaned = -0.00252882 Jy ! Component: 2350 - total flux cleaned = -0.00250471 Jy ! Component: 2400 - total flux cleaned = -0.00250478 Jy ! Component: 2450 - total flux cleaned = -0.00252846 Jy ! Component: 2500 - total flux cleaned = -0.00251695 Jy ! Component: 2550 - total flux cleaned = -0.00256323 Jy ! Component: 2600 - total flux cleaned = -0.00255183 Jy ! Component: 2650 - total flux cleaned = -0.00256314 Jy ! Component: 2700 - total flux cleaned = -0.00256322 Jy ! Component: 2750 - total flux cleaned = -0.00257452 Jy ! Component: 2800 - total flux cleaned = -0.00260785 Jy ! Component: 2850 - total flux cleaned = -0.00267399 Jy ! Component: 2900 - total flux cleaned = -0.00268485 Jy ! Component: 2950 - total flux cleaned = -0.00269557 Jy ! Component: 3000 - total flux cleaned = -0.00272791 Jy ! Component: 3050 - total flux cleaned = -0.00275982 Jy ! Component: 3100 - total flux cleaned = -0.00278093 Jy ! Component: 3150 - total flux cleaned = -0.00281239 Jy ! Component: 3200 - total flux cleaned = -0.00285386 Jy ! Component: 3250 - total flux cleaned = -0.00285384 Jy ! Component: 3300 - total flux cleaned = -0.0028847 Jy ! Component: 3350 - total flux cleaned = -0.00288479 Jy ! Component: 3400 - total flux cleaned = -0.00293514 Jy ! Component: 3450 - total flux cleaned = -0.00293495 Jy ! Component: 3500 - total flux cleaned = -0.00295489 Jy ! Component: 3550 - total flux cleaned = -0.00296472 Jy ! Component: 3600 - total flux cleaned = -0.00299417 Jy ! Component: 3650 - total flux cleaned = -0.00302342 Jy ! Component: 3700 - total flux cleaned = -0.00308134 Jy ! Component: 3750 - total flux cleaned = -0.00310064 Jy ! Component: 3800 - total flux cleaned = -0.00309098 Jy ! Component: 3850 - total flux cleaned = -0.00310045 Jy ! Component: 3900 - total flux cleaned = -0.00314741 Jy ! Component: 3950 - total flux cleaned = -0.00314738 Jy ! Component: 4000 - total flux cleaned = -0.00315669 Jy ! Component: 4050 - total flux cleaned = -0.00314744 Jy ! Total flux subtracted in 4096 components = -0.00316577 Jy ! Clean residual min=-0.000504 max=0.000541 Jy/beam ! Clean residual mean=0.000000 rms=0.000169 Jy/beam ! Combined flux in latest and established models = 0.354168 Jy keep ! Adding 267 model components to the UV plane model. ! The established model now contains 592 components and 0.354168 Jy ![Exited script file: muppet] wmap "J0349+2104_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.953 x 6.406 at -7.192 degrees (North through East) ! Clean map min=-0.0013204 max=0.15833 Jy/beam ! Writing clean map to FITS file: J0349+2104_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.158329 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000169051 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.320316 0.320316 0.640632 1.28126 2.56253 5.12505 10.2501 20.5002 41.0004 82.0009 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.158 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.953 x 6.406 at -7.192 degrees (North through East) ! Clean map min=-0.0013204 max=0.15833 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J0349+2104_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:45:16 2016