! Started logfile: J2214-2521_S_2017_07_09_pus_uvs.log on Wed May 8 14:58:52 2019 obs J2214-2521_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J2214-2521_S_2017_07_09_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.942222 visibilities/baseline/integration-bin. ! Found source: J2214-2521 ! ! 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 594 lines of history. ! ! Reading 19504 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 J2214-2521_S_2017_07_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 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 702 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.832741Jy sigma=0.006143 ! Fit after self-cal, rms=0.811917Jy sigma=0.005981 ! 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.373 mas, bmaj=7.012 mas, bpa=-9.024 degrees ! Estimated noise=1651.87 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.142721 Jy ! Component: 100 - total flux cleaned = 0.181825 Jy ! Total flux subtracted in 100 components = 0.181825 Jy ! Clean residual min=-0.010170 max=0.021689 Jy/beam ! Clean residual mean=0.000025 rms=0.003007 Jy/beam ! Combined flux in latest and established models = 0.181825 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.181825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109796Jy sigma=0.000794 ! Fit after self-cal, rms=0.109780Jy sigma=0.000794 ! Inverting map ! Added new window around map position (4.5, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.024548 Jy ! Component: 100 - total flux cleaned = 0.0412852 Jy ! Total flux subtracted in 100 components = 0.0412852 Jy ! Clean residual min=-0.007751 max=0.012030 Jy/beam ! Clean residual mean=0.000011 rms=0.002057 Jy/beam ! Combined flux in latest and established models = 0.22311 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 29 components and 0.22311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101109Jy sigma=0.000718 ! Fit after self-cal, rms=0.100925Jy sigma=0.000716 ! 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=2.884 mas, bmaj=7.993 mas, bpa=-8.559 degrees ! Estimated noise=834.782 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.0197469 Jy ! Component: 100 - total flux cleaned = 0.0312568 Jy ! Component: 150 - total flux cleaned = 0.0386241 Jy ! Component: 200 - total flux cleaned = 0.0434541 Jy ! Total flux subtracted in 200 components = 0.0434541 Jy ! Clean residual min=-0.004678 max=0.010291 Jy/beam ! Clean residual mean=-0.000015 rms=0.001490 Jy/beam ! Combined flux in latest and established models = 0.266564 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 63 components and 0.266564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097105Jy sigma=0.000682 ! Fit after self-cal, rms=0.096986Jy sigma=0.000680 ! Inverting map ! Added new window around map position (6, 17.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00866798 Jy ! Component: 100 - total flux cleaned = 0.0127594 Jy ! Component: 150 - total flux cleaned = 0.0138689 Jy ! Component: 200 - total flux cleaned = 0.0142377 Jy ! Total flux subtracted in 200 components = 0.0142377 Jy ! Clean residual min=-0.003893 max=0.005256 Jy/beam ! Clean residual mean=-0.000007 rms=0.001097 Jy/beam ! Combined flux in latest and established models = 0.280802 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 86 components and 0.280802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096216Jy sigma=0.000675 ! Fit after self-cal, rms=0.096118Jy sigma=0.000674 ! 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.04 FD 0.95 HN 1.07 KP 1.04 ! LA 1.02 MK 0.99 NL 0.91 OV 1.03 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.11 KP 1.02 ! LA 0.96 MK 0.99 NL 1.06 OV 1.05 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.09 KP 0.97 ! LA 0.98 MK 1.01 NL 1.00 OV 0.94 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.11 HN 1.07 KP 1.00* ! LA 1.00* MK 0.99 NL 1.00* OV 1.00* ! PT 0.96 SC 1.00* ! ! ! Fit before self-cal, rms=0.096118Jy sigma=0.000674 ! Fit after self-cal, rms=0.097147Jy sigma=0.000668 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.894 mas, bmaj=7.969 mas, bpa=-8.424 degrees ! Estimated noise=839.011 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.00155095 Jy ! Component: 100 - total flux cleaned = 0.00155916 Jy ! Component: 150 - total flux cleaned = 0.00150395 Jy ! Component: 200 - total flux cleaned = 0.00139152 Jy ! Total flux subtracted in 200 components = 0.00139152 Jy ! Clean residual min=-0.003319 max=0.003724 Jy/beam ! Clean residual mean=0.000003 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.282194 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 103 components and 0.282194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096997Jy sigma=0.000667 ! Fit after self-cal, rms=0.097005Jy sigma=0.000667 ! 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.097005Jy sigma=0.000667 ! Fit after self-cal, rms=0.097135Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.896 mas, bmaj=7.968 mas, bpa=-8.423 degrees ! Estimated noise=841.258 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015364 Jy ! Component: 100 - total flux cleaned = 0.00153759 Jy ! Component: 150 - total flux cleaned = 0.00136693 Jy ! Component: 200 - total flux cleaned = 0.00125297 Jy ! Total flux subtracted in 200 components = 0.00125297 Jy ! Clean residual min=-0.002524 max=0.002598 Jy/beam ! Clean residual mean=0.000002 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.283447 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 110 components and 0.283446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097075Jy sigma=0.000664 ! Fit after self-cal, rms=0.097070Jy sigma=0.000664 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.000490733 Jy ! Component: 100 - total flux cleaned = 0.000452796 Jy ! Component: 150 - total flux cleaned = 0.000354167 Jy ! Component: 200 - total flux cleaned = 0.000263107 Jy ! Total flux subtracted in 200 components = 0.000263107 Jy ! Clean residual min=-0.002502 max=0.002583 Jy/beam ! Clean residual mean=0.000002 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.28371 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 116 components and 0.28371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097043Jy sigma=0.000664 ! Fit after self-cal, rms=0.097037Jy sigma=0.000664 ! 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.097037Jy sigma=0.000664 ! Fit after self-cal, rms=0.097173Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.899 mas, bmaj=7.967 mas, bpa=-8.415 degrees ! Estimated noise=840.116 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000781795 Jy ! Component: 100 - total flux cleaned = 0.000592883 Jy ! Component: 150 - total flux cleaned = 0.000559455 Jy ! Component: 200 - total flux cleaned = 0.000531177 Jy ! Total flux subtracted in 200 components = 0.000531177 Jy ! Clean residual min=-0.002417 max=0.002268 Jy/beam ! Clean residual mean=-0.000001 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.284241 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 126 components and 0.284241 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097143Jy sigma=0.000662 ! Fit after self-cal, rms=0.097144Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000298586 Jy ! Component: 100 - total flux cleaned = 0.000247839 Jy ! Component: 150 - total flux cleaned = 0.000248545 Jy ! Component: 200 - total flux cleaned = 0.000269347 Jy ! Total flux subtracted in 200 components = 0.000269347 Jy ! Clean residual min=-0.002346 max=0.002238 Jy/beam ! Clean residual mean=-0.000001 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.28451 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 133 components and 0.28451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097130Jy sigma=0.000662 ! Fit after self-cal, rms=0.097127Jy sigma=0.000662 ! 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.097127Jy sigma=0.000662 ! Fit after self-cal, rms=0.097247Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.425 mas, bmaj=18.44 mas, bpa=-3.75 degrees ! Estimated noise=1092.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000650564 Jy ! Component: 100 - total flux cleaned = 0.000675085 Jy ! Component: 150 - total flux cleaned = 0.000710398 Jy ! Component: 200 - total flux cleaned = 0.000757305 Jy ! Total flux subtracted in 200 components = 0.000757305 Jy ! Clean residual min=-0.002677 max=0.002584 Jy/beam ! Clean residual mean=-0.000002 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.285267 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 148 components and 0.285267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097243Jy sigma=0.000662 ! Fit after self-cal, rms=0.097243Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000417322 Jy ! Component: 100 - total flux cleaned = 0.000446026 Jy ! Component: 150 - total flux cleaned = 0.000484243 Jy ! Component: 200 - total flux cleaned = 0.000507166 Jy ! Total flux subtracted in 200 components = 0.000507166 Jy ! Clean residual min=-0.002590 max=0.002572 Jy/beam ! Clean residual mean=-0.000001 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.285775 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 155 components and 0.285775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097244Jy sigma=0.000662 ! Fit after self-cal, rms=0.097245Jy sigma=0.000662 ! 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=2.9 mas, bmaj=7.968 mas, bpa=-8.422 degrees ! Estimated noise=839.884 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.9 x 7.968 at -8.422 degrees (North through East) ! Clean map min=-0.002938 max=0.1879 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.385 mas, bmaj=6.976 mas, bpa=-8.81 degrees ! Estimated noise=1662.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.143121 Jy ! Component: 100 - total flux cleaned = 0.183531 Jy ! Component: 150 - total flux cleaned = 0.208312 Jy ! Component: 200 - total flux cleaned = 0.225907 Jy ! Total flux subtracted in 200 components = 0.225907 Jy ! Clean residual min=-0.006162 max=0.009892 Jy/beam ! Clean residual mean=0.000017 rms=0.001697 Jy/beam ! Combined flux in latest and established models = 0.225907 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.225907 Jy ! Inverting map and beam ! Estimated beam: bmin=2.9 mas, bmaj=7.968 mas, bpa=-8.422 degrees ! Estimated noise=839.884 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.0199212 Jy ! Component: 100 - total flux cleaned = 0.0322149 Jy ! Component: 150 - total flux cleaned = 0.0401839 Jy ! Component: 200 - total flux cleaned = 0.045514 Jy ! Total flux subtracted in 200 components = 0.045514 Jy ! Clean residual min=-0.003124 max=0.003238 Jy/beam ! Clean residual mean=-0.000005 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.271421 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 91 components and 0.271421 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.425 mas, bmaj=18.44 mas, bpa=-3.75 degrees ! Estimated noise=1092.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00644265 Jy ! Component: 100 - total flux cleaned = 0.00979784 Jy ! Component: 150 - total flux cleaned = 0.0117176 Jy ! Component: 200 - total flux cleaned = 0.0128489 Jy ! Total flux subtracted in 200 components = 0.0128489 Jy ! Clean residual min=-0.002699 max=0.002844 Jy/beam ! Clean residual mean=-0.000002 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 0.28427 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.000661903 Jy ! Component: 100 - total flux cleaned = 0.000786535 Jy ! Component: 150 - total flux cleaned = 0.000864941 Jy ! Component: 200 - total flux cleaned = 0.000920157 Jy ! Total flux subtracted in 200 components = 0.000920157 Jy ! Clean residual min=-0.002624 max=0.002673 Jy/beam ! Clean residual mean=-0.000001 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.28519 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 133 components and 0.28519 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.9 mas, bmaj=7.968 mas, bpa=-8.422 degrees ! Estimated noise=839.884 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000288411 Jy ! Component: 100 - total flux cleaned = -0.000101032 Jy ! Component: 150 - total flux cleaned = -4.12812e-06 Jy ! Component: 200 - total flux cleaned = 2.66626e-05 Jy ! Total flux subtracted in 200 components = 2.66626e-05 Jy ! Clean residual min=-0.002124 max=0.002210 Jy/beam ! Clean residual mean=-0.000000 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.285217 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 151 components and 0.285217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097265Jy sigma=0.000662 ! Fit after self-cal, rms=0.097236Jy sigma=0.000662 wmodel J2214-2521_S_2017_07_09_pus_map.mod ! Writing 151 model components to file: J2214-2521_S_2017_07_09_pus_map.mod wobs J2214-2521_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J2214-2521_S_2017_07_09_pus_uvs.fits wwins J2214-2521_S_2017_07_09_pus_map.win ! wwins: Wrote 3 windows to J2214-2521_S_2017_07_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.000273354 Jy ! Component: 100 - total flux cleaned = -0.000567036 Jy ! Component: 150 - total flux cleaned = -0.00084355 Jy ! Component: 200 - total flux cleaned = -0.00100752 Jy ! Component: 250 - total flux cleaned = -0.0011655 Jy ! Component: 300 - total flux cleaned = -0.00134678 Jy ! Component: 350 - total flux cleaned = -0.00149251 Jy ! Component: 400 - total flux cleaned = -0.00160575 Jy ! Component: 450 - total flux cleaned = -0.00174231 Jy ! Component: 500 - total flux cleaned = -0.00179566 Jy ! Component: 550 - total flux cleaned = -0.00189953 Jy ! Component: 600 - total flux cleaned = -0.00187427 Jy ! Component: 650 - total flux cleaned = -0.00187508 Jy ! Component: 700 - total flux cleaned = -0.00194784 Jy ! Component: 750 - total flux cleaned = -0.00201865 Jy ! Component: 800 - total flux cleaned = -0.00197138 Jy ! Component: 850 - total flux cleaned = -0.00190262 Jy ! Component: 900 - total flux cleaned = -0.00185773 Jy ! Component: 950 - total flux cleaned = -0.00185748 Jy ! Component: 1000 - total flux cleaned = -0.00174838 Jy ! Component: 1050 - total flux cleaned = -0.00174824 Jy ! Component: 1100 - total flux cleaned = -0.00162152 Jy ! Component: 1150 - total flux cleaned = -0.00153869 Jy ! Component: 1200 - total flux cleaned = -0.00141602 Jy ! Component: 1250 - total flux cleaned = -0.00135541 Jy ! Component: 1300 - total flux cleaned = -0.00125554 Jy ! Component: 1350 - total flux cleaned = -0.00113787 Jy ! Component: 1400 - total flux cleaned = -0.00109883 Jy ! Component: 1450 - total flux cleaned = -0.000926808 Jy ! Component: 1500 - total flux cleaned = -0.000889252 Jy ! Component: 1550 - total flux cleaned = -0.00075922 Jy ! Component: 1600 - total flux cleaned = -0.000667834 Jy ! Component: 1650 - total flux cleaned = -0.000559159 Jy ! Component: 1700 - total flux cleaned = -0.000487189 Jy ! Component: 1750 - total flux cleaned = -0.000380924 Jy ! Component: 1800 - total flux cleaned = -0.00025869 Jy ! Component: 1850 - total flux cleaned = -0.000207046 Jy ! Component: 1900 - total flux cleaned = -8.74101e-05 Jy ! Component: 1950 - total flux cleaned = 1.37923e-05 Jy ! Component: 2000 - total flux cleaned = 0.000163832 Jy ! Component: 2050 - total flux cleaned = 0.000262417 Jy ! Component: 2100 - total flux cleaned = 0.00031146 Jy ! Component: 2150 - total flux cleaned = 0.000440706 Jy ! Component: 2200 - total flux cleaned = 0.000456769 Jy ! Component: 2250 - total flux cleaned = 0.00061514 Jy ! Component: 2300 - total flux cleaned = 0.00070928 Jy ! Component: 2350 - total flux cleaned = 0.000817921 Jy ! Component: 2400 - total flux cleaned = 0.00087929 Jy ! Component: 2450 - total flux cleaned = 0.000985741 Jy ! Component: 2500 - total flux cleaned = 0.00101584 Jy ! Component: 2550 - total flux cleaned = 0.00113518 Jy ! Component: 2600 - total flux cleaned = 0.0011792 Jy ! Component: 2650 - total flux cleaned = 0.0012233 Jy ! Component: 2700 - total flux cleaned = 0.00129591 Jy ! Component: 2750 - total flux cleaned = 0.0012959 Jy ! Component: 2800 - total flux cleaned = 0.00135301 Jy ! Component: 2850 - total flux cleaned = 0.00138151 Jy ! Component: 2900 - total flux cleaned = 0.0014798 Jy ! Component: 2950 - total flux cleaned = 0.00152133 Jy ! Component: 3000 - total flux cleaned = 0.00152132 Jy ! Component: 3050 - total flux cleaned = 0.00161711 Jy ! Component: 3100 - total flux cleaned = 0.00165783 Jy ! Component: 3150 - total flux cleaned = 0.00168472 Jy ! Component: 3200 - total flux cleaned = 0.00172496 Jy ! Component: 3250 - total flux cleaned = 0.00180471 Jy ! Component: 3300 - total flux cleaned = 0.00187081 Jy ! Component: 3350 - total flux cleaned = 0.00189704 Jy ! Component: 3400 - total flux cleaned = 0.00198801 Jy ! Component: 3450 - total flux cleaned = 0.00207828 Jy ! Component: 3500 - total flux cleaned = 0.00210384 Jy ! Component: 3550 - total flux cleaned = 0.00221818 Jy ! Component: 3600 - total flux cleaned = 0.00223091 Jy ! Component: 3650 - total flux cleaned = 0.00231863 Jy ! Component: 3700 - total flux cleaned = 0.00238093 Jy ! Component: 3750 - total flux cleaned = 0.00241786 Jy ! Component: 3800 - total flux cleaned = 0.00243028 Jy ! Component: 3850 - total flux cleaned = 0.00249155 Jy ! Component: 3900 - total flux cleaned = 0.00256433 Jy ! Component: 3950 - total flux cleaned = 0.00258839 Jy ! Component: 4000 - total flux cleaned = 0.00269605 Jy ! Component: 4050 - total flux cleaned = 0.00270784 Jy ! Total flux subtracted in 4096 components = 0.00275498 Jy ! Clean residual min=-0.000734 max=0.000799 Jy/beam ! Clean residual mean=0.000002 rms=0.000219 Jy/beam ! Combined flux in latest and established models = 0.287972 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 447 components and 0.287972 Jy ![Exited script file: muppet] wmap "J2214-2521_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.9 x 7.968 at -8.422 degrees (North through East) ! Clean map min=-0.0014157 max=0.18835 Jy/beam ! Writing clean map to FITS file: J2214-2521_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.188346 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00021589 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.343873 0.343873 0.687747 1.37549 2.75099 5.50197 11.0039 22.0079 44.0158 88.0316 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 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: 2.9 x 7.968 at -8.422 degrees (North through East) ! Clean map min=-0.0014157 max=0.18835 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 J2214-2521_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:58:57 2019