! Started logfile: J2110-1020_S_2017_08_05_pus_uvs.log on Thu May 9 19:39:03 2019 obs J2110-1020_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J2110-1020_S_2017_08_05_pus_uva.fits ! AN table 1: 74 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.962162 visibilities/baseline/integration-bin. ! Found source: J2110-1020 ! ! 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 513 lines of history. ! ! Reading 12816 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 J2110-1020_S_2017_08_05_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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 473 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.483692Jy sigma=0.003944 ! Fit after self-cal, rms=0.299812Jy sigma=0.002344 ! 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.578 mas, bmaj=6.999 mas, bpa=-5.244 degrees ! Estimated noise=1234.34 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.778985 Jy ! Component: 100 - total flux cleaned = 1.02508 Jy ! Total flux subtracted in 100 components = 1.02508 Jy ! Clean residual min=-0.037899 max=0.113712 Jy/beam ! Clean residual mean=0.000081 rms=0.012740 Jy/beam ! Combined flux in latest and established models = 1.02508 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 1.02508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.254468Jy sigma=0.001939 ! Fit after self-cal, rms=0.254419Jy sigma=0.001938 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.124907 Jy ! Component: 100 - total flux cleaned = 0.189623 Jy ! Total flux subtracted in 100 components = 0.189623 Jy ! Clean residual min=-0.029772 max=0.031530 Jy/beam ! Clean residual mean=0.000040 rms=0.006911 Jy/beam ! Combined flux in latest and established models = 1.21471 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 15 components and 1.21471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169042Jy sigma=0.001263 ! Fit after self-cal, rms=0.169043Jy sigma=0.001263 ! 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.036 mas, bmaj=8.088 mas, bpa=-4.345 degrees ! Estimated noise=904.435 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.0378463 Jy ! Component: 100 - total flux cleaned = 0.0570843 Jy ! Component: 150 - total flux cleaned = 0.0673532 Jy ! Component: 200 - total flux cleaned = 0.0729273 Jy ! Total flux subtracted in 200 components = 0.0729273 Jy ! Clean residual min=-0.021861 max=0.018384 Jy/beam ! Clean residual mean=0.000028 rms=0.004811 Jy/beam ! Combined flux in latest and established models = 1.28763 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 47 components and 1.28763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157001Jy sigma=0.001219 ! Fit after self-cal, rms=0.157002Jy sigma=0.001219 ! 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 0.93 FD 0.97 HN 0.95 KP 1.06 ! LA 1.02 MK 0.98 NL 0.88 OV 1.02 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.99 KP 1.01 ! LA 0.99 MK 0.97 NL 1.05 OV 1.06 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 0.98 KP 0.90 ! LA 0.78 MK 0.99 NL 1.21 OV 0.97 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 4. ! A total of 39 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.09 HN 0.96 KP 1.00* ! LA 1.00* MK 1.41 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.157002Jy sigma=0.001219 ! Fit after self-cal, rms=0.089743Jy sigma=0.000717 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.051 mas, bmaj=8.105 mas, bpa=-4.126 degrees ! Estimated noise=907.465 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.00265785 Jy ! Component: 100 - total flux cleaned = -0.00289213 Jy ! Component: 150 - total flux cleaned = -0.00307517 Jy ! Component: 200 - total flux cleaned = -0.00322097 Jy ! Total flux subtracted in 200 components = -0.00322097 Jy ! Clean residual min=-0.007721 max=0.009763 Jy/beam ! Clean residual mean=0.000003 rms=0.001854 Jy/beam ! Combined flux in latest and established models = 1.28441 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 55 components and 1.28441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089449Jy sigma=0.000715 ! Fit after self-cal, rms=0.089410Jy sigma=0.000715 ! Inverting map ! Added new window around map position (34.5, -45). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00637589 Jy ! Component: 100 - total flux cleaned = 0.00658537 Jy ! Component: 150 - total flux cleaned = 0.00624638 Jy ! Component: 200 - total flux cleaned = 0.00610121 Jy ! Total flux subtracted in 200 components = 0.00610121 Jy ! Clean residual min=-0.006746 max=0.006540 Jy/beam ! Clean residual mean=0.000004 rms=0.001619 Jy/beam ! Combined flux in latest and established models = 1.29051 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 78 components and 1.29051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088346Jy sigma=0.000707 ! Fit after self-cal, rms=0.088279Jy sigma=0.000707 ! 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.088279Jy sigma=0.000707 ! Fit after self-cal, rms=0.083562Jy sigma=0.000674 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.053 mas, bmaj=8.113 mas, bpa=-4.102 degrees ! Estimated noise=909.114 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00201955 Jy ! Component: 100 - total flux cleaned = -0.00240935 Jy ! Component: 150 - total flux cleaned = -0.00261253 Jy ! Component: 200 - total flux cleaned = -0.00267689 Jy ! Total flux subtracted in 200 components = -0.00267689 Jy ! Clean residual min=-0.003792 max=0.003195 Jy/beam ! Clean residual mean=0.000001 rms=0.000790 Jy/beam ! Combined flux in latest and established models = 1.28784 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 93 components and 1.28784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083415Jy sigma=0.000672 ! Fit after self-cal, rms=0.083417Jy sigma=0.000672 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.000337482 Jy ! Component: 100 - total flux cleaned = -0.000280849 Jy ! Component: 150 - total flux cleaned = -0.000230053 Jy ! Component: 200 - total flux cleaned = -0.000230088 Jy ! Total flux subtracted in 200 components = -0.000230088 Jy ! Clean residual min=-0.003680 max=0.003159 Jy/beam ! Clean residual mean=0.000001 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 1.28761 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 101 components and 1.28761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083352Jy sigma=0.000672 ! Fit after self-cal, rms=0.083351Jy sigma=0.000672 ! 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.083351Jy sigma=0.000672 ! Fit after self-cal, rms=0.083405Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.056 mas, bmaj=8.117 mas, bpa=-4.07 degrees ! Estimated noise=909.645 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00107217 Jy ! Component: 100 - total flux cleaned = -0.00148754 Jy ! Component: 150 - total flux cleaned = -0.00179218 Jy ! Component: 200 - total flux cleaned = -0.00178953 Jy ! Total flux subtracted in 200 components = -0.00178953 Jy ! Clean residual min=-0.003502 max=0.003039 Jy/beam ! Clean residual mean=-0.000000 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 1.28582 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 108 components and 1.28582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083331Jy sigma=0.000671 ! Fit after self-cal, rms=0.083331Jy sigma=0.000671 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.000232847 Jy ! Component: 100 - total flux cleaned = -0.000274907 Jy ! Component: 150 - total flux cleaned = -0.000316038 Jy ! Component: 200 - total flux cleaned = -0.000356765 Jy ! Total flux subtracted in 200 components = -0.000356765 Jy ! Clean residual min=-0.003408 max=0.003036 Jy/beam ! Clean residual mean=-0.000000 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 1.28546 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 116 components and 1.28546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083293Jy sigma=0.000671 ! Fit after self-cal, rms=0.083292Jy sigma=0.000671 ! 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.083292Jy sigma=0.000671 ! Fit after self-cal, rms=0.083347Jy sigma=0.000671 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.345 mas, bmaj=15.27 mas, bpa=-2.484 degrees ! Estimated noise=1167.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0012172 Jy ! Component: 100 - total flux cleaned = -0.0013244 Jy ! Component: 150 - total flux cleaned = -0.00135419 Jy ! Component: 200 - total flux cleaned = -0.00135168 Jy ! Total flux subtracted in 200 components = -0.00135168 Jy ! Clean residual min=-0.002983 max=0.002535 Jy/beam ! Clean residual mean=0.000001 rms=0.000790 Jy/beam ! Combined flux in latest and established models = 1.28411 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 126 components and 1.28411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083338Jy sigma=0.000671 ! Fit after self-cal, rms=0.083336Jy sigma=0.000671 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.28328e-05 Jy ! Component: 100 - total flux cleaned = -6.21947e-05 Jy ! Component: 150 - total flux cleaned = -6.18793e-05 Jy ! Component: 200 - total flux cleaned = -0.000108662 Jy ! Total flux subtracted in 200 components = -0.000108662 Jy ! Clean residual min=-0.002871 max=0.002487 Jy/beam ! Clean residual mean=0.000001 rms=0.000785 Jy/beam ! Combined flux in latest and established models = 1.284 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 128 components and 1.284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083337Jy sigma=0.000671 ! Fit after self-cal, rms=0.083333Jy sigma=0.000671 ! 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.058 mas, bmaj=8.12 mas, bpa=-4.039 degrees ! Estimated noise=910.104 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.058 x 8.12 at -4.039 degrees (North through East) ! Clean map min=-0.0033707 max=1.0479 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083333Jy sigma=0.000671 ! Fit after self-cal, rms=0.076122Jy sigma=0.000611 ! Inverting map and beam ! Estimated beam: bmin=3.059 mas, bmaj=8.123 mas, bpa=-4.047 degrees ! Estimated noise=909.908 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000655957 Jy ! Component: 100 - total flux cleaned = -0.000950308 Jy ! Component: 150 - total flux cleaned = -0.000993056 Jy ! Component: 200 - total flux cleaned = -0.00103391 Jy ! Total flux subtracted in 200 components = -0.00103391 Jy ! Clean residual min=-0.003243 max=0.002860 Jy/beam ! Clean residual mean=0.000000 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 1.28297 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 134 components and 1.28297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076065Jy sigma=0.000611 ! Fit after self-cal, rms=0.076064Jy sigma=0.000611 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000161684 Jy ! Component: 100 - total flux cleaned = -0.000236444 Jy ! Component: 150 - total flux cleaned = -0.000271694 Jy ! Component: 200 - total flux cleaned = -0.000306578 Jy ! Total flux subtracted in 200 components = -0.000306578 Jy ! Clean residual min=-0.003204 max=0.002831 Jy/beam ! Clean residual mean=0.000000 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 1.28266 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 138 components and 1.28266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076032Jy sigma=0.000610 ! Fit after self-cal, rms=0.076032Jy sigma=0.000610 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076032Jy sigma=0.000610 ! Fit after self-cal, rms=0.076074Jy sigma=0.000610 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.601 mas, bmaj=7.045 mas, bpa=-4.96 degrees ! Estimated noise=1247.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.783893 Jy ! Component: 100 - total flux cleaned = 1.02478 Jy ! Component: 150 - total flux cleaned = 1.14579 Jy ! Component: 200 - total flux cleaned = 1.20802 Jy ! Total flux subtracted in 200 components = 1.20802 Jy ! Clean residual min=-0.009828 max=0.029151 Jy/beam ! Clean residual mean=0.000016 rms=0.003283 Jy/beam ! Combined flux in latest and established models = 1.20802 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 12 model components to the UV plane model. ! The established model now contains 12 components and 1.20802 Jy ! Inverting map and beam ! Estimated beam: bmin=3.061 mas, bmaj=8.125 mas, bpa=-4.021 degrees ! Estimated noise=910.237 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.0384727 Jy ! Component: 100 - total flux cleaned = 0.0564292 Jy ! Component: 150 - total flux cleaned = 0.0659881 Jy ! Component: 200 - total flux cleaned = 0.0715352 Jy ! Total flux subtracted in 200 components = 0.0715352 Jy ! Clean residual min=-0.004291 max=0.003304 Jy/beam ! Clean residual mean=0.000001 rms=0.000907 Jy/beam ! Combined flux in latest and established models = 1.27956 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 47 components and 1.27956 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.348 mas, bmaj=15.28 mas, bpa=-2.479 degrees ! Estimated noise=1166.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0018292 Jy ! Component: 100 - total flux cleaned = 0.00190288 Jy ! Component: 150 - total flux cleaned = 0.00195648 Jy ! Component: 200 - total flux cleaned = 0.0019974 Jy ! Total flux subtracted in 200 components = 0.0019974 Jy ! Clean residual min=-0.002899 max=0.002457 Jy/beam ! Clean residual mean=0.000002 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 1.28156 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 = -3.16354e-05 Jy ! Component: 100 - total flux cleaned = -8.86453e-05 Jy ! Component: 150 - total flux cleaned = -0.000114186 Jy ! Component: 200 - total flux cleaned = -0.000114109 Jy ! Total flux subtracted in 200 components = -0.000114109 Jy ! Clean residual min=-0.002805 max=0.002418 Jy/beam ! Clean residual mean=0.000002 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 1.28144 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 74 components and 1.28144 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.061 mas, bmaj=8.125 mas, bpa=-4.021 degrees ! Estimated noise=910.237 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.16051e-05 Jy ! Component: 100 - total flux cleaned = 0.0003998 Jy ! Component: 150 - total flux cleaned = 0.0007707 Jy ! Component: 200 - total flux cleaned = 0.000857671 Jy ! Total flux subtracted in 200 components = 0.000857671 Jy ! Clean residual min=-0.003804 max=0.002757 Jy/beam ! Clean residual mean=0.000000 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 1.2823 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 89 components and 1.2823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076551Jy sigma=0.000614 ! Fit after self-cal, rms=0.076535Jy sigma=0.000614 wmodel J2110-1020_S_2017_08_05_pus_map.mod ! Writing 89 model components to file: J2110-1020_S_2017_08_05_pus_map.mod wobs J2110-1020_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J2110-1020_S_2017_08_05_pus_uvs.fits wwins J2110-1020_S_2017_08_05_pus_map.win ! wwins: Wrote 2 windows to J2110-1020_S_2017_08_05_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.00166148 Jy ! Component: 100 - total flux cleaned = -0.00311029 Jy ! Component: 150 - total flux cleaned = -0.00444938 Jy ! Component: 200 - total flux cleaned = -0.00551027 Jy ! Component: 250 - total flux cleaned = -0.00642354 Jy ! Component: 300 - total flux cleaned = -0.00711623 Jy ! Component: 350 - total flux cleaned = -0.00769407 Jy ! Component: 400 - total flux cleaned = -0.00829515 Jy ! Component: 450 - total flux cleaned = -0.00879428 Jy ! Component: 500 - total flux cleaned = -0.00911827 Jy ! Component: 550 - total flux cleaned = -0.009551 Jy ! Component: 600 - total flux cleaned = -0.00974315 Jy ! Component: 650 - total flux cleaned = -0.0100059 Jy ! Component: 700 - total flux cleaned = -0.0101163 Jy ! Component: 750 - total flux cleaned = -0.0101882 Jy ! Component: 800 - total flux cleaned = -0.0102239 Jy ! Component: 850 - total flux cleaned = -0.0103617 Jy ! Component: 900 - total flux cleaned = -0.0103951 Jy ! Component: 950 - total flux cleaned = -0.010462 Jy ! Component: 1000 - total flux cleaned = -0.0105926 Jy ! Component: 1050 - total flux cleaned = -0.0107848 Jy ! Component: 1100 - total flux cleaned = -0.0109108 Jy ! Component: 1150 - total flux cleaned = -0.011004 Jy ! Component: 1200 - total flux cleaned = -0.0110961 Jy ! Component: 1250 - total flux cleaned = -0.011156 Jy ! Component: 1300 - total flux cleaned = -0.0112152 Jy ! Component: 1350 - total flux cleaned = -0.0112443 Jy ! Component: 1400 - total flux cleaned = -0.0113602 Jy ! Component: 1450 - total flux cleaned = -0.0113885 Jy ! Component: 1500 - total flux cleaned = -0.0114733 Jy ! Component: 1550 - total flux cleaned = -0.0116117 Jy ! Component: 1600 - total flux cleaned = -0.0116935 Jy ! Component: 1650 - total flux cleaned = -0.0116936 Jy ! Component: 1700 - total flux cleaned = -0.0117207 Jy ! Component: 1750 - total flux cleaned = -0.0117998 Jy ! Component: 1800 - total flux cleaned = -0.0119035 Jy ! Component: 1850 - total flux cleaned = -0.0118263 Jy ! Component: 1900 - total flux cleaned = -0.0119525 Jy ! Component: 1950 - total flux cleaned = -0.0118523 Jy ! Component: 2000 - total flux cleaned = -0.0117538 Jy ! Component: 2050 - total flux cleaned = -0.0117786 Jy ! Component: 2100 - total flux cleaned = -0.0118032 Jy ! Component: 2150 - total flux cleaned = -0.0117554 Jy ! Component: 2200 - total flux cleaned = -0.0117787 Jy ! Component: 2250 - total flux cleaned = -0.0116854 Jy ! Component: 2300 - total flux cleaned = -0.0116627 Jy ! Component: 2350 - total flux cleaned = -0.0116404 Jy ! Component: 2400 - total flux cleaned = -0.0116408 Jy ! Component: 2450 - total flux cleaned = -0.0116189 Jy ! Component: 2500 - total flux cleaned = -0.0115753 Jy ! Component: 2550 - total flux cleaned = -0.0116847 Jy ! Component: 2600 - total flux cleaned = -0.0117064 Jy ! Component: 2650 - total flux cleaned = -0.0116417 Jy ! Component: 2700 - total flux cleaned = -0.0116842 Jy ! Component: 2750 - total flux cleaned = -0.0117265 Jy ! Component: 2800 - total flux cleaned = -0.0118098 Jy ! Component: 2850 - total flux cleaned = -0.0117682 Jy ! Component: 2900 - total flux cleaned = -0.0118297 Jy ! Component: 2950 - total flux cleaned = -0.0118094 Jy ! Component: 3000 - total flux cleaned = -0.0118498 Jy ! Component: 3050 - total flux cleaned = -0.0118894 Jy ! Component: 3100 - total flux cleaned = -0.0118895 Jy ! Component: 3150 - total flux cleaned = -0.0119091 Jy ! Component: 3200 - total flux cleaned = -0.0119479 Jy ! Component: 3250 - total flux cleaned = -0.0119289 Jy ! Component: 3300 - total flux cleaned = -0.0119864 Jy ! Component: 3350 - total flux cleaned = -0.0119673 Jy ! Component: 3400 - total flux cleaned = -0.012005 Jy ! Component: 3450 - total flux cleaned = -0.0120425 Jy ! Component: 3500 - total flux cleaned = -0.0120238 Jy ! Component: 3550 - total flux cleaned = -0.0120055 Jy ! Component: 3600 - total flux cleaned = -0.0120421 Jy ! Component: 3650 - total flux cleaned = -0.0121144 Jy ! Component: 3700 - total flux cleaned = -0.0121322 Jy ! Component: 3750 - total flux cleaned = -0.0121321 Jy ! Component: 3800 - total flux cleaned = -0.0122206 Jy ! Component: 3850 - total flux cleaned = -0.012203 Jy ! Component: 3900 - total flux cleaned = -0.0123074 Jy ! Component: 3950 - total flux cleaned = -0.0122903 Jy ! Component: 4000 - total flux cleaned = -0.0124104 Jy ! Component: 4050 - total flux cleaned = -0.0124444 Jy ! Total flux subtracted in 4096 components = -0.0125121 Jy ! Clean residual min=-0.000929 max=0.000997 Jy/beam ! Clean residual mean=0.000000 rms=0.000302 Jy/beam ! Combined flux in latest and established models = 1.26979 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 372 components and 1.26979 Jy ![Exited script file: muppet] wmap "J2110-1020_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.061 x 8.125 at -4.021 degrees (North through East) ! Clean map min=-0.0024151 max=1.05 Jy/beam ! Writing clean map to FITS file: J2110-1020_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.04998 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000297269 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0849354 0.0849354 0.169871 0.339742 0.679484 1.35897 2.71793 5.43587 10.8717 21.7435 43.4869 86.9739 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.049 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.061 x 8.125 at -4.021 degrees (North through East) ! Clean map min=-0.0024151 max=1.05 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 J2110-1020_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:39:09 2019