! Started logfile: J1128+2102_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:25:11 2016 obs J1128+2102_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1128+2102_S_2014_05_31_pus_uva.fits ! AN table 1: 111 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.800601 visibilities/baseline/integration-bin. ! Found source: J1128+2102 ! ! 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 336 lines of history. ! ! Reading 15996 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 J1128+2102_S_2014_05_31_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 174 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.854686Jy sigma=0.009050 ! Fit after self-cal, rms=0.769506Jy sigma=0.008353 ! 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.518 mas, bmaj=7.216 mas, bpa=20.78 degrees ! Estimated noise=874.424 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.222806 Jy ! Component: 100 - total flux cleaned = 0.271465 Jy ! Total flux subtracted in 100 components = 0.271465 Jy ! Clean residual min=-0.006693 max=0.014531 Jy/beam ! Clean residual mean=-0.000003 rms=0.001966 Jy/beam ! Combined flux in latest and established models = 0.271465 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.271465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.298782Jy sigma=0.000881 ! Fit after self-cal, rms=0.298747Jy sigma=0.000881 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0145175 Jy ! Component: 100 - total flux cleaned = 0.020968 Jy ! Total flux subtracted in 100 components = 0.020968 Jy ! Clean residual min=-0.005774 max=0.006455 Jy/beam ! Clean residual mean=0.000002 rms=0.001450 Jy/beam ! Combined flux in latest and established models = 0.292433 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 11 components and 0.292433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.297924Jy sigma=0.000851 ! Fit after self-cal, rms=0.297949Jy sigma=0.000851 ! 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.221 mas, bmaj=7.85 mas, bpa=18.54 degrees ! Estimated noise=514.649 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.00514753 Jy ! Component: 100 - total flux cleaned = 0.00779472 Jy ! Component: 150 - total flux cleaned = 0.00941108 Jy ! Component: 200 - total flux cleaned = 0.0101821 Jy ! Total flux subtracted in 200 components = 0.0101821 Jy ! Clean residual min=-0.004542 max=0.005143 Jy/beam ! Clean residual mean=0.000007 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 0.302615 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 33 components and 0.302616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.297855Jy sigma=0.000849 ! Fit after self-cal, rms=0.297866Jy sigma=0.000849 ! 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 0.98 FD 0.84 HN 0.99 KP 1.03 ! LA 1.18 MK 1.00* NL 0.96 OV 0.97 ! PT 1.01 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.01 HN 1.03 KP 1.01 ! LA 1.13 MK 0.86 NL 1.04 OV 1.00 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.14 HN 1.03 KP 0.90 ! LA 0.90 MK 1.16 NL 1.03 OV 0.95 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.02 HN 1.00 KP 0.89 ! LA 0.88 MK 1.05 NL 1.07 OV 1.00 ! PT 1.01 SC 0.97 ! ! ! Fit before self-cal, rms=0.297866Jy sigma=0.000849 ! Fit after self-cal, rms=0.298708Jy sigma=0.000781 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.21 mas, bmaj=7.852 mas, bpa=18.64 degrees ! Estimated noise=513.649 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 (-74, 51). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00313201 Jy ! Component: 100 - total flux cleaned = 0.00371859 Jy ! Component: 150 - total flux cleaned = 0.00401544 Jy ! Component: 200 - total flux cleaned = 0.00405804 Jy ! Total flux subtracted in 200 components = 0.00405804 Jy ! Clean residual min=-0.001826 max=0.002379 Jy/beam ! Clean residual mean=-0.000004 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.306674 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 54 components and 0.306674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.298617Jy sigma=0.000779 ! Fit after self-cal, rms=0.298600Jy sigma=0.000779 ! 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.298600Jy sigma=0.000779 ! Fit after self-cal, rms=0.297525Jy sigma=0.000778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.209 mas, bmaj=7.852 mas, bpa=18.65 degrees ! Estimated noise=513.151 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0007242 Jy ! Component: 100 - total flux cleaned = 0.000890707 Jy ! Component: 150 - total flux cleaned = 0.00100623 Jy ! Component: 200 - total flux cleaned = 0.00106002 Jy ! Total flux subtracted in 200 components = 0.00106002 Jy ! Clean residual min=-0.001697 max=0.002351 Jy/beam ! Clean residual mean=-0.000002 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.307734 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 70 components and 0.307734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.297500Jy sigma=0.000777 ! Fit after self-cal, rms=0.297492Jy 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) ! Added new window around map position (-6.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00198741 Jy ! Component: 100 - total flux cleaned = 0.00200576 Jy ! Component: 150 - total flux cleaned = 0.00203291 Jy ! Component: 200 - total flux cleaned = 0.00226259 Jy ! Total flux subtracted in 200 components = 0.00226259 Jy ! Clean residual min=-0.001573 max=0.001941 Jy/beam ! Clean residual mean=-0.000001 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.309996 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 93 components and 0.309996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.297462Jy sigma=0.000777 ! Fit after self-cal, rms=0.297456Jy sigma=0.000777 ! Inverting map ! Added new window around map position (-99.5, -97.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00137253 Jy ! Component: 100 - total flux cleaned = 0.00171352 Jy ! Component: 150 - total flux cleaned = 0.00198613 Jy ! Component: 200 - total flux cleaned = 0.00219952 Jy ! Total flux subtracted in 200 components = 0.00219952 Jy ! Clean residual min=-0.001580 max=0.001888 Jy/beam ! Clean residual mean=-0.000002 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.312196 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 113 components and 0.312196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.297418Jy sigma=0.000776 ! Fit after self-cal, rms=0.297410Jy sigma=0.000776 ! Inverting map ! Added new window around map position (124, -53.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119093 Jy ! Component: 100 - total flux cleaned = 0.00125878 Jy ! Component: 150 - total flux cleaned = 0.00116775 Jy ! Component: 200 - total flux cleaned = 0.00119636 Jy ! Total flux subtracted in 200 components = 0.00119636 Jy ! Clean residual min=-0.001408 max=0.001403 Jy/beam ! Clean residual mean=-0.000002 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.313392 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 131 components and 0.313392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.297362Jy sigma=0.000776 ! Fit after self-cal, rms=0.297362Jy sigma=0.000776 ! 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.297362Jy sigma=0.000776 ! Fit after self-cal, rms=0.294638Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.207 mas, bmaj=7.852 mas, bpa=18.66 degrees ! Estimated noise=513.019 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000874628 Jy ! Component: 100 - total flux cleaned = 0.0011877 Jy ! Component: 150 - total flux cleaned = 0.00141548 Jy ! Component: 200 - total flux cleaned = 0.00160201 Jy ! Total flux subtracted in 200 components = 0.00160201 Jy ! Clean residual min=-0.001341 max=0.001351 Jy/beam ! Clean residual mean=-0.000001 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.314994 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 146 components and 0.314994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.294610Jy sigma=0.000775 ! Fit after self-cal, rms=0.294604Jy sigma=0.000775 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.000316352 Jy ! Component: 100 - total flux cleaned = 0.000417371 Jy ! Component: 150 - total flux cleaned = 0.000514291 Jy ! Component: 200 - total flux cleaned = 0.000584314 Jy ! Total flux subtracted in 200 components = 0.000584314 Jy ! Clean residual min=-0.001326 max=0.001349 Jy/beam ! Clean residual mean=-0.000001 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.315578 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 162 components and 0.315578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.294583Jy sigma=0.000775 ! Fit after self-cal, rms=0.294581Jy sigma=0.000775 ! 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.294581Jy sigma=0.000775 ! Fit after self-cal, rms=0.293599Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.645 mas, bmaj=10 mas, bpa=1.638 degrees ! Estimated noise=583.139 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000447068 Jy ! Component: 100 - total flux cleaned = 0.000552073 Jy ! Component: 150 - total flux cleaned = 0.000665565 Jy ! Component: 200 - total flux cleaned = 0.000769613 Jy ! Total flux subtracted in 200 components = 0.000769613 Jy ! Clean residual min=-0.001318 max=0.001348 Jy/beam ! Clean residual mean=-0.000002 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.316348 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 193 components and 0.316348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.293599Jy sigma=0.000775 ! Fit after self-cal, rms=0.293595Jy sigma=0.000775 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 = -2.20016e-05 Jy ! Component: 100 - total flux cleaned = 7.26994e-05 Jy ! Component: 150 - total flux cleaned = 0.000191177 Jy ! Component: 200 - total flux cleaned = 0.00026146 Jy ! Total flux subtracted in 200 components = 0.00026146 Jy ! Clean residual min=-0.001273 max=0.001310 Jy/beam ! Clean residual mean=-0.000001 rms=0.000321 Jy/beam ! Combined flux in latest and established models = 0.316609 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 206 components and 0.316609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.293591Jy sigma=0.000775 ! Fit after self-cal, rms=0.293590Jy sigma=0.000775 ! 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.207 mas, bmaj=7.851 mas, bpa=18.66 degrees ! Estimated noise=513.076 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.207 x 7.851 at 18.66 degrees (North through East) ! Clean map min=-0.0017364 max=0.28837 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.509 mas, bmaj=7.206 mas, bpa=20.64 degrees ! Estimated noise=872.726 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.222262 Jy ! Component: 100 - total flux cleaned = 0.270908 Jy ! Component: 150 - total flux cleaned = 0.285934 Jy ! Component: 200 - total flux cleaned = 0.293234 Jy ! Total flux subtracted in 200 components = 0.293234 Jy ! Clean residual min=-0.003255 max=0.003784 Jy/beam ! Clean residual mean=-0.000004 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.293234 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.293234 Jy ! Inverting map and beam ! Estimated beam: bmin=4.207 mas, bmaj=7.851 mas, bpa=18.66 degrees ! Estimated noise=513.076 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.00553765 Jy ! Component: 100 - total flux cleaned = 0.0091766 Jy ! Component: 150 - total flux cleaned = 0.0119728 Jy ! Component: 200 - total flux cleaned = 0.0142385 Jy ! Total flux subtracted in 200 components = 0.0142385 Jy ! Clean residual min=-0.001709 max=0.001768 Jy/beam ! Clean residual mean=-0.000002 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.307472 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 38 components and 0.307472 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.645 mas, bmaj=10 mas, bpa=1.638 degrees ! Estimated noise=583.139 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00241543 Jy ! Component: 100 - total flux cleaned = 0.0040775 Jy ! Component: 150 - total flux cleaned = 0.00479459 Jy ! Component: 200 - total flux cleaned = 0.00537026 Jy ! Total flux subtracted in 200 components = 0.00537026 Jy ! Clean residual min=-0.001628 max=0.001415 Jy/beam ! Clean residual mean=-0.000003 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.312842 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.000559113 Jy ! Component: 100 - total flux cleaned = 0.00109801 Jy ! Component: 150 - total flux cleaned = 0.00150665 Jy ! Component: 200 - total flux cleaned = 0.00181197 Jy ! Total flux subtracted in 200 components = 0.00181197 Jy ! Clean residual min=-0.001435 max=0.001331 Jy/beam ! Clean residual mean=-0.000002 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.314654 Jy ! Adding 90 model components to the UV plane model. ! The established model now contains 121 components and 0.314654 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.207 mas, bmaj=7.851 mas, bpa=18.66 degrees ! Estimated noise=513.076 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00017143 Jy ! Component: 100 - total flux cleaned = 4.81488e-05 Jy ! Component: 150 - total flux cleaned = 4.94469e-05 Jy ! Component: 200 - total flux cleaned = 8.39319e-05 Jy ! Total flux subtracted in 200 components = 8.39319e-05 Jy ! Clean residual min=-0.001347 max=0.001322 Jy/beam ! Clean residual mean=-0.000001 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.314738 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 145 components and 0.314738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.293642Jy sigma=0.000776 ! Fit after self-cal, rms=0.293646Jy sigma=0.000776 wmodel J1128+2102_S_2014_05_31_pus_map.mod ! Writing 145 model components to file: J1128+2102_S_2014_05_31_pus_map.mod wobs J1128+2102_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1128+2102_S_2014_05_31_pus_uvs.fits wwins J1128+2102_S_2014_05_31_pus_map.win ! wwins: Wrote 5 windows to J1128+2102_S_2014_05_31_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 = 5.14022e-05 Jy ! Component: 100 - total flux cleaned = -6.40849e-05 Jy ! Component: 150 - total flux cleaned = -0.00010824 Jy ! Component: 200 - total flux cleaned = -0.000173023 Jy ! Component: 250 - total flux cleaned = -0.000256462 Jy ! Component: 300 - total flux cleaned = -0.000256201 Jy ! Component: 350 - total flux cleaned = -0.00025651 Jy ! Component: 400 - total flux cleaned = -0.000276283 Jy ! Component: 450 - total flux cleaned = -0.000314304 Jy ! Component: 500 - total flux cleaned = -0.000333112 Jy ! Component: 550 - total flux cleaned = -0.000423789 Jy ! Component: 600 - total flux cleaned = -0.000459534 Jy ! Component: 650 - total flux cleaned = -0.000494628 Jy ! Component: 700 - total flux cleaned = -0.000563555 Jy ! Component: 750 - total flux cleaned = -0.000580486 Jy ! Component: 800 - total flux cleaned = -0.00059756 Jy ! Component: 850 - total flux cleaned = -0.000680059 Jy ! Component: 900 - total flux cleaned = -0.000679966 Jy ! Component: 950 - total flux cleaned = -0.000663838 Jy ! Component: 1000 - total flux cleaned = -0.000679715 Jy ! Component: 1050 - total flux cleaned = -0.000695214 Jy ! Component: 1100 - total flux cleaned = -0.000663931 Jy ! Component: 1150 - total flux cleaned = -0.000648293 Jy ! Component: 1200 - total flux cleaned = -0.000633029 Jy ! Component: 1250 - total flux cleaned = -0.000572559 Jy ! Component: 1300 - total flux cleaned = -0.000587376 Jy ! Component: 1350 - total flux cleaned = -0.000542668 Jy ! Component: 1400 - total flux cleaned = -0.000528074 Jy ! Component: 1450 - total flux cleaned = -0.000499021 Jy ! Component: 1500 - total flux cleaned = -0.000484633 Jy ! Component: 1550 - total flux cleaned = -0.000441763 Jy ! Component: 1600 - total flux cleaned = -0.000441809 Jy ! Component: 1650 - total flux cleaned = -0.000441854 Jy ! Component: 1700 - total flux cleaned = -0.00041402 Jy ! Component: 1750 - total flux cleaned = -0.000386155 Jy ! Component: 1800 - total flux cleaned = -0.000344913 Jy ! Component: 1850 - total flux cleaned = -0.000290587 Jy ! Component: 1900 - total flux cleaned = -0.000304003 Jy ! Component: 1950 - total flux cleaned = -0.00025018 Jy ! Component: 2000 - total flux cleaned = -0.000210396 Jy ! Component: 2050 - total flux cleaned = -0.000157622 Jy ! Component: 2100 - total flux cleaned = -0.000144495 Jy ! Component: 2150 - total flux cleaned = -0.000157362 Jy ! Component: 2200 - total flux cleaned = -0.000105713 Jy ! Component: 2250 - total flux cleaned = -4.15436e-05 Jy ! Component: 2300 - total flux cleaned = 9.40898e-06 Jy ! Component: 2350 - total flux cleaned = 9.49486e-06 Jy ! Component: 2400 - total flux cleaned = 4.72476e-05 Jy ! Component: 2450 - total flux cleaned = 9.7366e-05 Jy ! Component: 2500 - total flux cleaned = 0.000147194 Jy ! Component: 2550 - total flux cleaned = 0.000147227 Jy ! Component: 2600 - total flux cleaned = 0.000208682 Jy ! Component: 2650 - total flux cleaned = 0.000269714 Jy ! Component: 2700 - total flux cleaned = 0.00033043 Jy ! Component: 2750 - total flux cleaned = 0.000366641 Jy ! Component: 2800 - total flux cleaned = 0.000414687 Jy ! Component: 2850 - total flux cleaned = 0.000462486 Jy ! Component: 2900 - total flux cleaned = 0.000509956 Jy ! Component: 2950 - total flux cleaned = 0.000533618 Jy ! Component: 3000 - total flux cleaned = 0.000580685 Jy ! Component: 3050 - total flux cleaned = 0.000615859 Jy ! Component: 3100 - total flux cleaned = 0.000639222 Jy ! Component: 3150 - total flux cleaned = 0.000685686 Jy ! Component: 3200 - total flux cleaned = 0.000685753 Jy ! Component: 3250 - total flux cleaned = 0.000754778 Jy ! Component: 3300 - total flux cleaned = 0.000743273 Jy ! Component: 3350 - total flux cleaned = 0.000754746 Jy ! Component: 3400 - total flux cleaned = 0.000766139 Jy ! Component: 3450 - total flux cleaned = 0.000833915 Jy ! Component: 3500 - total flux cleaned = 0.00085644 Jy ! Component: 3550 - total flux cleaned = 0.000856469 Jy ! Component: 3600 - total flux cleaned = 0.000867634 Jy ! Component: 3650 - total flux cleaned = 0.000889899 Jy ! Component: 3700 - total flux cleaned = 0.00090097 Jy ! Component: 3750 - total flux cleaned = 0.00094512 Jy ! Component: 3800 - total flux cleaned = 0.000978004 Jy ! Component: 3850 - total flux cleaned = 0.000988891 Jy ! Component: 3900 - total flux cleaned = 0.00101065 Jy ! Component: 3950 - total flux cleaned = 0.00103225 Jy ! Component: 4000 - total flux cleaned = 0.00106464 Jy ! Component: 4050 - total flux cleaned = 0.00105385 Jy ! Total flux subtracted in 4096 components = 0.00108599 Jy ! Clean residual min=-0.000678 max=0.000535 Jy/beam ! Clean residual mean=0.000000 rms=0.000199 Jy/beam ! Combined flux in latest and established models = 0.315824 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 423 components and 0.315824 Jy ![Exited script file: muppet] wmap "J1128+2102_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.207 x 7.851 at 18.66 degrees (North through East) ! Clean map min=-0.001358 max=0.2879 Jy/beam ! Writing clean map to FITS file: J1128+2102_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.287899 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000197415 device "J1128+2102_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1128+2102_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.205713 0.205713 0.411427 0.822853 1.64571 3.29141 6.58283 13.1657 26.3313 52.6626 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.287 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.207 x 7.851 at 18.66 degrees (North through East) ! Clean map min=-0.001358 max=0.2879 Jy/beam quit ! Quitting program ! Log file J1128+2102_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:25:16 2016