! Started logfile: J0457+0645_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:43:52 2016 obs J0457+0645_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0457+0645_S_2014_06_09_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.683821 visibilities/baseline/integration-bin. ! Found source: J0457+0645 ! ! 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 7016 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 J0457+0645_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 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.660610Jy sigma=0.006883 ! Fit after self-cal, rms=0.599444Jy sigma=0.006285 ! 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.053 mas, bmaj=7.248 mas, bpa=-4.119 degrees ! Estimated noise=966.312 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.307928 Jy ! Component: 100 - total flux cleaned = 0.385697 Jy ! Total flux subtracted in 100 components = 0.385697 Jy ! Clean residual min=-0.010838 max=0.030351 Jy/beam ! Clean residual mean=-0.000026 rms=0.003556 Jy/beam ! Combined flux in latest and established models = 0.385697 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.385697 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104163Jy sigma=0.001017 ! Fit after self-cal, rms=0.104126Jy sigma=0.001016 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0303374 Jy ! Component: 100 - total flux cleaned = 0.0454971 Jy ! Total flux subtracted in 100 components = 0.0454971 Jy ! Clean residual min=-0.007795 max=0.011670 Jy/beam ! Clean residual mean=-0.000005 rms=0.002193 Jy/beam ! Combined flux in latest and established models = 0.431194 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 20 components and 0.431194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093060Jy sigma=0.000911 ! Fit after self-cal, rms=0.092996Jy sigma=0.000911 ! 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.648 mas, bmaj=8.288 mas, bpa=-4.401 degrees ! Estimated noise=822.573 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 (-2, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0127427 Jy ! Component: 100 - total flux cleaned = 0.0197877 Jy ! Component: 150 - total flux cleaned = 0.0244392 Jy ! Component: 200 - total flux cleaned = 0.0277039 Jy ! Total flux subtracted in 200 components = 0.0277039 Jy ! Clean residual min=-0.006708 max=0.006748 Jy/beam ! Clean residual mean=0.000033 rms=0.001709 Jy/beam ! Combined flux in latest and established models = 0.458898 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 73 components and 0.458898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090832Jy sigma=0.000895 ! Fit after self-cal, rms=0.090777Jy sigma=0.000895 ! 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.84 HN 0.98 KP 1.05 ! LA 1.20 MK 1.00 NL 0.96 OV 0.97 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.02 KP 1.02 ! LA 1.15 MK 1.01 NL 1.01 OV 1.00 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.12 HN 1.03 KP 0.92 ! LA 0.91 MK 1.02 NL 0.98 OV 0.93 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.01 KP 0.88 ! LA 0.88 MK 1.01 NL 1.04 OV 0.99 ! PT 1.02 SC 0.98 ! ! ! Fit before self-cal, rms=0.090777Jy sigma=0.000895 ! Fit after self-cal, rms=0.079767Jy sigma=0.000790 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.657 mas, bmaj=8.31 mas, bpa=-4.31 degrees ! Estimated noise=819.498 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.00221727 Jy ! Component: 100 - total flux cleaned = 0.00294905 Jy ! Component: 150 - total flux cleaned = 0.00308103 Jy ! Component: 200 - total flux cleaned = 0.00308016 Jy ! Total flux subtracted in 200 components = 0.00308016 Jy ! Clean residual min=-0.003650 max=0.003258 Jy/beam ! Clean residual mean=0.000022 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.461978 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 93 components and 0.461978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079690Jy sigma=0.000789 ! Fit after self-cal, rms=0.079687Jy sigma=0.000789 ! 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.079687Jy sigma=0.000789 ! Fit after self-cal, rms=0.079551Jy sigma=0.000783 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.655 mas, bmaj=8.309 mas, bpa=-4.322 degrees ! Estimated noise=819.734 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000731666 Jy ! Component: 100 - total flux cleaned = 0.00101275 Jy ! Component: 150 - total flux cleaned = 0.00111569 Jy ! Component: 200 - total flux cleaned = 0.00116371 Jy ! Total flux subtracted in 200 components = 0.00116371 Jy ! Clean residual min=-0.002572 max=0.002230 Jy/beam ! Clean residual mean=0.000002 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.463142 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 106 components and 0.463142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079528Jy sigma=0.000783 ! Fit after self-cal, rms=0.079536Jy sigma=0.000783 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.000251725 Jy ! Component: 100 - total flux cleaned = 0.000272567 Jy ! Component: 150 - total flux cleaned = 0.000291634 Jy ! Component: 200 - total flux cleaned = 0.000291514 Jy ! Total flux subtracted in 200 components = 0.000291514 Jy ! Clean residual min=-0.002520 max=0.002203 Jy/beam ! Clean residual mean=0.000002 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.463434 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 112 components and 0.463434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079526Jy sigma=0.000783 ! Fit after self-cal, rms=0.079526Jy sigma=0.000783 ! 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.079526Jy sigma=0.000783 ! Fit after self-cal, rms=0.079513Jy sigma=0.000783 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.655 mas, bmaj=8.311 mas, bpa=-4.331 degrees ! Estimated noise=819.669 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.05668e-05 Jy ! Component: 100 - total flux cleaned = 0.00010919 Jy ! Component: 150 - total flux cleaned = 0.000127358 Jy ! Component: 200 - total flux cleaned = 0.000110961 Jy ! Total flux subtracted in 200 components = 0.000110961 Jy ! Clean residual min=-0.002559 max=0.002205 Jy/beam ! Clean residual mean=0.000002 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.463545 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 115 components and 0.463545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079505Jy sigma=0.000783 ! Fit after self-cal, rms=0.079505Jy sigma=0.000783 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.14217e-05 Jy ! Component: 100 - total flux cleaned = 3.6076e-05 Jy ! Component: 150 - total flux cleaned = 2.14141e-05 Jy ! Component: 200 - total flux cleaned = 3.57703e-05 Jy ! Total flux subtracted in 200 components = 3.57703e-05 Jy ! Clean residual min=-0.002541 max=0.002209 Jy/beam ! Clean residual mean=0.000002 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.46358 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 121 components and 0.46358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079499Jy sigma=0.000783 ! Fit after self-cal, rms=0.079500Jy sigma=0.000783 ! 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.079500Jy sigma=0.000783 ! Fit after self-cal, rms=0.079503Jy sigma=0.000783 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.925 mas, bmaj=13.76 mas, bpa=-8.21 degrees ! Estimated noise=988.345 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000454889 Jy ! Component: 100 - total flux cleaned = 0.000573854 Jy ! Component: 150 - total flux cleaned = 0.000623547 Jy ! Component: 200 - total flux cleaned = 0.000659301 Jy ! Total flux subtracted in 200 components = 0.000659301 Jy ! Clean residual min=-0.002637 max=0.002583 Jy/beam ! Clean residual mean=0.000004 rms=0.000761 Jy/beam ! Combined flux in latest and established models = 0.46424 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 128 components and 0.46424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079500Jy sigma=0.000783 ! Fit after self-cal, rms=0.079500Jy sigma=0.000783 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.88927e-05 Jy ! Component: 100 - total flux cleaned = 5.72375e-05 Jy ! Component: 150 - total flux cleaned = 9.20233e-05 Jy ! Component: 200 - total flux cleaned = 0.000116601 Jy ! Total flux subtracted in 200 components = 0.000116601 Jy ! Clean residual min=-0.002629 max=0.002574 Jy/beam ! Clean residual mean=0.000004 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.464356 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 130 components and 0.464356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079498Jy sigma=0.000783 ! Fit after self-cal, rms=0.079498Jy sigma=0.000783 ! 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.655 mas, bmaj=8.311 mas, bpa=-4.335 degrees ! Estimated noise=819.733 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.655 x 8.311 at -4.335 degrees (North through East) ! Clean map min=-0.0024227 max=0.39941 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.059 mas, bmaj=7.263 mas, bpa=-3.995 degrees ! Estimated noise=962.203 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.306567 Jy ! Component: 100 - total flux cleaned = 0.383457 Jy ! Component: 150 - total flux cleaned = 0.413147 Jy ! Component: 200 - total flux cleaned = 0.428729 Jy ! Total flux subtracted in 200 components = 0.428729 Jy ! Clean residual min=-0.004717 max=0.008187 Jy/beam ! Clean residual mean=-0.000015 rms=0.001336 Jy/beam ! Combined flux in latest and established models = 0.428728 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.428728 Jy ! Inverting map and beam ! Estimated beam: bmin=3.655 mas, bmaj=8.311 mas, bpa=-4.335 degrees ! Estimated noise=819.733 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.0125081 Jy ! Component: 100 - total flux cleaned = 0.0195916 Jy ! Component: 150 - total flux cleaned = 0.0241162 Jy ! Component: 200 - total flux cleaned = 0.027155 Jy ! Total flux subtracted in 200 components = 0.027155 Jy ! Clean residual min=-0.002911 max=0.002251 Jy/beam ! Clean residual mean=-0.000001 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.455883 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 79 components and 0.455883 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.925 mas, bmaj=13.76 mas, bpa=-8.21 degrees ! Estimated noise=988.345 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00305629 Jy ! Component: 100 - total flux cleaned = 0.0049772 Jy ! Component: 150 - total flux cleaned = 0.00628101 Jy ! Component: 200 - total flux cleaned = 0.0071774 Jy ! Total flux subtracted in 200 components = 0.0071774 Jy ! Clean residual min=-0.002802 max=0.002618 Jy/beam ! Clean residual mean=0.000003 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.463061 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.000600056 Jy ! Component: 100 - total flux cleaned = 0.000754127 Jy ! Component: 150 - total flux cleaned = 0.000887186 Jy ! Component: 200 - total flux cleaned = 0.000974429 Jy ! Total flux subtracted in 200 components = 0.000974429 Jy ! Clean residual min=-0.002720 max=0.002602 Jy/beam ! Clean residual mean=0.000004 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.464035 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 115 components and 0.464035 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.655 mas, bmaj=8.311 mas, bpa=-4.335 degrees ! Estimated noise=819.733 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000118048 Jy ! Component: 100 - total flux cleaned = 9.29153e-05 Jy ! Component: 150 - total flux cleaned = 6.32355e-05 Jy ! Component: 200 - total flux cleaned = 6.32204e-05 Jy ! Total flux subtracted in 200 components = 6.32204e-05 Jy ! Clean residual min=-0.002541 max=0.002161 Jy/beam ! Clean residual mean=0.000002 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.464098 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 129 components and 0.464099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079515Jy sigma=0.000783 ! Fit after self-cal, rms=0.079511Jy sigma=0.000783 wmodel J0457+0645_S_2014_06_09_pus_map.mod ! Writing 129 model components to file: J0457+0645_S_2014_06_09_pus_map.mod wobs J0457+0645_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0457+0645_S_2014_06_09_pus_uvs.fits wwins J0457+0645_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J0457+0645_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.00114537 Jy ! Component: 100 - total flux cleaned = -0.00168008 Jy ! Component: 150 - total flux cleaned = -0.0022573 Jy ! Component: 200 - total flux cleaned = -0.00276926 Jy ! Component: 250 - total flux cleaned = -0.00318807 Jy ! Component: 300 - total flux cleaned = -0.00345678 Jy ! Component: 350 - total flux cleaned = -0.00371638 Jy ! Component: 400 - total flux cleaned = -0.00387372 Jy ! Component: 450 - total flux cleaned = -0.00408699 Jy ! Component: 500 - total flux cleaned = -0.00435233 Jy ! Component: 550 - total flux cleaned = -0.00458206 Jy ! Component: 600 - total flux cleaned = -0.00486211 Jy ! Component: 650 - total flux cleaned = -0.0049992 Jy ! Component: 700 - total flux cleaned = -0.00513341 Jy ! Component: 750 - total flux cleaned = -0.00534378 Jy ! Component: 800 - total flux cleaned = -0.00557478 Jy ! Component: 850 - total flux cleaned = -0.00567551 Jy ! Component: 900 - total flux cleaned = -0.00587391 Jy ! Component: 950 - total flux cleaned = -0.00609272 Jy ! Component: 1000 - total flux cleaned = -0.00621168 Jy ! Component: 1050 - total flux cleaned = -0.00623503 Jy ! Component: 1100 - total flux cleaned = -0.00644333 Jy ! Component: 1150 - total flux cleaned = -0.00646558 Jy ! Component: 1200 - total flux cleaned = -0.00659983 Jy ! Component: 1250 - total flux cleaned = -0.00668775 Jy ! Component: 1300 - total flux cleaned = -0.00679659 Jy ! Component: 1350 - total flux cleaned = -0.0069035 Jy ! Component: 1400 - total flux cleaned = -0.00698791 Jy ! Component: 1450 - total flux cleaned = -0.0071751 Jy ! Component: 1500 - total flux cleaned = -0.00725737 Jy ! Component: 1550 - total flux cleaned = -0.00737895 Jy ! Component: 1600 - total flux cleaned = -0.00751921 Jy ! Component: 1650 - total flux cleaned = -0.00769661 Jy ! Component: 1700 - total flux cleaned = -0.00779403 Jy ! Component: 1750 - total flux cleaned = -0.00792866 Jy ! Component: 1800 - total flux cleaned = -0.00806214 Jy ! Component: 1850 - total flux cleaned = -0.00826856 Jy ! Component: 1900 - total flux cleaned = -0.00836128 Jy ! Component: 1950 - total flux cleaned = -0.00845328 Jy ! Component: 2000 - total flux cleaned = -0.00867045 Jy ! Component: 2050 - total flux cleaned = -0.00875975 Jy ! Component: 2100 - total flux cleaned = -0.00886561 Jy ! Component: 2150 - total flux cleaned = -0.00890088 Jy ! Component: 2200 - total flux cleaned = -0.0090052 Jy ! Component: 2250 - total flux cleaned = -0.0091084 Jy ! Component: 2300 - total flux cleaned = -0.00915925 Jy ! Component: 2350 - total flux cleaned = -0.00926022 Jy ! Component: 2400 - total flux cleaned = -0.00930997 Jy ! Component: 2450 - total flux cleaned = -0.00937632 Jy ! Component: 2500 - total flux cleaned = -0.00952269 Jy ! Component: 2550 - total flux cleaned = -0.00958688 Jy ! Component: 2600 - total flux cleaned = -0.00957095 Jy ! Component: 2650 - total flux cleaned = -0.00966619 Jy ! Component: 2700 - total flux cleaned = -0.00972908 Jy ! Component: 2750 - total flux cleaned = -0.00979116 Jy ! Component: 2800 - total flux cleaned = -0.00983745 Jy ! Component: 2850 - total flux cleaned = -0.00986789 Jy ! Component: 2900 - total flux cleaned = -0.00994359 Jy ! Component: 2950 - total flux cleaned = -0.00994383 Jy ! Component: 3000 - total flux cleaned = -0.0100179 Jy ! Component: 3050 - total flux cleaned = -0.0100034 Jy ! Component: 3100 - total flux cleaned = -0.0100766 Jy ! Component: 3150 - total flux cleaned = -0.0100186 Jy ! Component: 3200 - total flux cleaned = -0.0100619 Jy ! Component: 3250 - total flux cleaned = -0.0101049 Jy ! Component: 3300 - total flux cleaned = -0.0101474 Jy ! Component: 3350 - total flux cleaned = -0.0101615 Jy ! Component: 3400 - total flux cleaned = -0.0101754 Jy ! Component: 3450 - total flux cleaned = -0.0101894 Jy ! Component: 3500 - total flux cleaned = -0.0102168 Jy ! Component: 3550 - total flux cleaned = -0.0101896 Jy ! Component: 3600 - total flux cleaned = -0.0102031 Jy ! Component: 3650 - total flux cleaned = -0.0102435 Jy ! Component: 3700 - total flux cleaned = -0.0102434 Jy ! Component: 3750 - total flux cleaned = -0.0102433 Jy ! Component: 3800 - total flux cleaned = -0.010217 Jy ! Component: 3850 - total flux cleaned = -0.0102301 Jy ! Component: 3900 - total flux cleaned = -0.0102301 Jy ! Component: 3950 - total flux cleaned = -0.0102556 Jy ! Component: 4000 - total flux cleaned = -0.0102427 Jy ! Component: 4050 - total flux cleaned = -0.0103062 Jy ! Total flux subtracted in 4096 components = -0.0103442 Jy ! Clean residual min=-0.000998 max=0.000847 Jy/beam ! Clean residual mean=0.000002 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 0.453754 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 411 components and 0.453755 Jy ![Exited script file: muppet] wmap "J0457+0645_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.655 x 8.311 at -4.335 degrees (North through East) ! Clean map min=-0.0017488 max=0.39902 Jy/beam ! Writing clean map to FITS file: J0457+0645_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.399021 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000229089 device "J0457+0645_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0457+0645_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.172238 0.172238 0.344476 0.688952 1.3779 2.75581 5.51161 11.0232 22.0465 44.0929 88.1858 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.399 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.655 x 8.311 at -4.335 degrees (North through East) ! Clean map min=-0.0017488 max=0.39902 Jy/beam quit ! Quitting program ! Log file J0457+0645_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:43:57 2016