! Started logfile: J1254+1141_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:42:15 2019 obs J1254+1141_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J1254+1141_S_2017_03_27_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.7 visibilities/baseline/integration-bin. ! Found source: J1254+1141 ! ! 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 1684 lines of history. ! ! Reading 2016 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 J1254+1141_S_2017_03_27_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 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.539861Jy sigma=0.004663 ! Fit after self-cal, rms=0.535678Jy sigma=0.004632 ! 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.842 mas, bmaj=6.63 mas, bpa=-3.286 degrees ! Estimated noise=2375.26 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.355372 Jy ! Component: 100 - total flux cleaned = 0.462703 Jy ! Total flux subtracted in 100 components = 0.462703 Jy ! Clean residual min=-0.023132 max=0.048180 Jy/beam ! Clean residual mean=0.000015 rms=0.006692 Jy/beam ! Combined flux in latest and established models = 0.462703 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.462703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.164227Jy sigma=0.001224 ! Fit after self-cal, rms=0.164345Jy sigma=0.001223 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0532821 Jy ! Component: 100 - total flux cleaned = 0.0812011 Jy ! Total flux subtracted in 100 components = 0.0812011 Jy ! Clean residual min=-0.020941 max=0.024188 Jy/beam ! Clean residual mean=0.000017 rms=0.004846 Jy/beam ! Combined flux in latest and established models = 0.543904 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 20 components and 0.543904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139247Jy sigma=0.000970 ! Fit after self-cal, rms=0.139281Jy sigma=0.000969 ! 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.453 mas, bmaj=7.466 mas, bpa=-0.001837 degrees ! Estimated noise=1925.93 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 (-7.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0336045 Jy ! Component: 100 - total flux cleaned = 0.0544861 Jy ! Component: 150 - total flux cleaned = 0.0693336 Jy ! Component: 200 - total flux cleaned = 0.078242 Jy ! Total flux subtracted in 200 components = 0.078242 Jy ! Clean residual min=-0.013438 max=0.018260 Jy/beam ! Clean residual mean=0.000005 rms=0.003797 Jy/beam ! Combined flux in latest and established models = 0.622146 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 48 components and 0.622146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129130Jy sigma=0.000862 ! Fit after self-cal, rms=0.128458Jy sigma=0.000855 ! 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.99 FD 0.97 HN 1.00 KP 1.04 ! LA 0.96 MK 1.01 NL 1.00 OV 1.03 ! PT 0.96 SC 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.08 HN 1.03 KP 0.98 ! LA 0.95 MK 1.03 NL 1.04 OV 1.04 ! PT 0.93 SC 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.06 HN 1.02 KP 0.99 ! LA 0.98 MK 1.04 NL 1.01 OV 0.97 ! PT 0.93 SC 0.96 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.15 HN 1.00 KP 1.00* ! LA 0.89 MK 1.01 NL 1.00* OV 0.64 ! PT 0.94 SC 3.11 ! ! ! Fit before self-cal, rms=0.128458Jy sigma=0.000855 ! Fit after self-cal, rms=0.133232Jy sigma=0.000697 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.495 mas, bmaj=7.538 mas, bpa=0.05341 degrees ! Estimated noise=1912.51 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.008753 Jy ! Component: 100 - total flux cleaned = 0.0137895 Jy ! Component: 150 - total flux cleaned = 0.0147056 Jy ! Component: 200 - total flux cleaned = 0.0147061 Jy ! Total flux subtracted in 200 components = 0.0147061 Jy ! Clean residual min=-0.006454 max=0.009301 Jy/beam ! Clean residual mean=0.000005 rms=0.001905 Jy/beam ! Combined flux in latest and established models = 0.636852 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 71 components and 0.636852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132389Jy sigma=0.000688 ! Fit after self-cal, rms=0.132344Jy sigma=0.000686 ! 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.132344Jy sigma=0.000686 ! Fit after self-cal, rms=0.156487Jy sigma=0.000665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.502 mas, bmaj=7.529 mas, bpa=0.0995 degrees ! Estimated noise=1915.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00339568 Jy ! Component: 100 - total flux cleaned = 0.0038549 Jy ! Component: 150 - total flux cleaned = 0.00422401 Jy ! Component: 200 - total flux cleaned = 0.00438183 Jy ! Total flux subtracted in 200 components = 0.00438183 Jy ! Clean residual min=-0.005254 max=0.008413 Jy/beam ! Clean residual mean=0.000006 rms=0.001528 Jy/beam ! Combined flux in latest and established models = 0.641234 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 94 components and 0.641234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156367Jy sigma=0.000662 ! Fit after self-cal, rms=0.156244Jy sigma=0.000662 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 (-31.5, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00772584 Jy ! Component: 100 - total flux cleaned = 0.0122228 Jy ! Component: 150 - total flux cleaned = 0.0155936 Jy ! Component: 200 - total flux cleaned = 0.0181828 Jy ! Total flux subtracted in 200 components = 0.0181828 Jy ! Clean residual min=-0.004657 max=0.004833 Jy/beam ! Clean residual mean=0.000006 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.659416 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 114 components and 0.659416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155871Jy sigma=0.000653 ! Fit after self-cal, rms=0.155850Jy sigma=0.000653 ! 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.155850Jy sigma=0.000653 ! Fit after self-cal, rms=0.155547Jy sigma=0.000651 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.496 mas, bmaj=7.518 mas, bpa=0.1227 degrees ! Estimated noise=1908.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00299469 Jy ! Component: 100 - total flux cleaned = 0.00478105 Jy ! Component: 150 - total flux cleaned = 0.00615176 Jy ! Component: 200 - total flux cleaned = 0.00722854 Jy ! Total flux subtracted in 200 components = 0.00722854 Jy ! Clean residual min=-0.004055 max=0.004380 Jy/beam ! Clean residual mean=0.000005 rms=0.001058 Jy/beam ! Combined flux in latest and established models = 0.666645 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 139 components and 0.666645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155460Jy sigma=0.000649 ! Fit after self-cal, rms=0.155449Jy sigma=0.000649 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.00136995 Jy ! Component: 100 - total flux cleaned = 0.00210063 Jy ! Component: 150 - total flux cleaned = 0.00254464 Jy ! Component: 200 - total flux cleaned = 0.00290694 Jy ! Total flux subtracted in 200 components = 0.00290694 Jy ! Clean residual min=-0.004014 max=0.004189 Jy/beam ! Clean residual mean=0.000006 rms=0.001027 Jy/beam ! Combined flux in latest and established models = 0.669552 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 155 components and 0.669552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155399Jy sigma=0.000648 ! Fit after self-cal, rms=0.155399Jy sigma=0.000648 ! 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.155399Jy sigma=0.000648 ! Fit after self-cal, rms=0.155350Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.513 mas, bmaj=11.09 mas, bpa=7.688 degrees ! Estimated noise=2281.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00271297 Jy ! Component: 100 - total flux cleaned = 0.00377506 Jy ! Component: 150 - total flux cleaned = 0.00440469 Jy ! Component: 200 - total flux cleaned = 0.00489118 Jy ! Total flux subtracted in 200 components = 0.00489118 Jy ! Clean residual min=-0.003748 max=0.004664 Jy/beam ! Clean residual mean=0.000010 rms=0.001091 Jy/beam ! Combined flux in latest and established models = 0.674443 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 175 components and 0.674443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155378Jy sigma=0.000647 ! Fit after self-cal, rms=0.155351Jy sigma=0.000647 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.00103128 Jy ! Component: 100 - total flux cleaned = 0.0014102 Jy ! Component: 150 - total flux cleaned = 0.00165765 Jy ! Component: 200 - total flux cleaned = 0.00187482 Jy ! Total flux subtracted in 200 components = 0.00187482 Jy ! Clean residual min=-0.003787 max=0.004793 Jy/beam ! Clean residual mean=0.000010 rms=0.001066 Jy/beam ! Combined flux in latest and established models = 0.676318 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 185 components and 0.676318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155356Jy sigma=0.000647 ! Fit after self-cal, rms=0.155346Jy sigma=0.000647 ! Inverting map ! Added new window around map position (-94.5, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00402147 Jy ! Component: 100 - total flux cleaned = 0.00540326 Jy ! Component: 150 - total flux cleaned = 0.00602509 Jy ! Component: 200 - total flux cleaned = 0.00661318 Jy ! Total flux subtracted in 200 components = 0.00661318 Jy ! Clean residual min=-0.003123 max=0.003837 Jy/beam ! Clean residual mean=0.000010 rms=0.000896 Jy/beam ! Combined flux in latest and established models = 0.682931 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 205 components and 0.682931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155197Jy sigma=0.000645 ! Fit after self-cal, rms=0.155176Jy sigma=0.000645 ! Inverting map ! Added new window around map position (68, -128). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00225995 Jy ! Component: 100 - total flux cleaned = 0.00267282 Jy ! Component: 150 - total flux cleaned = 0.00323166 Jy ! Component: 200 - total flux cleaned = 0.00357817 Jy ! Total flux subtracted in 200 components = 0.00357817 Jy ! Clean residual min=-0.003041 max=0.003024 Jy/beam ! Clean residual mean=0.000008 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.68651 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 229 components and 0.68651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155071Jy sigma=0.000644 ! Fit after self-cal, rms=0.155081Jy sigma=0.000644 ! 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.493 mas, bmaj=7.516 mas, bpa=0.1026 degrees ! Estimated noise=1907.11 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.493 x 7.516 at 0.1026 degrees (North through East) ! Clean map min=-0.0035578 max=0.48128 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.867 mas, bmaj=6.679 mas, bpa=-3.468 degrees ! Estimated noise=2375.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.354951 Jy ! Component: 100 - total flux cleaned = 0.460363 Jy ! Component: 150 - total flux cleaned = 0.511828 Jy ! Component: 200 - total flux cleaned = 0.543362 Jy ! Total flux subtracted in 200 components = 0.543362 Jy ! Clean residual min=-0.010481 max=0.017062 Jy/beam ! Clean residual mean=0.000014 rms=0.003047 Jy/beam ! Combined flux in latest and established models = 0.543362 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.543362 Jy ! Inverting map and beam ! Estimated beam: bmin=3.493 mas, bmaj=7.516 mas, bpa=0.1026 degrees ! Estimated noise=1907.11 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.0306424 Jy ! Component: 100 - total flux cleaned = 0.0502833 Jy ! Component: 150 - total flux cleaned = 0.0641202 Jy ! Component: 200 - total flux cleaned = 0.074694 Jy ! Total flux subtracted in 200 components = 0.074694 Jy ! Clean residual min=-0.006341 max=0.006651 Jy/beam ! Clean residual mean=0.000006 rms=0.001870 Jy/beam ! Combined flux in latest and established models = 0.618056 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 56 components and 0.618056 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.513 mas, bmaj=11.09 mas, bpa=7.688 degrees ! Estimated noise=2281.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0131695 Jy ! Component: 100 - total flux cleaned = 0.0225268 Jy ! Component: 150 - total flux cleaned = 0.0296758 Jy ! Component: 200 - total flux cleaned = 0.0354818 Jy ! Total flux subtracted in 200 components = 0.0354818 Jy ! Clean residual min=-0.005168 max=0.005787 Jy/beam ! Clean residual mean=0.000010 rms=0.001591 Jy/beam ! Combined flux in latest and established models = 0.653538 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.00484594 Jy ! Component: 100 - total flux cleaned = 0.00902761 Jy ! Component: 150 - total flux cleaned = 0.0122498 Jy ! Component: 200 - total flux cleaned = 0.0149712 Jy ! Total flux subtracted in 200 components = 0.0149712 Jy ! Clean residual min=-0.003644 max=0.004496 Jy/beam ! Clean residual mean=0.000009 rms=0.001158 Jy/beam ! Combined flux in latest and established models = 0.668509 Jy ! Adding 95 model components to the UV plane model. ! The established model now contains 140 components and 0.668509 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.493 mas, bmaj=7.516 mas, bpa=0.1026 degrees ! Estimated noise=1907.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184269 Jy ! Component: 100 - total flux cleaned = 0.00348043 Jy ! Component: 150 - total flux cleaned = 0.00433599 Jy ! Component: 200 - total flux cleaned = 0.00467716 Jy ! Total flux subtracted in 200 components = 0.00467716 Jy ! Clean residual min=-0.004486 max=0.004138 Jy/beam ! Clean residual mean=0.000005 rms=0.000982 Jy/beam ! Combined flux in latest and established models = 0.673186 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 171 components and 0.673186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155217Jy sigma=0.000648 ! Fit after self-cal, rms=0.155184Jy sigma=0.000647 wmodel J1254+1141_S_2017_03_27_pus_map.mod ! Writing 171 model components to file: J1254+1141_S_2017_03_27_pus_map.mod wobs J1254+1141_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J1254+1141_S_2017_03_27_pus_uvs.fits wwins J1254+1141_S_2017_03_27_pus_map.win ! wwins: Wrote 5 windows to J1254+1141_S_2017_03_27_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.000368686 Jy ! Component: 100 - total flux cleaned = -0.000777925 Jy ! Component: 150 - total flux cleaned = -0.000971066 Jy ! Component: 200 - total flux cleaned = -0.000849348 Jy ! Component: 250 - total flux cleaned = -0.000673299 Jy ! Component: 300 - total flux cleaned = -0.000330793 Jy ! Component: 350 - total flux cleaned = -0.000220185 Jy ! Component: 400 - total flux cleaned = 0.000215632 Jy ! Component: 450 - total flux cleaned = 0.000533339 Jy ! Component: 500 - total flux cleaned = 0.000946355 Jy ! Component: 550 - total flux cleaned = 0.00144927 Jy ! Component: 600 - total flux cleaned = 0.00179299 Jy ! Component: 650 - total flux cleaned = 0.00213173 Jy ! Component: 700 - total flux cleaned = 0.00260704 Jy ! Component: 750 - total flux cleaned = 0.0029808 Jy ! Component: 800 - total flux cleaned = 0.00339359 Jy ! Component: 850 - total flux cleaned = 0.00375434 Jy ! Component: 900 - total flux cleaned = 0.00406512 Jy ! Component: 950 - total flux cleaned = 0.00450348 Jy ! Component: 1000 - total flux cleaned = 0.00480548 Jy ! Component: 1050 - total flux cleaned = 0.00501745 Jy ! Component: 1100 - total flux cleaned = 0.00535105 Jy ! Component: 1150 - total flux cleaned = 0.00547402 Jy ! Component: 1200 - total flux cleaned = 0.00575755 Jy ! Component: 1250 - total flux cleaned = 0.00571695 Jy ! Component: 1300 - total flux cleaned = 0.00575678 Jy ! Component: 1350 - total flux cleaned = 0.00587372 Jy ! Component: 1400 - total flux cleaned = 0.00598929 Jy ! Component: 1450 - total flux cleaned = 0.00610323 Jy ! Component: 1500 - total flux cleaned = 0.00636591 Jy ! Component: 1550 - total flux cleaned = 0.00644007 Jy ! Component: 1600 - total flux cleaned = 0.00677011 Jy ! Component: 1650 - total flux cleaned = 0.00691559 Jy ! Component: 1700 - total flux cleaned = 0.00702328 Jy ! Component: 1750 - total flux cleaned = 0.00727227 Jy ! Component: 1800 - total flux cleaned = 0.00737744 Jy ! Component: 1850 - total flux cleaned = 0.00762068 Jy ! Component: 1900 - total flux cleaned = 0.00772372 Jy ! Component: 1950 - total flux cleaned = 0.00775779 Jy ! Component: 2000 - total flux cleaned = 0.00792629 Jy ! Component: 2050 - total flux cleaned = 0.00802604 Jy ! Component: 2100 - total flux cleaned = 0.00812534 Jy ! Component: 2150 - total flux cleaned = 0.00825679 Jy ! Component: 2200 - total flux cleaned = 0.00835431 Jy ! Component: 2250 - total flux cleaned = 0.00857964 Jy ! Component: 2300 - total flux cleaned = 0.00886693 Jy ! Component: 2350 - total flux cleaned = 0.00899346 Jy ! Component: 2400 - total flux cleaned = 0.00911886 Jy ! Component: 2450 - total flux cleaned = 0.00927422 Jy ! Component: 2500 - total flux cleaned = 0.00949025 Jy ! Component: 2550 - total flux cleaned = 0.00982679 Jy ! Component: 2600 - total flux cleaned = 0.0099481 Jy ! Component: 2650 - total flux cleaned = 0.00991809 Jy ! Component: 2700 - total flux cleaned = 0.0101574 Jy ! Component: 2750 - total flux cleaned = 0.0102166 Jy ! Component: 2800 - total flux cleaned = 0.0104226 Jy ! Component: 2850 - total flux cleaned = 0.0104516 Jy ! Component: 2900 - total flux cleaned = 0.010452 Jy ! Component: 2950 - total flux cleaned = 0.0105384 Jy ! Component: 3000 - total flux cleaned = 0.0106242 Jy ! Component: 3050 - total flux cleaned = 0.0105958 Jy ! Component: 3100 - total flux cleaned = 0.0107082 Jy ! Component: 3150 - total flux cleaned = 0.01068 Jy ! Component: 3200 - total flux cleaned = 0.0106248 Jy ! Component: 3250 - total flux cleaned = 0.0107351 Jy ! Component: 3300 - total flux cleaned = 0.0105985 Jy ! Component: 3350 - total flux cleaned = 0.0107343 Jy ! Component: 3400 - total flux cleaned = 0.0108425 Jy ! Component: 3450 - total flux cleaned = 0.0107617 Jy ! Component: 3500 - total flux cleaned = 0.0108417 Jy ! Component: 3550 - total flux cleaned = 0.0107891 Jy ! Component: 3600 - total flux cleaned = 0.0107893 Jy ! Component: 3650 - total flux cleaned = 0.0107371 Jy ! Component: 3700 - total flux cleaned = 0.0107887 Jy ! Component: 3750 - total flux cleaned = 0.010737 Jy ! Component: 3800 - total flux cleaned = 0.0107374 Jy ! Component: 3850 - total flux cleaned = 0.0108137 Jy ! Component: 3900 - total flux cleaned = 0.0107123 Jy ! Component: 3950 - total flux cleaned = 0.0108133 Jy ! Component: 4000 - total flux cleaned = 0.0107882 Jy ! Component: 4050 - total flux cleaned = 0.0107632 Jy ! Total flux subtracted in 4096 components = 0.0108376 Jy ! Clean residual min=-0.001495 max=0.001506 Jy/beam ! Clean residual mean=-0.000000 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.684023 Jy keep ! Adding 249 model components to the UV plane model. ! The established model now contains 420 components and 0.684023 Jy ![Exited script file: muppet] wmap "J1254+1141_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.493 x 7.516 at 0.1026 degrees (North through East) ! Clean map min=-0.0039839 max=0.48114 Jy/beam ! Writing clean map to FITS file: J1254+1141_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.481144 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000443375 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.27645 0.27645 0.552901 1.1058 2.2116 4.4232 8.84641 17.6928 35.3856 70.7713 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.481 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.493 x 7.516 at 0.1026 degrees (North through East) ! Clean map min=-0.0039839 max=0.48114 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 J1254+1141_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:42:19 2019