! Started logfile: J0555+3948_S_2017_03_23_pus_uvs.log on Mon May 13 09:50:10 2019 obs J0555+3948_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0555+3948_S_2017_03_23_pus_uva.fits ! AN table 1: 47 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.659574 visibilities/baseline/integration-bin. ! Found source: J0555+3948 ! ! 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 481 lines of history. ! ! Reading 5580 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 J0555+3948_S_2017_03_23_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 122 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 122 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 122 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 236 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.959496Jy sigma=0.017663 ! Fit after self-cal, rms=1.952273Jy sigma=0.017600 ! 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.083 mas, bmaj=5.171 mas, bpa=-8.163 degrees ! Estimated noise=1343.66 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 = 2.11782 Jy ! Component: 100 - total flux cleaned = 2.61932 Jy ! Total flux subtracted in 100 components = 2.61932 Jy ! Clean residual min=-0.075936 max=0.195923 Jy/beam ! Clean residual mean=0.000005 rms=0.020035 Jy/beam ! Combined flux in latest and established models = 2.61932 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 2.61932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.706534Jy sigma=0.005573 ! Fit after self-cal, rms=0.706535Jy sigma=0.005573 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.20676 Jy ! Component: 100 - total flux cleaned = 0.30279 Jy ! Total flux subtracted in 100 components = 0.30279 Jy ! Clean residual min=-0.065432 max=0.073003 Jy/beam ! Clean residual mean=-0.000039 rms=0.016896 Jy/beam ! Combined flux in latest and established models = 2.92211 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 13 components and 2.92211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.623955Jy sigma=0.004819 ! Fit after self-cal, rms=0.623955Jy sigma=0.004819 ! 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.688 mas, bmaj=5.913 mas, bpa=-4.159 degrees ! Estimated noise=1127.25 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.0782819 Jy ! Component: 100 - total flux cleaned = 0.121727 Jy ! Component: 150 - total flux cleaned = 0.149172 Jy ! Component: 200 - total flux cleaned = 0.16682 Jy ! Total flux subtracted in 200 components = 0.16682 Jy ! Clean residual min=-0.053331 max=0.076665 Jy/beam ! Clean residual mean=0.000110 rms=0.014897 Jy/beam ! Combined flux in latest and established models = 3.08893 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 27 components and 3.08893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.611325Jy sigma=0.004742 ! Fit after self-cal, rms=0.611325Jy sigma=0.004742 ! 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.01 FD 0.99 HN 0.93 KP 1.04 ! LA 1.01 MK 1.06 NL 0.91 OV 1.03 ! PT 1.00 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.03 HN 0.96 KP 0.99 ! LA 0.96 MK 0.99 NL 1.09 OV 1.05 ! PT 0.97 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.06 HN 0.94 KP 0.86 ! LA 0.75 MK 1.06 NL 1.22 OV 0.96 ! PT 0.95 SC 0.99 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.03 HN 0.90 KP 1.00* ! LA 0.80 MK 1.33 NL 1.00* OV 2.83 ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.611325Jy sigma=0.004742 ! Fit after self-cal, rms=0.282336Jy sigma=0.001883 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.712 mas, bmaj=5.931 mas, bpa=-3.529 degrees ! Estimated noise=1132.25 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 = 6.01824e-05 Jy ! Component: 100 - total flux cleaned = 7.15595e-05 Jy ! Component: 150 - total flux cleaned = 7.47108e-05 Jy ! Component: 200 - total flux cleaned = 7.1041e-05 Jy ! Total flux subtracted in 200 components = 7.1041e-05 Jy ! Clean residual min=-0.038575 max=0.034102 Jy/beam ! Clean residual mean=-0.000052 rms=0.006480 Jy/beam ! Combined flux in latest and established models = 3.089 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 34 components and 3.089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.280139Jy sigma=0.001863 ! Fit after self-cal, rms=0.280360Jy sigma=0.001863 ! 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.280360Jy sigma=0.001863 ! Fit after self-cal, rms=0.220998Jy sigma=0.001450 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.734 mas, bmaj=5.895 mas, bpa=-4.315 degrees ! Estimated noise=1134.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00829409 Jy ! Component: 100 - total flux cleaned = -0.00965122 Jy ! Component: 150 - total flux cleaned = -0.0112444 Jy ! Component: 200 - total flux cleaned = -0.0126193 Jy ! Total flux subtracted in 200 components = -0.0126193 Jy ! Clean residual min=-0.029228 max=0.024760 Jy/beam ! Clean residual mean=-0.000029 rms=0.004979 Jy/beam ! Combined flux in latest and established models = 3.07638 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 45 components and 3.07638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219229Jy sigma=0.001431 ! Fit after self-cal, rms=0.219213Jy sigma=0.001431 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 = -0.00119016 Jy ! Component: 100 - total flux cleaned = -0.00221855 Jy ! Component: 150 - total flux cleaned = -0.00290589 Jy ! Component: 200 - total flux cleaned = -0.00351464 Jy ! Total flux subtracted in 200 components = -0.00351464 Jy ! Clean residual min=-0.029029 max=0.024497 Jy/beam ! Clean residual mean=-0.000029 rms=0.004943 Jy/beam ! Combined flux in latest and established models = 3.07286 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 49 components and 3.07286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.218744Jy sigma=0.001425 ! Fit after self-cal, rms=0.218741Jy sigma=0.001425 ! 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.218741Jy sigma=0.001425 ! Fit after self-cal, rms=0.132760Jy sigma=0.000796 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.751 mas, bmaj=5.894 mas, bpa=-4.256 degrees ! Estimated noise=1135.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0100491 Jy ! Component: 100 - total flux cleaned = -0.0106694 Jy ! Component: 150 - total flux cleaned = -0.0114582 Jy ! Component: 200 - total flux cleaned = -0.0123439 Jy ! Total flux subtracted in 200 components = -0.0123439 Jy ! Clean residual min=-0.008138 max=0.006087 Jy/beam ! Clean residual mean=-0.000003 rms=0.001595 Jy/beam ! Combined flux in latest and established models = 3.06052 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 61 components and 3.06052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131364Jy sigma=0.000777 ! Fit after self-cal, rms=0.131381Jy sigma=0.000777 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 = -0.00078997 Jy ! Component: 100 - total flux cleaned = -0.00166424 Jy ! Component: 150 - total flux cleaned = -0.00242767 Jy ! Component: 200 - total flux cleaned = -0.00309996 Jy ! Total flux subtracted in 200 components = -0.00309996 Jy ! Clean residual min=-0.007653 max=0.006177 Jy/beam ! Clean residual mean=-0.000003 rms=0.001559 Jy/beam ! Combined flux in latest and established models = 3.05742 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 64 components and 3.05742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131032Jy sigma=0.000772 ! Fit after self-cal, rms=0.131029Jy sigma=0.000772 ! 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.131029Jy sigma=0.000772 ! Fit after self-cal, rms=0.130371Jy sigma=0.000762 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.059 mas, bmaj=9.4 mas, bpa=5.375 degrees ! Estimated noise=1377.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00855349 Jy ! Component: 100 - total flux cleaned = -0.0121675 Jy ! Component: 150 - total flux cleaned = -0.0139475 Jy ! Component: 200 - total flux cleaned = -0.0145174 Jy ! Total flux subtracted in 200 components = -0.0145174 Jy ! Clean residual min=-0.004824 max=0.004578 Jy/beam ! Clean residual mean=-0.000003 rms=0.001260 Jy/beam ! Combined flux in latest and established models = 3.0429 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 67 components and 3.0429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129994Jy sigma=0.000757 ! Fit after self-cal, rms=0.129997Jy sigma=0.000757 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 = -0.000132104 Jy ! Component: 100 - total flux cleaned = -0.000248047 Jy ! Component: 150 - total flux cleaned = -0.00035518 Jy ! Component: 200 - total flux cleaned = -0.000430612 Jy ! Total flux subtracted in 200 components = -0.000430612 Jy ! Clean residual min=-0.004822 max=0.004595 Jy/beam ! Clean residual mean=-0.000002 rms=0.001257 Jy/beam ! Combined flux in latest and established models = 3.04247 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 68 components and 3.04247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129935Jy sigma=0.000756 ! Fit after self-cal, rms=0.129934Jy sigma=0.000756 ! 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.763 mas, bmaj=5.893 mas, bpa=-4.219 degrees ! Estimated noise=1135.54 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.763 x 5.893 at -4.219 degrees (North through East) ! Clean map min=-0.0071127 max=2.8121 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129934Jy sigma=0.000756 ! Fit after self-cal, rms=0.121549Jy sigma=0.000691 ! Inverting map and beam ! Estimated beam: bmin=3.766 mas, bmaj=5.897 mas, bpa=-4.183 degrees ! Estimated noise=1134.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00669929 Jy ! Component: 100 - total flux cleaned = -0.00713059 Jy ! Component: 150 - total flux cleaned = -0.00730968 Jy ! Component: 200 - total flux cleaned = -0.00792208 Jy ! Total flux subtracted in 200 components = -0.00792208 Jy ! Clean residual min=-0.006448 max=0.004974 Jy/beam ! Clean residual mean=-0.000005 rms=0.001261 Jy/beam ! Combined flux in latest and established models = 3.03455 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 69 components and 3.03455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120780Jy sigma=0.000680 ! Fit after self-cal, rms=0.120778Jy sigma=0.000680 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000401847 Jy ! Component: 100 - total flux cleaned = -0.000996564 Jy ! Component: 150 - total flux cleaned = -0.0015397 Jy ! Component: 200 - total flux cleaned = -0.00203748 Jy ! Total flux subtracted in 200 components = -0.00203748 Jy ! Clean residual min=-0.006129 max=0.004926 Jy/beam ! Clean residual mean=-0.000004 rms=0.001242 Jy/beam ! Combined flux in latest and established models = 3.03251 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 70 components and 3.03251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120573Jy sigma=0.000677 ! Fit after self-cal, rms=0.120573Jy sigma=0.000677 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120573Jy sigma=0.000677 ! Fit after self-cal, rms=0.120321Jy sigma=0.000672 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.152 mas, bmaj=5.121 mas, bpa=-8.453 degrees ! Estimated noise=1374.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.16514 Jy ! Component: 100 - total flux cleaned = 2.65279 Jy ! Component: 150 - total flux cleaned = 2.83461 Jy ! Component: 200 - total flux cleaned = 2.91923 Jy ! Total flux subtracted in 200 components = 2.91923 Jy ! Clean residual min=-0.014036 max=0.038134 Jy/beam ! Clean residual mean=0.000010 rms=0.003316 Jy/beam ! Combined flux in latest and established models = 2.91923 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 14 model components to the UV plane model. ! The established model now contains 14 components and 2.91923 Jy ! Inverting map and beam ! Estimated beam: bmin=3.775 mas, bmaj=5.898 mas, bpa=-4.185 degrees ! Estimated noise=1134.95 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.0506958 Jy ! Component: 100 - total flux cleaned = 0.0755424 Jy ! Component: 150 - total flux cleaned = 0.0874474 Jy ! Component: 200 - total flux cleaned = 0.0897875 Jy ! Total flux subtracted in 200 components = 0.0897875 Jy ! Clean residual min=-0.006946 max=0.009221 Jy/beam ! Clean residual mean=0.000000 rms=0.001468 Jy/beam ! Combined flux in latest and established models = 3.00902 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 35 components and 3.00902 Jy ! Inverting map ! Added new window around map position (-4, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00457154 Jy ! Component: 100 - total flux cleaned = 0.00645827 Jy ! Component: 150 - total flux cleaned = 0.00702914 Jy ! Component: 200 - total flux cleaned = 0.00730225 Jy ! Total flux subtracted in 200 components = 0.00730225 Jy ! Clean residual min=-0.006083 max=0.007221 Jy/beam ! Clean residual mean=-0.000001 rms=0.001350 Jy/beam ! Combined flux in latest and established models = 3.01632 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 40 components and 3.01632 Jy ! Inverting map ! Added new window around map position (4, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00146173 Jy ! Component: 100 - total flux cleaned = 0.00171988 Jy ! Component: 150 - total flux cleaned = 0.00147442 Jy ! Component: 200 - total flux cleaned = 0.00148229 Jy ! Total flux subtracted in 200 components = 0.00148229 Jy ! Clean residual min=-0.005461 max=0.005836 Jy/beam ! Clean residual mean=-0.000002 rms=0.001278 Jy/beam ! Combined flux in latest and established models = 3.0178 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 53 components and 3.0178 Jy ! Inverting map ! Added new window around map position (-10, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150763 Jy ! Component: 100 - total flux cleaned = 0.00172889 Jy ! Component: 150 - total flux cleaned = 0.0017383 Jy ! Component: 200 - total flux cleaned = 0.0019479 Jy ! Total flux subtracted in 200 components = 0.0019479 Jy ! Clean residual min=-0.005101 max=0.005377 Jy/beam ! Clean residual mean=-0.000004 rms=0.001223 Jy/beam ! Combined flux in latest and established models = 3.01975 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 62 components and 3.01975 Jy ! Inverting map ! Added new window around map position (21, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0036861 Jy ! Component: 100 - total flux cleaned = 0.00387079 Jy ! Component: 150 - total flux cleaned = 0.00368943 Jy ! Component: 200 - total flux cleaned = 0.00424069 Jy ! Total flux subtracted in 200 components = 0.00424069 Jy ! Clean residual min=-0.004815 max=0.005002 Jy/beam ! Clean residual mean=-0.000005 rms=0.001180 Jy/beam ! Combined flux in latest and established models = 3.02399 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 72 components and 3.02399 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=8.075 mas, bmaj=9.411 mas, bpa=5.495 degrees ! Estimated noise=1372.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000230824 Jy ! Component: 100 - total flux cleaned = -0.00021398 Jy ! Component: 150 - total flux cleaned = 0.000108923 Jy ! Component: 200 - total flux cleaned = 0.000329979 Jy ! Total flux subtracted in 200 components = 0.000329979 Jy ! Clean residual min=-0.003970 max=0.003717 Jy/beam ! Clean residual mean=-0.000012 rms=0.001027 Jy/beam ! Combined flux in latest and established models = 3.02432 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 = 9.87934e-05 Jy ! Component: 100 - total flux cleaned = 0.000191409 Jy ! Component: 150 - total flux cleaned = 0.00023547 Jy ! Component: 200 - total flux cleaned = 0.000277064 Jy ! Total flux subtracted in 200 components = 0.000277064 Jy ! Clean residual min=-0.003966 max=0.003700 Jy/beam ! Clean residual mean=-0.000012 rms=0.001019 Jy/beam ! Combined flux in latest and established models = 3.0246 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 117 components and 3.0246 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.775 mas, bmaj=5.898 mas, bpa=-4.185 degrees ! Estimated noise=1134.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000704512 Jy ! Component: 100 - total flux cleaned = -0.000708787 Jy ! Component: 150 - total flux cleaned = -0.00054213 Jy ! Component: 200 - total flux cleaned = -0.000378703 Jy ! Total flux subtracted in 200 components = -0.000378703 Jy ! Clean residual min=-0.004660 max=0.004732 Jy/beam ! Clean residual mean=-0.000006 rms=0.001129 Jy/beam ! Combined flux in latest and established models = 3.02422 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 126 components and 3.02422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121767Jy sigma=0.000674 ! Fit after self-cal, rms=0.121753Jy sigma=0.000674 wmodel J0555+3948_S_2017_03_23_pus_map.mod ! Writing 126 model components to file: J0555+3948_S_2017_03_23_pus_map.mod wobs J0555+3948_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0555+3948_S_2017_03_23_pus_uvs.fits wwins J0555+3948_S_2017_03_23_pus_map.win ! wwins: Wrote 5 windows to J0555+3948_S_2017_03_23_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 = 2.52089e-05 Jy ! Component: 100 - total flux cleaned = -0.000224926 Jy ! Component: 150 - total flux cleaned = -0.00070857 Jy ! Component: 200 - total flux cleaned = -0.00125824 Jy ! Component: 250 - total flux cleaned = -0.00179329 Jy ! Component: 300 - total flux cleaned = -0.00194302 Jy ! Component: 350 - total flux cleaned = -0.00201755 Jy ! Component: 400 - total flux cleaned = -0.00216296 Jy ! Component: 450 - total flux cleaned = -0.00237514 Jy ! Component: 500 - total flux cleaned = -0.00251381 Jy ! Component: 550 - total flux cleaned = -0.00271901 Jy ! Component: 600 - total flux cleaned = -0.00271864 Jy ! Component: 650 - total flux cleaned = -0.00305437 Jy ! Component: 700 - total flux cleaned = -0.00318701 Jy ! Component: 750 - total flux cleaned = -0.0035161 Jy ! Component: 800 - total flux cleaned = -0.00377564 Jy ! Component: 850 - total flux cleaned = -0.0041606 Jy ! Component: 900 - total flux cleaned = -0.00428793 Jy ! Component: 950 - total flux cleaned = -0.00460331 Jy ! Component: 1000 - total flux cleaned = -0.00485275 Jy ! Component: 1050 - total flux cleaned = -0.00503891 Jy ! Component: 1100 - total flux cleaned = -0.00540648 Jy ! Component: 1150 - total flux cleaned = -0.00558882 Jy ! Component: 1200 - total flux cleaned = -0.00582969 Jy ! Component: 1250 - total flux cleaned = -0.00594902 Jy ! Component: 1300 - total flux cleaned = -0.0060682 Jy ! Component: 1350 - total flux cleaned = -0.00659783 Jy ! Component: 1400 - total flux cleaned = -0.00677268 Jy ! Component: 1450 - total flux cleaned = -0.00712009 Jy ! Component: 1500 - total flux cleaned = -0.00723489 Jy ! Component: 1550 - total flux cleaned = -0.00740683 Jy ! Component: 1600 - total flux cleaned = -0.00780333 Jy ! Component: 1650 - total flux cleaned = -0.00797207 Jy ! Component: 1700 - total flux cleaned = -0.00808437 Jy ! Component: 1750 - total flux cleaned = -0.00836251 Jy ! Component: 1800 - total flux cleaned = -0.00863866 Jy ! Component: 1850 - total flux cleaned = -0.00880312 Jy ! Component: 1900 - total flux cleaned = -0.00891241 Jy ! Component: 1950 - total flux cleaned = -0.00912926 Jy ! Component: 2000 - total flux cleaned = -0.00950547 Jy ! Component: 2050 - total flux cleaned = -0.00961279 Jy ! Component: 2100 - total flux cleaned = -0.00993201 Jy ! Component: 2150 - total flux cleaned = -0.010196 Jy ! Component: 2200 - total flux cleaned = -0.0104059 Jy ! Component: 2250 - total flux cleaned = -0.0108228 Jy ! Component: 2300 - total flux cleaned = -0.0109785 Jy ! Component: 2350 - total flux cleaned = -0.0108232 Jy ! Component: 2400 - total flux cleaned = -0.0112342 Jy ! Component: 2450 - total flux cleaned = -0.0113362 Jy ! Component: 2500 - total flux cleaned = -0.0117927 Jy ! Component: 2550 - total flux cleaned = -0.0116412 Jy ! Component: 2600 - total flux cleaned = -0.0120426 Jy ! Component: 2650 - total flux cleaned = -0.0119929 Jy ! Component: 2700 - total flux cleaned = -0.0124879 Jy ! Component: 2750 - total flux cleaned = -0.0124878 Jy ! Component: 2800 - total flux cleaned = -0.0128309 Jy ! Component: 2850 - total flux cleaned = -0.0128797 Jy ! Component: 2900 - total flux cleaned = -0.0131707 Jy ! Component: 2950 - total flux cleaned = -0.0133154 Jy ! Component: 3000 - total flux cleaned = -0.0134111 Jy ! Component: 3050 - total flux cleaned = -0.0134113 Jy ! Component: 3100 - total flux cleaned = -0.0138376 Jy ! Component: 3150 - total flux cleaned = -0.0137903 Jy ! Component: 3200 - total flux cleaned = -0.0140253 Jy ! Component: 3250 - total flux cleaned = -0.0140717 Jy ! Component: 3300 - total flux cleaned = -0.014397 Jy ! Component: 3350 - total flux cleaned = -0.0145354 Jy ! Component: 3400 - total flux cleaned = -0.0146274 Jy ! Component: 3450 - total flux cleaned = -0.014856 Jy ! Component: 3500 - total flux cleaned = -0.0150834 Jy ! Component: 3550 - total flux cleaned = -0.0152644 Jy ! Component: 3600 - total flux cleaned = -0.0152643 Jy ! Component: 3650 - total flux cleaned = -0.0154433 Jy ! Component: 3700 - total flux cleaned = -0.0156664 Jy ! Component: 3750 - total flux cleaned = -0.0160207 Jy ! Component: 3800 - total flux cleaned = -0.0160204 Jy ! Component: 3850 - total flux cleaned = -0.0159328 Jy ! Component: 3900 - total flux cleaned = -0.0161515 Jy ! Component: 3950 - total flux cleaned = -0.0163251 Jy ! Component: 4000 - total flux cleaned = -0.0165414 Jy ! Component: 4050 - total flux cleaned = -0.0166704 Jy ! Total flux subtracted in 4096 components = -0.0167132 Jy ! Clean residual min=-0.002137 max=0.002134 Jy/beam ! Clean residual mean=-0.000006 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 3.00751 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 395 components and 3.00751 Jy ![Exited script file: muppet] wmap "J0555+3948_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.775 x 5.898 at -4.185 degrees (North through East) ! Clean map min=-0.0044249 max=2.8145 Jy/beam ! Writing clean map to FITS file: J0555+3948_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 2.81448 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000749147 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0798529 0.0798529 0.159706 0.319411 0.638823 1.27765 2.55529 5.11058 10.2212 20.4423 40.8847 81.7693 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak=",int(1000*peak_flux)/1000 ! peak= 2.814 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.775 x 5.898 at -4.185 degrees (North through East) ! Clean map min=-0.0044249 max=2.8145 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 J0555+3948_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:50:17 2019