! Started logfile: J0527+0331_S_2017_06_10_pus_uvs.log on Mon May 6 14:45:54 2019 obs J0527+0331_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0527+0331_S_2017_06_10_pus_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.9 visibilities/baseline/integration-bin. ! Found source: J0527+0331 ! ! 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 1154 lines of history. ! ! Reading 4860 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 J0527+0331_S_2017_06_10_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 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.822597Jy sigma=0.007324 ! Fit after self-cal, rms=0.816809Jy sigma=0.007281 ! 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.731 mas, bmaj=7.138 mas, bpa=-5.381 degrees ! Estimated noise=1488.96 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.137999 Jy ! Component: 100 - total flux cleaned = 0.180535 Jy ! Total flux subtracted in 100 components = 0.180535 Jy ! Clean residual min=-0.011302 max=0.019582 Jy/beam ! Clean residual mean=-0.000016 rms=0.002757 Jy/beam ! Combined flux in latest and established models = 0.180535 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.180535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099465Jy sigma=0.000840 ! Fit after self-cal, rms=0.099441Jy sigma=0.000840 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0230246 Jy ! Component: 100 - total flux cleaned = 0.0371868 Jy ! Total flux subtracted in 100 components = 0.0371868 Jy ! Clean residual min=-0.007385 max=0.010882 Jy/beam ! Clean residual mean=-0.000004 rms=0.002121 Jy/beam ! Combined flux in latest and established models = 0.217721 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 35 components and 0.217721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092330Jy sigma=0.000766 ! Fit after self-cal, rms=0.092343Jy sigma=0.000765 ! 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.231 mas, bmaj=7.781 mas, bpa=-3.465 degrees ! Estimated noise=1280.94 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 (-30.5, 25.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0145671 Jy ! Component: 100 - total flux cleaned = 0.0243863 Jy ! Component: 150 - total flux cleaned = 0.0290361 Jy ! Component: 200 - total flux cleaned = 0.0299689 Jy ! Total flux subtracted in 200 components = 0.0299689 Jy ! Clean residual min=-0.005569 max=0.009931 Jy/beam ! Clean residual mean=0.000004 rms=0.001654 Jy/beam ! Combined flux in latest and established models = 0.24769 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 68 components and 0.24769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089454Jy sigma=0.000738 ! Fit after self-cal, rms=0.089391Jy sigma=0.000737 ! 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.18 FD 0.89 HN 1.00 KP 0.99 ! LA 1.02 MK 1.11 NL 0.89 OV 0.99 ! PT 1.01 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.92 HN 1.00 KP 0.98 ! LA 0.97 MK 1.07 NL 0.99 OV 1.02 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.26 FD 0.98 HN 0.98 KP 0.98 ! LA 0.97 MK 1.05 NL 1.02 OV 0.92 ! PT 0.95 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.97 KP 1.00* ! LA 0.95 MK 1.02 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.089391Jy sigma=0.000737 ! Fit after self-cal, rms=0.090091Jy sigma=0.000721 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=7.918 mas, bpa=-3.135 degrees ! Estimated noise=1280.61 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.00218392 Jy ! Component: 100 - total flux cleaned = -0.00293593 Jy ! Component: 150 - total flux cleaned = -0.00331836 Jy ! Component: 200 - total flux cleaned = -0.00375294 Jy ! Total flux subtracted in 200 components = -0.00375294 Jy ! Clean residual min=-0.005992 max=0.005915 Jy/beam ! Clean residual mean=0.000009 rms=0.001394 Jy/beam ! Combined flux in latest and established models = 0.243937 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 91 components and 0.243937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089536Jy sigma=0.000718 ! Fit after self-cal, rms=0.089565Jy sigma=0.000717 ! 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.089565Jy sigma=0.000717 ! Fit after self-cal, rms=0.091575Jy sigma=0.000696 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.27 mas, bmaj=7.934 mas, bpa=-3.102 degrees ! Estimated noise=1287.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000666442 Jy ! Component: 100 - total flux cleaned = 0.000603095 Jy ! Component: 150 - total flux cleaned = 0.000492248 Jy ! Component: 200 - total flux cleaned = 0.00044129 Jy ! Total flux subtracted in 200 components = 0.00044129 Jy ! Clean residual min=-0.003557 max=0.003483 Jy/beam ! Clean residual mean=0.000006 rms=0.000955 Jy/beam ! Combined flux in latest and established models = 0.244379 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 101 components and 0.244379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091494Jy sigma=0.000695 ! Fit after self-cal, rms=0.091555Jy 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.000179937 Jy ! Component: 100 - total flux cleaned = -0.000134718 Jy ! Component: 150 - total flux cleaned = -0.000135618 Jy ! Component: 200 - total flux cleaned = -0.000136751 Jy ! Total flux subtracted in 200 components = -0.000136751 Jy ! Clean residual min=-0.003553 max=0.003531 Jy/beam ! Clean residual mean=0.000006 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.244242 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 109 components and 0.244242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091515Jy sigma=0.000694 ! Fit after self-cal, rms=0.091513Jy sigma=0.000694 ! 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.091513Jy sigma=0.000694 ! Fit after self-cal, rms=0.093930Jy sigma=0.000692 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.262 mas, bmaj=7.939 mas, bpa=-3.26 degrees ! Estimated noise=1286.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0001637 Jy ! Component: 100 - total flux cleaned = 0.000334594 Jy ! Component: 150 - total flux cleaned = 0.000684665 Jy ! Component: 200 - total flux cleaned = 0.000989971 Jy ! Total flux subtracted in 200 components = 0.000989971 Jy ! Clean residual min=-0.003436 max=0.003351 Jy/beam ! Clean residual mean=0.000003 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.245232 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 118 components and 0.245232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093818Jy sigma=0.000691 ! Fit after self-cal, rms=0.093833Jy sigma=0.000691 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 = -6.61e-05 Jy ! Component: 100 - total flux cleaned = 0.000105961 Jy ! Component: 150 - total flux cleaned = 0.000184612 Jy ! Component: 200 - total flux cleaned = 0.00025826 Jy ! Total flux subtracted in 200 components = 0.00025826 Jy ! Clean residual min=-0.003466 max=0.003369 Jy/beam ! Clean residual mean=0.000003 rms=0.000842 Jy/beam ! Combined flux in latest and established models = 0.24549 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 124 components and 0.24549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093792Jy sigma=0.000690 ! Fit after self-cal, rms=0.093790Jy sigma=0.000690 ! 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.093790Jy sigma=0.000690 ! Fit after self-cal, rms=0.094537Jy sigma=0.000690 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.752 mas, bmaj=12.45 mas, bpa=-1.488 degrees ! Estimated noise=1592.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000228877 Jy ! Component: 100 - total flux cleaned = 0.000442803 Jy ! Component: 150 - total flux cleaned = 0.000718515 Jy ! Component: 200 - total flux cleaned = 0.000876334 Jy ! Total flux subtracted in 200 components = 0.000876334 Jy ! Clean residual min=-0.003417 max=0.003689 Jy/beam ! Clean residual mean=0.000006 rms=0.000984 Jy/beam ! Combined flux in latest and established models = 0.246366 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 130 components and 0.246366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094503Jy sigma=0.000690 ! Fit after self-cal, rms=0.094512Jy sigma=0.000690 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.000110866 Jy ! Component: 100 - total flux cleaned = 3.10485e-05 Jy ! Component: 150 - total flux cleaned = 0.000186004 Jy ! Component: 200 - total flux cleaned = 0.000293512 Jy ! Total flux subtracted in 200 components = 0.000293512 Jy ! Clean residual min=-0.003403 max=0.003614 Jy/beam ! Clean residual mean=0.000007 rms=0.000976 Jy/beam ! Combined flux in latest and established models = 0.24666 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 139 components and 0.24666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094504Jy sigma=0.000690 ! Fit after self-cal, rms=0.094507Jy sigma=0.000690 ! 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.258 mas, bmaj=7.939 mas, bpa=-3.333 degrees ! Estimated noise=1284.56 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.258 x 7.939 at -3.333 degrees (North through East) ! Clean map min=-0.0037814 max=0.18444 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.747 mas, bmaj=7.278 mas, bpa=-5.295 degrees ! Estimated noise=1504.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.139148 Jy ! Component: 100 - total flux cleaned = 0.181718 Jy ! Component: 150 - total flux cleaned = 0.203164 Jy ! Component: 200 - total flux cleaned = 0.215668 Jy ! Total flux subtracted in 200 components = 0.215668 Jy ! Clean residual min=-0.005179 max=0.007092 Jy/beam ! Clean residual mean=-0.000009 rms=0.001286 Jy/beam ! Combined flux in latest and established models = 0.215668 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.215668 Jy ! Inverting map and beam ! Estimated beam: bmin=3.258 mas, bmaj=7.939 mas, bpa=-3.333 degrees ! Estimated noise=1284.56 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.0113882 Jy ! Component: 100 - total flux cleaned = 0.0181832 Jy ! Component: 150 - total flux cleaned = 0.0225962 Jy ! Component: 200 - total flux cleaned = 0.0242366 Jy ! Total flux subtracted in 200 components = 0.0242366 Jy ! Clean residual min=-0.003754 max=0.003496 Jy/beam ! Clean residual mean=-0.000000 rms=0.000878 Jy/beam ! Combined flux in latest and established models = 0.239904 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 61 components and 0.239904 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.752 mas, bmaj=12.45 mas, bpa=-1.488 degrees ! Estimated noise=1592.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00241141 Jy ! Component: 100 - total flux cleaned = 0.00322802 Jy ! Component: 150 - total flux cleaned = 0.00386447 Jy ! Component: 200 - total flux cleaned = 0.00442336 Jy ! Total flux subtracted in 200 components = 0.00442336 Jy ! Clean residual min=-0.003493 max=0.003372 Jy/beam ! Clean residual mean=0.000004 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.244327 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.00044561 Jy ! Component: 100 - total flux cleaned = 0.000771419 Jy ! Component: 150 - total flux cleaned = 0.00104091 Jy ! Component: 200 - total flux cleaned = 0.00126505 Jy ! Total flux subtracted in 200 components = 0.00126505 Jy ! Clean residual min=-0.003481 max=0.003493 Jy/beam ! Clean residual mean=0.000006 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 0.245593 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 111 components and 0.245593 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.258 mas, bmaj=7.939 mas, bpa=-3.333 degrees ! Estimated noise=1284.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000677111 Jy ! Component: 100 - total flux cleaned = -0.000637992 Jy ! Component: 150 - total flux cleaned = -0.000480451 Jy ! Component: 200 - total flux cleaned = -0.000373435 Jy ! Total flux subtracted in 200 components = -0.000373435 Jy ! Clean residual min=-0.004030 max=0.003388 Jy/beam ! Clean residual mean=0.000003 rms=0.000828 Jy/beam ! Combined flux in latest and established models = 0.245219 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 128 components and 0.245219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094567Jy sigma=0.000690 ! Fit after self-cal, rms=0.094532Jy sigma=0.000690 wmodel J0527+0331_S_2017_06_10_pus_map.mod ! Writing 128 model components to file: J0527+0331_S_2017_06_10_pus_map.mod wobs J0527+0331_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0527+0331_S_2017_06_10_pus_uvs.fits wwins J0527+0331_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J0527+0331_S_2017_06_10_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.000704894 Jy ! Component: 100 - total flux cleaned = -0.000822454 Jy ! Component: 150 - total flux cleaned = -0.000607481 Jy ! Component: 200 - total flux cleaned = -0.000295299 Jy ! Component: 250 - total flux cleaned = -0.00014249 Jy ! Component: 300 - total flux cleaned = -4.32473e-05 Jy ! Component: 350 - total flux cleaned = 0.000101735 Jy ! Component: 400 - total flux cleaned = 0.000290826 Jy ! Component: 450 - total flux cleaned = 0.000337742 Jy ! Component: 500 - total flux cleaned = 0.000474325 Jy ! Component: 550 - total flux cleaned = 0.000474193 Jy ! Component: 600 - total flux cleaned = 0.000430648 Jy ! Component: 650 - total flux cleaned = 0.000646637 Jy ! Component: 700 - total flux cleaned = 0.000604184 Jy ! Component: 750 - total flux cleaned = 0.000730443 Jy ! Component: 800 - total flux cleaned = 0.000854656 Jy ! Component: 850 - total flux cleaned = 0.000935793 Jy ! Component: 900 - total flux cleaned = 0.00101558 Jy ! Component: 950 - total flux cleaned = 0.00105547 Jy ! Component: 1000 - total flux cleaned = 0.00113424 Jy ! Component: 1050 - total flux cleaned = 0.00113377 Jy ! Component: 1100 - total flux cleaned = 0.00121013 Jy ! Component: 1150 - total flux cleaned = 0.00120972 Jy ! Component: 1200 - total flux cleaned = 0.0012097 Jy ! Component: 1250 - total flux cleaned = 0.00117322 Jy ! Component: 1300 - total flux cleaned = 0.00132034 Jy ! Component: 1350 - total flux cleaned = 0.00121131 Jy ! Component: 1400 - total flux cleaned = 0.0013189 Jy ! Component: 1450 - total flux cleaned = 0.00128337 Jy ! Component: 1500 - total flux cleaned = 0.00121304 Jy ! Component: 1550 - total flux cleaned = 0.00128213 Jy ! Component: 1600 - total flux cleaned = 0.00135094 Jy ! Component: 1650 - total flux cleaned = 0.00135072 Jy ! Component: 1700 - total flux cleaned = 0.00138465 Jy ! Component: 1750 - total flux cleaned = 0.00135034 Jy ! Component: 1800 - total flux cleaned = 0.00128441 Jy ! Component: 1850 - total flux cleaned = 0.00125176 Jy ! Component: 1900 - total flux cleaned = 0.00125191 Jy ! Component: 1950 - total flux cleaned = 0.00138057 Jy ! Component: 2000 - total flux cleaned = 0.00128471 Jy ! Component: 2050 - total flux cleaned = 0.00134823 Jy ! Component: 2100 - total flux cleaned = 0.00141068 Jy ! Component: 2150 - total flux cleaned = 0.00125488 Jy ! Component: 2200 - total flux cleaned = 0.00137921 Jy ! Component: 2250 - total flux cleaned = 0.00137911 Jy ! Component: 2300 - total flux cleaned = 0.00140982 Jy ! Component: 2350 - total flux cleaned = 0.00150025 Jy ! Component: 2400 - total flux cleaned = 0.00152948 Jy ! Component: 2450 - total flux cleaned = 0.00147 Jy ! Component: 2500 - total flux cleaned = 0.00161759 Jy ! Component: 2550 - total flux cleaned = 0.00155896 Jy ! Component: 2600 - total flux cleaned = 0.00161719 Jy ! Component: 2650 - total flux cleaned = 0.00167522 Jy ! Component: 2700 - total flux cleaned = 0.0017037 Jy ! Component: 2750 - total flux cleaned = 0.00176046 Jy ! Component: 2800 - total flux cleaned = 0.00173205 Jy ! Component: 2850 - total flux cleaned = 0.00178774 Jy ! Component: 2900 - total flux cleaned = 0.00178788 Jy ! Component: 2950 - total flux cleaned = 0.00178804 Jy ! Component: 3000 - total flux cleaned = 0.00170565 Jy ! Component: 3050 - total flux cleaned = 0.00176035 Jy ! Component: 3100 - total flux cleaned = 0.00176053 Jy ! Component: 3150 - total flux cleaned = 0.00173354 Jy ! Component: 3200 - total flux cleaned = 0.00173354 Jy ! Component: 3250 - total flux cleaned = 0.00178659 Jy ! Component: 3300 - total flux cleaned = 0.00175982 Jy ! Component: 3350 - total flux cleaned = 0.00157586 Jy ! Component: 3400 - total flux cleaned = 0.0016801 Jy ! Component: 3450 - total flux cleaned = 0.00168006 Jy ! Component: 3500 - total flux cleaned = 0.001551 Jy ! Component: 3550 - total flux cleaned = 0.00165379 Jy ! Component: 3600 - total flux cleaned = 0.00157722 Jy ! Component: 3650 - total flux cleaned = 0.00152645 Jy ! Component: 3700 - total flux cleaned = 0.00152669 Jy ! Component: 3750 - total flux cleaned = 0.00155146 Jy ! Component: 3800 - total flux cleaned = 0.00147686 Jy ! Component: 3850 - total flux cleaned = 0.00140284 Jy ! Component: 3900 - total flux cleaned = 0.00145179 Jy ! Component: 3950 - total flux cleaned = 0.00150061 Jy ! Component: 4000 - total flux cleaned = 0.00145187 Jy ! Component: 4050 - total flux cleaned = 0.0014517 Jy ! Total flux subtracted in 4096 components = 0.00140382 Jy ! Clean residual min=-0.001527 max=0.001417 Jy/beam ! Clean residual mean=-0.000001 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.246623 Jy keep ! Adding 274 model components to the UV plane model. ! The established model now contains 402 components and 0.246623 Jy ![Exited script file: muppet] wmap "J0527+0331_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.258 x 7.939 at -3.333 degrees (North through East) ! Clean map min=-0.00375 max=0.18618 Jy/beam ! Writing clean map to FITS file: J0527+0331_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.186181 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000447293 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.720739 0.720739 1.44148 2.88295 5.76591 11.5318 23.0636 46.1273 92.2545 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.186 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.258 x 7.939 at -3.333 degrees (North through East) ! Clean map min=-0.00375 max=0.18618 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 J0527+0331_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:45:59 2019