! Started logfile: J1424+4705_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:07:58 2016 obs J1424+4705_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1424+4705_S_2014_08_09_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.770292 visibilities/baseline/integration-bin. ! Found source: J1424+4705 ! ! 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 13172 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 J1424+4705_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 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.931865Jy sigma=0.010519 ! Fit after self-cal, rms=0.903856Jy sigma=0.010219 ! 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.402 mas, bmaj=6.142 mas, bpa=38.74 degrees ! Estimated noise=1002.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0740911 Jy ! Component: 100 - total flux cleaned = 0.0924654 Jy ! Total flux subtracted in 100 components = 0.0924654 Jy ! Clean residual min=-0.004911 max=0.007151 Jy/beam ! Clean residual mean=0.000000 rms=0.001106 Jy/beam ! Combined flux in latest and established models = 0.0924654 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0924654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083525Jy sigma=0.000838 ! Fit after self-cal, rms=0.083524Jy sigma=0.000838 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00750059 Jy ! Component: 100 - total flux cleaned = 0.0114069 Jy ! Total flux subtracted in 100 components = 0.0114069 Jy ! Clean residual min=-0.004614 max=0.003570 Jy/beam ! Clean residual mean=-0.000002 rms=0.000912 Jy/beam ! Combined flux in latest and established models = 0.103872 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 16 components and 0.103872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082662Jy sigma=0.000829 ! Fit after self-cal, rms=0.082661Jy sigma=0.000829 ! 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.317 mas, bmaj=6.493 mas, bpa=37.16 degrees ! Estimated noise=554.904 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.0033699 Jy ! Component: 100 - total flux cleaned = 0.00512966 Jy ! Component: 150 - total flux cleaned = 0.00625851 Jy ! Component: 200 - total flux cleaned = 0.00702429 Jy ! Total flux subtracted in 200 components = 0.00702429 Jy ! Clean residual min=-0.002815 max=0.002589 Jy/beam ! Clean residual mean=-0.000004 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.110897 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 34 components and 0.110897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082473Jy sigma=0.000828 ! Fit after self-cal, rms=0.082469Jy sigma=0.000828 ! 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.03 FD 0.77 HN 0.97 KP 1.05 ! LA 1.11 MK 1.03 NL 0.94 OV 1.00 ! PT 1.06 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00 HN 1.00 KP 1.03 ! LA 1.10 MK 1.05 NL 1.04 OV 1.01 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.09 HN 1.05 KP 0.88 ! LA 0.86 MK 1.12 NL 1.04 OV 0.97 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.01 HN 1.00 KP 0.88 ! LA 0.82 MK 1.03 NL 1.09 OV 1.00 ! PT 1.08 SC 0.98 ! ! ! Fit before self-cal, rms=0.082469Jy sigma=0.000828 ! Fit after self-cal, rms=0.076770Jy sigma=0.000819 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.359 mas, bmaj=6.498 mas, bpa=37.15 degrees ! Estimated noise=554.599 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.000715712 Jy ! Component: 100 - total flux cleaned = -0.000826637 Jy ! Component: 150 - total flux cleaned = -0.000888612 Jy ! Component: 200 - total flux cleaned = -0.000945059 Jy ! Total flux subtracted in 200 components = -0.000945059 Jy ! Clean residual min=-0.002118 max=0.002241 Jy/beam ! Clean residual mean=-0.000001 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.109952 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 53 components and 0.109952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076760Jy sigma=0.000819 ! Fit after self-cal, rms=0.076742Jy sigma=0.000819 ! 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.076742Jy sigma=0.000819 ! Fit after self-cal, rms=0.075740Jy sigma=0.000817 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.359 mas, bmaj=6.531 mas, bpa=37.05 degrees ! Estimated noise=554.373 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000666584 Jy ! Component: 100 - total flux cleaned = -0.000809581 Jy ! Component: 150 - total flux cleaned = -0.000859904 Jy ! Component: 200 - total flux cleaned = -0.000891267 Jy ! Total flux subtracted in 200 components = -0.000891267 Jy ! Clean residual min=-0.001949 max=0.002108 Jy/beam ! Clean residual mean=0.000001 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.10906 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 63 components and 0.10906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075733Jy sigma=0.000817 ! Fit after self-cal, rms=0.075751Jy sigma=0.000817 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.53303e-05 Jy ! Component: 100 - total flux cleaned = -3.6364e-05 Jy ! Component: 150 - total flux cleaned = -4.57444e-05 Jy ! Component: 200 - total flux cleaned = -4.62985e-05 Jy ! Total flux subtracted in 200 components = -4.62985e-05 Jy ! Clean residual min=-0.001928 max=0.002115 Jy/beam ! Clean residual mean=0.000001 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.109014 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 67 components and 0.109014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075748Jy sigma=0.000817 ! Fit after self-cal, rms=0.075747Jy sigma=0.000817 ! 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.075747Jy sigma=0.000817 ! Fit after self-cal, rms=0.075747Jy sigma=0.000817 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.365 mas, bmaj=6.544 mas, bpa=36.99 degrees ! Estimated noise=554.307 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00044542 Jy ! Component: 100 - total flux cleaned = -0.000557711 Jy ! Component: 150 - total flux cleaned = -0.000594129 Jy ! Component: 200 - total flux cleaned = -0.000602294 Jy ! Total flux subtracted in 200 components = -0.000602294 Jy ! Clean residual min=-0.001873 max=0.002109 Jy/beam ! Clean residual mean=0.000001 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.108412 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 69 components and 0.108412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075744Jy sigma=0.000817 ! Fit after self-cal, rms=0.075746Jy sigma=0.000817 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.28146e-05 Jy ! Component: 100 - total flux cleaned = -2.11076e-05 Jy ! Component: 150 - total flux cleaned = -1.35916e-05 Jy ! Component: 200 - total flux cleaned = -1.3659e-05 Jy ! Total flux subtracted in 200 components = -1.3659e-05 Jy ! Clean residual min=-0.001859 max=0.002108 Jy/beam ! Clean residual mean=0.000001 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.108398 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 70 components and 0.108398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075744Jy sigma=0.000817 ! Fit after self-cal, rms=0.075744Jy sigma=0.000817 ! 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.075744Jy sigma=0.000817 ! Fit after self-cal, rms=0.075752Jy sigma=0.000817 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.039 mas, bmaj=8.501 mas, bpa=19.7 degrees ! Estimated noise=635.925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000324342 Jy ! Component: 100 - total flux cleaned = -0.000390902 Jy ! Component: 150 - total flux cleaned = -0.000431193 Jy ! Component: 200 - total flux cleaned = -0.000448519 Jy ! Total flux subtracted in 200 components = -0.000448519 Jy ! Clean residual min=-0.002072 max=0.002369 Jy/beam ! Clean residual mean=0.000004 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.10795 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 79 components and 0.10795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075751Jy sigma=0.000817 ! Fit after self-cal, rms=0.075752Jy sigma=0.000817 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.60858e-05 Jy ! Component: 100 - total flux cleaned = -3.12695e-05 Jy ! Component: 150 - total flux cleaned = -4.2166e-05 Jy ! Component: 200 - total flux cleaned = -4.72849e-05 Jy ! Total flux subtracted in 200 components = -4.72849e-05 Jy ! Clean residual min=-0.002041 max=0.002381 Jy/beam ! Clean residual mean=0.000004 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.107902 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 82 components and 0.107902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075753Jy sigma=0.000817 ! Fit after self-cal, rms=0.075753Jy sigma=0.000817 ! 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.37 mas, bmaj=6.551 mas, bpa=36.93 degrees ! Estimated noise=554.118 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.37 x 6.551 at 36.93 degrees (North through East) ! Clean map min=-0.0017749 max=0.097463 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.454 mas, bmaj=6.174 mas, bpa=38.58 degrees ! Estimated noise=1002.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0739836 Jy ! Component: 100 - total flux cleaned = 0.0920295 Jy ! Component: 150 - total flux cleaned = 0.0992727 Jy ! Component: 200 - total flux cleaned = 0.103106 Jy ! Total flux subtracted in 200 components = 0.103106 Jy ! Clean residual min=-0.003378 max=0.003296 Jy/beam ! Clean residual mean=0.000002 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 0.103106 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.103106 Jy ! Inverting map and beam ! Estimated beam: bmin=4.37 mas, bmaj=6.551 mas, bpa=36.93 degrees ! Estimated noise=554.118 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.00317112 Jy ! Component: 100 - total flux cleaned = 0.00428093 Jy ! Component: 150 - total flux cleaned = 0.00458792 Jy ! Component: 200 - total flux cleaned = 0.00468764 Jy ! Total flux subtracted in 200 components = 0.00468764 Jy ! Clean residual min=-0.001848 max=0.002056 Jy/beam ! Clean residual mean=0.000001 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.107794 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 36 components and 0.107794 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.039 mas, bmaj=8.501 mas, bpa=19.7 degrees ! Estimated noise=635.925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00017655 Jy ! Component: 100 - total flux cleaned = 0.000115501 Jy ! Component: 150 - total flux cleaned = 0.000103609 Jy ! Component: 200 - total flux cleaned = 8.55922e-05 Jy ! Total flux subtracted in 200 components = 8.55922e-05 Jy ! Clean residual min=-0.002109 max=0.002423 Jy/beam ! Clean residual mean=0.000004 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.107879 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 = 2.77707e-07 Jy ! Component: 100 - total flux cleaned = -6.82164e-06 Jy ! Component: 150 - total flux cleaned = -6.98876e-06 Jy ! Component: 200 - total flux cleaned = -7.08431e-06 Jy ! Total flux subtracted in 200 components = -7.08431e-06 Jy ! Clean residual min=-0.002085 max=0.002413 Jy/beam ! Clean residual mean=0.000004 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.107872 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.107872 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.37 mas, bmaj=6.551 mas, bpa=36.93 degrees ! Estimated noise=554.118 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.96933e-05 Jy ! Component: 100 - total flux cleaned = 1.24524e-05 Jy ! Component: 150 - total flux cleaned = 1.2717e-05 Jy ! Component: 200 - total flux cleaned = -1.24507e-06 Jy ! Total flux subtracted in 200 components = -1.24507e-06 Jy ! Clean residual min=-0.001763 max=0.002077 Jy/beam ! Clean residual mean=0.000001 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.107871 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 58 components and 0.107871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075758Jy sigma=0.000817 ! Fit after self-cal, rms=0.075755Jy sigma=0.000817 wmodel J1424+4705_S_2014_08_09_pus_map.mod ! Writing 58 model components to file: J1424+4705_S_2014_08_09_pus_map.mod wobs J1424+4705_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1424+4705_S_2014_08_09_pus_uvs.fits wwins J1424+4705_S_2014_08_09_pus_map.win ! wwins: Wrote 1 windows to J1424+4705_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.000940132 Jy ! Component: 100 - total flux cleaned = 0.00151614 Jy ! Component: 150 - total flux cleaned = 0.00186602 Jy ! Component: 200 - total flux cleaned = 0.00207566 Jy ! Component: 250 - total flux cleaned = 0.00230486 Jy ! Component: 300 - total flux cleaned = 0.00238801 Jy ! Component: 350 - total flux cleaned = 0.0025749 Jy ! Component: 400 - total flux cleaned = 0.00270435 Jy ! Component: 450 - total flux cleaned = 0.00275384 Jy ! Component: 500 - total flux cleaned = 0.00275332 Jy ! Component: 550 - total flux cleaned = 0.00275376 Jy ! Component: 600 - total flux cleaned = 0.0028247 Jy ! Component: 650 - total flux cleaned = 0.00298621 Jy ! Component: 700 - total flux cleaned = 0.00309933 Jy ! Component: 750 - total flux cleaned = 0.00327648 Jy ! Component: 800 - total flux cleaned = 0.00342856 Jy ! Component: 850 - total flux cleaned = 0.00355654 Jy ! Component: 900 - total flux cleaned = 0.00359872 Jy ! Component: 950 - total flux cleaned = 0.00368179 Jy ! Component: 1000 - total flux cleaned = 0.00372278 Jy ! Component: 1050 - total flux cleaned = 0.00372269 Jy ! Component: 1100 - total flux cleaned = 0.00376202 Jy ! Component: 1150 - total flux cleaned = 0.00378141 Jy ! Component: 1200 - total flux cleaned = 0.00383885 Jy ! Component: 1250 - total flux cleaned = 0.00383898 Jy ! Component: 1300 - total flux cleaned = 0.00385787 Jy ! Component: 1350 - total flux cleaned = 0.00382109 Jy ! Component: 1400 - total flux cleaned = 0.00385786 Jy ! Component: 1450 - total flux cleaned = 0.00389405 Jy ! Component: 1500 - total flux cleaned = 0.0038761 Jy ! Component: 1550 - total flux cleaned = 0.0038763 Jy ! Component: 1600 - total flux cleaned = 0.00394616 Jy ! Component: 1650 - total flux cleaned = 0.0040494 Jy ! Component: 1700 - total flux cleaned = 0.00404913 Jy ! Component: 1750 - total flux cleaned = 0.00406613 Jy ! Component: 1800 - total flux cleaned = 0.00413219 Jy ! Component: 1850 - total flux cleaned = 0.00413216 Jy ! Component: 1900 - total flux cleaned = 0.00409969 Jy ! Component: 1950 - total flux cleaned = 0.00414788 Jy ! Component: 2000 - total flux cleaned = 0.00411613 Jy ! Component: 2050 - total flux cleaned = 0.00417929 Jy ! Component: 2100 - total flux cleaned = 0.00416381 Jy ! Component: 2150 - total flux cleaned = 0.00422562 Jy ! Component: 2200 - total flux cleaned = 0.00424081 Jy ! Component: 2250 - total flux cleaned = 0.0042712 Jy ! Component: 2300 - total flux cleaned = 0.00430112 Jy ! Component: 2350 - total flux cleaned = 0.00433084 Jy ! Component: 2400 - total flux cleaned = 0.0043602 Jy ! Component: 2450 - total flux cleaned = 0.00443305 Jy ! Component: 2500 - total flux cleaned = 0.00443307 Jy ! Component: 2550 - total flux cleaned = 0.00444737 Jy ! Component: 2600 - total flux cleaned = 0.00446169 Jy ! Component: 2650 - total flux cleaned = 0.00454618 Jy ! Component: 2700 - total flux cleaned = 0.00453205 Jy ! Component: 2750 - total flux cleaned = 0.00446295 Jy ! Component: 2800 - total flux cleaned = 0.00454546 Jy ! Component: 2850 - total flux cleaned = 0.00460004 Jy ! Component: 2900 - total flux cleaned = 0.00462693 Jy ! Component: 2950 - total flux cleaned = 0.00461352 Jy ! Component: 3000 - total flux cleaned = 0.00463992 Jy ! Component: 3050 - total flux cleaned = 0.00464007 Jy ! Component: 3100 - total flux cleaned = 0.00469224 Jy ! Component: 3150 - total flux cleaned = 0.00465332 Jy ! Component: 3200 - total flux cleaned = 0.0047048 Jy ! Component: 3250 - total flux cleaned = 0.00471752 Jy ! Component: 3300 - total flux cleaned = 0.00469218 Jy ! Component: 3350 - total flux cleaned = 0.0047425 Jy ! Component: 3400 - total flux cleaned = 0.00479244 Jy ! Component: 3450 - total flux cleaned = 0.00476752 Jy ! Component: 3500 - total flux cleaned = 0.00479232 Jy ! Component: 3550 - total flux cleaned = 0.00484119 Jy ! Component: 3600 - total flux cleaned = 0.00486522 Jy ! Component: 3650 - total flux cleaned = 0.00485312 Jy ! Component: 3700 - total flux cleaned = 0.00487688 Jy ! Component: 3750 - total flux cleaned = 0.0048413 Jy ! Component: 3800 - total flux cleaned = 0.00487683 Jy ! Component: 3850 - total flux cleaned = 0.00487681 Jy ! Component: 3900 - total flux cleaned = 0.00486524 Jy ! Component: 3950 - total flux cleaned = 0.00486525 Jy ! Component: 4000 - total flux cleaned = 0.00484233 Jy ! Component: 4050 - total flux cleaned = 0.00487655 Jy ! Total flux subtracted in 4096 components = 0.00481965 Jy ! Clean residual min=-0.000759 max=0.000747 Jy/beam ! Clean residual mean=-0.000001 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 0.112691 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 363 components and 0.112691 Jy ![Exited script file: muppet] wmap "J1424+4705_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.37 x 6.551 at 36.93 degrees (North through East) ! Clean map min=-0.001617 max=0.097611 Jy/beam ! Writing clean map to FITS file: J1424+4705_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.0976107 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000219872 device "J1424+4705_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1424+4705_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.675762 0.675762 1.35152 2.70305 5.4061 10.8122 21.6244 43.2488 86.4976 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.097 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.37 x 6.551 at 36.93 degrees (North through East) ! Clean map min=-0.001617 max=0.097611 Jy/beam quit ! Quitting program ! Log file J1424+4705_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:08:03 2016