! Started logfile: J0750-0706_S_2017_01_21_pus_uvs.log on Sun May 5 15:49:49 2019 obs J0750-0706_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J0750-0706_S_2017_01_21_pus_uva.fits ! AN table 1: 131 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.684266 visibilities/baseline/integration-bin. ! Found source: J0750-0706 ! ! 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 558 lines of history. ! ! Reading 12908 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 J0750-0706_S_2017_01_21_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 208 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 208 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 232 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 500 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.885725Jy sigma=0.006350 ! Fit after self-cal, rms=0.869018Jy sigma=0.006237 ! 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.755 mas, bmaj=6.545 mas, bpa=1.179 degrees ! Estimated noise=1534.83 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.102546 Jy ! Component: 100 - total flux cleaned = 0.129456 Jy ! Total flux subtracted in 100 components = 0.129456 Jy ! Clean residual min=-0.007838 max=0.011779 Jy/beam ! Clean residual mean=-0.000019 rms=0.001999 Jy/beam ! Combined flux in latest and established models = 0.129456 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.129456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113570Jy sigma=0.000739 ! Fit after self-cal, rms=0.113558Jy sigma=0.000739 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.01353 Jy ! Component: 100 - total flux cleaned = 0.0208798 Jy ! Total flux subtracted in 100 components = 0.0208798 Jy ! Clean residual min=-0.006460 max=0.007520 Jy/beam ! Clean residual mean=-0.000015 rms=0.001610 Jy/beam ! Combined flux in latest and established models = 0.150335 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 17 components and 0.150335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111696Jy sigma=0.000723 ! Fit after self-cal, rms=0.111709Jy sigma=0.000723 ! 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.285 mas, bmaj=7.401 mas, bpa=2.671 degrees ! Estimated noise=959.705 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.00582444 Jy ! Component: 100 - total flux cleaned = 0.00872426 Jy ! Component: 150 - total flux cleaned = 0.00997491 Jy ! Component: 200 - total flux cleaned = 0.0103731 Jy ! Total flux subtracted in 200 components = 0.0103731 Jy ! Clean residual min=-0.005852 max=0.011091 Jy/beam ! Clean residual mean=-0.000019 rms=0.001946 Jy/beam ! Combined flux in latest and established models = 0.160709 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 26 components and 0.160709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111415Jy sigma=0.000721 ! Fit after self-cal, rms=0.111432Jy sigma=0.000721 ! Inverting map ! Added new window around map position (-11, 7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0110321 Jy ! Component: 100 - total flux cleaned = 0.017044 Jy ! Component: 150 - total flux cleaned = 0.0209959 Jy ! Component: 200 - total flux cleaned = 0.0239556 Jy ! Total flux subtracted in 200 components = 0.0239556 Jy ! Clean residual min=-0.005148 max=0.005389 Jy/beam ! Clean residual mean=-0.000013 rms=0.001353 Jy/beam ! Combined flux in latest and established models = 0.184664 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 65 components and 0.184664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110382Jy sigma=0.000711 ! Fit after self-cal, rms=0.110266Jy sigma=0.000710 ! 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.03 FD 0.83 HN 0.98 LA 1.01 ! MK 1.04 NL 1.02 OV 0.97 PT 0.97 ! SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.84 HN 1.01 LA 0.97 ! MK 0.94 NL 1.07 OV 1.01 PT 0.97 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 FD 0.95 HN 1.00 LA 0.94 ! MK 1.02 NL 1.00 OV 1.11 PT 0.97 ! SC 1.03 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 FD 1.01 HN 0.98 LA 0.90 ! MK 1.12 NL 1.00* OV 1.07 PT 0.94 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.110266Jy sigma=0.000710 ! Fit after self-cal, rms=0.112454Jy sigma=0.000705 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.286 mas, bmaj=7.436 mas, bpa=2.834 degrees ! Estimated noise=954.408 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.00293562 Jy ! Component: 100 - total flux cleaned = 0.0038489 Jy ! Component: 150 - total flux cleaned = 0.00457437 Jy ! Component: 200 - total flux cleaned = 0.00498968 Jy ! Total flux subtracted in 200 components = 0.00498968 Jy ! Clean residual min=-0.003892 max=0.004090 Jy/beam ! Clean residual mean=-0.000025 rms=0.001062 Jy/beam ! Combined flux in latest and established models = 0.189654 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 89 components and 0.189654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112349Jy sigma=0.000704 ! Fit after self-cal, rms=0.112471Jy sigma=0.000704 ! 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.112471Jy sigma=0.000704 ! Fit after self-cal, rms=0.116461Jy sigma=0.000697 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=7.432 mas, bpa=2.776 degrees ! Estimated noise=955.313 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0014327 Jy ! Component: 100 - total flux cleaned = 0.00236744 Jy ! Component: 150 - total flux cleaned = 0.0028627 Jy ! Component: 200 - total flux cleaned = 0.00312799 Jy ! Total flux subtracted in 200 components = 0.00312799 Jy ! Clean residual min=-0.002997 max=0.003256 Jy/beam ! Clean residual mean=-0.000018 rms=0.000827 Jy/beam ! Combined flux in latest and established models = 0.192782 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 114 components and 0.192782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116402Jy sigma=0.000697 ! Fit after self-cal, rms=0.116651Jy sigma=0.000696 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.000315652 Jy ! Component: 100 - total flux cleaned = 0.000506159 Jy ! Component: 150 - total flux cleaned = 0.000678777 Jy ! Component: 200 - total flux cleaned = 0.000775691 Jy ! Total flux subtracted in 200 components = 0.000775691 Jy ! Clean residual min=-0.003016 max=0.003274 Jy/beam ! Clean residual mean=-0.000018 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.193558 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 122 components and 0.193558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116627Jy sigma=0.000696 ! Fit after self-cal, rms=0.116629Jy sigma=0.000696 ! 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.116629Jy sigma=0.000696 ! Fit after self-cal, rms=0.118208Jy sigma=0.000696 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.266 mas, bmaj=7.422 mas, bpa=2.83 degrees ! Estimated noise=953.742 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000665082 Jy ! Component: 100 - total flux cleaned = 0.000888091 Jy ! Component: 150 - total flux cleaned = 0.00108756 Jy ! Component: 200 - total flux cleaned = 0.00124207 Jy ! Total flux subtracted in 200 components = 0.00124207 Jy ! Clean residual min=-0.002736 max=0.002925 Jy/beam ! Clean residual mean=-0.000007 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.1948 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 130 components and 0.1948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118187Jy sigma=0.000695 ! Fit after self-cal, rms=0.118246Jy sigma=0.000695 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.000115042 Jy ! Component: 100 - total flux cleaned = 0.000199627 Jy ! Component: 150 - total flux cleaned = 0.000253208 Jy ! Component: 200 - total flux cleaned = 0.000304561 Jy ! Total flux subtracted in 200 components = 0.000304561 Jy ! Clean residual min=-0.002707 max=0.002923 Jy/beam ! Clean residual mean=-0.000007 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.195104 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 137 components and 0.195104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118233Jy sigma=0.000695 ! Fit after self-cal, rms=0.118233Jy sigma=0.000695 ! 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.118233Jy sigma=0.000695 ! Fit after self-cal, rms=0.118699Jy sigma=0.000695 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.835 mas, bmaj=13.16 mas, bpa=4.695 degrees ! Estimated noise=1211.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00159716 Jy ! Component: 100 - total flux cleaned = 0.00205126 Jy ! Component: 150 - total flux cleaned = 0.00231123 Jy ! Component: 200 - total flux cleaned = 0.00239622 Jy ! Total flux subtracted in 200 components = 0.00239622 Jy ! Clean residual min=-0.003282 max=0.004313 Jy/beam ! Clean residual mean=-0.000014 rms=0.001158 Jy/beam ! Combined flux in latest and established models = 0.1975 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 149 components and 0.1975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118693Jy sigma=0.000695 ! Fit after self-cal, rms=0.118700Jy sigma=0.000695 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.000245148 Jy ! Component: 100 - total flux cleaned = 0.000218226 Jy ! Component: 150 - total flux cleaned = 0.00021749 Jy ! Component: 200 - total flux cleaned = 0.000216828 Jy ! Total flux subtracted in 200 components = 0.000216828 Jy ! Clean residual min=-0.003296 max=0.004290 Jy/beam ! Clean residual mean=-0.000013 rms=0.001146 Jy/beam ! Combined flux in latest and established models = 0.197717 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 151 components and 0.197717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118699Jy sigma=0.000695 ! Fit after self-cal, rms=0.118697Jy sigma=0.000695 ! 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.263 mas, bmaj=7.416 mas, bpa=2.853 degrees ! Estimated noise=954.639 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.263 x 7.416 at 2.853 degrees (North through East) ! Clean map min=-0.0026016 max=0.13656 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.741 mas, bmaj=6.578 mas, bpa=1.371 degrees ! Estimated noise=1539.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.10208 Jy ! Component: 100 - total flux cleaned = 0.130557 Jy ! Component: 150 - total flux cleaned = 0.14517 Jy ! Component: 200 - total flux cleaned = 0.155096 Jy ! Total flux subtracted in 200 components = 0.155096 Jy ! Clean residual min=-0.005880 max=0.006440 Jy/beam ! Clean residual mean=-0.000016 rms=0.001513 Jy/beam ! Combined flux in latest and established models = 0.155096 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.155096 Jy ! Inverting map and beam ! Estimated beam: bmin=3.263 mas, bmaj=7.416 mas, bpa=2.853 degrees ! Estimated noise=954.639 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.00942209 Jy ! Component: 100 - total flux cleaned = 0.0164995 Jy ! Component: 150 - total flux cleaned = 0.0219939 Jy ! Component: 200 - total flux cleaned = 0.0263174 Jy ! Total flux subtracted in 200 components = 0.0263174 Jy ! Clean residual min=-0.003782 max=0.003560 Jy/beam ! Clean residual mean=-0.000010 rms=0.000964 Jy/beam ! Combined flux in latest and established models = 0.181413 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 47 components and 0.181413 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=6.835 mas, bmaj=13.16 mas, bpa=4.695 degrees ! Estimated noise=1211.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00648516 Jy ! Component: 100 - total flux cleaned = 0.0105859 Jy ! Component: 150 - total flux cleaned = 0.0127728 Jy ! Component: 200 - total flux cleaned = 0.0137066 Jy ! Total flux subtracted in 200 components = 0.0137066 Jy ! Clean residual min=-0.003679 max=0.004061 Jy/beam ! Clean residual mean=-0.000015 rms=0.001202 Jy/beam ! Combined flux in latest and established models = 0.19512 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.000733694 Jy ! Component: 100 - total flux cleaned = 0.00125998 Jy ! Component: 150 - total flux cleaned = 0.00152191 Jy ! Component: 200 - total flux cleaned = 0.00159955 Jy ! Total flux subtracted in 200 components = 0.00159955 Jy ! Clean residual min=-0.003487 max=0.004047 Jy/beam ! Clean residual mean=-0.000014 rms=0.001158 Jy/beam ! Combined flux in latest and established models = 0.19672 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 86 components and 0.19672 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.263 mas, bmaj=7.416 mas, bpa=2.853 degrees ! Estimated noise=954.639 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000190897 Jy ! Component: 100 - total flux cleaned = -0.000322679 Jy ! Component: 150 - total flux cleaned = -0.000437313 Jy ! Component: 200 - total flux cleaned = -0.000484986 Jy ! Total flux subtracted in 200 components = -0.000484986 Jy ! Clean residual min=-0.002687 max=0.003252 Jy/beam ! Clean residual mean=-0.000006 rms=0.000744 Jy/beam ! Combined flux in latest and established models = 0.196235 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 98 components and 0.196235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118734Jy sigma=0.000695 ! Fit after self-cal, rms=0.118724Jy sigma=0.000695 wmodel J0750-0706_S_2017_01_21_pus_map.mod ! Writing 98 model components to file: J0750-0706_S_2017_01_21_pus_map.mod wobs J0750-0706_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J0750-0706_S_2017_01_21_pus_uvs.fits wwins J0750-0706_S_2017_01_21_pus_map.win ! wwins: Wrote 2 windows to J0750-0706_S_2017_01_21_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.00118018 Jy ! Component: 100 - total flux cleaned = 0.00162688 Jy ! Component: 150 - total flux cleaned = 0.00181077 Jy ! Component: 200 - total flux cleaned = 0.00212 Jy ! Component: 250 - total flux cleaned = 0.00237592 Jy ! Component: 300 - total flux cleaned = 0.0024592 Jy ! Component: 350 - total flux cleaned = 0.00253901 Jy ! Component: 400 - total flux cleaned = 0.00265493 Jy ! Component: 450 - total flux cleaned = 0.00280504 Jy ! Component: 500 - total flux cleaned = 0.00287831 Jy ! Component: 550 - total flux cleaned = 0.00302133 Jy ! Component: 600 - total flux cleaned = 0.00305706 Jy ! Component: 650 - total flux cleaned = 0.00322773 Jy ! Component: 700 - total flux cleaned = 0.00329471 Jy ! Component: 750 - total flux cleaned = 0.00332718 Jy ! Component: 800 - total flux cleaned = 0.00339168 Jy ! Component: 850 - total flux cleaned = 0.00345531 Jy ! Component: 900 - total flux cleaned = 0.00348638 Jy ! Component: 950 - total flux cleaned = 0.00351706 Jy ! Component: 1000 - total flux cleaned = 0.00357812 Jy ! Component: 1050 - total flux cleaned = 0.00363829 Jy ! Component: 1100 - total flux cleaned = 0.00369653 Jy ! Component: 1150 - total flux cleaned = 0.00369636 Jy ! Component: 1200 - total flux cleaned = 0.00372513 Jy ! Component: 1250 - total flux cleaned = 0.00386574 Jy ! Component: 1300 - total flux cleaned = 0.00383815 Jy ! Component: 1350 - total flux cleaned = 0.00389302 Jy ! Component: 1400 - total flux cleaned = 0.00386587 Jy ! Component: 1450 - total flux cleaned = 0.00402614 Jy ! Component: 1500 - total flux cleaned = 0.00405204 Jy ! Component: 1550 - total flux cleaned = 0.004 Jy ! Component: 1600 - total flux cleaned = 0.00410284 Jy ! Component: 1650 - total flux cleaned = 0.00412758 Jy ! Component: 1700 - total flux cleaned = 0.00412719 Jy ! Component: 1750 - total flux cleaned = 0.00417656 Jy ! Component: 1800 - total flux cleaned = 0.00420052 Jy ! Component: 1850 - total flux cleaned = 0.00427188 Jy ! Component: 1900 - total flux cleaned = 0.00427167 Jy ! Component: 1950 - total flux cleaned = 0.00427144 Jy ! Component: 2000 - total flux cleaned = 0.00427115 Jy ! Component: 2050 - total flux cleaned = 0.00420294 Jy ! Component: 2100 - total flux cleaned = 0.00429337 Jy ! Component: 2150 - total flux cleaned = 0.00424889 Jy ! Component: 2200 - total flux cleaned = 0.00416113 Jy ! Component: 2250 - total flux cleaned = 0.00426995 Jy ! Component: 2300 - total flux cleaned = 0.00422647 Jy ! Component: 2350 - total flux cleaned = 0.0042479 Jy ! Component: 2400 - total flux cleaned = 0.00433211 Jy ! Component: 2450 - total flux cleaned = 0.00431159 Jy ! Component: 2500 - total flux cleaned = 0.00437333 Jy ! Component: 2550 - total flux cleaned = 0.00445471 Jy ! Component: 2600 - total flux cleaned = 0.00443452 Jy ! Component: 2650 - total flux cleaned = 0.00451428 Jy ! Component: 2700 - total flux cleaned = 0.00455406 Jy ! Component: 2750 - total flux cleaned = 0.00473074 Jy ! Component: 2800 - total flux cleaned = 0.0047502 Jy ! Component: 2850 - total flux cleaned = 0.004827 Jy ! Component: 2900 - total flux cleaned = 0.00484649 Jy ! Component: 2950 - total flux cleaned = 0.00496017 Jy ! Component: 3000 - total flux cleaned = 0.0050539 Jy ! Component: 3050 - total flux cleaned = 0.00514665 Jy ! Component: 3100 - total flux cleaned = 0.00516519 Jy ! Component: 3150 - total flux cleaned = 0.00523845 Jy ! Component: 3200 - total flux cleaned = 0.00532909 Jy ! Component: 3250 - total flux cleaned = 0.0053832 Jy ! Component: 3300 - total flux cleaned = 0.00545465 Jy ! Component: 3350 - total flux cleaned = 0.00552565 Jy ! Component: 3400 - total flux cleaned = 0.00559601 Jy ! Component: 3450 - total flux cleaned = 0.0057703 Jy ! Component: 3500 - total flux cleaned = 0.00580483 Jy ! Component: 3550 - total flux cleaned = 0.00582178 Jy ! Component: 3600 - total flux cleaned = 0.00595821 Jy ! Component: 3650 - total flux cleaned = 0.00594109 Jy ! Component: 3700 - total flux cleaned = 0.00600846 Jy ! Component: 3750 - total flux cleaned = 0.00604179 Jy ! Component: 3800 - total flux cleaned = 0.00615769 Jy ! Component: 3850 - total flux cleaned = 0.00615774 Jy ! Component: 3900 - total flux cleaned = 0.00625599 Jy ! Component: 3950 - total flux cleaned = 0.00628843 Jy ! Component: 4000 - total flux cleaned = 0.00633707 Jy ! Component: 4050 - total flux cleaned = 0.00635301 Jy ! Total flux subtracted in 4096 components = 0.00636905 Jy ! Clean residual min=-0.001028 max=0.000911 Jy/beam ! Clean residual mean=0.000003 rms=0.000297 Jy/beam ! Combined flux in latest and established models = 0.202604 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 380 components and 0.202604 Jy ![Exited script file: muppet] wmap "J0750-0706_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.263 x 7.416 at 2.853 degrees (North through East) ! Clean map min=-0.0020944 max=0.13661 Jy/beam ! Writing clean map to FITS file: J0750-0706_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.136607 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000294058 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.645774 0.645774 1.29155 2.5831 5.1662 10.3324 20.6648 41.3296 82.6591 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.136 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.263 x 7.416 at 2.853 degrees (North through East) ! Clean map min=-0.0020944 max=0.13661 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 J0750-0706_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:49:55 2019