! Started logfile: J1322+2148_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:54:33 2016 obs J1322+2148_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1322+2148_S_2014_06_09_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.77561 visibilities/baseline/integration-bin. ! Found source: J1322+2148 ! ! 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 336 lines of history. ! ! Reading 11448 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 J1322+2148_S_2014_06_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 99 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 99 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 99 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 99 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.854176Jy sigma=0.010099 ! Fit after self-cal, rms=0.837398Jy sigma=0.009905 ! 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.059 mas, bmaj=6.008 mas, bpa=-8.821 degrees ! Estimated noise=818.39 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.125313 Jy ! Component: 100 - total flux cleaned = 0.15564 Jy ! Total flux subtracted in 100 components = 0.15564 Jy ! Clean residual min=-0.005405 max=0.011667 Jy/beam ! Clean residual mean=-0.000028 rms=0.001673 Jy/beam ! Combined flux in latest and established models = 0.15564 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.15564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083485Jy sigma=0.000847 ! Fit after self-cal, rms=0.083493Jy sigma=0.000847 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0125388 Jy ! Component: 100 - total flux cleaned = 0.0189326 Jy ! Total flux subtracted in 100 components = 0.0189326 Jy ! Clean residual min=-0.004391 max=0.004780 Jy/beam ! Clean residual mean=-0.000010 rms=0.001262 Jy/beam ! Combined flux in latest and established models = 0.174573 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 20 components and 0.174572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081077Jy sigma=0.000827 ! Fit after self-cal, rms=0.081080Jy sigma=0.000827 ! 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.698 mas, bmaj=7.117 mas, bpa=-8 degrees ! Estimated noise=573.147 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.00344066 Jy ! Component: 100 - total flux cleaned = 0.0050473 Jy ! Component: 150 - total flux cleaned = 0.00588387 Jy ! Component: 200 - total flux cleaned = 0.00603922 Jy ! Total flux subtracted in 200 components = 0.00603922 Jy ! Clean residual min=-0.004856 max=0.004304 Jy/beam ! Clean residual mean=-0.000008 rms=0.001178 Jy/beam ! Combined flux in latest and established models = 0.180612 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 32 components and 0.180612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080797Jy sigma=0.000827 ! Fit after self-cal, rms=0.080794Jy sigma=0.000827 ! 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.00* FD 0.82 HN 0.94 KP 1.08 ! LA 1.16 MK 1.05 NL 0.99 OV 0.96 ! PT 0.99 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.01 KP 1.02 ! LA 1.15 MK 1.05 NL 1.08 OV 1.01 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 1.01 KP 0.93 ! LA 0.91 MK 1.07 NL 1.07 OV 0.96 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.86 HN 1.00 KP 0.92 ! LA 0.89 MK 1.05 NL 1.07 OV 0.99 ! PT 1.04 SC 0.96 ! ! ! Fit before self-cal, rms=0.080794Jy sigma=0.000827 ! Fit after self-cal, rms=0.075878Jy sigma=0.000803 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.733 mas, bmaj=7.125 mas, bpa=-7.297 degrees ! Estimated noise=576.766 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.000495115 Jy ! Component: 100 - total flux cleaned = 0.000415095 Jy ! Component: 150 - total flux cleaned = 0.000349157 Jy ! Component: 200 - total flux cleaned = 0.000270461 Jy ! Total flux subtracted in 200 components = 0.000270461 Jy ! Clean residual min=-0.003714 max=0.004192 Jy/beam ! Clean residual mean=-0.000003 rms=0.000987 Jy/beam ! Combined flux in latest and established models = 0.180882 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 43 components and 0.180882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075831Jy sigma=0.000803 ! Fit after self-cal, rms=0.075813Jy sigma=0.000802 ! 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.075813Jy sigma=0.000802 ! Fit after self-cal, rms=0.072668Jy sigma=0.000788 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.739 mas, bmaj=7.133 mas, bpa=-7.687 degrees ! Estimated noise=576.631 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000694624 Jy ! Component: 100 - total flux cleaned = -0.00074892 Jy ! Component: 150 - total flux cleaned = -0.000727573 Jy ! Component: 200 - total flux cleaned = -0.000709026 Jy ! Total flux subtracted in 200 components = -0.000709026 Jy ! Clean residual min=-0.002263 max=0.003152 Jy/beam ! Clean residual mean=-0.000010 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.180173 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 49 components and 0.180173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072647Jy sigma=0.000788 ! Fit after self-cal, rms=0.072635Jy sigma=0.000788 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-53, 63.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00305142 Jy ! Component: 100 - total flux cleaned = 0.00487497 Jy ! Component: 150 - total flux cleaned = 0.00610311 Jy ! Component: 200 - total flux cleaned = 0.00702528 Jy ! Total flux subtracted in 200 components = 0.00702528 Jy ! Clean residual min=-0.001931 max=0.002383 Jy/beam ! Clean residual mean=-0.000008 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.187198 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 83 components and 0.187198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072505Jy sigma=0.000786 ! Fit after self-cal, rms=0.072492Jy sigma=0.000786 ! Inverting map ! Added new window around map position (44.5, -99). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00180675 Jy ! Component: 100 - total flux cleaned = 0.00234961 Jy ! Component: 150 - total flux cleaned = 0.00275902 Jy ! Component: 200 - total flux cleaned = 0.00310998 Jy ! Total flux subtracted in 200 components = 0.00310998 Jy ! Clean residual min=-0.001797 max=0.002087 Jy/beam ! Clean residual mean=-0.000007 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.190308 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 105 components and 0.190308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072422Jy sigma=0.000785 ! Fit after self-cal, rms=0.072415Jy sigma=0.000785 ! 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.072415Jy sigma=0.000785 ! Fit after self-cal, rms=0.072350Jy sigma=0.000785 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.749 mas, bmaj=7.133 mas, bpa=-7.554 degrees ! Estimated noise=575.619 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000276621 Jy ! Component: 100 - total flux cleaned = 0.000511638 Jy ! Component: 150 - total flux cleaned = 0.000716178 Jy ! Component: 200 - total flux cleaned = 0.000871919 Jy ! Total flux subtracted in 200 components = 0.000871919 Jy ! Clean residual min=-0.001706 max=0.001937 Jy/beam ! Clean residual mean=-0.000004 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.19118 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 121 components and 0.19118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072323Jy sigma=0.000785 ! Fit after self-cal, rms=0.072322Jy sigma=0.000785 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 = 9.88784e-05 Jy ! Component: 100 - total flux cleaned = 0.000166758 Jy ! Component: 150 - total flux cleaned = 0.000231432 Jy ! Component: 200 - total flux cleaned = 0.000293199 Jy ! Total flux subtracted in 200 components = 0.000293199 Jy ! Clean residual min=-0.001697 max=0.001932 Jy/beam ! Clean residual mean=-0.000004 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.191474 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 131 components and 0.191474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072309Jy sigma=0.000784 ! Fit after self-cal, rms=0.072309Jy sigma=0.000784 ! 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.072309Jy sigma=0.000784 ! Fit after self-cal, rms=0.072291Jy sigma=0.000784 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.654 mas, bmaj=12.06 mas, bpa=-9.429 degrees ! Estimated noise=681.606 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000695683 Jy ! Component: 100 - total flux cleaned = 0.000863219 Jy ! Component: 150 - total flux cleaned = 0.00098657 Jy ! Component: 200 - total flux cleaned = 0.00109806 Jy ! Total flux subtracted in 200 components = 0.00109806 Jy ! Clean residual min=-0.002173 max=0.002561 Jy/beam ! Clean residual mean=-0.000004 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.192572 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 143 components and 0.192572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072286Jy sigma=0.000784 ! Fit after self-cal, rms=0.072285Jy sigma=0.000784 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 = 7.87445e-05 Jy ! Component: 100 - total flux cleaned = 0.000166663 Jy ! Component: 150 - total flux cleaned = 0.000261753 Jy ! Component: 200 - total flux cleaned = 0.000320297 Jy ! Total flux subtracted in 200 components = 0.000320297 Jy ! Clean residual min=-0.002148 max=0.002521 Jy/beam ! Clean residual mean=-0.000003 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.192892 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 148 components and 0.192892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072284Jy sigma=0.000784 ! Fit after self-cal, rms=0.072281Jy sigma=0.000784 ! 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.752 mas, bmaj=7.135 mas, bpa=-7.508 degrees ! Estimated noise=575.067 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.752 x 7.135 at -7.508 degrees (North through East) ! Clean map min=-0.0021941 max=0.16303 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.104 mas, bmaj=6.026 mas, bpa=-8.484 degrees ! Estimated noise=821.534 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.125687 Jy ! Component: 100 - total flux cleaned = 0.156092 Jy ! Component: 150 - total flux cleaned = 0.167293 Jy ! Component: 200 - total flux cleaned = 0.172985 Jy ! Total flux subtracted in 200 components = 0.172985 Jy ! Clean residual min=-0.003846 max=0.003269 Jy/beam ! Clean residual mean=-0.000012 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.172985 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.172985 Jy ! Inverting map and beam ! Estimated beam: bmin=3.752 mas, bmaj=7.135 mas, bpa=-7.508 degrees ! Estimated noise=575.067 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) ! Added new window around map position (-5, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00440839 Jy ! Component: 100 - total flux cleaned = 0.00748637 Jy ! Component: 150 - total flux cleaned = 0.00989081 Jy ! Component: 200 - total flux cleaned = 0.011458 Jy ! Total flux subtracted in 200 components = 0.011458 Jy ! Clean residual min=-0.002041 max=0.002016 Jy/beam ! Clean residual mean=-0.000008 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.184443 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 58 components and 0.184443 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.654 mas, bmaj=12.06 mas, bpa=-9.429 degrees ! Estimated noise=681.606 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00237478 Jy ! Component: 100 - total flux cleaned = 0.00352303 Jy ! Component: 150 - total flux cleaned = 0.00430953 Jy ! Component: 200 - total flux cleaned = 0.00503351 Jy ! Total flux subtracted in 200 components = 0.00503351 Jy ! Clean residual min=-0.002481 max=0.002674 Jy/beam ! Clean residual mean=-0.000007 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.189476 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.000626148 Jy ! Component: 100 - total flux cleaned = 0.00116756 Jy ! Component: 150 - total flux cleaned = 0.00160771 Jy ! Component: 200 - total flux cleaned = 0.00201949 Jy ! Total flux subtracted in 200 components = 0.00201949 Jy ! Clean residual min=-0.002340 max=0.002593 Jy/beam ! Clean residual mean=-0.000004 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.191496 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 117 components and 0.191496 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.752 mas, bmaj=7.135 mas, bpa=-7.508 degrees ! Estimated noise=575.067 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.63692e-05 Jy ! Component: 100 - total flux cleaned = -5.17659e-05 Jy ! Component: 150 - total flux cleaned = -2.08001e-05 Jy ! Component: 200 - total flux cleaned = 3.23661e-05 Jy ! Total flux subtracted in 200 components = 3.23661e-05 Jy ! Clean residual min=-0.001728 max=0.001933 Jy/beam ! Clean residual mean=-0.000002 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.191528 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 140 components and 0.191528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072250Jy sigma=0.000784 ! Fit after self-cal, rms=0.072244Jy sigma=0.000784 wmodel J1322+2148_S_2014_06_09_pus_map.mod ! Writing 140 model components to file: J1322+2148_S_2014_06_09_pus_map.mod wobs J1322+2148_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1322+2148_S_2014_06_09_pus_uvs.fits wwins J1322+2148_S_2014_06_09_pus_map.win ! wwins: Wrote 4 windows to J1322+2148_S_2014_06_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.00041893 Jy ! Component: 100 - total flux cleaned = 0.000686181 Jy ! Component: 150 - total flux cleaned = 0.000686521 Jy ! Component: 200 - total flux cleaned = 0.00063369 Jy ! Component: 250 - total flux cleaned = 0.00065899 Jy ! Component: 300 - total flux cleaned = 0.000584944 Jy ! Component: 350 - total flux cleaned = 0.000513264 Jy ! Component: 400 - total flux cleaned = 0.000419594 Jy ! Component: 450 - total flux cleaned = 0.000328743 Jy ! Component: 500 - total flux cleaned = 0.000306937 Jy ! Component: 550 - total flux cleaned = 0.000241995 Jy ! Component: 600 - total flux cleaned = 0.00024191 Jy ! Component: 650 - total flux cleaned = 0.000221218 Jy ! Component: 700 - total flux cleaned = 0.000160013 Jy ! Component: 750 - total flux cleaned = 0.000180144 Jy ! Component: 800 - total flux cleaned = 0.000121325 Jy ! Component: 850 - total flux cleaned = 0.000102107 Jy ! Component: 900 - total flux cleaned = 0.000102354 Jy ! Component: 950 - total flux cleaned = 0.000102506 Jy ! Component: 1000 - total flux cleaned = 6.58021e-05 Jy ! Component: 1050 - total flux cleaned = 1.21299e-05 Jy ! Component: 1100 - total flux cleaned = -5.41485e-06 Jy ! Component: 1150 - total flux cleaned = -7.48105e-05 Jy ! Component: 1200 - total flux cleaned = -9.1688e-05 Jy ! Component: 1250 - total flux cleaned = -9.16294e-05 Jy ! Component: 1300 - total flux cleaned = -0.000157939 Jy ! Component: 1350 - total flux cleaned = -0.000174171 Jy ! Component: 1400 - total flux cleaned = -0.000270581 Jy ! Component: 1450 - total flux cleaned = -0.000286571 Jy ! Component: 1500 - total flux cleaned = -0.00039582 Jy ! Component: 1550 - total flux cleaned = -0.000441652 Jy ! Component: 1600 - total flux cleaned = -0.000441495 Jy ! Component: 1650 - total flux cleaned = -0.000516421 Jy ! Component: 1700 - total flux cleaned = -0.000605125 Jy ! Component: 1750 - total flux cleaned = -0.000619448 Jy ! Component: 1800 - total flux cleaned = -0.000633622 Jy ! Component: 1850 - total flux cleaned = -0.000676401 Jy ! Component: 1900 - total flux cleaned = -0.000718241 Jy ! Component: 1950 - total flux cleaned = -0.000704201 Jy ! Component: 2000 - total flux cleaned = -0.000717937 Jy ! Component: 2050 - total flux cleaned = -0.000744994 Jy ! Component: 2100 - total flux cleaned = -0.000731501 Jy ! Component: 2150 - total flux cleaned = -0.000744871 Jy ! Component: 2200 - total flux cleaned = -0.000810113 Jy ! Component: 2250 - total flux cleaned = -0.000822762 Jy ! Component: 2300 - total flux cleaned = -0.00087359 Jy ! Component: 2350 - total flux cleaned = -0.000860845 Jy ! Component: 2400 - total flux cleaned = -0.000860842 Jy ! Component: 2450 - total flux cleaned = -0.00084864 Jy ! Component: 2500 - total flux cleaned = -0.000860935 Jy ! Component: 2550 - total flux cleaned = -0.000849105 Jy ! Component: 2600 - total flux cleaned = -0.000825394 Jy ! Component: 2650 - total flux cleaned = -0.000837329 Jy ! Component: 2700 - total flux cleaned = -0.000825497 Jy ! Component: 2750 - total flux cleaned = -0.000802343 Jy ! Component: 2800 - total flux cleaned = -0.000779317 Jy ! Component: 2850 - total flux cleaned = -0.000767811 Jy ! Component: 2900 - total flux cleaned = -0.000767974 Jy ! Component: 2950 - total flux cleaned = -0.000767822 Jy ! Component: 3000 - total flux cleaned = -0.000745529 Jy ! Component: 3050 - total flux cleaned = -0.000657306 Jy ! Component: 3100 - total flux cleaned = -0.000668299 Jy ! Component: 3150 - total flux cleaned = -0.000635794 Jy ! Component: 3200 - total flux cleaned = -0.000582038 Jy ! Component: 3250 - total flux cleaned = -0.000571436 Jy ! Component: 3300 - total flux cleaned = -0.000560863 Jy ! Component: 3350 - total flux cleaned = -0.000518855 Jy ! Component: 3400 - total flux cleaned = -0.000508502 Jy ! Component: 3450 - total flux cleaned = -0.000477611 Jy ! Component: 3500 - total flux cleaned = -0.000446664 Jy ! Component: 3550 - total flux cleaned = -0.000467012 Jy ! Component: 3600 - total flux cleaned = -0.000416322 Jy ! Component: 3650 - total flux cleaned = -0.000436509 Jy ! Component: 3700 - total flux cleaned = -0.000406535 Jy ! Component: 3750 - total flux cleaned = -0.000406619 Jy ! Component: 3800 - total flux cleaned = -0.000386931 Jy ! Component: 3850 - total flux cleaned = -0.000377163 Jy ! Component: 3900 - total flux cleaned = -0.000367536 Jy ! Component: 3950 - total flux cleaned = -0.000319385 Jy ! Component: 4000 - total flux cleaned = -0.000357717 Jy ! Component: 4050 - total flux cleaned = -0.000338627 Jy ! Total flux subtracted in 4096 components = -0.000319767 Jy ! Clean residual min=-0.000550 max=0.000593 Jy/beam ! Clean residual mean=-0.000002 rms=0.000177 Jy/beam ! Combined flux in latest and established models = 0.191209 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 453 components and 0.191209 Jy ![Exited script file: muppet] wmap "J1322+2148_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.752 x 7.135 at -7.508 degrees (North through East) ! Clean map min=-0.0018235 max=0.16276 Jy/beam ! Writing clean map to FITS file: J1322+2148_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.162763 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000175379 device "J1322+2148_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1322+2148_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.323254 0.323254 0.646508 1.29302 2.58603 5.17206 10.3441 20.6882 41.3765 82.753 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.162 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.752 x 7.135 at -7.508 degrees (North through East) ! Clean map min=-0.0018235 max=0.16276 Jy/beam quit ! Quitting program ! Log file J1322+2148_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:54:38 2016