! Started logfile: J0312+0133_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:30:00 2019 obs J0312+0133_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0312+0133_S_2017_03_27_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.953439 visibilities/baseline/integration-bin. ! Found source: J0312+0133 ! ! 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 14416 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 J0312+0133_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 289 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.818894Jy sigma=0.006689 ! Fit after self-cal, rms=0.812826Jy sigma=0.006641 ! 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.728 mas, bmaj=7.034 mas, bpa=-5.442 degrees ! Estimated noise=1041.88 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.140869 Jy ! Component: 100 - total flux cleaned = 0.17984 Jy ! Total flux subtracted in 100 components = 0.17984 Jy ! Clean residual min=-0.008689 max=0.017048 Jy/beam ! Clean residual mean=0.000011 rms=0.002288 Jy/beam ! Combined flux in latest and established models = 0.17984 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.17984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099510Jy sigma=0.000771 ! Fit after self-cal, rms=0.099475Jy sigma=0.000771 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0187895 Jy ! Component: 100 - total flux cleaned = 0.0289305 Jy ! Total flux subtracted in 100 components = 0.0289305 Jy ! Clean residual min=-0.007962 max=0.010301 Jy/beam ! Clean residual mean=0.000000 rms=0.001870 Jy/beam ! Combined flux in latest and established models = 0.20877 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 26 components and 0.20877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094960Jy sigma=0.000729 ! Fit after self-cal, rms=0.094930Jy sigma=0.000729 ! 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.269 mas, bmaj=7.753 mas, bpa=-3.923 degrees ! Estimated noise=786.541 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 (5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0116703 Jy ! Component: 100 - total flux cleaned = 0.0191262 Jy ! Component: 150 - total flux cleaned = 0.0246231 Jy ! Component: 200 - total flux cleaned = 0.0287451 Jy ! Total flux subtracted in 200 components = 0.0287451 Jy ! Clean residual min=-0.005946 max=0.008364 Jy/beam ! Clean residual mean=-0.000004 rms=0.001537 Jy/beam ! Combined flux in latest and established models = 0.237515 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 55 components and 0.237515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093285Jy sigma=0.000713 ! Fit after self-cal, rms=0.093226Jy sigma=0.000713 ! 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.02 FD 0.93 HN 0.91 KP 1.02 ! LA 0.98 MK 1.15 NL 1.02 OV 1.04 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.96 HN 0.97 KP 0.99 ! LA 0.95 MK 1.10 NL 1.06 OV 1.04 ! PT 0.95 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.99 HN 0.95 KP 0.96 ! LA 0.99 MK 1.12 NL 1.03 OV 0.97 ! PT 0.92 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.93 HN 0.92 KP 1.00* ! LA 0.94 MK 1.02 NL 1.00* OV 1.28 ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.093226Jy sigma=0.000713 ! Fit after self-cal, rms=0.094268Jy sigma=0.000702 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.343 mas, bmaj=7.853 mas, bpa=-3.451 degrees ! Estimated noise=785.203 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 (21, -24.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00677851 Jy ! Component: 100 - total flux cleaned = 0.00887407 Jy ! Component: 150 - total flux cleaned = 0.0101062 Jy ! Component: 200 - total flux cleaned = 0.0107885 Jy ! Total flux subtracted in 200 components = 0.0107885 Jy ! Clean residual min=-0.004764 max=0.005568 Jy/beam ! Clean residual mean=-0.000002 rms=0.001148 Jy/beam ! Combined flux in latest and established models = 0.248304 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 93 components and 0.248304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093465Jy sigma=0.000694 ! Fit after self-cal, rms=0.093510Jy sigma=0.000694 ! 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.093510Jy sigma=0.000694 ! Fit after self-cal, rms=0.096044Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.33 mas, bmaj=7.863 mas, bpa=-3.572 degrees ! Estimated noise=788.019 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00234485 Jy ! Component: 100 - total flux cleaned = 0.00327041 Jy ! Component: 150 - total flux cleaned = 0.00361448 Jy ! Component: 200 - total flux cleaned = 0.00376471 Jy ! Total flux subtracted in 200 components = 0.00376471 Jy ! Clean residual min=-0.002495 max=0.003003 Jy/beam ! Clean residual mean=-0.000003 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.252069 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 124 components and 0.252069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095853Jy sigma=0.000669 ! Fit after self-cal, rms=0.095948Jy sigma=0.000669 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 (7.5, -32). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00277443 Jy ! Component: 100 - total flux cleaned = 0.00360356 Jy ! Component: 150 - total flux cleaned = 0.00399011 Jy ! Component: 200 - total flux cleaned = 0.00421904 Jy ! Total flux subtracted in 200 components = 0.00421904 Jy ! Clean residual min=-0.002279 max=0.002715 Jy/beam ! Clean residual mean=-0.000003 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.256288 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 150 components and 0.256288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095840Jy sigma=0.000668 ! Fit after self-cal, rms=0.095831Jy sigma=0.000668 ! Inverting map ! Added new window around map position (30, -42.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00243359 Jy ! Component: 100 - total flux cleaned = 0.00236529 Jy ! Component: 150 - total flux cleaned = 0.00242299 Jy ! Component: 200 - total flux cleaned = 0.00252793 Jy ! Total flux subtracted in 200 components = 0.00252793 Jy ! Clean residual min=-0.002136 max=0.002438 Jy/beam ! Clean residual mean=-0.000003 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.258815 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 163 components and 0.258815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095734Jy sigma=0.000667 ! Fit after self-cal, rms=0.095728Jy sigma=0.000667 ! Inverting map ! Added new window around map position (-8, 118.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00196725 Jy ! Component: 100 - total flux cleaned = 0.00222825 Jy ! Component: 150 - total flux cleaned = 0.00227668 Jy ! Component: 200 - total flux cleaned = 0.00232159 Jy ! Total flux subtracted in 200 components = 0.00232159 Jy ! Clean residual min=-0.001977 max=0.001985 Jy/beam ! Clean residual mean=-0.000004 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.261137 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 178 components and 0.261137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095662Jy sigma=0.000666 ! Fit after self-cal, rms=0.095655Jy sigma=0.000666 ! 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.095655Jy sigma=0.000666 ! Fit after self-cal, rms=0.096746Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.326 mas, bmaj=7.866 mas, bpa=-3.59 degrees ! Estimated noise=787.167 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000650479 Jy ! Component: 100 - total flux cleaned = 0.000982754 Jy ! Component: 150 - total flux cleaned = 0.00111232 Jy ! Component: 200 - total flux cleaned = 0.00123279 Jy ! Total flux subtracted in 200 components = 0.00123279 Jy ! Clean residual min=-0.001804 max=0.001756 Jy/beam ! Clean residual mean=-0.000004 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.26237 Jy selfcal ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 205 components and 0.26237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096709Jy sigma=0.000665 ! Fit after self-cal, rms=0.096720Jy sigma=0.000665 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.000169018 Jy ! Component: 100 - total flux cleaned = 0.000241582 Jy ! Component: 150 - total flux cleaned = 0.000310366 Jy ! Component: 200 - total flux cleaned = 0.000343865 Jy ! Total flux subtracted in 200 components = 0.000343865 Jy ! Clean residual min=-0.001761 max=0.001670 Jy/beam ! Clean residual mean=-0.000004 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.262714 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 223 components and 0.262714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096698Jy sigma=0.000665 ! Fit after self-cal, rms=0.096696Jy sigma=0.000665 ! 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.096696Jy sigma=0.000665 ! Fit after self-cal, rms=0.096972Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.532 mas, bmaj=11.99 mas, bpa=0.7835 degrees ! Estimated noise=979.562 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0003596 Jy ! Component: 100 - total flux cleaned = 0.000166622 Jy ! Component: 150 - total flux cleaned = 9.86306e-05 Jy ! Component: 200 - total flux cleaned = 3.97594e-05 Jy ! Total flux subtracted in 200 components = 3.97594e-05 Jy ! Clean residual min=-0.001626 max=0.001612 Jy/beam ! Clean residual mean=-0.000007 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.262753 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 241 components and 0.262754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096961Jy sigma=0.000665 ! Fit after self-cal, rms=0.096962Jy sigma=0.000665 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.000163562 Jy ! Component: 100 - total flux cleaned = 0.000138704 Jy ! Component: 150 - total flux cleaned = 0.000140063 Jy ! Component: 200 - total flux cleaned = 9.59437e-05 Jy ! Total flux subtracted in 200 components = 9.59437e-05 Jy ! Clean residual min=-0.001564 max=0.001581 Jy/beam ! Clean residual mean=-0.000007 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.262849 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 260 components and 0.262849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096958Jy sigma=0.000665 ! Fit after self-cal, rms=0.096957Jy sigma=0.000665 ! 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.327 mas, bmaj=7.868 mas, bpa=-3.583 degrees ! Estimated noise=787.17 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.327 x 7.868 at -3.583 degrees (North through East) ! Clean map min=-0.0027855 max=0.18734 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.786 mas, bmaj=7.095 mas, bpa=-5.139 degrees ! Estimated noise=1062.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.143319 Jy ! Component: 100 - total flux cleaned = 0.181141 Jy ! Component: 150 - total flux cleaned = 0.198712 Jy ! Component: 200 - total flux cleaned = 0.208573 Jy ! Total flux subtracted in 200 components = 0.208573 Jy ! Clean residual min=-0.004147 max=0.005370 Jy/beam ! Clean residual mean=0.000001 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.208572 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.208572 Jy ! Inverting map and beam ! Estimated beam: bmin=3.327 mas, bmaj=7.868 mas, bpa=-3.583 degrees ! Estimated noise=787.17 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.0101044 Jy ! Component: 100 - total flux cleaned = 0.0173889 Jy ! Component: 150 - total flux cleaned = 0.0230494 Jy ! Component: 200 - total flux cleaned = 0.0276173 Jy ! Total flux subtracted in 200 components = 0.0276173 Jy ! Clean residual min=-0.002593 max=0.003314 Jy/beam ! Clean residual mean=-0.000001 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.23619 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 61 components and 0.23619 Jy ! Inverting map ! Added new window around map position (14.5, -19). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00396798 Jy ! Component: 100 - total flux cleaned = 0.00731311 Jy ! Component: 150 - total flux cleaned = 0.0102063 Jy ! Component: 200 - total flux cleaned = 0.0125352 Jy ! Total flux subtracted in 200 components = 0.0125352 Jy ! Clean residual min=-0.002337 max=0.002345 Jy/beam ! Clean residual mean=-0.000002 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.248725 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 95 components and 0.248725 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.532 mas, bmaj=11.99 mas, bpa=0.7835 degrees ! Estimated noise=979.562 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00349529 Jy ! Component: 100 - total flux cleaned = 0.00523621 Jy ! Component: 150 - total flux cleaned = 0.00670436 Jy ! Component: 200 - total flux cleaned = 0.00773462 Jy ! Total flux subtracted in 200 components = 0.00773462 Jy ! Clean residual min=-0.001718 max=0.001868 Jy/beam ! Clean residual mean=-0.000004 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.25646 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.000701948 Jy ! Component: 100 - total flux cleaned = 0.00136421 Jy ! Component: 150 - total flux cleaned = 0.00185906 Jy ! Component: 200 - total flux cleaned = 0.00226347 Jy ! Total flux subtracted in 200 components = 0.00226347 Jy ! Clean residual min=-0.001641 max=0.001668 Jy/beam ! Clean residual mean=-0.000005 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.258723 Jy ! Adding 105 model components to the UV plane model. ! The established model now contains 188 components and 0.258723 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.327 mas, bmaj=7.868 mas, bpa=-3.583 degrees ! Estimated noise=787.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000153482 Jy ! Component: 100 - total flux cleaned = 0.000257087 Jy ! Component: 150 - total flux cleaned = 0.000675639 Jy ! Component: 200 - total flux cleaned = 0.000932932 Jy ! Total flux subtracted in 200 components = 0.000932932 Jy ! Clean residual min=-0.001751 max=0.001788 Jy/beam ! Clean residual mean=-0.000003 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.259656 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 216 components and 0.259656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097013Jy sigma=0.000665 ! Fit after self-cal, rms=0.096993Jy sigma=0.000665 wmodel J0312+0133_S_2017_03_27_pus_map.mod ! Writing 216 model components to file: J0312+0133_S_2017_03_27_pus_map.mod wobs J0312+0133_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0312+0133_S_2017_03_27_pus_uvs.fits wwins J0312+0133_S_2017_03_27_pus_map.win ! wwins: Wrote 7 windows to J0312+0133_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.000419081 Jy ! Component: 100 - total flux cleaned = 0.000599519 Jy ! Component: 150 - total flux cleaned = 0.000540957 Jy ! Component: 200 - total flux cleaned = 0.000623319 Jy ! Component: 250 - total flux cleaned = 0.000676741 Jy ! Component: 300 - total flux cleaned = 0.000650342 Jy ! Component: 350 - total flux cleaned = 0.000573114 Jy ! Component: 400 - total flux cleaned = 0.000447584 Jy ! Component: 450 - total flux cleaned = 0.000324391 Jy ! Component: 500 - total flux cleaned = 0.000227459 Jy ! Component: 550 - total flux cleaned = 1.25037e-05 Jy ! Component: 600 - total flux cleaned = -0.000128321 Jy ! Component: 650 - total flux cleaned = -0.00035958 Jy ! Component: 700 - total flux cleaned = -0.000518698 Jy ! Component: 750 - total flux cleaned = -0.000720782 Jy ! Component: 800 - total flux cleaned = -0.000876255 Jy ! Component: 850 - total flux cleaned = -0.00109548 Jy ! Component: 900 - total flux cleaned = -0.00133267 Jy ! Component: 950 - total flux cleaned = -0.00148172 Jy ! Component: 1000 - total flux cleaned = -0.0016291 Jy ! Component: 1050 - total flux cleaned = -0.00179576 Jy ! Component: 1100 - total flux cleaned = -0.00189903 Jy ! Component: 1150 - total flux cleaned = -0.00212291 Jy ! Component: 1200 - total flux cleaned = -0.00226351 Jy ! Component: 1250 - total flux cleaned = -0.00246227 Jy ! Component: 1300 - total flux cleaned = -0.0026782 Jy ! Component: 1350 - total flux cleaned = -0.00277514 Jy ! Component: 1400 - total flux cleaned = -0.00296728 Jy ! Component: 1450 - total flux cleaned = -0.00304345 Jy ! Component: 1500 - total flux cleaned = -0.0032131 Jy ! Component: 1550 - total flux cleaned = -0.00336224 Jy ! Component: 1600 - total flux cleaned = -0.00343589 Jy ! Component: 1650 - total flux cleaned = -0.00350924 Jy ! Component: 1700 - total flux cleaned = -0.00365464 Jy ! Component: 1750 - total flux cleaned = -0.00367268 Jy ! Component: 1800 - total flux cleaned = -0.00383359 Jy ! Component: 1850 - total flux cleaned = -0.00397507 Jy ! Component: 1900 - total flux cleaned = -0.00413279 Jy ! Component: 1950 - total flux cleaned = -0.00418484 Jy ! Component: 2000 - total flux cleaned = -0.00428839 Jy ! Component: 2050 - total flux cleaned = -0.00437389 Jy ! Component: 2100 - total flux cleaned = -0.0044926 Jy ! Component: 2150 - total flux cleaned = -0.00461033 Jy ! Component: 2200 - total flux cleaned = -0.00474359 Jy ! Component: 2250 - total flux cleaned = -0.0047767 Jy ! Component: 2300 - total flux cleaned = -0.00489167 Jy ! Component: 2350 - total flux cleaned = -0.00497323 Jy ! Component: 2400 - total flux cleaned = -0.00502175 Jy ! Component: 2450 - total flux cleaned = -0.00505382 Jy ! Component: 2500 - total flux cleaned = -0.00514949 Jy ! Component: 2550 - total flux cleaned = -0.00519715 Jy ! Component: 2600 - total flux cleaned = -0.00526012 Jy ! Component: 2650 - total flux cleaned = -0.00538497 Jy ! Component: 2700 - total flux cleaned = -0.00546249 Jy ! Component: 2750 - total flux cleaned = -0.00550865 Jy ! Component: 2800 - total flux cleaned = -0.00560039 Jy ! Component: 2850 - total flux cleaned = -0.00560054 Jy ! Component: 2900 - total flux cleaned = -0.00573655 Jy ! Component: 2950 - total flux cleaned = -0.00578153 Jy ! Component: 3000 - total flux cleaned = -0.00591579 Jy ! Component: 3050 - total flux cleaned = -0.00594538 Jy ! Component: 3100 - total flux cleaned = -0.00598966 Jy ! Component: 3150 - total flux cleaned = -0.00606296 Jy ! Component: 3200 - total flux cleaned = -0.0061503 Jy ! Component: 3250 - total flux cleaned = -0.00619365 Jy ! Component: 3300 - total flux cleaned = -0.00623677 Jy ! Component: 3350 - total flux cleaned = -0.00630839 Jy ! Component: 3400 - total flux cleaned = -0.00635098 Jy ! Component: 3450 - total flux cleaned = -0.00637919 Jy ! Component: 3500 - total flux cleaned = -0.00646335 Jy ! Component: 3550 - total flux cleaned = -0.00651925 Jy ! Component: 3600 - total flux cleaned = -0.00656086 Jy ! Component: 3650 - total flux cleaned = -0.00653313 Jy ! Component: 3700 - total flux cleaned = -0.00661558 Jy ! Component: 3750 - total flux cleaned = -0.00661557 Jy ! Component: 3800 - total flux cleaned = -0.00664275 Jy ! Component: 3850 - total flux cleaned = -0.00665625 Jy ! Component: 3900 - total flux cleaned = -0.0066428 Jy ! Component: 3950 - total flux cleaned = -0.00669628 Jy ! Component: 4000 - total flux cleaned = -0.00669623 Jy ! Component: 4050 - total flux cleaned = -0.00678877 Jy ! Total flux subtracted in 4096 components = -0.00677554 Jy ! Clean residual min=-0.000814 max=0.000915 Jy/beam ! Clean residual mean=0.000001 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.252881 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 512 components and 0.252881 Jy ![Exited script file: muppet] wmap "J0312+0133_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.327 x 7.868 at -3.583 degrees (North through East) ! Clean map min=-0.0016753 max=0.189 Jy/beam ! Writing clean map to FITS file: J0312+0133_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.188996 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000244671 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.388374 0.388374 0.776748 1.5535 3.10699 6.21398 12.428 24.8559 49.7119 99.4237 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.188 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.327 x 7.868 at -3.583 degrees (North through East) ! Clean map min=-0.0016753 max=0.189 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 J0312+0133_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:30:07 2019