! Started logfile: J2052+1619_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:08:25 2016 obs J2052+1619_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J2052+1619_S_2015_03_17_pus_uva.fits ! AN table 1: 55 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.96404 visibilities/baseline/integration-bin. ! Found source: J2052+1619 ! ! 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 330 lines of history. ! ! Reading 9544 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 J2052+1619_S_2015_03_17_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 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.823590Jy sigma=0.009831 ! Fit after self-cal, rms=0.810198Jy sigma=0.009670 ! 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.923 mas, bmaj=6.005 mas, bpa=-6.444 degrees ! Estimated noise=838.968 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.139704 Jy ! Component: 100 - total flux cleaned = 0.18134 Jy ! Total flux subtracted in 100 components = 0.18134 Jy ! Clean residual min=-0.007866 max=0.017325 Jy/beam ! Clean residual mean=-0.000117 rms=0.002266 Jy/beam ! Combined flux in latest and established models = 0.18134 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.18134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086520Jy sigma=0.000931 ! Fit after self-cal, rms=0.086447Jy sigma=0.000930 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0184153 Jy ! Component: 100 - total flux cleaned = 0.0294483 Jy ! Total flux subtracted in 100 components = 0.0294483 Jy ! Clean residual min=-0.008319 max=0.008673 Jy/beam ! Clean residual mean=-0.000083 rms=0.001729 Jy/beam ! Combined flux in latest and established models = 0.210788 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 33 components and 0.210788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080485Jy sigma=0.000868 ! Fit after self-cal, rms=0.080456Jy sigma=0.000868 ! 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.52 mas, bmaj=6.904 mas, bpa=-5.607 degrees ! Estimated noise=622.963 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 (-3.5, -8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.012861 Jy ! Component: 100 - total flux cleaned = 0.0214565 Jy ! Component: 150 - total flux cleaned = 0.0279347 Jy ! Component: 200 - total flux cleaned = 0.0329298 Jy ! Total flux subtracted in 200 components = 0.0329298 Jy ! Clean residual min=-0.006211 max=0.005227 Jy/beam ! Clean residual mean=-0.000052 rms=0.001310 Jy/beam ! Combined flux in latest and established models = 0.243718 Jy ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 112 components and 0.243718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077496Jy sigma=0.000839 ! Fit after self-cal, rms=0.077415Jy sigma=0.000838 ! 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.02 FD 0.88 HN 0.96 KP 1.08 ! LA 0.97 MK 1.02 NL 0.87 OV 1.00 ! PT 1.02 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.91 HN 1.00 KP 1.03 ! LA 0.93 MK 1.03 NL 1.07 OV 1.02 ! PT 0.99 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.91 HN 1.02 KP 0.94 ! LA 0.79 MK 1.15 NL 1.23 OV 0.94 ! PT 1.01 SC 1.08 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.95 HN 1.00 KP 0.93 ! LA 0.84 MK 1.08 NL 1.02 OV 1.01 ! PT 1.05 SC 1.00 ! ! ! Fit before self-cal, rms=0.077415Jy sigma=0.000838 ! Fit after self-cal, rms=0.071778Jy sigma=0.000800 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.597 mas, bmaj=7.027 mas, bpa=-5.296 degrees ! Estimated noise=620.467 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.000272492 Jy ! Component: 100 - total flux cleaned = 0.000181355 Jy ! Component: 150 - total flux cleaned = 0.000310449 Jy ! Component: 200 - total flux cleaned = 0.000358321 Jy ! Total flux subtracted in 200 components = 0.000358321 Jy ! Clean residual min=-0.003011 max=0.003167 Jy/beam ! Clean residual mean=-0.000010 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.244076 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 126 components and 0.244076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071633Jy sigma=0.000799 ! Fit after self-cal, rms=0.071579Jy sigma=0.000799 ! 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.071579Jy sigma=0.000799 ! Fit after self-cal, rms=0.071620Jy sigma=0.000790 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.6 mas, bmaj=7.005 mas, bpa=-5.354 degrees ! Estimated noise=618.969 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000259474 Jy ! Component: 100 - total flux cleaned = 0.000292799 Jy ! Component: 150 - total flux cleaned = 0.000385626 Jy ! Component: 200 - total flux cleaned = 0.000411884 Jy ! Total flux subtracted in 200 components = 0.000411884 Jy ! Clean residual min=-0.002641 max=0.002032 Jy/beam ! Clean residual mean=-0.000006 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.244488 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 147 components and 0.244488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071578Jy sigma=0.000789 ! Fit after self-cal, rms=0.071594Jy sigma=0.000789 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.000170255 Jy ! Component: 100 - total flux cleaned = 0.000274167 Jy ! Component: 150 - total flux cleaned = 0.000274248 Jy ! Component: 200 - total flux cleaned = 0.000274746 Jy ! Total flux subtracted in 200 components = 0.000274746 Jy ! Clean residual min=-0.002572 max=0.002009 Jy/beam ! Clean residual mean=-0.000005 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.244763 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 154 components and 0.244763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071578Jy sigma=0.000789 ! Fit after self-cal, rms=0.071576Jy sigma=0.000789 ! 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.071576Jy sigma=0.000789 ! Fit after self-cal, rms=0.071566Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.605 mas, bmaj=7.007 mas, bpa=-5.292 degrees ! Estimated noise=618.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000461378 Jy ! Component: 100 - total flux cleaned = -0.000437497 Jy ! Component: 150 - total flux cleaned = -0.000460703 Jy ! Component: 200 - total flux cleaned = -0.00048169 Jy ! Total flux subtracted in 200 components = -0.00048169 Jy ! Clean residual min=-0.002474 max=0.001998 Jy/beam ! Clean residual mean=-0.000005 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.244281 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 164 components and 0.244281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071550Jy sigma=0.000789 ! Fit after self-cal, rms=0.071549Jy sigma=0.000789 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 = 5.65037e-05 Jy ! Component: 100 - total flux cleaned = 5.69016e-05 Jy ! Component: 150 - total flux cleaned = 7.64193e-05 Jy ! Component: 200 - total flux cleaned = 7.61357e-05 Jy ! Total flux subtracted in 200 components = 7.61357e-05 Jy ! Clean residual min=-0.002432 max=0.001990 Jy/beam ! Clean residual mean=-0.000005 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.244357 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 169 components and 0.244357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071540Jy sigma=0.000788 ! Fit after self-cal, rms=0.071539Jy sigma=0.000788 ! 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.071539Jy sigma=0.000788 ! Fit after self-cal, rms=0.071533Jy sigma=0.000788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.631 mas, bmaj=10.47 mas, bpa=-1.934 degrees ! Estimated noise=758.898 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000397776 Jy ! Component: 100 - total flux cleaned = -0.000312499 Jy ! Component: 150 - total flux cleaned = -0.000311473 Jy ! Component: 200 - total flux cleaned = -0.000310958 Jy ! Total flux subtracted in 200 components = -0.000310958 Jy ! Clean residual min=-0.002192 max=0.001810 Jy/beam ! Clean residual mean=-0.000011 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.244046 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 176 components and 0.244046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071529Jy sigma=0.000788 ! Fit after self-cal, rms=0.071526Jy sigma=0.000788 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000101597 Jy ! Component: 100 - total flux cleaned = 2.32224e-05 Jy ! Component: 150 - total flux cleaned = 7.37753e-05 Jy ! Component: 200 - total flux cleaned = 0.000105322 Jy ! Total flux subtracted in 200 components = 0.000105322 Jy ! Clean residual min=-0.002124 max=0.001809 Jy/beam ! Clean residual mean=-0.000011 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.244152 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 184 components and 0.244152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071527Jy sigma=0.000788 ! Fit after self-cal, rms=0.071524Jy sigma=0.000788 ! 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.611 mas, bmaj=7.011 mas, bpa=-5.232 degrees ! Estimated noise=618.61 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.611 x 7.011 at -5.232 degrees (North through East) ! Clean map min=-0.002171 max=0.18217 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=2.999 mas, bmaj=6.093 mas, bpa=-5.997 degrees ! Estimated noise=841.427 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.139744 Jy ! Component: 100 - total flux cleaned = 0.179171 Jy ! Component: 150 - total flux cleaned = 0.195748 Jy ! Component: 200 - total flux cleaned = 0.204911 Jy ! Total flux subtracted in 200 components = 0.204911 Jy ! Clean residual min=-0.003810 max=0.005117 Jy/beam ! Clean residual mean=-0.000050 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.204911 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.204911 Jy ! Inverting map and beam ! Estimated beam: bmin=3.611 mas, bmaj=7.011 mas, bpa=-5.232 degrees ! Estimated noise=618.61 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.0103905 Jy ! Component: 100 - total flux cleaned = 0.0172325 Jy ! Component: 150 - total flux cleaned = 0.0221559 Jy ! Component: 200 - total flux cleaned = 0.0258425 Jy ! Total flux subtracted in 200 components = 0.0258425 Jy ! Clean residual min=-0.002779 max=0.002463 Jy/beam ! Clean residual mean=-0.000023 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.230753 Jy ! Adding 84 model components to the UV plane model. ! The established model now contains 109 components and 0.230754 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.631 mas, bmaj=10.47 mas, bpa=-1.934 degrees ! Estimated noise=758.898 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00476019 Jy ! Component: 100 - total flux cleaned = 0.00766298 Jy ! Component: 150 - total flux cleaned = 0.00953325 Jy ! Component: 200 - total flux cleaned = 0.0107654 Jy ! Total flux subtracted in 200 components = 0.0107654 Jy ! Clean residual min=-0.002203 max=0.001908 Jy/beam ! Clean residual mean=-0.000018 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.241519 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.000827396 Jy ! Component: 100 - total flux cleaned = 0.00138741 Jy ! Component: 150 - total flux cleaned = 0.00176853 Jy ! Component: 200 - total flux cleaned = 0.00186313 Jy ! Total flux subtracted in 200 components = 0.00186313 Jy ! Clean residual min=-0.002094 max=0.001747 Jy/beam ! Clean residual mean=-0.000013 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.243382 Jy ! Adding 93 model components to the UV plane model. ! The established model now contains 192 components and 0.243382 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.611 mas, bmaj=7.011 mas, bpa=-5.232 degrees ! Estimated noise=618.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000243304 Jy ! Component: 100 - total flux cleaned = -0.000216481 Jy ! Component: 150 - total flux cleaned = -0.00019146 Jy ! Component: 200 - total flux cleaned = -0.000191386 Jy ! Total flux subtracted in 200 components = -0.000191386 Jy ! Clean residual min=-0.002345 max=0.002059 Jy/beam ! Clean residual mean=-0.000006 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.243191 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 205 components and 0.243191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071525Jy sigma=0.000788 ! Fit after self-cal, rms=0.071518Jy sigma=0.000788 wmodel J2052+1619_S_2015_03_17_pus_map.mod ! Writing 205 model components to file: J2052+1619_S_2015_03_17_pus_map.mod wobs J2052+1619_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J2052+1619_S_2015_03_17_pus_uvs.fits wwins J2052+1619_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J2052+1619_S_2015_03_17_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.000486684 Jy ! Component: 100 - total flux cleaned = -0.000589519 Jy ! Component: 150 - total flux cleaned = -0.000527331 Jy ! Component: 200 - total flux cleaned = -0.000557074 Jy ! Component: 250 - total flux cleaned = -0.000499829 Jy ! Component: 300 - total flux cleaned = -0.000445031 Jy ! Component: 350 - total flux cleaned = -0.000471484 Jy ! Component: 400 - total flux cleaned = -0.00041971 Jy ! Component: 450 - total flux cleaned = -0.000419205 Jy ! Component: 500 - total flux cleaned = -0.000319522 Jy ! Component: 550 - total flux cleaned = -0.000295423 Jy ! Component: 600 - total flux cleaned = -0.000271747 Jy ! Component: 650 - total flux cleaned = -0.00022472 Jy ! Component: 700 - total flux cleaned = -0.000224432 Jy ! Component: 750 - total flux cleaned = -0.000155755 Jy ! Component: 800 - total flux cleaned = -0.000110551 Jy ! Component: 850 - total flux cleaned = -0.000110465 Jy ! Component: 900 - total flux cleaned = -4.44675e-05 Jy ! Component: 950 - total flux cleaned = 2.0286e-05 Jy ! Component: 1000 - total flux cleaned = -2.2382e-05 Jy ! Component: 1050 - total flux cleaned = -2.21172e-05 Jy ! Component: 1100 - total flux cleaned = 1.97061e-05 Jy ! Component: 1150 - total flux cleaned = 4.0279e-05 Jy ! Component: 1200 - total flux cleaned = 0.000141505 Jy ! Component: 1250 - total flux cleaned = 0.000261394 Jy ! Component: 1300 - total flux cleaned = 0.000261134 Jy ! Component: 1350 - total flux cleaned = 0.00031982 Jy ! Component: 1400 - total flux cleaned = 0.000474649 Jy ! Component: 1450 - total flux cleaned = 0.000531846 Jy ! Component: 1500 - total flux cleaned = 0.000607811 Jy ! Component: 1550 - total flux cleaned = 0.000664318 Jy ! Component: 1600 - total flux cleaned = 0.00073888 Jy ! Component: 1650 - total flux cleaned = 0.000812852 Jy ! Component: 1700 - total flux cleaned = 0.00094054 Jy ! Component: 1750 - total flux cleaned = 0.000885967 Jy ! Component: 1800 - total flux cleaned = 0.000921969 Jy ! Component: 1850 - total flux cleaned = 0.000957491 Jy ! Component: 1900 - total flux cleaned = 0.000974931 Jy ! Component: 1950 - total flux cleaned = 0.0010795 Jy ! Component: 2000 - total flux cleaned = 0.00111402 Jy ! Component: 2050 - total flux cleaned = 0.00109682 Jy ! Component: 2100 - total flux cleaned = 0.00116488 Jy ! Component: 2150 - total flux cleaned = 0.00121543 Jy ! Component: 2200 - total flux cleaned = 0.00118221 Jy ! Component: 2250 - total flux cleaned = 0.00129798 Jy ! Component: 2300 - total flux cleaned = 0.00133066 Jy ! Component: 2350 - total flux cleaned = 0.00136323 Jy ! Component: 2400 - total flux cleaned = 0.00142779 Jy ! Component: 2450 - total flux cleaned = 0.00145979 Jy ! Component: 2500 - total flux cleaned = 0.00147544 Jy ! Component: 2550 - total flux cleaned = 0.00152274 Jy ! Component: 2600 - total flux cleaned = 0.00160085 Jy ! Component: 2650 - total flux cleaned = 0.00156992 Jy ! Component: 2700 - total flux cleaned = 0.00163131 Jy ! Component: 2750 - total flux cleaned = 0.00166195 Jy ! Component: 2800 - total flux cleaned = 0.00172228 Jy ! Component: 2850 - total flux cleaned = 0.0017073 Jy ! Component: 2900 - total flux cleaned = 0.00176684 Jy ! Component: 2950 - total flux cleaned = 0.00176685 Jy ! Component: 3000 - total flux cleaned = 0.00178174 Jy ! Component: 3050 - total flux cleaned = 0.00179647 Jy ! Component: 3100 - total flux cleaned = 0.00185434 Jy ! Component: 3150 - total flux cleaned = 0.00189727 Jy ! Component: 3200 - total flux cleaned = 0.00191148 Jy ! Component: 3250 - total flux cleaned = 0.00198229 Jy ! Component: 3300 - total flux cleaned = 0.00198221 Jy ! Component: 3350 - total flux cleaned = 0.00194039 Jy ! Component: 3400 - total flux cleaned = 0.0019407 Jy ! Component: 3450 - total flux cleaned = 0.00202346 Jy ! Component: 3500 - total flux cleaned = 0.00199602 Jy ! Component: 3550 - total flux cleaned = 0.00199591 Jy ! Component: 3600 - total flux cleaned = 0.00200939 Jy ! Component: 3650 - total flux cleaned = 0.00199604 Jy ! Component: 3700 - total flux cleaned = 0.00196941 Jy ! Component: 3750 - total flux cleaned = 0.00198284 Jy ! Component: 3800 - total flux cleaned = 0.00202228 Jy ! Component: 3850 - total flux cleaned = 0.00208755 Jy ! Component: 3900 - total flux cleaned = 0.00199668 Jy ! Component: 3950 - total flux cleaned = 0.00203532 Jy ! Component: 4000 - total flux cleaned = 0.00202252 Jy ! Component: 4050 - total flux cleaned = 0.00203532 Jy ! Total flux subtracted in 4096 components = 0.00202265 Jy ! Clean residual min=-0.000850 max=0.000807 Jy/beam ! Clean residual mean=-0.000001 rms=0.000237 Jy/beam ! Combined flux in latest and established models = 0.245213 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 489 components and 0.245213 Jy ![Exited script file: muppet] wmap "J2052+1619_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.611 x 7.011 at -5.232 degrees (North through East) ! Clean map min=-0.0017532 max=0.18289 Jy/beam ! Writing clean map to FITS file: J2052+1619_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.182891 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000235074 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.385596 0.385596 0.771193 1.54239 3.08477 6.16954 12.3391 24.6782 49.3563 98.7127 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.182 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.611 x 7.011 at -5.232 degrees (North through East) ! Clean map min=-0.0017532 max=0.18289 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J2052+1619_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:08:30 2016