! Started logfile: J2114+4634_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:47:05 2016 obs J2114+4634_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J2114+4634_S_2014_12_20_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.988889 visibilities/baseline/integration-bin. ! Found source: J2114+4634 ! ! 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 344 lines of history. ! ! Reading 21716 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 J2114+4634_S_2014_12_20_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 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.976834Jy sigma=0.011571 ! Fit after self-cal, rms=0.953549Jy sigma=0.011326 ! 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.456 mas, bmaj=3.953 mas, bpa=-17.7 degrees ! Estimated noise=700.986 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.0336377 Jy ! Component: 100 - total flux cleaned = 0.0454211 Jy ! Total flux subtracted in 100 components = 0.0454211 Jy ! Clean residual min=-0.003496 max=0.006257 Jy/beam ! Clean residual mean=0.000003 rms=0.001019 Jy/beam ! Combined flux in latest and established models = 0.0454211 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 31 components and 0.0454211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073300Jy sigma=0.000809 ! Fit after self-cal, rms=0.073041Jy sigma=0.000806 ! Inverting map ! Added new window around map position (-3.5, -1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00795516 Jy ! Component: 100 - total flux cleaned = 0.0135583 Jy ! Total flux subtracted in 100 components = 0.0135583 Jy ! Clean residual min=-0.002983 max=0.003495 Jy/beam ! Clean residual mean=0.000003 rms=0.000790 Jy/beam ! Combined flux in latest and established models = 0.0589794 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 52 components and 0.0589794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071585Jy sigma=0.000788 ! Fit after self-cal, rms=0.071541Jy sigma=0.000788 ! 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=4.25 mas, bmaj=4.861 mas, bpa=-18.69 degrees ! Estimated noise=410.889 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 (3.5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00708183 Jy ! Component: 100 - total flux cleaned = 0.0116767 Jy ! Component: 150 - total flux cleaned = 0.014932 Jy ! Component: 200 - total flux cleaned = 0.0173263 Jy ! Total flux subtracted in 200 components = 0.0173263 Jy ! Clean residual min=-0.002071 max=0.002042 Jy/beam ! Clean residual mean=-0.000003 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.0763057 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 115 components and 0.0763057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070670Jy sigma=0.000778 ! Fit after self-cal, rms=0.070599Jy sigma=0.000777 ! 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.07 FD 0.86 HN 1.02 KP 1.05 ! LA 0.91 MK 1.02 NL 1.06 OV 0.98 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.06 HN 1.05 KP 1.02 ! LA 0.90 MK 1.03 NL 1.04 OV 0.99 ! PT 0.99 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.16 HN 1.05 KP 0.88 ! LA 0.74 MK 1.11 NL 1.20 OV 0.91 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.09 HN 1.01 KP 0.93 ! LA 0.77 MK 0.99 NL 1.00 OV 0.97 ! PT 0.97 SC 0.94 ! ! ! Fit before self-cal, rms=0.070599Jy sigma=0.000777 ! Fit after self-cal, rms=0.068318Jy sigma=0.000772 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.303 mas, bmaj=4.892 mas, bpa=-16.34 degrees ! Estimated noise=406.385 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.000904665 Jy ! Component: 100 - total flux cleaned = 0.000963851 Jy ! Component: 150 - total flux cleaned = 0.000989085 Jy ! Component: 200 - total flux cleaned = 0.000943466 Jy ! Total flux subtracted in 200 components = 0.000943466 Jy ! Clean residual min=-0.001370 max=0.001450 Jy/beam ! Clean residual mean=-0.000002 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.0772491 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 132 components and 0.0772491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068295Jy sigma=0.000772 ! Fit after self-cal, rms=0.068279Jy sigma=0.000772 ! 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.068279Jy sigma=0.000772 ! Fit after self-cal, rms=0.067741Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.268 mas, bmaj=4.873 mas, bpa=-17.52 degrees ! Estimated noise=404.402 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000598056 Jy ! Component: 100 - total flux cleaned = 0.000622255 Jy ! Component: 150 - total flux cleaned = 0.000643716 Jy ! Component: 200 - total flux cleaned = 0.000644028 Jy ! Total flux subtracted in 200 components = 0.000644028 Jy ! Clean residual min=-0.001304 max=0.001352 Jy/beam ! Clean residual mean=-0.000000 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0778932 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 137 components and 0.0778932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067725Jy sigma=0.000771 ! Fit after self-cal, rms=0.067719Jy sigma=0.000771 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.5, -34.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000498469 Jy ! Component: 100 - total flux cleaned = 0.000387765 Jy ! Component: 150 - total flux cleaned = 0.000388209 Jy ! Component: 200 - total flux cleaned = 0.000388648 Jy ! Total flux subtracted in 200 components = 0.000388648 Jy ! Clean residual min=-0.001274 max=0.001324 Jy/beam ! Clean residual mean=0.000000 rms=0.000311 Jy/beam ! Combined flux in latest and established models = 0.0782818 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 151 components and 0.0782818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067688Jy sigma=0.000771 ! Fit after self-cal, rms=0.067676Jy sigma=0.000770 ! Inverting map ! Added new window around map position (114.5, -64.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107331 Jy ! Component: 100 - total flux cleaned = 0.00113767 Jy ! Component: 150 - total flux cleaned = 0.00111229 Jy ! Component: 200 - total flux cleaned = 0.00115992 Jy ! Total flux subtracted in 200 components = 0.00115992 Jy ! Clean residual min=-0.001207 max=0.001242 Jy/beam ! Clean residual mean=-0.000000 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.0794417 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 164 components and 0.0794417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067647Jy sigma=0.000770 ! Fit after self-cal, rms=0.067635Jy sigma=0.000770 ! 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.067635Jy sigma=0.000770 ! Fit after self-cal, rms=0.067056Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.221 mas, bmaj=4.847 mas, bpa=-18.4 degrees ! Estimated noise=401.224 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000807357 Jy ! Component: 100 - total flux cleaned = 0.00091379 Jy ! Component: 150 - total flux cleaned = 0.000959618 Jy ! Component: 200 - total flux cleaned = 0.000981088 Jy ! Total flux subtracted in 200 components = 0.000981088 Jy ! Clean residual min=-0.001192 max=0.001160 Jy/beam ! Clean residual mean=0.000000 rms=0.000290 Jy/beam ! Combined flux in latest and established models = 0.0804228 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 174 components and 0.0804228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067038Jy sigma=0.000770 ! Fit after self-cal, rms=0.067032Jy sigma=0.000770 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.000241839 Jy ! Component: 100 - total flux cleaned = 0.000219274 Jy ! Component: 150 - total flux cleaned = 0.000240597 Jy ! Component: 200 - total flux cleaned = 0.000240864 Jy ! Total flux subtracted in 200 components = 0.000240864 Jy ! Clean residual min=-0.001180 max=0.001136 Jy/beam ! Clean residual mean=0.000000 rms=0.000288 Jy/beam ! Combined flux in latest and established models = 0.0806637 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 178 components and 0.0806637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067019Jy sigma=0.000770 ! Fit after self-cal, rms=0.067015Jy sigma=0.000770 ! 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.067015Jy sigma=0.000770 ! Fit after self-cal, rms=0.066607Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.182 mas, bmaj=8.603 mas, bpa=11.56 degrees ! Estimated noise=485.587 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000495663 Jy ! Component: 100 - total flux cleaned = 0.000580229 Jy ! Component: 150 - total flux cleaned = 0.000624245 Jy ! Component: 200 - total flux cleaned = 0.000664681 Jy ! Total flux subtracted in 200 components = 0.000664681 Jy ! Clean residual min=-0.001087 max=0.001079 Jy/beam ! Clean residual mean=0.000002 rms=0.000296 Jy/beam ! Combined flux in latest and established models = 0.0813284 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 198 components and 0.0813284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066604Jy sigma=0.000770 ! Fit after self-cal, rms=0.066603Jy sigma=0.000770 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.000201354 Jy ! Component: 100 - total flux cleaned = 0.000214319 Jy ! Component: 150 - total flux cleaned = 0.000262032 Jy ! Component: 200 - total flux cleaned = 0.000306056 Jy ! Total flux subtracted in 200 components = 0.000306056 Jy ! Clean residual min=-0.001067 max=0.001035 Jy/beam ! Clean residual mean=0.000002 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.0816344 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 204 components and 0.0816344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066601Jy sigma=0.000770 ! Fit after self-cal, rms=0.066600Jy sigma=0.000770 ! 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=4.187 mas, bmaj=4.829 mas, bpa=-18.95 degrees ! Estimated noise=398.971 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.187 x 4.829 at -18.95 degrees (North through East) ! Clean map min=-0.001369 max=0.042308 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.397 mas, bmaj=3.935 mas, bpa=-18.85 degrees ! Estimated noise=673.489 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0317345 Jy ! Component: 100 - total flux cleaned = 0.044907 Jy ! Component: 150 - total flux cleaned = 0.0537264 Jy ! Component: 200 - total flux cleaned = 0.0599222 Jy ! Total flux subtracted in 200 components = 0.0599222 Jy ! Clean residual min=-0.002761 max=0.003471 Jy/beam ! Clean residual mean=-0.000000 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.0599222 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.0599222 Jy ! Inverting map and beam ! Estimated beam: bmin=4.187 mas, bmaj=4.829 mas, bpa=-18.95 degrees ! Estimated noise=398.971 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.00659839 Jy ! Component: 100 - total flux cleaned = 0.0106428 Jy ! Component: 150 - total flux cleaned = 0.0134344 Jy ! Component: 200 - total flux cleaned = 0.0156232 Jy ! Total flux subtracted in 200 components = 0.0156232 Jy ! Clean residual min=-0.001561 max=0.001548 Jy/beam ! Clean residual mean=-0.000001 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0755454 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 72 components and 0.0755454 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.182 mas, bmaj=8.603 mas, bpa=11.56 degrees ! Estimated noise=485.587 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00245007 Jy ! Component: 100 - total flux cleaned = 0.00378422 Jy ! Component: 150 - total flux cleaned = 0.00437164 Jy ! Component: 200 - total flux cleaned = 0.00471995 Jy ! Total flux subtracted in 200 components = 0.00471995 Jy ! Clean residual min=-0.001244 max=0.001251 Jy/beam ! Clean residual mean=0.000001 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.0802653 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.00017993 Jy ! Component: 100 - total flux cleaned = 0.000338 Jy ! Component: 150 - total flux cleaned = 0.000454255 Jy ! Component: 200 - total flux cleaned = 0.000495266 Jy ! Total flux subtracted in 200 components = 0.000495266 Jy ! Clean residual min=-0.001168 max=0.001152 Jy/beam ! Clean residual mean=0.000001 rms=0.000309 Jy/beam ! Combined flux in latest and established models = 0.0807606 Jy ! Adding 85 model components to the UV plane model. ! The established model now contains 146 components and 0.0807606 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.187 mas, bmaj=4.829 mas, bpa=-18.95 degrees ! Estimated noise=398.971 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000218982 Jy ! Component: 100 - total flux cleaned = -0.000254429 Jy ! Component: 150 - total flux cleaned = -0.000284215 Jy ! Component: 200 - total flux cleaned = -0.000311959 Jy ! Total flux subtracted in 200 components = -0.000311959 Jy ! Clean residual min=-0.001203 max=0.001111 Jy/beam ! Clean residual mean=0.000000 rms=0.000293 Jy/beam ! Combined flux in latest and established models = 0.0804486 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 168 components and 0.0804486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066617Jy sigma=0.000770 ! Fit after self-cal, rms=0.066593Jy sigma=0.000770 wmodel J2114+4634_S_2014_12_20_pus_map.mod ! Writing 168 model components to file: J2114+4634_S_2014_12_20_pus_map.mod wobs J2114+4634_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J2114+4634_S_2014_12_20_pus_uvs.fits wwins J2114+4634_S_2014_12_20_pus_map.win ! wwins: Wrote 5 windows to J2114+4634_S_2014_12_20_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.45872e-06 Jy ! Component: 100 - total flux cleaned = 3.7712e-05 Jy ! Component: 150 - total flux cleaned = 0.000153686 Jy ! Component: 200 - total flux cleaned = 0.000265097 Jy ! Component: 250 - total flux cleaned = 0.00033687 Jy ! Component: 300 - total flux cleaned = 0.000354543 Jy ! Component: 350 - total flux cleaned = 0.000354371 Jy ! Component: 400 - total flux cleaned = 0.000420637 Jy ! Component: 450 - total flux cleaned = 0.000388091 Jy ! Component: 500 - total flux cleaned = 0.000388096 Jy ! Component: 550 - total flux cleaned = 0.000387924 Jy ! Component: 600 - total flux cleaned = 0.000326437 Jy ! Component: 650 - total flux cleaned = 0.000296215 Jy ! Component: 700 - total flux cleaned = 0.00026649 Jy ! Component: 750 - total flux cleaned = 0.000251988 Jy ! Component: 800 - total flux cleaned = 0.000252038 Jy ! Component: 850 - total flux cleaned = 0.00022408 Jy ! Component: 900 - total flux cleaned = 0.000224321 Jy ! Component: 950 - total flux cleaned = 0.000224544 Jy ! Component: 1000 - total flux cleaned = 0.00023821 Jy ! Component: 1050 - total flux cleaned = 0.000211269 Jy ! Component: 1100 - total flux cleaned = 0.000171402 Jy ! Component: 1150 - total flux cleaned = 0.000158476 Jy ! Component: 1200 - total flux cleaned = 0.000119964 Jy ! Component: 1250 - total flux cleaned = 0.000158339 Jy ! Component: 1300 - total flux cleaned = 0.000145744 Jy ! Component: 1350 - total flux cleaned = 0.00013331 Jy ! Component: 1400 - total flux cleaned = 0.000133188 Jy ! Component: 1450 - total flux cleaned = 0.00010888 Jy ! Component: 1500 - total flux cleaned = 9.68213e-05 Jy ! Component: 1550 - total flux cleaned = 0.000108499 Jy ! Component: 1600 - total flux cleaned = 4.93172e-05 Jy ! Component: 1650 - total flux cleaned = 7.27829e-05 Jy ! Component: 1700 - total flux cleaned = 8.41956e-05 Jy ! Component: 1750 - total flux cleaned = 6.12207e-05 Jy ! Component: 1800 - total flux cleaned = 3.86176e-05 Jy ! Component: 1850 - total flux cleaned = 3.87868e-05 Jy ! Component: 1900 - total flux cleaned = 6.1084e-05 Jy ! Component: 1950 - total flux cleaned = 4.99596e-05 Jy ! Component: 2000 - total flux cleaned = -4.58472e-06 Jy ! Component: 2050 - total flux cleaned = 3.88159e-05 Jy ! Component: 2100 - total flux cleaned = 4.93896e-05 Jy ! Component: 2150 - total flux cleaned = -3.73048e-06 Jy ! Component: 2200 - total flux cleaned = -3.83578e-06 Jy ! Component: 2250 - total flux cleaned = -4.56962e-05 Jy ! Component: 2300 - total flux cleaned = -6.64589e-05 Jy ! Component: 2350 - total flux cleaned = -6.62812e-05 Jy ! Component: 2400 - total flux cleaned = -5.61379e-05 Jy ! Component: 2450 - total flux cleaned = -9.6713e-05 Jy ! Component: 2500 - total flux cleaned = -4.64422e-05 Jy ! Component: 2550 - total flux cleaned = -8.6454e-05 Jy ! Component: 2600 - total flux cleaned = -7.65052e-05 Jy ! Component: 2650 - total flux cleaned = -0.000125661 Jy ! Component: 2700 - total flux cleaned = -0.000106175 Jy ! Component: 2750 - total flux cleaned = -0.000144982 Jy ! Component: 2800 - total flux cleaned = -0.000116067 Jy ! Component: 2850 - total flux cleaned = -0.000135282 Jy ! Component: 2900 - total flux cleaned = -0.000192081 Jy ! Component: 2950 - total flux cleaned = -0.000182481 Jy ! Component: 3000 - total flux cleaned = -0.000201123 Jy ! Component: 3050 - total flux cleaned = -0.00018268 Jy ! Component: 3100 - total flux cleaned = -0.000228791 Jy ! Component: 3150 - total flux cleaned = -0.000256195 Jy ! Component: 3200 - total flux cleaned = -0.000247103 Jy ! Component: 3250 - total flux cleaned = -0.000292143 Jy ! Component: 3300 - total flux cleaned = -0.000256317 Jy ! Component: 3350 - total flux cleaned = -0.000291885 Jy ! Component: 3400 - total flux cleaned = -0.0003095 Jy ! Component: 3450 - total flux cleaned = -0.000291869 Jy ! Component: 3500 - total flux cleaned = -0.000300646 Jy ! Component: 3550 - total flux cleaned = -0.000361425 Jy ! Component: 3600 - total flux cleaned = -0.000361406 Jy ! Component: 3650 - total flux cleaned = -0.000378515 Jy ! Component: 3700 - total flux cleaned = -0.000412597 Jy ! Component: 3750 - total flux cleaned = -0.000446421 Jy ! Component: 3800 - total flux cleaned = -0.00044635 Jy ! Component: 3850 - total flux cleaned = -0.000513319 Jy ! Component: 3900 - total flux cleaned = -0.000504984 Jy ! Component: 3950 - total flux cleaned = -0.000529804 Jy ! Component: 4000 - total flux cleaned = -0.000570933 Jy ! Component: 4050 - total flux cleaned = -0.000603665 Jy ! Total flux subtracted in 4096 components = -0.000619956 Jy ! Clean residual min=-0.000503 max=0.000449 Jy/beam ! Clean residual mean=-0.000001 rms=0.000145 Jy/beam ! Combined flux in latest and established models = 0.0798287 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 465 components and 0.0798286 Jy ![Exited script file: muppet] wmap "J2114+4634_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.187 x 4.829 at -18.95 degrees (North through East) ! Clean map min=-0.00097127 max=0.041251 Jy/beam ! Writing clean map to FITS file: J2114+4634_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0412509 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000143923 device "J2114+4634_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J2114+4634_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.04669 1.04669 2.09337 4.18675 8.37349 16.747 33.494 66.9879 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.041 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.187 x 4.829 at -18.95 degrees (North through East) ! Clean map min=-0.00097127 max=0.041251 Jy/beam quit ! Quitting program ! Log file J2114+4634_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:47:10 2016