! Started logfile: J0030+7037_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:49:36 2016 obs J0030+7037_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0030+7037_S_2014_08_09_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.734893 visibilities/baseline/integration-bin. ! Found source: J0030+7037 ! ! 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 342 lines of history. ! ! Reading 7540 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 J0030+7037_S_2014_08_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 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.697121Jy sigma=0.007946 ! Fit after self-cal, rms=0.683703Jy sigma=0.007814 ! 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.64 mas, bmaj=6.909 mas, bpa=59.96 degrees ! Estimated noise=995.349 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.246393 Jy ! Component: 100 - total flux cleaned = 0.301966 Jy ! Total flux subtracted in 100 components = 0.301966 Jy ! Clean residual min=-0.009498 max=0.019756 Jy/beam ! Clean residual mean=-0.000090 rms=0.002648 Jy/beam ! Combined flux in latest and established models = 0.301966 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.301966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089646Jy sigma=0.000931 ! Fit after self-cal, rms=0.089637Jy sigma=0.000931 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.021297 Jy ! Component: 100 - total flux cleaned = 0.0327842 Jy ! Total flux subtracted in 100 components = 0.0327842 Jy ! Clean residual min=-0.008556 max=0.007537 Jy/beam ! Clean residual mean=-0.000033 rms=0.001836 Jy/beam ! Combined flux in latest and established models = 0.334751 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 24 components and 0.334751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083328Jy sigma=0.000871 ! Fit after self-cal, rms=0.083268Jy sigma=0.000871 ! 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=4.415 mas, bmaj=7.828 mas, bpa=64.07 degrees ! Estimated noise=727.895 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 (-6.5, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00913769 Jy ! Component: 100 - total flux cleaned = 0.0147211 Jy ! Component: 150 - total flux cleaned = 0.0188043 Jy ! Component: 200 - total flux cleaned = 0.0218766 Jy ! Total flux subtracted in 200 components = 0.0218766 Jy ! Clean residual min=-0.007305 max=0.005956 Jy/beam ! Clean residual mean=0.000016 rms=0.001349 Jy/beam ! Combined flux in latest and established models = 0.356627 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 69 components and 0.356627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081831Jy sigma=0.000860 ! Fit after self-cal, rms=0.081792Jy sigma=0.000859 ! 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 0.98 FD 0.86 HN 0.95 KP 1.06 ! LA 1.11 MK 1.00* NL 0.97 OV 0.99 ! PT 1.04 SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.04 HN 1.03 KP 1.02 ! LA 1.07 MK 1.00* NL 1.02 OV 1.01 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.18 HN 1.06 KP 0.90 ! LA 0.84 MK 1.00* NL 1.00 OV 0.95 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.12 HN 0.99 KP 0.86 ! LA 0.81 MK 1.00* NL 1.08 OV 1.00 ! PT 1.02 SC 0.98 ! ! ! Fit before self-cal, rms=0.081792Jy sigma=0.000859 ! Fit after self-cal, rms=0.071435Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.42 mas, bmaj=7.838 mas, bpa=64.07 degrees ! Estimated noise=726.314 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.000965384 Jy ! Component: 100 - total flux cleaned = 0.00128078 Jy ! Component: 150 - total flux cleaned = 0.00150086 Jy ! Component: 200 - total flux cleaned = 0.00150068 Jy ! Total flux subtracted in 200 components = 0.00150068 Jy ! Clean residual min=-0.002190 max=0.002500 Jy/beam ! Clean residual mean=0.000014 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.358128 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 91 components and 0.358128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071369Jy sigma=0.000769 ! Fit after self-cal, rms=0.071359Jy sigma=0.000769 ! 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.071359Jy sigma=0.000769 ! Fit after self-cal, rms=0.071166Jy sigma=0.000767 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.416 mas, bmaj=7.843 mas, bpa=63.87 degrees ! Estimated noise=726.336 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000558151 Jy ! Component: 100 - total flux cleaned = -0.000659765 Jy ! Component: 150 - total flux cleaned = -0.000659973 Jy ! Component: 200 - total flux cleaned = -0.000634186 Jy ! Total flux subtracted in 200 components = -0.000634186 Jy ! Clean residual min=-0.002060 max=0.001963 Jy/beam ! Clean residual mean=0.000005 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.357494 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 108 components and 0.357494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071139Jy sigma=0.000766 ! Fit after self-cal, rms=0.071138Jy sigma=0.000766 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 = 1.46279e-05 Jy ! Component: 100 - total flux cleaned = 5.94678e-05 Jy ! Component: 150 - total flux cleaned = 8.01586e-05 Jy ! Component: 200 - total flux cleaned = 8.02639e-05 Jy ! Total flux subtracted in 200 components = 8.02639e-05 Jy ! Clean residual min=-0.002008 max=0.001976 Jy/beam ! Clean residual mean=0.000004 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.357574 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 118 components and 0.357574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071126Jy sigma=0.000766 ! Fit after self-cal, rms=0.071125Jy sigma=0.000766 ! 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.071125Jy sigma=0.000766 ! Fit after self-cal, rms=0.071126Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.416 mas, bmaj=7.846 mas, bpa=63.82 degrees ! Estimated noise=726.069 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000505727 Jy ! Component: 100 - total flux cleaned = -0.000506469 Jy ! Component: 150 - total flux cleaned = -0.000506753 Jy ! Component: 200 - total flux cleaned = -0.00050667 Jy ! Total flux subtracted in 200 components = -0.00050667 Jy ! Clean residual min=-0.001998 max=0.001943 Jy/beam ! Clean residual mean=0.000005 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.357067 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 123 components and 0.357067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071115Jy sigma=0.000766 ! Fit after self-cal, rms=0.071115Jy sigma=0.000766 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.08174e-05 Jy ! Component: 100 - total flux cleaned = -4.11758e-05 Jy ! Component: 150 - total flux cleaned = -5.64536e-05 Jy ! Component: 200 - total flux cleaned = -4.29137e-05 Jy ! Total flux subtracted in 200 components = -4.29137e-05 Jy ! Clean residual min=-0.001962 max=0.001947 Jy/beam ! Clean residual mean=0.000004 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.357025 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 128 components and 0.357025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071109Jy sigma=0.000766 ! Fit after self-cal, rms=0.071108Jy sigma=0.000766 ! 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.071108Jy sigma=0.000766 ! Fit after self-cal, rms=0.071103Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.003 mas, bmaj=10.82 mas, bpa=73.26 degrees ! Estimated noise=840.804 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000183761 Jy ! Component: 100 - total flux cleaned = -0.000253401 Jy ! Component: 150 - total flux cleaned = -0.000283109 Jy ! Component: 200 - total flux cleaned = -0.000283031 Jy ! Total flux subtracted in 200 components = -0.000283031 Jy ! Clean residual min=-0.002337 max=0.001936 Jy/beam ! Clean residual mean=0.000010 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.356742 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 144 components and 0.356742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071101Jy sigma=0.000766 ! Fit after self-cal, rms=0.071101Jy sigma=0.000766 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.13372e-05 Jy ! Component: 100 - total flux cleaned = -3.89981e-05 Jy ! Component: 150 - total flux cleaned = -4.69322e-05 Jy ! Component: 200 - total flux cleaned = -4.70393e-05 Jy ! Total flux subtracted in 200 components = -4.70393e-05 Jy ! Clean residual min=-0.002342 max=0.001946 Jy/beam ! Clean residual mean=0.000010 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.356695 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 151 components and 0.356695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071099Jy sigma=0.000766 ! Fit after self-cal, rms=0.071099Jy sigma=0.000766 ! 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=4.416 mas, bmaj=7.847 mas, bpa=63.79 degrees ! Estimated noise=725.89 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.416 x 7.847 at 63.79 degrees (North through East) ! Clean map min=-0.0019068 max=0.31638 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.634 mas, bmaj=6.92 mas, bpa=59.64 degrees ! Estimated noise=984.858 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.243713 Jy ! Component: 100 - total flux cleaned = 0.298696 Jy ! Component: 150 - total flux cleaned = 0.319761 Jy ! Component: 200 - total flux cleaned = 0.330911 Jy ! Total flux subtracted in 200 components = 0.330911 Jy ! Clean residual min=-0.004351 max=0.005668 Jy/beam ! Clean residual mean=-0.000039 rms=0.001077 Jy/beam ! Combined flux in latest and established models = 0.330911 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.330911 Jy ! Inverting map and beam ! Estimated beam: bmin=4.416 mas, bmaj=7.847 mas, bpa=63.79 degrees ! Estimated noise=725.89 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.00863033 Jy ! Component: 100 - total flux cleaned = 0.0138796 Jy ! Component: 150 - total flux cleaned = 0.0175102 Jy ! Component: 200 - total flux cleaned = 0.0201257 Jy ! Total flux subtracted in 200 components = 0.0201257 Jy ! Clean residual min=-0.002393 max=0.002524 Jy/beam ! Clean residual mean=-0.000010 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.351037 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 62 components and 0.351037 Jy ! Inverting map ! Added new window around map position (-59, -114). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00180052 Jy ! Component: 100 - total flux cleaned = 0.00263764 Jy ! Component: 150 - total flux cleaned = 0.00328105 Jy ! Component: 200 - total flux cleaned = 0.00387832 Jy ! Total flux subtracted in 200 components = 0.00387832 Jy ! Clean residual min=-0.002025 max=0.001991 Jy/beam ! Clean residual mean=-0.000004 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.354915 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 77 components and 0.354915 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=8.003 mas, bmaj=10.82 mas, bpa=73.26 degrees ! Estimated noise=840.804 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00103168 Jy ! Component: 100 - total flux cleaned = 0.00123403 Jy ! Component: 150 - total flux cleaned = 0.0013701 Jy ! Component: 200 - total flux cleaned = 0.00151973 Jy ! Total flux subtracted in 200 components = 0.00151973 Jy ! Clean residual min=-0.002179 max=0.001908 Jy/beam ! Clean residual mean=0.000001 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.356435 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.000157748 Jy ! Component: 100 - total flux cleaned = 0.000260143 Jy ! Component: 150 - total flux cleaned = 0.000372727 Jy ! Component: 200 - total flux cleaned = 0.000424799 Jy ! Total flux subtracted in 200 components = 0.000424799 Jy ! Clean residual min=-0.002170 max=0.001864 Jy/beam ! Clean residual mean=0.000002 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.35686 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 127 components and 0.35686 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.416 mas, bmaj=7.847 mas, bpa=63.79 degrees ! Estimated noise=725.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000284979 Jy ! Component: 100 - total flux cleaned = -0.000286004 Jy ! Component: 150 - total flux cleaned = -0.00023057 Jy ! Component: 200 - total flux cleaned = -0.000205342 Jy ! Total flux subtracted in 200 components = -0.000205342 Jy ! Clean residual min=-0.001840 max=0.001903 Jy/beam ! Clean residual mean=-0.000002 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.356654 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 146 components and 0.356654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071066Jy sigma=0.000766 ! Fit after self-cal, rms=0.071062Jy sigma=0.000766 wmodel J0030+7037_S_2014_08_09_pus_map.mod ! Writing 146 model components to file: J0030+7037_S_2014_08_09_pus_map.mod wobs J0030+7037_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0030+7037_S_2014_08_09_pus_uvs.fits wwins J0030+7037_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J0030+7037_S_2014_08_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.000236224 Jy ! Component: 100 - total flux cleaned = -0.000300821 Jy ! Component: 150 - total flux cleaned = -0.000178115 Jy ! Component: 200 - total flux cleaned = 8.65347e-05 Jy ! Component: 250 - total flux cleaned = 0.000257421 Jy ! Component: 300 - total flux cleaned = 0.000423746 Jy ! Component: 350 - total flux cleaned = 0.000612537 Jy ! Component: 400 - total flux cleaned = 0.000717779 Jy ! Component: 450 - total flux cleaned = 0.000768579 Jy ! Component: 500 - total flux cleaned = 0.000818963 Jy ! Component: 550 - total flux cleaned = 0.00091701 Jy ! Component: 600 - total flux cleaned = 0.00103659 Jy ! Component: 650 - total flux cleaned = 0.0011072 Jy ! Component: 700 - total flux cleaned = 0.00122247 Jy ! Component: 750 - total flux cleaned = 0.00131283 Jy ! Component: 800 - total flux cleaned = 0.0013793 Jy ! Component: 850 - total flux cleaned = 0.00148798 Jy ! Component: 900 - total flux cleaned = 0.00159428 Jy ! Component: 950 - total flux cleaned = 0.00161486 Jy ! Component: 1000 - total flux cleaned = 0.00159421 Jy ! Component: 1050 - total flux cleaned = 0.00165502 Jy ! Component: 1100 - total flux cleaned = 0.00169489 Jy ! Component: 1150 - total flux cleaned = 0.00175324 Jy ! Component: 1200 - total flux cleaned = 0.00181056 Jy ! Component: 1250 - total flux cleaned = 0.00175396 Jy ! Component: 1300 - total flux cleaned = 0.0018102 Jy ! Component: 1350 - total flux cleaned = 0.00184663 Jy ! Component: 1400 - total flux cleaned = 0.00184675 Jy ! Component: 1450 - total flux cleaned = 0.00184695 Jy ! Component: 1500 - total flux cleaned = 0.0018469 Jy ! Component: 1550 - total flux cleaned = 0.00182928 Jy ! Component: 1600 - total flux cleaned = 0.00176089 Jy ! Component: 1650 - total flux cleaned = 0.0017775 Jy ! Component: 1700 - total flux cleaned = 0.00167753 Jy ! Component: 1750 - total flux cleaned = 0.00167742 Jy ! Component: 1800 - total flux cleaned = 0.00166126 Jy ! Component: 1850 - total flux cleaned = 0.00162894 Jy ! Component: 1900 - total flux cleaned = 0.00159705 Jy ! Component: 1950 - total flux cleaned = 0.00150297 Jy ! Component: 2000 - total flux cleaned = 0.00151843 Jy ! Component: 2050 - total flux cleaned = 0.00145676 Jy ! Component: 2100 - total flux cleaned = 0.00141132 Jy ! Component: 2150 - total flux cleaned = 0.00138137 Jy ! Component: 2200 - total flux cleaned = 0.00142605 Jy ! Component: 2250 - total flux cleaned = 0.00141135 Jy ! Component: 2300 - total flux cleaned = 0.00138207 Jy ! Component: 2350 - total flux cleaned = 0.00133876 Jy ! Component: 2400 - total flux cleaned = 0.00136743 Jy ! Component: 2450 - total flux cleaned = 0.00136749 Jy ! Component: 2500 - total flux cleaned = 0.00138154 Jy ! Component: 2550 - total flux cleaned = 0.00133997 Jy ! Component: 2600 - total flux cleaned = 0.00135389 Jy ! Component: 2650 - total flux cleaned = 0.00136755 Jy ! Component: 2700 - total flux cleaned = 0.00140795 Jy ! Component: 2750 - total flux cleaned = 0.0013944 Jy ! Component: 2800 - total flux cleaned = 0.00135436 Jy ! Component: 2850 - total flux cleaned = 0.00130187 Jy ! Component: 2900 - total flux cleaned = 0.00132799 Jy ! Component: 2950 - total flux cleaned = 0.00130228 Jy ! Component: 3000 - total flux cleaned = 0.0012766 Jy ! Component: 3050 - total flux cleaned = 0.00126377 Jy ! Component: 3100 - total flux cleaned = 0.00123837 Jy ! Component: 3150 - total flux cleaned = 0.00122594 Jy ! Component: 3200 - total flux cleaned = 0.0012634 Jy ! Component: 3250 - total flux cleaned = 0.00121385 Jy ! Component: 3300 - total flux cleaned = 0.00118944 Jy ! Component: 3350 - total flux cleaned = 0.00123829 Jy ! Component: 3400 - total flux cleaned = 0.00121403 Jy ! Component: 3450 - total flux cleaned = 0.00121407 Jy ! Component: 3500 - total flux cleaned = 0.0012259 Jy ! Component: 3550 - total flux cleaned = 0.00122589 Jy ! Component: 3600 - total flux cleaned = 0.00122591 Jy ! Component: 3650 - total flux cleaned = 0.00126085 Jy ! Component: 3700 - total flux cleaned = 0.00124927 Jy ! Component: 3750 - total flux cleaned = 0.00124939 Jy ! Component: 3800 - total flux cleaned = 0.00123795 Jy ! Component: 3850 - total flux cleaned = 0.00126067 Jy ! Component: 3900 - total flux cleaned = 0.00123798 Jy ! Component: 3950 - total flux cleaned = 0.00122674 Jy ! Component: 4000 - total flux cleaned = 0.00121564 Jy ! Component: 4050 - total flux cleaned = 0.00120449 Jy ! Total flux subtracted in 4096 components = 0.00120457 Jy ! Clean residual min=-0.000821 max=0.000608 Jy/beam ! Clean residual mean=-0.000002 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.357859 Jy keep ! Adding 267 model components to the UV plane model. ! The established model now contains 413 components and 0.357859 Jy ![Exited script file: muppet] wmap "J0030+7037_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.416 x 7.847 at 63.79 degrees (North through East) ! Clean map min=-0.0015502 max=0.31663 Jy/beam ! Writing clean map to FITS file: J0030+7037_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.316628 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000200798 device "J0030+7037_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0030+7037_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.190253 0.190253 0.380506 0.761012 1.52202 3.04405 6.08809 12.1762 24.3524 48.7048 97.4095 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.316 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.416 x 7.847 at 63.79 degrees (North through East) ! Clean map min=-0.0015502 max=0.31663 Jy/beam quit ! Quitting program ! Log file J0030+7037_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:49:41 2016