! Started logfile: J0914+0245_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:49:53 2016 obs J0914+0245_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0914+0245_S_2014_06_09_pus_uva.fits ! AN table 1: 29 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.749425 visibilities/baseline/integration-bin. ! Found source: J0914+0245 ! ! 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 3912 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 J0914+0245_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 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.419595Jy sigma=0.004628 ! Fit after self-cal, rms=0.380625Jy sigma=0.004234 ! 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.619 mas, bmaj=7.677 mas, bpa=-6.285 degrees ! Estimated noise=1280.47 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.483225 Jy ! Component: 100 - total flux cleaned = 0.594288 Jy ! Total flux subtracted in 100 components = 0.594288 Jy ! Clean residual min=-0.016499 max=0.041951 Jy/beam ! Clean residual mean=-0.000010 rms=0.004783 Jy/beam ! Combined flux in latest and established models = 0.594288 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.594288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144848Jy sigma=0.001333 ! Fit after self-cal, rms=0.144831Jy sigma=0.001333 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0444238 Jy ! Component: 100 - total flux cleaned = 0.0666046 Jy ! Total flux subtracted in 100 components = 0.0666046 Jy ! Clean residual min=-0.012301 max=0.014711 Jy/beam ! Clean residual mean=-0.000001 rms=0.003273 Jy/beam ! Combined flux in latest and established models = 0.660893 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 19 components and 0.660893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124227Jy sigma=0.001143 ! Fit after self-cal, rms=0.124182Jy sigma=0.001143 ! 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.146 mas, bmaj=8.577 mas, bpa=-6.179 degrees ! Estimated noise=1057.36 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.018839 Jy ! Component: 100 - total flux cleaned = 0.0290131 Jy ! Component: 150 - total flux cleaned = 0.0348653 Jy ! Component: 200 - total flux cleaned = 0.0373832 Jy ! Total flux subtracted in 200 components = 0.0373832 Jy ! Clean residual min=-0.017732 max=0.013177 Jy/beam ! Clean residual mean=0.000001 rms=0.003540 Jy/beam ! Combined flux in latest and established models = 0.698276 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 44 components and 0.698276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119581Jy sigma=0.001126 ! Fit after self-cal, rms=0.119524Jy sigma=0.001126 ! 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.80 HN 0.99 KP 1.05 ! LA 1.20 MK 0.98 NL 1.00 OV 0.99 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.04 KP 1.03 ! LA 1.15 MK 0.99 NL 1.05 OV 1.03 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.08 HN 1.01 KP 0.93 ! LA 0.91 MK 1.02 NL 1.01 OV 0.95 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.86 HN 1.01 KP 0.90 ! LA 0.88 MK 1.00 NL 1.09 OV 1.02 ! PT 1.03 SC 0.99 ! ! ! Fit before self-cal, rms=0.119524Jy sigma=0.001126 ! Fit after self-cal, rms=0.086552Jy sigma=0.000866 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.151 mas, bmaj=8.615 mas, bpa=-6.178 degrees ! Estimated noise=1058.36 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.000103649 Jy ! Component: 100 - total flux cleaned = 0.000505073 Jy ! Component: 150 - total flux cleaned = 0.00056256 Jy ! Component: 200 - total flux cleaned = 0.00061723 Jy ! Total flux subtracted in 200 components = 0.00061723 Jy ! Clean residual min=-0.009427 max=0.007787 Jy/beam ! Clean residual mean=-0.000002 rms=0.002244 Jy/beam ! Combined flux in latest and established models = 0.698894 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 53 components and 0.698894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086437Jy sigma=0.000865 ! Fit after self-cal, rms=0.086398Jy sigma=0.000865 ! 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.086398Jy sigma=0.000865 ! Fit after self-cal, rms=0.076023Jy sigma=0.000780 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.149 mas, bmaj=8.615 mas, bpa=-6.159 degrees ! Estimated noise=1057.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00131899 Jy ! Component: 100 - total flux cleaned = -0.00109867 Jy ! Component: 150 - total flux cleaned = -0.00109862 Jy ! Component: 200 - total flux cleaned = -0.00109692 Jy ! Total flux subtracted in 200 components = -0.00109692 Jy ! Clean residual min=-0.004020 max=0.005645 Jy/beam ! Clean residual mean=0.000000 rms=0.000958 Jy/beam ! Combined flux in latest and established models = 0.697797 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 56 components and 0.697797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075954Jy sigma=0.000779 ! Fit after self-cal, rms=0.075944Jy sigma=0.000779 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 (1.5, 12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0049645 Jy ! Component: 100 - total flux cleaned = 0.00722771 Jy ! Component: 150 - total flux cleaned = 0.00767864 Jy ! Component: 200 - total flux cleaned = 0.00762793 Jy ! Total flux subtracted in 200 components = 0.00762793 Jy ! Clean residual min=-0.003594 max=0.003039 Jy/beam ! Clean residual mean=0.000002 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.705425 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 76 components and 0.705425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075606Jy sigma=0.000775 ! Fit after self-cal, rms=0.075587Jy sigma=0.000775 ! 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.075587Jy sigma=0.000775 ! Fit after self-cal, rms=0.075450Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.149 mas, bmaj=8.605 mas, bpa=-6.122 degrees ! Estimated noise=1057.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134703 Jy ! Component: 100 - total flux cleaned = 0.00190878 Jy ! Component: 150 - total flux cleaned = 0.00218257 Jy ! Component: 200 - total flux cleaned = 0.00224737 Jy ! Total flux subtracted in 200 components = 0.00224737 Jy ! Clean residual min=-0.003535 max=0.002876 Jy/beam ! Clean residual mean=0.000001 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.707672 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 85 components and 0.707672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075385Jy sigma=0.000774 ! Fit after self-cal, rms=0.075378Jy sigma=0.000774 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.000253908 Jy ! Component: 100 - total flux cleaned = 0.000374158 Jy ! Component: 150 - total flux cleaned = 0.000451067 Jy ! Component: 200 - total flux cleaned = 0.000520954 Jy ! Total flux subtracted in 200 components = 0.000520954 Jy ! Clean residual min=-0.003557 max=0.002809 Jy/beam ! Clean residual mean=0.000001 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.708193 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 99 components and 0.708193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075356Jy sigma=0.000774 ! Fit after self-cal, rms=0.075356Jy sigma=0.000774 ! 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.075356Jy sigma=0.000774 ! Fit after self-cal, rms=0.075300Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.6 mas, bmaj=14.71 mas, bpa=-9.506 degrees ! Estimated noise=1330.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000599772 Jy ! Component: 100 - total flux cleaned = 0.000866507 Jy ! Component: 150 - total flux cleaned = 0.000950373 Jy ! Component: 200 - total flux cleaned = 0.000894171 Jy ! Total flux subtracted in 200 components = 0.000894171 Jy ! Clean residual min=-0.003431 max=0.002838 Jy/beam ! Clean residual mean=0.000002 rms=0.000875 Jy/beam ! Combined flux in latest and established models = 0.709087 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 104 components and 0.709087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075298Jy sigma=0.000774 ! Fit after self-cal, rms=0.075296Jy sigma=0.000774 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.000180982 Jy ! Component: 100 - total flux cleaned = 0.000286683 Jy ! Component: 150 - total flux cleaned = 0.000302166 Jy ! Component: 200 - total flux cleaned = 0.000329262 Jy ! Total flux subtracted in 200 components = 0.000329262 Jy ! Clean residual min=-0.003402 max=0.002796 Jy/beam ! Clean residual mean=0.000002 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.709417 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 114 components and 0.709417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075302Jy sigma=0.000774 ! Fit after self-cal, rms=0.075304Jy sigma=0.000774 ! 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.15 mas, bmaj=8.6 mas, bpa=-6.096 degrees ! Estimated noise=1057.23 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.15 x 8.6 at -6.096 degrees (North through East) ! Clean map min=-0.0033971 max=0.62952 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.075304Jy sigma=0.000774 ! Fit after self-cal, rms=0.070563Jy sigma=0.000720 ! Inverting map and beam ! Estimated beam: bmin=3.152 mas, bmaj=8.592 mas, bpa=-6.037 degrees ! Estimated noise=1057.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000415328 Jy ! Component: 100 - total flux cleaned = 0.0003541 Jy ! Component: 150 - total flux cleaned = 0.000329025 Jy ! Component: 200 - total flux cleaned = 0.000353003 Jy ! Total flux subtracted in 200 components = 0.000353003 Jy ! Clean residual min=-0.003575 max=0.002706 Jy/beam ! Clean residual mean=0.000000 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.709769 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 128 components and 0.709769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070535Jy sigma=0.000720 ! Fit after self-cal, rms=0.070537Jy sigma=0.000720 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000109475 Jy ! Component: 100 - total flux cleaned = 6.99409e-05 Jy ! Component: 150 - total flux cleaned = 5.14156e-05 Jy ! Component: 200 - total flux cleaned = 1.67265e-05 Jy ! Total flux subtracted in 200 components = 1.67265e-05 Jy ! Clean residual min=-0.003600 max=0.002692 Jy/beam ! Clean residual mean=0.000000 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.709786 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 142 components and 0.709786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070525Jy sigma=0.000720 ! Fit after self-cal, rms=0.070526Jy sigma=0.000720 ! 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.070526Jy sigma=0.000720 ! Fit after self-cal, rms=0.070526Jy sigma=0.000720 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.623 mas, bmaj=7.68 mas, bpa=-6.151 degrees ! Estimated noise=1279.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.482839 Jy ! Component: 100 - total flux cleaned = 0.593295 Jy ! Component: 150 - total flux cleaned = 0.636858 Jy ! Component: 200 - total flux cleaned = 0.658996 Jy ! Total flux subtracted in 200 components = 0.658996 Jy ! Clean residual min=-0.005413 max=0.011041 Jy/beam ! Clean residual mean=-0.000004 rms=0.001641 Jy/beam ! Combined flux in latest and established models = 0.658997 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.658997 Jy ! Inverting map and beam ! Estimated beam: bmin=3.153 mas, bmaj=8.593 mas, bpa=-6.031 degrees ! Estimated noise=1057.41 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.0192415 Jy ! Component: 100 - total flux cleaned = 0.0300502 Jy ! Component: 150 - total flux cleaned = 0.03664 Jy ! Component: 200 - total flux cleaned = 0.0408246 Jy ! Total flux subtracted in 200 components = 0.0408246 Jy ! Clean residual min=-0.004257 max=0.002946 Jy/beam ! Clean residual mean=-0.000002 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.699821 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 69 components and 0.699821 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.601 mas, bmaj=14.7 mas, bpa=-9.478 degrees ! Estimated noise=1329.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00420153 Jy ! Component: 100 - total flux cleaned = 0.00641148 Jy ! Component: 150 - total flux cleaned = 0.00783211 Jy ! Component: 200 - total flux cleaned = 0.0087741 Jy ! Total flux subtracted in 200 components = 0.0087741 Jy ! Clean residual min=-0.003482 max=0.002552 Jy/beam ! Clean residual mean=0.000001 rms=0.000857 Jy/beam ! Combined flux in latest and established models = 0.708595 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.000630508 Jy ! Component: 100 - total flux cleaned = 0.00105284 Jy ! Component: 150 - total flux cleaned = 0.00117838 Jy ! Component: 200 - total flux cleaned = 0.00127041 Jy ! Total flux subtracted in 200 components = 0.00127041 Jy ! Clean residual min=-0.003335 max=0.002627 Jy/beam ! Clean residual mean=0.000002 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.709866 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 133 components and 0.709866 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.153 mas, bmaj=8.593 mas, bpa=-6.031 degrees ! Estimated noise=1057.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.83084e-05 Jy ! Component: 100 - total flux cleaned = -5.54098e-05 Jy ! Component: 150 - total flux cleaned = 9.94774e-05 Jy ! Component: 200 - total flux cleaned = 0.000228775 Jy ! Total flux subtracted in 200 components = 0.000228775 Jy ! Clean residual min=-0.003649 max=0.002659 Jy/beam ! Clean residual mean=0.000000 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.710094 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 144 components and 0.710094 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070531Jy sigma=0.000720 ! Fit after self-cal, rms=0.070530Jy sigma=0.000720 wmodel J0914+0245_S_2014_06_09_pus_map.mod ! Writing 144 model components to file: J0914+0245_S_2014_06_09_pus_map.mod wobs J0914+0245_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0914+0245_S_2014_06_09_pus_uvs.fits wwins J0914+0245_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J0914+0245_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.00154877 Jy ! Component: 100 - total flux cleaned = -0.00266389 Jy ! Component: 150 - total flux cleaned = -0.00309668 Jy ! Component: 200 - total flux cleaned = -0.0035499 Jy ! Component: 250 - total flux cleaned = -0.0036804 Jy ! Component: 300 - total flux cleaned = -0.00376259 Jy ! Component: 350 - total flux cleaned = -0.00372101 Jy ! Component: 400 - total flux cleaned = -0.00368009 Jy ! Component: 450 - total flux cleaned = -0.00367904 Jy ! Component: 500 - total flux cleaned = -0.00367897 Jy ! Component: 550 - total flux cleaned = -0.00371485 Jy ! Component: 600 - total flux cleaned = -0.00367845 Jy ! Component: 650 - total flux cleaned = -0.00367793 Jy ! Component: 700 - total flux cleaned = -0.00357434 Jy ! Component: 750 - total flux cleaned = -0.00360824 Jy ! Component: 800 - total flux cleaned = -0.00364101 Jy ! Component: 850 - total flux cleaned = -0.0035756 Jy ! Component: 900 - total flux cleaned = -0.00367174 Jy ! Component: 950 - total flux cleaned = -0.00367148 Jy ! Component: 1000 - total flux cleaned = -0.00395072 Jy ! Component: 1050 - total flux cleaned = -0.00410405 Jy ! Component: 1100 - total flux cleaned = -0.00434541 Jy ! Component: 1150 - total flux cleaned = -0.00449389 Jy ! Component: 1200 - total flux cleaned = -0.0045524 Jy ! Component: 1250 - total flux cleaned = -0.00469717 Jy ! Component: 1300 - total flux cleaned = -0.00486888 Jy ! Component: 1350 - total flux cleaned = -0.00495298 Jy ! Component: 1400 - total flux cleaned = -0.00492527 Jy ! Component: 1450 - total flux cleaned = -0.00520179 Jy ! Component: 1500 - total flux cleaned = -0.00533857 Jy ! Component: 1550 - total flux cleaned = -0.00539244 Jy ! Component: 1600 - total flux cleaned = -0.00547276 Jy ! Component: 1650 - total flux cleaned = -0.00568494 Jy ! Component: 1700 - total flux cleaned = -0.005737 Jy ! Component: 1750 - total flux cleaned = -0.00586652 Jy ! Component: 1800 - total flux cleaned = -0.00589241 Jy ! Component: 1850 - total flux cleaned = -0.00607099 Jy ! Component: 1900 - total flux cleaned = -0.00614692 Jy ! Component: 1950 - total flux cleaned = -0.00614741 Jy ! Component: 2000 - total flux cleaned = -0.00632119 Jy ! Component: 2050 - total flux cleaned = -0.00634611 Jy ! Component: 2100 - total flux cleaned = -0.00639539 Jy ! Component: 2150 - total flux cleaned = -0.00651604 Jy ! Component: 2200 - total flux cleaned = -0.0066117 Jy ! Component: 2250 - total flux cleaned = -0.00663523 Jy ! Component: 2300 - total flux cleaned = -0.0067059 Jy ! Component: 2350 - total flux cleaned = -0.0067526 Jy ! Component: 2400 - total flux cleaned = -0.00679872 Jy ! Component: 2450 - total flux cleaned = -0.00689043 Jy ! Component: 2500 - total flux cleaned = -0.00689039 Jy ! Component: 2550 - total flux cleaned = -0.00693563 Jy ! Component: 2600 - total flux cleaned = -0.00695815 Jy ! Component: 2650 - total flux cleaned = -0.00702529 Jy ! Component: 2700 - total flux cleaned = -0.00713582 Jy ! Component: 2750 - total flux cleaned = -0.00717944 Jy ! Component: 2800 - total flux cleaned = -0.00724447 Jy ! Component: 2850 - total flux cleaned = -0.00726595 Jy ! Component: 2900 - total flux cleaned = -0.00724471 Jy ! Component: 2950 - total flux cleaned = -0.00728736 Jy ! Component: 3000 - total flux cleaned = -0.00737208 Jy ! Component: 3050 - total flux cleaned = -0.00739295 Jy ! Component: 3100 - total flux cleaned = -0.00739282 Jy ! Component: 3150 - total flux cleaned = -0.00743427 Jy ! Component: 3200 - total flux cleaned = -0.00749587 Jy ! Component: 3250 - total flux cleaned = -0.00755703 Jy ! Component: 3300 - total flux cleaned = -0.00763794 Jy ! Component: 3350 - total flux cleaned = -0.00763785 Jy ! Component: 3400 - total flux cleaned = -0.00771772 Jy ! Component: 3450 - total flux cleaned = -0.00769778 Jy ! Component: 3500 - total flux cleaned = -0.00777635 Jy ! Component: 3550 - total flux cleaned = -0.0078351 Jy ! Component: 3600 - total flux cleaned = -0.00777669 Jy ! Component: 3650 - total flux cleaned = -0.0078736 Jy ! Component: 3700 - total flux cleaned = -0.00787366 Jy ! Component: 3750 - total flux cleaned = -0.00802692 Jy ! Component: 3800 - total flux cleaned = -0.00804603 Jy ! Component: 3850 - total flux cleaned = -0.0081405 Jy ! Component: 3900 - total flux cleaned = -0.00819685 Jy ! Component: 3950 - total flux cleaned = -0.0082157 Jy ! Component: 4000 - total flux cleaned = -0.00832733 Jy ! Component: 4050 - total flux cleaned = -0.00841994 Jy ! Total flux subtracted in 4096 components = -0.00847485 Jy ! Clean residual min=-0.001099 max=0.001024 Jy/beam ! Clean residual mean=0.000000 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.701619 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 435 components and 0.70162 Jy ![Exited script file: muppet] wmap "J0914+0245_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.153 x 8.593 at -6.031 degrees (North through East) ! Clean map min=-0.0025835 max=0.62864 Jy/beam ! Writing clean map to FITS file: J0914+0245_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.628643 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000339071 device "J0914+0245_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0914+0245_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.161811 0.161811 0.323622 0.647244 1.29449 2.58898 5.17795 10.3559 20.7118 41.4236 82.8472 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.628 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.153 x 8.593 at -6.031 degrees (North through East) ! Clean map min=-0.0025835 max=0.62864 Jy/beam quit ! Quitting program ! Log file J0914+0245_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:49:58 2016