! Started logfile: J2250+5550_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:40:01 2016 obs J2250+5550_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J2250+5550_S_2014_08_05_pus_uva.fits ! AN table 1: 58 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.739464 visibilities/baseline/integration-bin. ! Found source: J2250+5550 ! ! 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 360 lines of history. ! ! Reading 7720 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 J2250+5550_S_2014_08_05_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 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.807013Jy sigma=0.009257 ! Fit after self-cal, rms=0.803584Jy sigma=0.009221 ! 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=4.257 mas, bmaj=5.718 mas, bpa=56.67 degrees ! Estimated noise=929.531 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.148644 Jy ! Component: 100 - total flux cleaned = 0.193787 Jy ! Total flux subtracted in 100 components = 0.193787 Jy ! Clean residual min=-0.008019 max=0.018710 Jy/beam ! Clean residual mean=-0.000000 rms=0.002446 Jy/beam ! Combined flux in latest and established models = 0.193787 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.193787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084886Jy sigma=0.000891 ! Fit after self-cal, rms=0.084860Jy sigma=0.000891 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0199263 Jy ! Component: 100 - total flux cleaned = 0.0307691 Jy ! Total flux subtracted in 100 components = 0.0307691 Jy ! Clean residual min=-0.006120 max=0.006062 Jy/beam ! Clean residual mean=-0.000002 rms=0.001475 Jy/beam ! Combined flux in latest and established models = 0.224556 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 43 components and 0.224556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078614Jy sigma=0.000823 ! Fit after self-cal, rms=0.078609Jy sigma=0.000823 ! 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.99 mas, bmaj=6.461 mas, bpa=56.11 degrees ! Estimated noise=714.543 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.00951944 Jy ! Component: 100 - total flux cleaned = 0.015313 Jy ! Component: 150 - total flux cleaned = 0.0190496 Jy ! Component: 200 - total flux cleaned = 0.0214855 Jy ! Total flux subtracted in 200 components = 0.0214855 Jy ! Clean residual min=-0.004364 max=0.003757 Jy/beam ! Clean residual mean=-0.000008 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.246041 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 74 components and 0.246041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077025Jy sigma=0.000811 ! Fit after self-cal, rms=0.077024Jy sigma=0.000811 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.82 HN 1.02 KP 1.06 ! LA 1.10 MK 1.00* NL 0.98 OV 0.99 ! PT 1.05 SC 1.01 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 1.10 KP 1.02 ! LA 1.07 MK 1.00* NL 1.04 OV 1.03 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.12 HN 1.05 KP 0.91 ! LA 0.83 MK 1.00* NL 0.98 OV 0.97 ! PT 1.02 SC 1.08 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.01 HN 1.04 KP 0.87 ! LA 0.80 MK 1.00* NL 1.06 OV 0.99 ! PT 1.06 SC 0.97 ! ! ! Fit before self-cal, rms=0.077024Jy sigma=0.000811 ! Fit after self-cal, rms=0.071659Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.017 mas, bmaj=6.499 mas, bpa=56.1 degrees ! Estimated noise=718.656 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.00108583 Jy ! Component: 100 - total flux cleaned = -0.00137838 Jy ! Component: 150 - total flux cleaned = -0.00157169 Jy ! Component: 200 - total flux cleaned = -0.0016974 Jy ! Total flux subtracted in 200 components = -0.0016974 Jy ! Clean residual min=-0.002549 max=0.002680 Jy/beam ! Clean residual mean=-0.000021 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.244344 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 90 components and 0.244344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071636Jy sigma=0.000770 ! Fit after self-cal, rms=0.071610Jy sigma=0.000770 ! 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.071610Jy sigma=0.000770 ! Fit after self-cal, rms=0.071439Jy sigma=0.000767 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.996 mas, bmaj=6.528 mas, bpa=55.25 degrees ! Estimated noise=717.821 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00098189 Jy ! Component: 100 - total flux cleaned = -0.00115441 Jy ! Component: 150 - total flux cleaned = -0.00125491 Jy ! Component: 200 - total flux cleaned = -0.0013385 Jy ! Total flux subtracted in 200 components = -0.0013385 Jy ! Clean residual min=-0.001714 max=0.001831 Jy/beam ! Clean residual mean=-0.000023 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.243005 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 103 components and 0.243005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071418Jy sigma=0.000767 ! Fit after self-cal, rms=0.071424Jy sigma=0.000767 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.05029e-05 Jy ! Component: 100 - total flux cleaned = -0.00010378 Jy ! Component: 150 - total flux cleaned = -0.000125682 Jy ! Component: 200 - total flux cleaned = -0.000154126 Jy ! Total flux subtracted in 200 components = -0.000154126 Jy ! Clean residual min=-0.001725 max=0.001825 Jy/beam ! Clean residual mean=-0.000023 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.242851 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 109 components and 0.242851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071419Jy sigma=0.000767 ! Fit after self-cal, rms=0.071419Jy sigma=0.000767 ! 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.071419Jy sigma=0.000767 ! Fit after self-cal, rms=0.071536Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.994 mas, bmaj=6.543 mas, bpa=55.06 degrees ! Estimated noise=717.898 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000633076 Jy ! Component: 100 - total flux cleaned = -0.000745348 Jy ! Component: 150 - total flux cleaned = -0.000823832 Jy ! Component: 200 - total flux cleaned = -0.000877485 Jy ! Total flux subtracted in 200 components = -0.000877485 Jy ! Clean residual min=-0.001712 max=0.001805 Jy/beam ! Clean residual mean=-0.000023 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.241974 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 114 components and 0.241974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071528Jy sigma=0.000766 ! Fit after self-cal, rms=0.071531Jy 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.52602e-05 Jy ! Component: 100 - total flux cleaned = -6.7259e-05 Jy ! Component: 150 - total flux cleaned = -8.99435e-05 Jy ! Component: 200 - total flux cleaned = -0.0001103 Jy ! Total flux subtracted in 200 components = -0.0001103 Jy ! Clean residual min=-0.001723 max=0.001796 Jy/beam ! Clean residual mean=-0.000023 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.241864 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 115 components and 0.241864 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071529Jy sigma=0.000766 ! Fit after self-cal, rms=0.071529Jy 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.071529Jy sigma=0.000766 ! Fit after self-cal, rms=0.071611Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.789 mas, bmaj=9.29 mas, bpa=-86.67 degrees ! Estimated noise=806.994 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000522724 Jy ! Component: 100 - total flux cleaned = -0.000685481 Jy ! Component: 150 - total flux cleaned = -0.000716784 Jy ! Component: 200 - total flux cleaned = -0.000743171 Jy ! Total flux subtracted in 200 components = -0.000743171 Jy ! Clean residual min=-0.001796 max=0.001634 Jy/beam ! Clean residual mean=-0.000041 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.24112 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 119 components and 0.24112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071608Jy sigma=0.000766 ! Fit after self-cal, rms=0.071610Jy 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.87949e-05 Jy ! Component: 100 - total flux cleaned = -6.23885e-05 Jy ! Component: 150 - total flux cleaned = -7.04171e-05 Jy ! Component: 200 - total flux cleaned = -7.37928e-05 Jy ! Total flux subtracted in 200 components = -7.37928e-05 Jy ! Clean residual min=-0.001799 max=0.001636 Jy/beam ! Clean residual mean=-0.000041 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.241047 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 122 components and 0.241047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071609Jy sigma=0.000766 ! Fit after self-cal, rms=0.071610Jy 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.993 mas, bmaj=6.552 mas, bpa=54.94 degrees ! Estimated noise=717.944 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.993 x 6.552 at 54.94 degrees (North through East) ! Clean map min=-0.001678 max=0.19466 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=4.219 mas, bmaj=5.802 mas, bpa=55.61 degrees ! Estimated noise=933.804 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.149517 Jy ! Component: 100 - total flux cleaned = 0.194892 Jy ! Component: 150 - total flux cleaned = 0.213932 Jy ! Component: 200 - total flux cleaned = 0.223299 Jy ! Total flux subtracted in 200 components = 0.223299 Jy ! Clean residual min=-0.003235 max=0.004590 Jy/beam ! Clean residual mean=-0.000009 rms=0.000893 Jy/beam ! Combined flux in latest and established models = 0.223299 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 29 model components to the UV plane model. ! The established model now contains 29 components and 0.223299 Jy ! Inverting map and beam ! Estimated beam: bmin=4.993 mas, bmaj=6.552 mas, bpa=54.94 degrees ! Estimated noise=717.944 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.00700094 Jy ! Component: 100 - total flux cleaned = 0.0111003 Jy ! Component: 150 - total flux cleaned = 0.0136848 Jy ! Component: 200 - total flux cleaned = 0.0153483 Jy ! Total flux subtracted in 200 components = 0.0153483 Jy ! Clean residual min=-0.001794 max=0.001824 Jy/beam ! Clean residual mean=-0.000024 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.238647 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 68 components and 0.238647 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.789 mas, bmaj=9.29 mas, bpa=-86.67 degrees ! Estimated noise=806.994 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00132827 Jy ! Component: 100 - total flux cleaned = 0.00196683 Jy ! Component: 150 - total flux cleaned = 0.00223103 Jy ! Component: 200 - total flux cleaned = 0.00226973 Jy ! Total flux subtracted in 200 components = 0.00226973 Jy ! Clean residual min=-0.001781 max=0.001593 Jy/beam ! Clean residual mean=-0.000041 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.240917 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.48205e-05 Jy ! Component: 100 - total flux cleaned = 3.23714e-05 Jy ! Component: 150 - total flux cleaned = 3.92212e-05 Jy ! Component: 200 - total flux cleaned = 4.59938e-05 Jy ! Total flux subtracted in 200 components = 4.59938e-05 Jy ! Clean residual min=-0.001781 max=0.001597 Jy/beam ! Clean residual mean=-0.000041 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.240963 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 80 components and 0.240963 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.993 mas, bmaj=6.552 mas, bpa=54.94 degrees ! Estimated noise=717.944 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000119468 Jy ! Component: 100 - total flux cleaned = 0.000235301 Jy ! Component: 150 - total flux cleaned = 0.000324163 Jy ! Component: 200 - total flux cleaned = 0.000367126 Jy ! Total flux subtracted in 200 components = 0.000367126 Jy ! Clean residual min=-0.001694 max=0.001829 Jy/beam ! Clean residual mean=-0.000023 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.24133 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 89 components and 0.24133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071620Jy sigma=0.000766 ! Fit after self-cal, rms=0.071621Jy sigma=0.000766 wmodel J2250+5550_S_2014_08_05_pus_map.mod ! Writing 89 model components to file: J2250+5550_S_2014_08_05_pus_map.mod wobs J2250+5550_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J2250+5550_S_2014_08_05_pus_uvs.fits wwins J2250+5550_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J2250+5550_S_2014_08_05_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.000240032 Jy ! Component: 100 - total flux cleaned = 0.000269825 Jy ! Component: 150 - total flux cleaned = 0.000471766 Jy ! Component: 200 - total flux cleaned = 0.000582559 Jy ! Component: 250 - total flux cleaned = 0.00058286 Jy ! Component: 300 - total flux cleaned = 0.000583797 Jy ! Component: 350 - total flux cleaned = 0.000508376 Jy ! Component: 400 - total flux cleaned = 0.000385869 Jy ! Component: 450 - total flux cleaned = 0.000337893 Jy ! Component: 500 - total flux cleaned = 0.00022038 Jy ! Component: 550 - total flux cleaned = 8.22416e-05 Jy ! Component: 600 - total flux cleaned = -3.07649e-05 Jy ! Component: 650 - total flux cleaned = -0.000142322 Jy ! Component: 700 - total flux cleaned = -0.000316747 Jy ! Component: 750 - total flux cleaned = -0.000445333 Jy ! Component: 800 - total flux cleaned = -0.000508542 Jy ! Component: 850 - total flux cleaned = -0.000549499 Jy ! Component: 900 - total flux cleaned = -0.000549721 Jy ! Component: 950 - total flux cleaned = -0.000630566 Jy ! Component: 1000 - total flux cleaned = -0.000690112 Jy ! Component: 1050 - total flux cleaned = -0.000709679 Jy ! Component: 1100 - total flux cleaned = -0.000767414 Jy ! Component: 1150 - total flux cleaned = -0.000786008 Jy ! Component: 1200 - total flux cleaned = -0.000786303 Jy ! Component: 1250 - total flux cleaned = -0.000823157 Jy ! Component: 1300 - total flux cleaned = -0.000822855 Jy ! Component: 1350 - total flux cleaned = -0.000768955 Jy ! Component: 1400 - total flux cleaned = -0.000715691 Jy ! Component: 1450 - total flux cleaned = -0.000680851 Jy ! Component: 1500 - total flux cleaned = -0.000732746 Jy ! Component: 1550 - total flux cleaned = -0.000681491 Jy ! Component: 1600 - total flux cleaned = -0.000681777 Jy ! Component: 1650 - total flux cleaned = -0.000665065 Jy ! Component: 1700 - total flux cleaned = -0.000598651 Jy ! Component: 1750 - total flux cleaned = -0.000681387 Jy ! Component: 1800 - total flux cleaned = -0.000648845 Jy ! Component: 1850 - total flux cleaned = -0.000649004 Jy ! Component: 1900 - total flux cleaned = -0.000664784 Jy ! Component: 1950 - total flux cleaned = -0.000601654 Jy ! Component: 2000 - total flux cleaned = -0.000727008 Jy ! Component: 2050 - total flux cleaned = -0.000680175 Jy ! Component: 2100 - total flux cleaned = -0.000664844 Jy ! Component: 2150 - total flux cleaned = -0.000710831 Jy ! Component: 2200 - total flux cleaned = -0.000741 Jy ! Component: 2250 - total flux cleaned = -0.000786191 Jy ! Component: 2300 - total flux cleaned = -0.000786253 Jy ! Component: 2350 - total flux cleaned = -0.000874718 Jy ! Component: 2400 - total flux cleaned = -0.000889361 Jy ! Component: 2450 - total flux cleaned = -0.000918512 Jy ! Component: 2500 - total flux cleaned = -0.000976107 Jy ! Component: 2550 - total flux cleaned = -0.00101878 Jy ! Component: 2600 - total flux cleaned = -0.000976045 Jy ! Component: 2650 - total flux cleaned = -0.000976074 Jy ! Component: 2700 - total flux cleaned = -0.000990073 Jy ! Component: 2750 - total flux cleaned = -0.00107317 Jy ! Component: 2800 - total flux cleaned = -0.00107308 Jy ! Component: 2850 - total flux cleaned = -0.00105943 Jy ! Component: 2900 - total flux cleaned = -0.00110016 Jy ! Component: 2950 - total flux cleaned = -0.00115395 Jy ! Component: 3000 - total flux cleaned = -0.00115401 Jy ! Component: 3050 - total flux cleaned = -0.00115384 Jy ! Component: 3100 - total flux cleaned = -0.0011539 Jy ! Component: 3150 - total flux cleaned = -0.00118001 Jy ! Component: 3200 - total flux cleaned = -0.00121903 Jy ! Component: 3250 - total flux cleaned = -0.00116753 Jy ! Component: 3300 - total flux cleaned = -0.00121872 Jy ! Component: 3350 - total flux cleaned = -0.00124416 Jy ! Component: 3400 - total flux cleaned = -0.00125685 Jy ! Component: 3450 - total flux cleaned = -0.00131964 Jy ! Component: 3500 - total flux cleaned = -0.00129457 Jy ! Component: 3550 - total flux cleaned = -0.00126983 Jy ! Component: 3600 - total flux cleaned = -0.0013313 Jy ! Component: 3650 - total flux cleaned = -0.00131913 Jy ! Component: 3700 - total flux cleaned = -0.00134343 Jy ! Component: 3750 - total flux cleaned = -0.00133138 Jy ! Component: 3800 - total flux cleaned = -0.00134342 Jy ! Component: 3850 - total flux cleaned = -0.00133144 Jy ! Component: 3900 - total flux cleaned = -0.00131958 Jy ! Component: 3950 - total flux cleaned = -0.00134321 Jy ! Component: 4000 - total flux cleaned = -0.00137823 Jy ! Component: 4050 - total flux cleaned = -0.0013666 Jy ! Total flux subtracted in 4096 components = -0.00136652 Jy ! Clean residual min=-0.000654 max=0.000732 Jy/beam ! Clean residual mean=-0.000007 rms=0.000210 Jy/beam ! Combined flux in latest and established models = 0.239964 Jy keep ! Adding 256 model components to the UV plane model. ! The established model now contains 345 components and 0.239964 Jy ![Exited script file: muppet] wmap "J2250+5550_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.993 x 6.552 at 54.94 degrees (North through East) ! Clean map min=-0.0014957 max=0.19442 Jy/beam ! Writing clean map to FITS file: J2250+5550_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.194422 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0002073 device "J2250+5550_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J2250+5550_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.319871 0.319871 0.639741 1.27948 2.55896 5.11793 10.2359 20.4717 40.9434 81.8869 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.194 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.993 x 6.552 at 54.94 degrees (North through East) ! Clean map min=-0.0014957 max=0.19442 Jy/beam quit ! Quitting program ! Log file J2250+5550_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:40:05 2016