! Started logfile: J1100+0949_S_2017_10_09_pus_uvs.log on Sun May 12 13:10:34 2019 obs J1100+0949_S_2017_10_09_pus_uva.fits ! Reading UV FITS file: J1100+0949_S_2017_10_09_pus_uva.fits ! AN table 1: 294 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.760299 visibilities/baseline/integration-bin. ! Found source: J1100+0949 ! ! 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 496 lines of history. ! ! Reading 32188 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 J1100+0949_S_2017_10_09_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 323 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 718 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 410 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1484 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.998007Jy sigma=0.008926 ! Fit after self-cal, rms=0.958865Jy sigma=0.008595 ! 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.716 mas, bmaj=12.22 mas, bpa=-19.8 degrees ! Estimated noise=908.006 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.0334752 Jy ! Component: 100 - total flux cleaned = 0.0408493 Jy ! Total flux subtracted in 100 components = 0.0408493 Jy ! Clean residual min=-0.003367 max=0.004175 Jy/beam ! Clean residual mean=-0.000001 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.0408493 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0408493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078785Jy sigma=0.000643 ! Fit after self-cal, rms=0.077167Jy sigma=0.000630 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0044441 Jy ! Component: 100 - total flux cleaned = 0.00646381 Jy ! Total flux subtracted in 100 components = 0.00646381 Jy ! Clean residual min=-0.002959 max=0.003224 Jy/beam ! Clean residual mean=-0.000003 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.0473131 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 14 components and 0.0473131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076865Jy sigma=0.000628 ! Fit after self-cal, rms=0.076824Jy sigma=0.000627 ! 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.363 mas, bmaj=13.79 mas, bpa=-18.9 degrees ! Estimated noise=533.469 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.00181645 Jy ! Component: 100 - total flux cleaned = 0.00296977 Jy ! Component: 150 - total flux cleaned = 0.00374888 Jy ! Component: 200 - total flux cleaned = 0.00392747 Jy ! Total flux subtracted in 200 components = 0.00392747 Jy ! Clean residual min=-0.001972 max=0.002481 Jy/beam ! Clean residual mean=-0.000009 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.0512406 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 32 components and 0.0512406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076776Jy sigma=0.000627 ! Fit after self-cal, rms=0.076758Jy sigma=0.000627 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.98 HN 1.00 KP 1.08 ! LA 1.00 MK 1.08 NL 1.02 OV 1.00* ! PT 1.07 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.93 HN 1.05 KP 1.08 ! LA 0.97 MK 1.08 NL 1.09 OV 1.00* ! PT 0.96 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.05 HN 0.97 KP 0.92 ! LA 0.88 MK 1.06 NL 1.06 OV 1.00* ! PT 1.02 ! ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.88 HN 0.85 KP 1.00* ! LA 0.84 MK 0.85 NL 1.00* OV 1.00* ! PT 0.88 ! ! ! Fit before self-cal, rms=0.076758Jy sigma=0.000627 ! Fit after self-cal, rms=0.076445Jy sigma=0.000625 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.38 mas, bmaj=13.84 mas, bpa=-18.79 degrees ! Estimated noise=534.387 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.000401453 Jy ! Component: 100 - total flux cleaned = 0.000530512 Jy ! Component: 150 - total flux cleaned = 0.000624711 Jy ! Component: 200 - total flux cleaned = 0.000679603 Jy ! Total flux subtracted in 200 components = 0.000679603 Jy ! Clean residual min=-0.001785 max=0.002598 Jy/beam ! Clean residual mean=-0.000007 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.0519202 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 45 components and 0.0519202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076437Jy sigma=0.000625 ! Fit after self-cal, rms=0.076396Jy sigma=0.000625 ! 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.076396Jy sigma=0.000625 ! Fit after self-cal, rms=0.074480Jy sigma=0.000624 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.405 mas, bmaj=13.8 mas, bpa=-18.77 degrees ! Estimated noise=532.868 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000681605 Jy ! Component: 100 - total flux cleaned = 0.000790263 Jy ! Component: 150 - total flux cleaned = 0.000790924 Jy ! Component: 200 - total flux cleaned = 0.000803234 Jy ! Total flux subtracted in 200 components = 0.000803234 Jy ! Clean residual min=-0.001508 max=0.002483 Jy/beam ! Clean residual mean=-0.000004 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.0527234 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 0.0527234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074474Jy sigma=0.000624 ! Fit after self-cal, rms=0.074440Jy sigma=0.000623 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 (24.5, 23.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00232901 Jy ! Component: 100 - total flux cleaned = 0.00353678 Jy ! Component: 150 - total flux cleaned = 0.00433401 Jy ! Component: 200 - total flux cleaned = 0.00478 Jy ! Total flux subtracted in 200 components = 0.00478 Jy ! Clean residual min=-0.001148 max=0.001602 Jy/beam ! Clean residual mean=-0.000003 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0575034 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 77 components and 0.0575034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074365Jy sigma=0.000623 ! Fit after self-cal, rms=0.074298Jy sigma=0.000622 ! Inverting map ! Added new window around map position (-62, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00182838 Jy ! Component: 100 - total flux cleaned = 0.00276884 Jy ! Component: 150 - total flux cleaned = 0.00322717 Jy ! Component: 200 - total flux cleaned = 0.0036165 Jy ! Total flux subtracted in 200 components = 0.0036165 Jy ! Clean residual min=-0.001166 max=0.001249 Jy/beam ! Clean residual mean=-0.000002 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0611199 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 99 components and 0.0611199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074234Jy sigma=0.000622 ! Fit after self-cal, rms=0.074176Jy sigma=0.000621 ! 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.074176Jy sigma=0.000621 ! Fit after self-cal, rms=0.072889Jy sigma=0.000621 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.413 mas, bmaj=13.79 mas, bpa=-18.81 degrees ! Estimated noise=526.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144517 Jy ! Component: 100 - total flux cleaned = 0.00231318 Jy ! Component: 150 - total flux cleaned = 0.00269953 Jy ! Component: 200 - total flux cleaned = 0.00286121 Jy ! Total flux subtracted in 200 components = 0.00286121 Jy ! Clean residual min=-0.000963 max=0.001235 Jy/beam ! Clean residual mean=-0.000002 rms=0.000300 Jy/beam ! Combined flux in latest and established models = 0.0639811 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 113 components and 0.0639811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072847Jy sigma=0.000621 ! Fit after self-cal, rms=0.072793Jy sigma=0.000621 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.00103736 Jy ! Component: 100 - total flux cleaned = 0.00145438 Jy ! Component: 150 - total flux cleaned = 0.00156291 Jy ! Component: 200 - total flux cleaned = 0.00153933 Jy ! Total flux subtracted in 200 components = 0.00153933 Jy ! Clean residual min=-0.001012 max=0.001143 Jy/beam ! Clean residual mean=-0.000002 rms=0.000297 Jy/beam ! Combined flux in latest and established models = 0.0655205 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 130 components and 0.0655205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072767Jy sigma=0.000621 ! Fit after self-cal, rms=0.072735Jy sigma=0.000620 ! 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.072735Jy sigma=0.000620 ! Fit after self-cal, rms=0.072069Jy sigma=0.000620 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.236 mas, bmaj=14.15 mas, bpa=-20.97 degrees ! Estimated noise=631.273 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101946 Jy ! Component: 100 - total flux cleaned = 0.00132807 Jy ! Component: 150 - total flux cleaned = 0.0014524 Jy ! Component: 200 - total flux cleaned = 0.00147508 Jy ! Total flux subtracted in 200 components = 0.00147508 Jy ! Clean residual min=-0.001104 max=0.001141 Jy/beam ! Clean residual mean=-0.000003 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.0669955 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 155 components and 0.0669955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072054Jy sigma=0.000620 ! Fit after self-cal, rms=0.072016Jy sigma=0.000620 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.000632552 Jy ! Component: 100 - total flux cleaned = 0.00073116 Jy ! Component: 150 - total flux cleaned = 0.000654541 Jy ! Component: 200 - total flux cleaned = 0.000584778 Jy ! Total flux subtracted in 200 components = 0.000584778 Jy ! Clean residual min=-0.001041 max=0.001195 Jy/beam ! Clean residual mean=-0.000003 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.0675803 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 172 components and 0.0675803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072007Jy sigma=0.000620 ! Fit after self-cal, rms=0.071978Jy sigma=0.000620 ! 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.415 mas, bmaj=13.79 mas, bpa=-18.85 degrees ! Estimated noise=521.8 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.415 x 13.79 at -18.85 degrees (North through East) ! Clean map min=-0.0014989 max=0.046574 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.737 mas, bmaj=12.27 mas, bpa=-19.61 degrees ! Estimated noise=888.423 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0348961 Jy ! Component: 100 - total flux cleaned = 0.0432966 Jy ! Component: 150 - total flux cleaned = 0.0465509 Jy ! Component: 200 - total flux cleaned = 0.0489707 Jy ! Total flux subtracted in 200 components = 0.0489707 Jy ! Clean residual min=-0.002562 max=0.002724 Jy/beam ! Clean residual mean=-0.000001 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.0489707 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.0489707 Jy ! Inverting map and beam ! Estimated beam: bmin=3.415 mas, bmaj=13.79 mas, bpa=-18.85 degrees ! Estimated noise=521.8 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.00367907 Jy ! Component: 100 - total flux cleaned = 0.00648941 Jy ! Component: 150 - total flux cleaned = 0.00883439 Jy ! Component: 200 - total flux cleaned = 0.0108126 Jy ! Total flux subtracted in 200 components = 0.0108126 Jy ! Clean residual min=-0.001717 max=0.001849 Jy/beam ! Clean residual mean=-0.000001 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.0597833 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 56 components and 0.0597833 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.236 mas, bmaj=14.15 mas, bpa=-20.97 degrees ! Estimated noise=631.273 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00251269 Jy ! Component: 100 - total flux cleaned = 0.00420595 Jy ! Component: 150 - total flux cleaned = 0.00508186 Jy ! Component: 200 - total flux cleaned = 0.00586203 Jy ! Total flux subtracted in 200 components = 0.00586203 Jy ! Clean residual min=-0.001568 max=0.001578 Jy/beam ! Clean residual mean=-0.000002 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.0656453 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.000417789 Jy ! Component: 100 - total flux cleaned = 0.00063085 Jy ! Component: 150 - total flux cleaned = 0.000756234 Jy ! Component: 200 - total flux cleaned = 0.000842676 Jy ! Total flux subtracted in 200 components = 0.000842676 Jy ! Clean residual min=-0.001260 max=0.001295 Jy/beam ! Clean residual mean=-0.000002 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.066488 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 124 components and 0.066488 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.415 mas, bmaj=13.79 mas, bpa=-18.85 degrees ! Estimated noise=521.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000523668 Jy ! Component: 100 - total flux cleaned = 0.000554857 Jy ! Component: 150 - total flux cleaned = 0.000499211 Jy ! Component: 200 - total flux cleaned = 0.000421586 Jy ! Total flux subtracted in 200 components = 0.000421586 Jy ! Clean residual min=-0.001042 max=0.001227 Jy/beam ! Clean residual mean=-0.000001 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.0669096 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 152 components and 0.0669096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071987Jy sigma=0.000620 ! Fit after self-cal, rms=0.071980Jy sigma=0.000620 wmodel J1100+0949_S_2017_10_09_pus_map.mod ! Writing 152 model components to file: J1100+0949_S_2017_10_09_pus_map.mod wobs J1100+0949_S_2017_10_09_pus_uvs.fits ! Writing UV FITS file: J1100+0949_S_2017_10_09_pus_uvs.fits wwins J1100+0949_S_2017_10_09_pus_map.win ! wwins: Wrote 3 windows to J1100+0949_S_2017_10_09_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.000523159 Jy ! Component: 100 - total flux cleaned = 0.000646389 Jy ! Component: 150 - total flux cleaned = 0.000663234 Jy ! Component: 200 - total flux cleaned = 0.000741534 Jy ! Component: 250 - total flux cleaned = 0.000771332 Jy ! Component: 300 - total flux cleaned = 0.000815405 Jy ! Component: 350 - total flux cleaned = 0.000815463 Jy ! Component: 400 - total flux cleaned = 0.000843097 Jy ! Component: 450 - total flux cleaned = 0.000869962 Jy ! Component: 500 - total flux cleaned = 0.000896115 Jy ! Component: 550 - total flux cleaned = 0.000908904 Jy ! Component: 600 - total flux cleaned = 0.000908986 Jy ! Component: 650 - total flux cleaned = 0.000908795 Jy ! Component: 700 - total flux cleaned = 0.000884888 Jy ! Component: 750 - total flux cleaned = 0.000908332 Jy ! Component: 800 - total flux cleaned = 0.000908516 Jy ! Component: 850 - total flux cleaned = 0.000942304 Jy ! Component: 900 - total flux cleaned = 0.00096426 Jy ! Component: 950 - total flux cleaned = 0.00100757 Jy ! Component: 1000 - total flux cleaned = 0.00102877 Jy ! Component: 1050 - total flux cleaned = 0.00103897 Jy ! Component: 1100 - total flux cleaned = 0.00109026 Jy ! Component: 1150 - total flux cleaned = 0.00112038 Jy ! Component: 1200 - total flux cleaned = 0.00112023 Jy ! Component: 1250 - total flux cleaned = 0.00116933 Jy ! Component: 1300 - total flux cleaned = 0.00119815 Jy ! Component: 1350 - total flux cleaned = 0.00119807 Jy ! Component: 1400 - total flux cleaned = 0.00127313 Jy ! Component: 1450 - total flux cleaned = 0.00131004 Jy ! Component: 1500 - total flux cleaned = 0.0013464 Jy ! Component: 1550 - total flux cleaned = 0.00134642 Jy ! Component: 1600 - total flux cleaned = 0.00136436 Jy ! Component: 1650 - total flux cleaned = 0.00138196 Jy ! Component: 1700 - total flux cleaned = 0.00139065 Jy ! Component: 1750 - total flux cleaned = 0.00140759 Jy ! Component: 1800 - total flux cleaned = 0.00140756 Jy ! Component: 1850 - total flux cleaned = 0.0013994 Jy ! Component: 1900 - total flux cleaned = 0.00139946 Jy ! Component: 1950 - total flux cleaned = 0.00140748 Jy ! Component: 2000 - total flux cleaned = 0.00138346 Jy ! Component: 2050 - total flux cleaned = 0.00137565 Jy ! Component: 2100 - total flux cleaned = 0.00138353 Jy ! Component: 2150 - total flux cleaned = 0.00139119 Jy ! Component: 2200 - total flux cleaned = 0.00136021 Jy ! Component: 2250 - total flux cleaned = 0.00134504 Jy ! Component: 2300 - total flux cleaned = 0.00132257 Jy ! Component: 2350 - total flux cleaned = 0.00134497 Jy ! Component: 2400 - total flux cleaned = 0.00135222 Jy ! Component: 2450 - total flux cleaned = 0.0013668 Jy ! Component: 2500 - total flux cleaned = 0.00137401 Jy ! Component: 2550 - total flux cleaned = 0.00137404 Jy ! Component: 2600 - total flux cleaned = 0.0013811 Jy ! Component: 2650 - total flux cleaned = 0.00137398 Jy ! Component: 2700 - total flux cleaned = 0.00138084 Jy ! Component: 2750 - total flux cleaned = 0.00138773 Jy ! Component: 2800 - total flux cleaned = 0.00137398 Jy ! Component: 2850 - total flux cleaned = 0.00136714 Jy ! Component: 2900 - total flux cleaned = 0.00135369 Jy ! Component: 2950 - total flux cleaned = 0.00136697 Jy ! Component: 3000 - total flux cleaned = 0.00136703 Jy ! Component: 3050 - total flux cleaned = 0.00140632 Jy ! Component: 3100 - total flux cleaned = 0.00140634 Jy ! Component: 3150 - total flux cleaned = 0.00143205 Jy ! Component: 3200 - total flux cleaned = 0.00143844 Jy ! Component: 3250 - total flux cleaned = 0.0014638 Jy ! Component: 3300 - total flux cleaned = 0.00148263 Jy ! Component: 3350 - total flux cleaned = 0.00147636 Jy ! Component: 3400 - total flux cleaned = 0.00147648 Jy ! Component: 3450 - total flux cleaned = 0.00151948 Jy ! Component: 3500 - total flux cleaned = 0.00153779 Jy ! Component: 3550 - total flux cleaned = 0.00154984 Jy ! Component: 3600 - total flux cleaned = 0.00156775 Jy ! Component: 3650 - total flux cleaned = 0.00157961 Jy ! Component: 3700 - total flux cleaned = 0.00162086 Jy ! Component: 3750 - total flux cleaned = 0.00162083 Jy ! Component: 3800 - total flux cleaned = 0.00163241 Jy ! Component: 3850 - total flux cleaned = 0.00164969 Jy ! Component: 3900 - total flux cleaned = 0.00166688 Jy ! Component: 3950 - total flux cleaned = 0.0016669 Jy ! Component: 4000 - total flux cleaned = 0.00168948 Jy ! Component: 4050 - total flux cleaned = 0.00170068 Jy ! Total flux subtracted in 4096 components = 0.00172847 Jy ! Clean residual min=-0.000348 max=0.000372 Jy/beam ! Clean residual mean=-0.000000 rms=0.000105 Jy/beam ! Combined flux in latest and established models = 0.0686381 Jy keep ! Adding 274 model components to the UV plane model. ! The established model now contains 426 components and 0.0686381 Jy ![Exited script file: muppet] wmap "J1100+0949_S_2017_10_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.415 x 13.79 at -18.85 degrees (North through East) ! Clean map min=-0.001256 max=0.046179 Jy/beam ! Writing clean map to FITS file: J1100+0949_S_2017_10_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0461791 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000103831 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.674536 0.674536 1.34907 2.69814 5.39629 10.7926 21.5851 43.1703 86.3406 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.046 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.415 x 13.79 at -18.85 degrees (North through East) ! Clean map min=-0.001256 max=0.046179 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 J1100+0949_S_2017_10_09_pus_uvs.log closed on Sun May 12 13:10:41 2019