! Started logfile: J0544+1118_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:06:48 2017 obs J0544+1118_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0544+1118_S_2015_01_23_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.787879 visibilities/baseline/integration-bin. ! Found source: J0544+1118 ! ! 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 338 lines of history. ! ! Reading 17160 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 J0544+1118_S_2015_01_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 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.989085Jy sigma=0.012393 ! Fit after self-cal, rms=0.965979Jy sigma=0.012120 ! 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.632 mas, bmaj=6.296 mas, bpa=-1.274 degrees ! Estimated noise=570.483 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.0257102 Jy ! Component: 100 - total flux cleaned = 0.0324393 Jy ! Total flux subtracted in 100 components = 0.0324393 Jy ! Clean residual min=-0.002744 max=0.004192 Jy/beam ! Clean residual mean=0.000025 rms=0.000862 Jy/beam ! Combined flux in latest and established models = 0.0324393 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0324393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068443Jy sigma=0.000789 ! Fit after self-cal, rms=0.067652Jy sigma=0.000778 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00479402 Jy ! Component: 100 - total flux cleaned = 0.00773941 Jy ! Total flux subtracted in 100 components = 0.00773941 Jy ! Clean residual min=-0.002773 max=0.003487 Jy/beam ! Clean residual mean=0.000019 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.0401787 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 34 components and 0.0401787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067079Jy sigma=0.000772 ! Fit after self-cal, rms=0.067059Jy sigma=0.000772 ! 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.07 mas, bmaj=7.137 mas, bpa=-2.966 degrees ! Estimated noise=438.534 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.00414488 Jy ! Component: 100 - total flux cleaned = 0.00691882 Jy ! Component: 150 - total flux cleaned = 0.00886258 Jy ! Component: 200 - total flux cleaned = 0.0102381 Jy ! Total flux subtracted in 200 components = 0.0102381 Jy ! Clean residual min=-0.003122 max=0.004310 Jy/beam ! Clean residual mean=0.000020 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.0504168 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 56 components and 0.0504168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066689Jy sigma=0.000768 ! Fit after self-cal, rms=0.066676Jy sigma=0.000768 ! 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.15 FD 1.00* HN 1.11 KP 0.94 ! LA 0.87 MK 0.95 NL 1.23 OV 1.12 ! PT 0.90 SC 1.11 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.00* HN 1.15 KP 0.93 ! LA 0.90 MK 0.98 NL 1.36 OV 1.12 ! PT 0.90 SC 1.11 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00* HN 1.23 KP 0.82 ! LA 0.75 MK 1.04 NL 1.45 OV 0.99 ! PT 0.93 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* HN 1.00 KP 0.74 ! LA 0.69 MK 1.09 NL 1.11 OV 1.00 ! PT 0.91 SC 1.05 ! ! ! Fit before self-cal, rms=0.066676Jy sigma=0.000768 ! Fit after self-cal, rms=0.066610Jy sigma=0.000760 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.135 mas, bmaj=7.356 mas, bpa=-3.094 degrees ! Estimated noise=446.377 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.000661498 Jy ! Component: 100 - total flux cleaned = 0.000736399 Jy ! Component: 150 - total flux cleaned = 0.000781027 Jy ! Component: 200 - total flux cleaned = 0.000843386 Jy ! Total flux subtracted in 200 components = 0.000843386 Jy ! Clean residual min=-0.002400 max=0.003022 Jy/beam ! Clean residual mean=0.000006 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.0512602 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 60 components and 0.0512602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066595Jy sigma=0.000760 ! Fit after self-cal, rms=0.066777Jy sigma=0.000758 ! 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.066777Jy sigma=0.000758 ! Fit after self-cal, rms=0.068842Jy sigma=0.000756 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.149 mas, bmaj=7.419 mas, bpa=-3.458 degrees ! Estimated noise=447.947 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000515645 Jy ! Component: 100 - total flux cleaned = 0.000581005 Jy ! Component: 150 - total flux cleaned = 0.000619133 Jy ! Component: 200 - total flux cleaned = 0.000653238 Jy ! Total flux subtracted in 200 components = 0.000653238 Jy ! Clean residual min=-0.001865 max=0.002444 Jy/beam ! Clean residual mean=0.000006 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.0519135 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 62 components and 0.0519135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068832Jy sigma=0.000756 ! Fit after self-cal, rms=0.068976Jy 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 (-34, 23). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00208914 Jy ! Component: 100 - total flux cleaned = 0.00247077 Jy ! Component: 150 - total flux cleaned = 0.00265094 Jy ! Component: 200 - total flux cleaned = 0.00283298 Jy ! Total flux subtracted in 200 components = 0.00283298 Jy ! Clean residual min=-0.001664 max=0.002029 Jy/beam ! Clean residual mean=0.000005 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.0547464 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 79 components and 0.0547464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068898Jy sigma=0.000754 ! Fit after self-cal, rms=0.068824Jy sigma=0.000754 ! Inverting map ! Added new window around map position (-43.5, -87). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00199351 Jy ! Component: 100 - total flux cleaned = 0.00279667 Jy ! Component: 150 - total flux cleaned = 0.00303525 Jy ! Component: 200 - total flux cleaned = 0.00323739 Jy ! Total flux subtracted in 200 components = 0.00323739 Jy ! Clean residual min=-0.001735 max=0.001659 Jy/beam ! Clean residual mean=0.000004 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.0579838 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 95 components and 0.0579838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068740Jy sigma=0.000753 ! Fit after self-cal, rms=0.068645Jy sigma=0.000752 ! 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.068645Jy sigma=0.000752 ! Fit after self-cal, rms=0.067594Jy sigma=0.000752 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.154 mas, bmaj=7.422 mas, bpa=-3.481 degrees ! Estimated noise=440.929 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00135949 Jy ! Component: 100 - total flux cleaned = 0.00165083 Jy ! Component: 150 - total flux cleaned = 0.001648 Jy ! Component: 200 - total flux cleaned = 0.00170524 Jy ! Total flux subtracted in 200 components = 0.00170524 Jy ! Clean residual min=-0.001681 max=0.001569 Jy/beam ! Clean residual mean=0.000003 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.0596891 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 100 components and 0.0596891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067541Jy sigma=0.000752 ! Fit after self-cal, rms=0.067500Jy sigma=0.000751 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.00074246 Jy ! Component: 100 - total flux cleaned = 0.000944594 Jy ! Component: 150 - total flux cleaned = 0.00106061 Jy ! Component: 200 - total flux cleaned = 0.00116414 Jy ! Total flux subtracted in 200 components = 0.00116414 Jy ! Clean residual min=-0.001634 max=0.001594 Jy/beam ! Clean residual mean=0.000002 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.0608532 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 106 components and 0.0608532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067465Jy sigma=0.000751 ! Fit after self-cal, rms=0.067418Jy sigma=0.000751 ! 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.067418Jy sigma=0.000751 ! Fit after self-cal, rms=0.067124Jy sigma=0.000751 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.226 mas, bmaj=11.21 mas, bpa=-7.508 degrees ! Estimated noise=530.855 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000331623 Jy ! Component: 100 - total flux cleaned = 0.000557842 Jy ! Component: 150 - total flux cleaned = 0.000747616 Jy ! Component: 200 - total flux cleaned = 0.000865896 Jy ! Total flux subtracted in 200 components = 0.000865896 Jy ! Clean residual min=-0.001849 max=0.002026 Jy/beam ! Clean residual mean=0.000004 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.0617191 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 120 components and 0.0617191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067109Jy sigma=0.000751 ! Fit after self-cal, rms=0.067086Jy sigma=0.000751 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.10603e-05 Jy ! Component: 100 - total flux cleaned = 0.000145641 Jy ! Component: 150 - total flux cleaned = 0.000251168 Jy ! Component: 200 - total flux cleaned = 0.000367468 Jy ! Total flux subtracted in 200 components = 0.000367468 Jy ! Clean residual min=-0.001749 max=0.001980 Jy/beam ! Clean residual mean=0.000003 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.0620866 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 129 components and 0.0620866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067074Jy sigma=0.000751 ! Fit after self-cal, rms=0.067051Jy sigma=0.000751 ! 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.166 mas, bmaj=7.42 mas, bpa=-3.292 degrees ! Estimated noise=438.941 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.166 x 7.42 at -3.292 degrees (North through East) ! Clean map min=-0.0023199 max=0.03515 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.687 mas, bmaj=6.497 mas, bpa=-1.469 degrees ! Estimated noise=581.124 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0264687 Jy ! Component: 100 - total flux cleaned = 0.0345065 Jy ! Component: 150 - total flux cleaned = 0.0397504 Jy ! Component: 200 - total flux cleaned = 0.0438492 Jy ! Total flux subtracted in 200 components = 0.0438492 Jy ! Clean residual min=-0.002575 max=0.003208 Jy/beam ! Clean residual mean=0.000013 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.0438492 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.0438492 Jy ! Inverting map and beam ! Estimated beam: bmin=3.166 mas, bmaj=7.42 mas, bpa=-3.292 degrees ! Estimated noise=438.941 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) ! Added new window around map position (-3, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00480161 Jy ! Component: 100 - total flux cleaned = 0.0077822 Jy ! Component: 150 - total flux cleaned = 0.00982942 Jy ! Component: 200 - total flux cleaned = 0.0115398 Jy ! Total flux subtracted in 200 components = 0.0115398 Jy ! Clean residual min=-0.001906 max=0.002068 Jy/beam ! Clean residual mean=0.000008 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.0553889 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 60 components and 0.0553889 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.226 mas, bmaj=11.21 mas, bpa=-7.508 degrees ! Estimated noise=530.855 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00284301 Jy ! Component: 100 - total flux cleaned = 0.00378039 Jy ! Component: 150 - total flux cleaned = 0.00426287 Jy ! Component: 200 - total flux cleaned = 0.00456232 Jy ! Total flux subtracted in 200 components = 0.00456232 Jy ! Clean residual min=-0.002278 max=0.002408 Jy/beam ! Clean residual mean=0.000007 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.0599513 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.000264963 Jy ! Component: 100 - total flux cleaned = 0.000453388 Jy ! Component: 150 - total flux cleaned = 0.000580997 Jy ! Component: 200 - total flux cleaned = 0.000735617 Jy ! Total flux subtracted in 200 components = 0.000735617 Jy ! Clean residual min=-0.001945 max=0.002099 Jy/beam ! Clean residual mean=0.000005 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.0606869 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 120 components and 0.0606869 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.166 mas, bmaj=7.42 mas, bpa=-3.292 degrees ! Estimated noise=438.941 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000220743 Jy ! Component: 100 - total flux cleaned = -0.000133971 Jy ! Component: 150 - total flux cleaned = 0.00010484 Jy ! Component: 200 - total flux cleaned = 0.000352594 Jy ! Total flux subtracted in 200 components = 0.000352594 Jy ! Clean residual min=-0.001525 max=0.001422 Jy/beam ! Clean residual mean=0.000002 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.0610395 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 140 components and 0.0610395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067037Jy sigma=0.000750 ! Fit after self-cal, rms=0.066984Jy sigma=0.000750 wmodel J0544+1118_S_2015_01_23_pus_map.mod ! Writing 140 model components to file: J0544+1118_S_2015_01_23_pus_map.mod wobs J0544+1118_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0544+1118_S_2015_01_23_pus_uvs.fits wwins J0544+1118_S_2015_01_23_pus_map.win ! wwins: Wrote 4 windows to J0544+1118_S_2015_01_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 = 0.000108094 Jy ! Component: 100 - total flux cleaned = 0.000355066 Jy ! Component: 150 - total flux cleaned = 0.000425477 Jy ! Component: 200 - total flux cleaned = 0.000470062 Jy ! Component: 250 - total flux cleaned = 0.000426778 Jy ! Component: 300 - total flux cleaned = 0.000406109 Jy ! Component: 350 - total flux cleaned = 0.000366564 Jy ! Component: 400 - total flux cleaned = 0.000271013 Jy ! Component: 450 - total flux cleaned = 0.000233904 Jy ! Component: 500 - total flux cleaned = 0.000161208 Jy ! Component: 550 - total flux cleaned = 0.000178589 Jy ! Component: 600 - total flux cleaned = 9.17078e-05 Jy ! Component: 650 - total flux cleaned = 0.000176694 Jy ! Component: 700 - total flux cleaned = 0.000176502 Jy ! Component: 750 - total flux cleaned = 0.000322834 Jy ! Component: 800 - total flux cleaned = 0.000306477 Jy ! Component: 850 - total flux cleaned = 0.000338035 Jy ! Component: 900 - total flux cleaned = 0.000399396 Jy ! Component: 950 - total flux cleaned = 0.000384129 Jy ! Component: 1000 - total flux cleaned = 0.000399039 Jy ! Component: 1050 - total flux cleaned = 0.000413796 Jy ! Component: 1100 - total flux cleaned = 0.000442494 Jy ! Component: 1150 - total flux cleaned = 0.00042812 Jy ! Component: 1200 - total flux cleaned = 0.00045625 Jy ! Component: 1250 - total flux cleaned = 0.000469847 Jy ! Component: 1300 - total flux cleaned = 0.000469848 Jy ! Component: 1350 - total flux cleaned = 0.000483063 Jy ! Component: 1400 - total flux cleaned = 0.000522799 Jy ! Component: 1450 - total flux cleaned = 0.000535971 Jy ! Component: 1500 - total flux cleaned = 0.000574614 Jy ! Component: 1550 - total flux cleaned = 0.000587489 Jy ! Component: 1600 - total flux cleaned = 0.000650123 Jy ! Component: 1650 - total flux cleaned = 0.00068717 Jy ! Component: 1700 - total flux cleaned = 0.000772834 Jy ! Component: 1750 - total flux cleaned = 0.000772487 Jy ! Component: 1800 - total flux cleaned = 0.000832221 Jy ! Component: 1850 - total flux cleaned = 0.000855963 Jy ! Component: 1900 - total flux cleaned = 0.000902883 Jy ! Component: 1950 - total flux cleaned = 0.000926104 Jy ! Component: 2000 - total flux cleaned = 0.000971926 Jy ! Component: 2050 - total flux cleaned = 0.00102831 Jy ! Component: 2100 - total flux cleaned = 0.00101716 Jy ! Component: 2150 - total flux cleaned = 0.00102823 Jy ! Component: 2200 - total flux cleaned = 0.0010282 Jy ! Component: 2250 - total flux cleaned = 0.00108251 Jy ! Component: 2300 - total flux cleaned = 0.00112539 Jy ! Component: 2350 - total flux cleaned = 0.00113629 Jy ! Component: 2400 - total flux cleaned = 0.00116771 Jy ! Component: 2450 - total flux cleaned = 0.00118855 Jy ! Component: 2500 - total flux cleaned = 0.00125017 Jy ! Component: 2550 - total flux cleaned = 0.00120947 Jy ! Component: 2600 - total flux cleaned = 0.00126 Jy ! Component: 2650 - total flux cleaned = 0.00130001 Jy ! Component: 2700 - total flux cleaned = 0.00135954 Jy ! Component: 2750 - total flux cleaned = 0.00139872 Jy ! Component: 2800 - total flux cleaned = 0.00138894 Jy ! Component: 2850 - total flux cleaned = 0.00140819 Jy ! Component: 2900 - total flux cleaned = 0.00142728 Jy ! Component: 2950 - total flux cleaned = 0.00143684 Jy ! Component: 3000 - total flux cleaned = 0.00144628 Jy ! Component: 3050 - total flux cleaned = 0.00148351 Jy ! Component: 3100 - total flux cleaned = 0.00149273 Jy ! Component: 3150 - total flux cleaned = 0.00148363 Jy ! Component: 3200 - total flux cleaned = 0.00152885 Jy ! Component: 3250 - total flux cleaned = 0.00159173 Jy ! Component: 3300 - total flux cleaned = 0.001565 Jy ! Component: 3350 - total flux cleaned = 0.00161818 Jy ! Component: 3400 - total flux cleaned = 0.0016356 Jy ! Component: 3450 - total flux cleaned = 0.00169659 Jy ! Component: 3500 - total flux cleaned = 0.00173979 Jy ! Component: 3550 - total flux cleaned = 0.00175691 Jy ! Component: 3600 - total flux cleaned = 0.00176543 Jy ! Component: 3650 - total flux cleaned = 0.00179924 Jy ! Component: 3700 - total flux cleaned = 0.00180762 Jy ! Component: 3750 - total flux cleaned = 0.0018659 Jy ! Component: 3800 - total flux cleaned = 0.00189902 Jy ! Component: 3850 - total flux cleaned = 0.00191557 Jy ! Component: 3900 - total flux cleaned = 0.00198088 Jy ! Component: 3950 - total flux cleaned = 0.00198902 Jy ! Component: 4000 - total flux cleaned = 0.00205326 Jy ! Component: 4050 - total flux cleaned = 0.00210921 Jy ! Total flux subtracted in 4096 components = 0.00212512 Jy ! Clean residual min=-0.000510 max=0.000465 Jy/beam ! Clean residual mean=0.000000 rms=0.000146 Jy/beam ! Combined flux in latest and established models = 0.0631646 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 444 components and 0.0631645 Jy ![Exited script file: muppet] wmap "J0544+1118_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.166 x 7.42 at -3.292 degrees (North through East) ! Clean map min=-0.0017685 max=0.034705 Jy/beam ! Writing clean map to FITS file: J0544+1118_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0347047 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000143936 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.24423 1.24423 2.48846 4.97692 9.95384 19.9077 39.8154 79.6307 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.034 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.166 x 7.42 at -3.292 degrees (North through East) ! Clean map min=-0.0017685 max=0.034705 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 J0544+1118_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:06:54 2017