! Started logfile: J2219+2120_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:11:42 2016 obs J2219+2120_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J2219+2120_S_2015_03_17_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.979584 visibilities/baseline/integration-bin. ! Found source: J2219+2120 ! ! 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 330 lines of history. ! ! Reading 21688 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 J2219+2120_S_2015_03_17_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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.975936Jy sigma=0.011118 ! Fit after self-cal, rms=0.940658Jy sigma=0.010737 ! 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=3.114 mas, bmaj=5.216 mas, bpa=-4.914 degrees ! Estimated noise=779.669 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.0452067 Jy ! Component: 100 - total flux cleaned = 0.0581379 Jy ! Total flux subtracted in 100 components = 0.0581379 Jy ! Clean residual min=-0.003081 max=0.005244 Jy/beam ! Clean residual mean=-0.000028 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.0581379 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0581379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075785Jy sigma=0.000785 ! Fit after self-cal, rms=0.075612Jy sigma=0.000784 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00603571 Jy ! Component: 100 - total flux cleaned = 0.00943524 Jy ! Total flux subtracted in 100 components = 0.00943524 Jy ! Clean residual min=-0.002591 max=0.002969 Jy/beam ! Clean residual mean=-0.000017 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.0675732 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 38 components and 0.0675732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074966Jy sigma=0.000778 ! Fit after self-cal, rms=0.074926Jy sigma=0.000778 ! 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.824 mas, bmaj=6.315 mas, bpa=-5.966 degrees ! Estimated noise=430.065 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.00269384 Jy ! Component: 100 - total flux cleaned = 0.00400569 Jy ! Component: 150 - total flux cleaned = 0.00475187 Jy ! Component: 200 - total flux cleaned = 0.00510475 Jy ! Total flux subtracted in 200 components = 0.00510475 Jy ! Clean residual min=-0.002347 max=0.001968 Jy/beam ! Clean residual mean=-0.000013 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.0726779 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 52 components and 0.0726779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074784Jy sigma=0.000778 ! Fit after self-cal, rms=0.074767Jy sigma=0.000778 ! 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.05 FD 0.81 HN 0.96 KP 1.13 ! LA 1.00 MK 1.11 NL 0.89 OV 1.03 ! PT 1.13 SC 0.98 ! ! ! 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.92 HN 0.99 KP 1.06 ! LA 0.96 MK 1.10 NL 1.02 OV 1.08 ! PT 1.05 SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.88 HN 0.98 KP 0.97 ! LA 0.79 MK 1.18 NL 1.14 OV 1.00 ! PT 1.03 SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.89 HN 0.98 KP 0.95 ! LA 0.83 MK 1.16 NL 1.03 OV 0.95 ! PT 1.06 SC 1.07 ! ! ! Fit before self-cal, rms=0.074767Jy sigma=0.000778 ! Fit after self-cal, rms=0.072839Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.93 mas, bmaj=6.417 mas, bpa=-4.777 degrees ! Estimated noise=436.712 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.000630982 Jy ! Component: 100 - total flux cleaned = -0.000675425 Jy ! Component: 150 - total flux cleaned = -0.000695194 Jy ! Component: 200 - total flux cleaned = -0.000710186 Jy ! Total flux subtracted in 200 components = -0.000710186 Jy ! Clean residual min=-0.001474 max=0.001366 Jy/beam ! Clean residual mean=-0.000004 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.0719678 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.0719677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072828Jy sigma=0.000773 ! Fit after self-cal, rms=0.072761Jy sigma=0.000773 ! 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.072761Jy sigma=0.000773 ! Fit after self-cal, rms=0.072585Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.93 mas, bmaj=6.403 mas, bpa=-5.313 degrees ! Estimated noise=434.562 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000164202 Jy ! Component: 100 - total flux cleaned = -0.000217475 Jy ! Component: 150 - total flux cleaned = -0.000217428 Jy ! Component: 200 - total flux cleaned = -0.000236571 Jy ! Total flux subtracted in 200 components = -0.000236571 Jy ! Clean residual min=-0.001252 max=0.001197 Jy/beam ! Clean residual mean=-0.000003 rms=0.000306 Jy/beam ! Combined flux in latest and established models = 0.0717312 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 67 components and 0.0717312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072581Jy sigma=0.000772 ! Fit after self-cal, rms=0.072600Jy sigma=0.000771 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 = -4.83512e-05 Jy ! Component: 100 - total flux cleaned = -7.63281e-05 Jy ! Component: 150 - total flux cleaned = -9.29361e-05 Jy ! Component: 200 - total flux cleaned = -0.000108471 Jy ! Total flux subtracted in 200 components = -0.000108471 Jy ! Clean residual min=-0.001202 max=0.001215 Jy/beam ! Clean residual mean=-0.000003 rms=0.000306 Jy/beam ! Combined flux in latest and established models = 0.0716227 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 70 components and 0.0716227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072598Jy sigma=0.000771 ! Fit after self-cal, rms=0.072598Jy sigma=0.000771 ! 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.072598Jy sigma=0.000771 ! Fit after self-cal, rms=0.072723Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.941 mas, bmaj=6.399 mas, bpa=-5.106 degrees ! Estimated noise=434.706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000169923 Jy ! Component: 100 - total flux cleaned = -0.000190262 Jy ! Component: 150 - total flux cleaned = -0.000199038 Jy ! Component: 200 - total flux cleaned = -0.000222293 Jy ! Total flux subtracted in 200 components = -0.000222293 Jy ! Clean residual min=-0.001214 max=0.001220 Jy/beam ! Clean residual mean=-0.000002 rms=0.000304 Jy/beam ! Combined flux in latest and established models = 0.0714004 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 71 components and 0.0714004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072720Jy sigma=0.000771 ! Fit after self-cal, rms=0.072724Jy sigma=0.000771 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 = -2.84709e-05 Jy ! Component: 100 - total flux cleaned = -4.29895e-05 Jy ! Component: 150 - total flux cleaned = -5.68477e-05 Jy ! Component: 200 - total flux cleaned = -7.68293e-05 Jy ! Total flux subtracted in 200 components = -7.68293e-05 Jy ! Clean residual min=-0.001207 max=0.001237 Jy/beam ! Clean residual mean=-0.000003 rms=0.000303 Jy/beam ! Combined flux in latest and established models = 0.0713236 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 73 components and 0.0713236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072722Jy sigma=0.000771 ! Fit after self-cal, rms=0.072722Jy sigma=0.000771 ! 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.072722Jy sigma=0.000771 ! Fit after self-cal, rms=0.072788Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.599 mas, bmaj=10 mas, bpa=-1.97 degrees ! Estimated noise=524.247 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000338895 Jy ! Component: 100 - total flux cleaned = -0.00042475 Jy ! Component: 150 - total flux cleaned = -0.00045094 Jy ! Component: 200 - total flux cleaned = -0.000461989 Jy ! Total flux subtracted in 200 components = -0.000461989 Jy ! Clean residual min=-0.001509 max=0.001287 Jy/beam ! Clean residual mean=-0.000006 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.0708616 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 77 components and 0.0708616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072788Jy sigma=0.000771 ! Fit after self-cal, rms=0.072788Jy sigma=0.000771 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.97436e-07 Jy ! Component: 100 - total flux cleaned = -4.60708e-06 Jy ! Component: 150 - total flux cleaned = -1.53361e-05 Jy ! Component: 200 - total flux cleaned = -2.54367e-05 Jy ! Total flux subtracted in 200 components = -2.54367e-05 Jy ! Clean residual min=-0.001510 max=0.001289 Jy/beam ! Clean residual mean=-0.000006 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.0708361 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 78 components and 0.0708361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072789Jy sigma=0.000771 ! Fit after self-cal, rms=0.072788Jy sigma=0.000771 ! 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.95 mas, bmaj=6.398 mas, bpa=-4.937 degrees ! Estimated noise=434.854 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.95 x 6.398 at -4.937 degrees (North through East) ! Clean map min=-0.0011837 max=0.060197 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=3.219 mas, bmaj=5.305 mas, bpa=-3.876 degrees ! Estimated noise=799.001 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0461261 Jy ! Component: 100 - total flux cleaned = 0.0590812 Jy ! Component: 150 - total flux cleaned = 0.0646661 Jy ! Component: 200 - total flux cleaned = 0.0674986 Jy ! Total flux subtracted in 200 components = 0.0674986 Jy ! Clean residual min=-0.002338 max=0.002414 Jy/beam ! Clean residual mean=-0.000009 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.0674986 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.0674986 Jy ! Inverting map and beam ! Estimated beam: bmin=3.95 mas, bmaj=6.398 mas, bpa=-4.937 degrees ! Estimated noise=434.854 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.0020343 Jy ! Component: 100 - total flux cleaned = 0.00291477 Jy ! Component: 150 - total flux cleaned = 0.00311048 Jy ! Component: 200 - total flux cleaned = 0.0032691 Jy ! Total flux subtracted in 200 components = 0.0032691 Jy ! Clean residual min=-0.001240 max=0.001265 Jy/beam ! Clean residual mean=-0.000003 rms=0.000307 Jy/beam ! Combined flux in latest and established models = 0.0707677 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 41 components and 0.0707677 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.599 mas, bmaj=10 mas, bpa=-1.97 degrees ! Estimated noise=524.247 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.9356e-05 Jy ! Component: 100 - total flux cleaned = 6.37936e-05 Jy ! Component: 150 - total flux cleaned = 4.84617e-05 Jy ! Component: 200 - total flux cleaned = 3.92067e-05 Jy ! Total flux subtracted in 200 components = 3.92067e-05 Jy ! Clean residual min=-0.001531 max=0.001284 Jy/beam ! Clean residual mean=-0.000006 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.0708069 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 = -7.6651e-06 Jy ! Component: 100 - total flux cleaned = -1.20032e-05 Jy ! Component: 150 - total flux cleaned = -1.60022e-05 Jy ! Component: 200 - total flux cleaned = -2.17436e-05 Jy ! Total flux subtracted in 200 components = -2.17436e-05 Jy ! Clean residual min=-0.001527 max=0.001282 Jy/beam ! Clean residual mean=-0.000006 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.0707851 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 54 components and 0.0707852 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.95 mas, bmaj=6.398 mas, bpa=-4.937 degrees ! Estimated noise=434.854 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.89677e-05 Jy ! Component: 100 - total flux cleaned = 0.000106669 Jy ! Component: 150 - total flux cleaned = 0.000117773 Jy ! Component: 200 - total flux cleaned = 0.00011775 Jy ! Total flux subtracted in 200 components = 0.00011775 Jy ! Clean residual min=-0.001224 max=0.001244 Jy/beam ! Clean residual mean=-0.000003 rms=0.000305 Jy/beam ! Combined flux in latest and established models = 0.0709029 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 58 components and 0.0709029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072794Jy sigma=0.000771 ! Fit after self-cal, rms=0.072792Jy sigma=0.000771 wmodel J2219+2120_S_2015_03_17_pus_map.mod ! Writing 58 model components to file: J2219+2120_S_2015_03_17_pus_map.mod wobs J2219+2120_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J2219+2120_S_2015_03_17_pus_uvs.fits wwins J2219+2120_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J2219+2120_S_2015_03_17_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 = -2.00673e-05 Jy ! Component: 100 - total flux cleaned = 4.32924e-05 Jy ! Component: 150 - total flux cleaned = 0.000241914 Jy ! Component: 200 - total flux cleaned = 0.00028012 Jy ! Component: 250 - total flux cleaned = 0.000336035 Jy ! Component: 300 - total flux cleaned = 0.000408805 Jy ! Component: 350 - total flux cleaned = 0.000462351 Jy ! Component: 400 - total flux cleaned = 0.000584189 Jy ! Component: 450 - total flux cleaned = 0.000669361 Jy ! Component: 500 - total flux cleaned = 0.000736315 Jy ! Component: 550 - total flux cleaned = 0.000769445 Jy ! Component: 600 - total flux cleaned = 0.00081802 Jy ! Component: 650 - total flux cleaned = 0.000913027 Jy ! Component: 700 - total flux cleaned = 0.000959898 Jy ! Component: 750 - total flux cleaned = 0.00100572 Jy ! Component: 800 - total flux cleaned = 0.00103606 Jy ! Component: 850 - total flux cleaned = 0.00108084 Jy ! Component: 900 - total flux cleaned = 0.00109584 Jy ! Component: 950 - total flux cleaned = 0.00115343 Jy ! Component: 1000 - total flux cleaned = 0.00112497 Jy ! Component: 1050 - total flux cleaned = 0.00115308 Jy ! Component: 1100 - total flux cleaned = 0.00116674 Jy ! Component: 1150 - total flux cleaned = 0.00118037 Jy ! Component: 1200 - total flux cleaned = 0.00116671 Jy ! Component: 1250 - total flux cleaned = 0.00115317 Jy ! Component: 1300 - total flux cleaned = 0.00112709 Jy ! Component: 1350 - total flux cleaned = 0.00116596 Jy ! Component: 1400 - total flux cleaned = 0.00111481 Jy ! Component: 1450 - total flux cleaned = 0.00111497 Jy ! Component: 1500 - total flux cleaned = 0.00112766 Jy ! Component: 1550 - total flux cleaned = 0.00111548 Jy ! Component: 1600 - total flux cleaned = 0.00118903 Jy ! Component: 1650 - total flux cleaned = 0.001189 Jy ! Component: 1700 - total flux cleaned = 0.00121313 Jy ! Component: 1750 - total flux cleaned = 0.00123664 Jy ! Component: 1800 - total flux cleaned = 0.0012365 Jy ! Component: 1850 - total flux cleaned = 0.0012596 Jy ! Component: 1900 - total flux cleaned = 0.0012595 Jy ! Component: 1950 - total flux cleaned = 0.0012596 Jy ! Component: 2000 - total flux cleaned = 0.00125952 Jy ! Component: 2050 - total flux cleaned = 0.00128173 Jy ! Component: 2100 - total flux cleaned = 0.0012817 Jy ! Component: 2150 - total flux cleaned = 0.00124904 Jy ! Component: 2200 - total flux cleaned = 0.00129245 Jy ! Component: 2250 - total flux cleaned = 0.00131377 Jy ! Component: 2300 - total flux cleaned = 0.00132435 Jy ! Component: 2350 - total flux cleaned = 0.00135605 Jy ! Component: 2400 - total flux cleaned = 0.00137678 Jy ! Component: 2450 - total flux cleaned = 0.00136636 Jy ! Component: 2500 - total flux cleaned = 0.0014075 Jy ! Component: 2550 - total flux cleaned = 0.00144827 Jy ! Component: 2600 - total flux cleaned = 0.00145835 Jy ! Component: 2650 - total flux cleaned = 0.00146832 Jy ! Component: 2700 - total flux cleaned = 0.00148828 Jy ! Component: 2750 - total flux cleaned = 0.00155728 Jy ! Component: 2800 - total flux cleaned = 0.00156691 Jy ! Component: 2850 - total flux cleaned = 0.00155735 Jy ! Component: 2900 - total flux cleaned = 0.00161484 Jy ! Component: 2950 - total flux cleaned = 0.00160546 Jy ! Component: 3000 - total flux cleaned = 0.00163386 Jy ! Component: 3050 - total flux cleaned = 0.00167132 Jy ! Component: 3100 - total flux cleaned = 0.0016899 Jy ! Component: 3150 - total flux cleaned = 0.00169913 Jy ! Component: 3200 - total flux cleaned = 0.00171739 Jy ! Component: 3250 - total flux cleaned = 0.00171743 Jy ! Component: 3300 - total flux cleaned = 0.00175355 Jy ! Component: 3350 - total flux cleaned = 0.00176252 Jy ! Component: 3400 - total flux cleaned = 0.00180686 Jy ! Component: 3450 - total flux cleaned = 0.00181565 Jy ! Component: 3500 - total flux cleaned = 0.00180691 Jy ! Component: 3550 - total flux cleaned = 0.00185032 Jy ! Component: 3600 - total flux cleaned = 0.00185894 Jy ! Component: 3650 - total flux cleaned = 0.0018505 Jy ! Component: 3700 - total flux cleaned = 0.00186755 Jy ! Component: 3750 - total flux cleaned = 0.00187601 Jy ! Component: 3800 - total flux cleaned = 0.00186757 Jy ! Component: 3850 - total flux cleaned = 0.0018926 Jy ! Component: 3900 - total flux cleaned = 0.00190917 Jy ! Component: 3950 - total flux cleaned = 0.00187629 Jy ! Component: 4000 - total flux cleaned = 0.00192529 Jy ! Component: 4050 - total flux cleaned = 0.00192535 Jy ! Total flux subtracted in 4096 components = 0.00190924 Jy ! Clean residual min=-0.000604 max=0.000411 Jy/beam ! Clean residual mean=-0.000000 rms=0.000146 Jy/beam ! Combined flux in latest and established models = 0.0728121 Jy keep ! Adding 253 model components to the UV plane model. ! The established model now contains 311 components and 0.0728121 Jy ![Exited script file: muppet] wmap "J2219+2120_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.95 x 6.398 at -4.937 degrees (North through East) ! Clean map min=-0.0008793 max=0.060342 Jy/beam ! Writing clean map to FITS file: J2219+2120_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0603419 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000146583 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.72876 0.72876 1.45752 2.91504 5.83008 11.6602 23.3203 46.6406 93.2812 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.06 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.95 x 6.398 at -4.937 degrees (North through East) ! Clean map min=-0.0008793 max=0.060342 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 J2219+2120_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:11:46 2016