! Started logfile: J1140+1203_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:57:52 2016 obs J1140+1203_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1140+1203_S_2015_03_17_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.9 visibilities/baseline/integration-bin. ! Found source: J1140+1203 ! ! 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 19764 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 J1140+1203_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 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.995341Jy sigma=0.011796 ! Fit after self-cal, rms=0.964687Jy sigma=0.011458 ! 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=2.517 mas, bmaj=6.653 mas, bpa=-1.566 degrees ! Estimated noise=732.234 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.0286693 Jy ! Component: 100 - total flux cleaned = 0.0353535 Jy ! Total flux subtracted in 100 components = 0.0353535 Jy ! Clean residual min=-0.002847 max=0.002906 Jy/beam ! Clean residual mean=0.000003 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.0353535 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0353535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076493Jy sigma=0.000775 ! Fit after self-cal, rms=0.075424Jy sigma=0.000762 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00423308 Jy ! Component: 100 - total flux cleaned = 0.00637886 Jy ! Total flux subtracted in 100 components = 0.00637886 Jy ! Clean residual min=-0.003382 max=0.002732 Jy/beam ! Clean residual mean=-0.000000 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.0417323 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 22 components and 0.0417323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075148Jy sigma=0.000760 ! Fit after self-cal, rms=0.075104Jy sigma=0.000760 ! 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.091 mas, bmaj=7.411 mas, bpa=-2.192 degrees ! Estimated noise=433.782 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.0011971 Jy ! Component: 100 - total flux cleaned = 0.00185952 Jy ! Component: 150 - total flux cleaned = 0.00207208 Jy ! Component: 200 - total flux cleaned = 0.00212915 Jy ! Total flux subtracted in 200 components = 0.00212915 Jy ! Clean residual min=-0.001704 max=0.001764 Jy/beam ! Clean residual mean=-0.000000 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.0438615 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 45 components and 0.0438615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075071Jy sigma=0.000759 ! Fit after self-cal, rms=0.075041Jy sigma=0.000759 ! 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.09 FD 0.85 HN 1.01 KP 1.13 ! LA 1.04 MK 1.02 NL 0.96 OV 1.00 ! PT 1.02 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.84 HN 1.04 KP 1.13 ! LA 0.95 MK 1.06 NL 1.03 OV 1.05 ! PT 1.06 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.92 HN 0.93 KP 1.00 ! LA 0.83 MK 1.08 NL 1.15 OV 1.00 ! PT 1.09 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.87 HN 0.96 KP 0.95 ! LA 0.76 MK 1.05 NL 1.08 OV 1.03 ! PT 0.96 SC 0.98 ! ! ! Fit before self-cal, rms=0.075041Jy sigma=0.000759 ! Fit after self-cal, rms=0.072239Jy sigma=0.000757 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.119 mas, bmaj=7.497 mas, bpa=-1.784 degrees ! Estimated noise=439.041 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.00012646 Jy ! Component: 100 - total flux cleaned = 0.000114286 Jy ! Component: 150 - total flux cleaned = 0.000114277 Jy ! Component: 200 - total flux cleaned = 9.52515e-05 Jy ! Total flux subtracted in 200 components = 9.52515e-05 Jy ! Clean residual min=-0.001427 max=0.001331 Jy/beam ! Clean residual mean=-0.000000 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.0439567 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 55 components and 0.0439567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072235Jy sigma=0.000757 ! Fit after self-cal, rms=0.072141Jy sigma=0.000757 ! 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.072141Jy sigma=0.000757 ! Fit after self-cal, rms=0.069089Jy sigma=0.000756 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.128 mas, bmaj=7.535 mas, bpa=-1.718 degrees ! Estimated noise=437.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.41479e-05 Jy ! Component: 100 - total flux cleaned = -7.39113e-05 Jy ! Component: 150 - total flux cleaned = -7.35944e-05 Jy ! Component: 200 - total flux cleaned = -6.45415e-05 Jy ! Total flux subtracted in 200 components = -6.45415e-05 Jy ! Clean residual min=-0.001248 max=0.001382 Jy/beam ! Clean residual mean=0.000000 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0438922 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 56 components and 0.0438922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069086Jy sigma=0.000756 ! Fit after self-cal, rms=0.069063Jy sigma=0.000755 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.000110531 Jy ! Component: 100 - total flux cleaned = 0.000119027 Jy ! Component: 150 - total flux cleaned = 0.00013515 Jy ! Component: 200 - total flux cleaned = 0.000150334 Jy ! Total flux subtracted in 200 components = 0.000150334 Jy ! Clean residual min=-0.001305 max=0.001352 Jy/beam ! Clean residual mean=0.000000 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.0440425 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 58 components and 0.0440425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069061Jy sigma=0.000755 ! Fit after self-cal, rms=0.069060Jy sigma=0.000755 ! 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.069060Jy sigma=0.000755 ! Fit after self-cal, rms=0.068877Jy sigma=0.000755 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.131 mas, bmaj=7.544 mas, bpa=-1.629 degrees ! Estimated noise=437.312 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000107762 Jy ! Component: 100 - total flux cleaned = -9.95904e-05 Jy ! Component: 150 - total flux cleaned = -9.18842e-05 Jy ! Component: 200 - total flux cleaned = -9.20058e-05 Jy ! Total flux subtracted in 200 components = -9.20058e-05 Jy ! Clean residual min=-0.001248 max=0.001358 Jy/beam ! Clean residual mean=0.000000 rms=0.000321 Jy/beam ! Combined flux in latest and established models = 0.0439505 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.0439505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068876Jy sigma=0.000755 ! Fit after self-cal, rms=0.068879Jy sigma=0.000755 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 (-10.5, -75.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000383471 Jy ! Component: 100 - total flux cleaned = 0.000199689 Jy ! Component: 150 - total flux cleaned = 0.000129981 Jy ! Component: 200 - total flux cleaned = 9.17268e-05 Jy ! Total flux subtracted in 200 components = 9.17268e-05 Jy ! Clean residual min=-0.001262 max=0.001165 Jy/beam ! Clean residual mean=0.000000 rms=0.000306 Jy/beam ! Combined flux in latest and established models = 0.0440422 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 74 components and 0.0440423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068849Jy sigma=0.000755 ! Fit after self-cal, rms=0.068837Jy sigma=0.000755 ! 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.068837Jy sigma=0.000755 ! Fit after self-cal, rms=0.068694Jy sigma=0.000755 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.397 mas, bmaj=11.17 mas, bpa=1.638 degrees ! Estimated noise=569.771 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.882e-05 Jy ! Component: 100 - total flux cleaned = -8.44796e-05 Jy ! Component: 150 - total flux cleaned = -0.000138735 Jy ! Component: 200 - total flux cleaned = -0.00016249 Jy ! Total flux subtracted in 200 components = -0.00016249 Jy ! Clean residual min=-0.001266 max=0.001340 Jy/beam ! Clean residual mean=0.000001 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.0438798 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 93 components and 0.0438798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068685Jy sigma=0.000755 ! Fit after self-cal, rms=0.068681Jy sigma=0.000755 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.000137127 Jy ! Component: 100 - total flux cleaned = -0.000202876 Jy ! Component: 150 - total flux cleaned = -0.000213473 Jy ! Component: 200 - total flux cleaned = -0.000232841 Jy ! Total flux subtracted in 200 components = -0.000232841 Jy ! Clean residual min=-0.001294 max=0.001309 Jy/beam ! Clean residual mean=0.000001 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.0436469 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 101 components and 0.0436469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068675Jy sigma=0.000755 ! Fit after self-cal, rms=0.068675Jy sigma=0.000755 ! 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.131 mas, bmaj=7.538 mas, bpa=-1.541 degrees ! Estimated noise=436.623 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.131 x 7.538 at -1.541 degrees (North through East) ! Clean map min=-0.0017818 max=0.039342 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=2.551 mas, bmaj=6.704 mas, bpa=-1.306 degrees ! Estimated noise=726.189 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0301444 Jy ! Component: 100 - total flux cleaned = 0.0373402 Jy ! Component: 150 - total flux cleaned = 0.0406076 Jy ! Component: 200 - total flux cleaned = 0.0415893 Jy ! Total flux subtracted in 200 components = 0.0415893 Jy ! Clean residual min=-0.002771 max=0.002908 Jy/beam ! Clean residual mean=0.000001 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.0415893 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.0415893 Jy ! Inverting map and beam ! Estimated beam: bmin=3.131 mas, bmaj=7.538 mas, bpa=-1.541 degrees ! Estimated noise=436.623 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.000106511 Jy ! Component: 100 - total flux cleaned = 0.000516441 Jy ! Component: 150 - total flux cleaned = 0.000833795 Jy ! Component: 200 - total flux cleaned = 0.00101103 Jy ! Total flux subtracted in 200 components = 0.00101103 Jy ! Clean residual min=-0.001214 max=0.001189 Jy/beam ! Clean residual mean=0.000001 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.0426003 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 42 components and 0.0426003 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.397 mas, bmaj=11.17 mas, bpa=1.638 degrees ! Estimated noise=569.771 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000534557 Jy ! Component: 100 - total flux cleaned = 0.000581218 Jy ! Component: 150 - total flux cleaned = 0.000615785 Jy ! Component: 200 - total flux cleaned = 0.000644238 Jy ! Total flux subtracted in 200 components = 0.000644238 Jy ! Clean residual min=-0.001316 max=0.001281 Jy/beam ! Clean residual mean=0.000002 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.0432446 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 = 1.3441e-05 Jy ! Component: 100 - total flux cleaned = 3.65701e-05 Jy ! Component: 150 - total flux cleaned = 4.66434e-05 Jy ! Component: 200 - total flux cleaned = 5.53594e-05 Jy ! Total flux subtracted in 200 components = 5.53594e-05 Jy ! Clean residual min=-0.001313 max=0.001267 Jy/beam ! Clean residual mean=0.000001 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.0432999 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 67 components and 0.0432999 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.131 mas, bmaj=7.538 mas, bpa=-1.541 degrees ! Estimated noise=436.623 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.66069e-05 Jy ! Component: 100 - total flux cleaned = -8.9342e-06 Jy ! Component: 150 - total flux cleaned = -4.13503e-05 Jy ! Component: 200 - total flux cleaned = -7.13825e-05 Jy ! Total flux subtracted in 200 components = -7.13825e-05 Jy ! Clean residual min=-0.001249 max=0.001212 Jy/beam ! Clean residual mean=0.000000 rms=0.000303 Jy/beam ! Combined flux in latest and established models = 0.0432285 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 84 components and 0.0432285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068670Jy sigma=0.000755 ! Fit after self-cal, rms=0.068663Jy sigma=0.000755 wmodel J1140+1203_S_2015_03_17_pus_map.mod ! Writing 84 model components to file: J1140+1203_S_2015_03_17_pus_map.mod wobs J1140+1203_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1140+1203_S_2015_03_17_pus_uvs.fits wwins J1140+1203_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J1140+1203_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 = -6.90541e-05 Jy ! Component: 100 - total flux cleaned = -0.00010871 Jy ! Component: 150 - total flux cleaned = -0.000148301 Jy ! Component: 200 - total flux cleaned = -0.000148014 Jy ! Component: 250 - total flux cleaned = -0.000111658 Jy ! Component: 300 - total flux cleaned = -7.61951e-05 Jy ! Component: 350 - total flux cleaned = -4.12983e-05 Jy ! Component: 400 - total flux cleaned = 9.78611e-06 Jy ! Component: 450 - total flux cleaned = 4.29221e-05 Jy ! Component: 500 - total flux cleaned = 9.2371e-05 Jy ! Component: 550 - total flux cleaned = 0.000188641 Jy ! Component: 600 - total flux cleaned = 0.000251496 Jy ! Component: 650 - total flux cleaned = 0.000313461 Jy ! Component: 700 - total flux cleaned = 0.000374808 Jy ! Component: 750 - total flux cleaned = 0.00039013 Jy ! Component: 800 - total flux cleaned = 0.00044967 Jy ! Component: 850 - total flux cleaned = 0.000449964 Jy ! Component: 900 - total flux cleaned = 0.000565943 Jy ! Component: 950 - total flux cleaned = 0.000622872 Jy ! Component: 1000 - total flux cleaned = 0.000665119 Jy ! Component: 1050 - total flux cleaned = 0.000693073 Jy ! Component: 1100 - total flux cleaned = 0.000761767 Jy ! Component: 1150 - total flux cleaned = 0.000775257 Jy ! Component: 1200 - total flux cleaned = 0.000855685 Jy ! Component: 1250 - total flux cleaned = 0.000921599 Jy ! Component: 1300 - total flux cleaned = 0.000934303 Jy ! Component: 1350 - total flux cleaned = 0.000985583 Jy ! Component: 1400 - total flux cleaned = 0.000972598 Jy ! Component: 1450 - total flux cleaned = 0.00098488 Jy ! Component: 1500 - total flux cleaned = 0.000972534 Jy ! Component: 1550 - total flux cleaned = 0.000984989 Jy ! Component: 1600 - total flux cleaned = 0.00100957 Jy ! Component: 1650 - total flux cleaned = 0.00106976 Jy ! Component: 1700 - total flux cleaned = 0.00104601 Jy ! Component: 1750 - total flux cleaned = 0.00105799 Jy ! Component: 1800 - total flux cleaned = 0.00110475 Jy ! Component: 1850 - total flux cleaned = 0.00109308 Jy ! Component: 1900 - total flux cleaned = 0.00110467 Jy ! Component: 1950 - total flux cleaned = 0.00108209 Jy ! Component: 2000 - total flux cleaned = 0.00111588 Jy ! Component: 2050 - total flux cleaned = 0.00111587 Jy ! Component: 2100 - total flux cleaned = 0.00113801 Jy ! Component: 2150 - total flux cleaned = 0.00114901 Jy ! Component: 2200 - total flux cleaned = 0.00113817 Jy ! Component: 2250 - total flux cleaned = 0.00111691 Jy ! Component: 2300 - total flux cleaned = 0.0011596 Jy ! Component: 2350 - total flux cleaned = 0.00120185 Jy ! Component: 2400 - total flux cleaned = 0.00120183 Jy ! Component: 2450 - total flux cleaned = 0.00124332 Jy ! Component: 2500 - total flux cleaned = 0.00128435 Jy ! Component: 2550 - total flux cleaned = 0.00131475 Jy ! Component: 2600 - total flux cleaned = 0.00131461 Jy ! Component: 2650 - total flux cleaned = 0.00130461 Jy ! Component: 2700 - total flux cleaned = 0.0013246 Jy ! Component: 2750 - total flux cleaned = 0.00131463 Jy ! Component: 2800 - total flux cleaned = 0.00131461 Jy ! Component: 2850 - total flux cleaned = 0.0013145 Jy ! Component: 2900 - total flux cleaned = 0.0013337 Jy ! Component: 2950 - total flux cleaned = 0.00134324 Jy ! Component: 3000 - total flux cleaned = 0.00132432 Jy ! Component: 3050 - total flux cleaned = 0.0013243 Jy ! Component: 3100 - total flux cleaned = 0.00133372 Jy ! Component: 3150 - total flux cleaned = 0.00131516 Jy ! Component: 3200 - total flux cleaned = 0.00127824 Jy ! Component: 3250 - total flux cleaned = 0.00130565 Jy ! Component: 3300 - total flux cleaned = 0.00126016 Jy ! Component: 3350 - total flux cleaned = 0.00125109 Jy ! Component: 3400 - total flux cleaned = 0.00125111 Jy ! Component: 3450 - total flux cleaned = 0.00125098 Jy ! Component: 3500 - total flux cleaned = 0.00120685 Jy ! Component: 3550 - total flux cleaned = 0.00120687 Jy ! Component: 3600 - total flux cleaned = 0.00119814 Jy ! Component: 3650 - total flux cleaned = 0.00118077 Jy ! Component: 3700 - total flux cleaned = 0.00116363 Jy ! Component: 3750 - total flux cleaned = 0.00112095 Jy ! Component: 3800 - total flux cleaned = 0.00114638 Jy ! Component: 3850 - total flux cleaned = 0.00112114 Jy ! Component: 3900 - total flux cleaned = 0.00111278 Jy ! Component: 3950 - total flux cleaned = 0.00111266 Jy ! Component: 4000 - total flux cleaned = 0.00107123 Jy ! Component: 4050 - total flux cleaned = 0.00107121 Jy ! Total flux subtracted in 4096 components = 0.00105485 Jy ! Clean residual min=-0.000439 max=0.000491 Jy/beam ! Clean residual mean=0.000000 rms=0.000152 Jy/beam ! Combined flux in latest and established models = 0.0442834 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 367 components and 0.0442834 Jy ![Exited script file: muppet] wmap "J1140+1203_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.131 x 7.538 at -1.541 degrees (North through East) ! Clean map min=-0.0018825 max=0.039357 Jy/beam ! Writing clean map to FITS file: J1140+1203_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.0393572 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000151176 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.15234 1.15234 2.30467 4.60934 9.21869 18.4374 36.8747 73.7495 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.039 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.131 x 7.538 at -1.541 degrees (North through East) ! Clean map min=-0.0018825 max=0.039357 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 J1140+1203_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:57:57 2016