! Started logfile: J0413+5250_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:14:51 2016 obs J0413+5250_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0413+5250_S_2014_08_05_pus_uva.fits ! AN table 1: 81 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.782167 visibilities/baseline/integration-bin. ! Found source: J0413+5250 ! ! 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 11404 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 J0413+5250_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 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.814196Jy sigma=0.009143 ! Fit after self-cal, rms=0.788801Jy sigma=0.008898 ! 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.982 mas, bmaj=6.352 mas, bpa=58.32 degrees ! Estimated noise=986.193 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.165945 Jy ! Component: 100 - total flux cleaned = 0.202155 Jy ! Total flux subtracted in 100 components = 0.202155 Jy ! Clean residual min=-0.005729 max=0.010576 Jy/beam ! Clean residual mean=0.000007 rms=0.001648 Jy/beam ! Combined flux in latest and established models = 0.202155 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.202155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082016Jy sigma=0.000841 ! Fit after self-cal, rms=0.082014Jy sigma=0.000841 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.011408 Jy ! Component: 100 - total flux cleaned = 0.0175368 Jy ! Total flux subtracted in 100 components = 0.0175368 Jy ! Clean residual min=-0.005014 max=0.005609 Jy/beam ! Clean residual mean=0.000015 rms=0.001283 Jy/beam ! Combined flux in latest and established models = 0.219692 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 30 components and 0.219692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080195Jy sigma=0.000824 ! Fit after self-cal, rms=0.080182Jy sigma=0.000824 ! 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.852 mas, bmaj=7.108 mas, bpa=59.95 degrees ! Estimated noise=598.947 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.00420197 Jy ! Component: 100 - total flux cleaned = 0.0066134 Jy ! Component: 150 - total flux cleaned = 0.0080941 Jy ! Component: 200 - total flux cleaned = 0.00902747 Jy ! Total flux subtracted in 200 components = 0.00902747 Jy ! Clean residual min=-0.004943 max=0.004357 Jy/beam ! Clean residual mean=-0.000016 rms=0.001140 Jy/beam ! Combined flux in latest and established models = 0.22872 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 44 components and 0.22872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079851Jy sigma=0.000822 ! Fit after self-cal, rms=0.079850Jy sigma=0.000822 ! 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 0.96 FD 0.87 HN 0.97 KP 1.04 ! LA 1.21 MK 1.00* NL 0.96 OV 0.97 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 HN 1.05 KP 1.00 ! LA 1.16 MK 1.00* NL 1.00 OV 1.02 ! PT 1.02 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.18 HN 1.04 KP 0.88 ! LA 0.92 MK 1.00* NL 0.98 OV 0.91 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.02 HN 1.02 KP 0.86 ! LA 0.86 MK 1.00* NL 1.08 OV 0.99 ! PT 1.03 SC 0.98 ! ! ! Fit before self-cal, rms=0.079850Jy sigma=0.000822 ! Fit after self-cal, rms=0.075036Jy sigma=0.000782 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.86 mas, bmaj=7.114 mas, bpa=59.98 degrees ! Estimated noise=599.309 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.00092373 Jy ! Component: 100 - total flux cleaned = -0.00112682 Jy ! Component: 150 - total flux cleaned = -0.0011815 Jy ! Component: 200 - total flux cleaned = -0.00120417 Jy ! Total flux subtracted in 200 components = -0.00120417 Jy ! Clean residual min=-0.003144 max=0.002684 Jy/beam ! Clean residual mean=-0.000074 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.227515 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 55 components and 0.227515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075022Jy sigma=0.000782 ! Fit after self-cal, rms=0.075030Jy sigma=0.000782 ! 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.075030Jy sigma=0.000782 ! Fit after self-cal, rms=0.074833Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.855 mas, bmaj=7.113 mas, bpa=59.97 degrees ! Estimated noise=598.895 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000556875 Jy ! Component: 100 - total flux cleaned = -0.000661154 Jy ! Component: 150 - total flux cleaned = -0.000684266 Jy ! Component: 200 - total flux cleaned = -0.000704245 Jy ! Total flux subtracted in 200 components = -0.000704245 Jy ! Clean residual min=-0.001946 max=0.001894 Jy/beam ! Clean residual mean=-0.000006 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.226811 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 62 components and 0.226811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074828Jy sigma=0.000774 ! Fit after self-cal, rms=0.074838Jy sigma=0.000774 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.55621e-05 Jy ! Component: 100 - total flux cleaned = -6.71449e-05 Jy ! Component: 150 - total flux cleaned = -6.72999e-05 Jy ! Component: 200 - total flux cleaned = -8.45044e-05 Jy ! Total flux subtracted in 200 components = -8.45044e-05 Jy ! Clean residual min=-0.001951 max=0.001887 Jy/beam ! Clean residual mean=-0.000007 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.226727 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 67 components and 0.226727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074836Jy sigma=0.000774 ! Fit after self-cal, rms=0.074836Jy sigma=0.000774 ! 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.074836Jy sigma=0.000774 ! Fit after self-cal, rms=0.074827Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.851 mas, bmaj=7.116 mas, bpa=59.95 degrees ! Estimated noise=598.877 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000290405 Jy ! Component: 100 - total flux cleaned = -0.000347524 Jy ! Component: 150 - total flux cleaned = -0.000370791 Jy ! Component: 200 - total flux cleaned = -0.0003842 Jy ! Total flux subtracted in 200 components = -0.0003842 Jy ! Clean residual min=-0.001918 max=0.001851 Jy/beam ! Clean residual mean=-0.000006 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.226342 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 71 components and 0.226342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074826Jy sigma=0.000774 ! Fit after self-cal, rms=0.074825Jy sigma=0.000774 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.86439e-06 Jy ! Component: 100 - total flux cleaned = -2.87941e-05 Jy ! Component: 150 - total flux cleaned = -3.83399e-05 Jy ! Component: 200 - total flux cleaned = -4.70412e-05 Jy ! Total flux subtracted in 200 components = -4.70412e-05 Jy ! Clean residual min=-0.001915 max=0.001852 Jy/beam ! Clean residual mean=-0.000006 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.226295 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 73 components and 0.226295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074825Jy sigma=0.000774 ! Fit after self-cal, rms=0.074824Jy sigma=0.000774 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074824Jy sigma=0.000774 ! Fit after self-cal, rms=0.074813Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.445 mas, bmaj=9.503 mas, bpa=84.82 degrees ! Estimated noise=682.946 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00019112 Jy ! Component: 100 - total flux cleaned = -0.00021964 Jy ! Component: 150 - total flux cleaned = -0.000243773 Jy ! Component: 200 - total flux cleaned = -0.000265133 Jy ! Total flux subtracted in 200 components = -0.000265133 Jy ! Clean residual min=-0.002230 max=0.001866 Jy/beam ! Clean residual mean=-0.000011 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.22603 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 78 components and 0.22603 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074812Jy sigma=0.000774 ! Fit after self-cal, rms=0.074812Jy sigma=0.000774 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.22403e-05 Jy ! Component: 100 - total flux cleaned = -3.13956e-05 Jy ! Component: 150 - total flux cleaned = -3.97745e-05 Jy ! Component: 200 - total flux cleaned = -4.73636e-05 Jy ! Total flux subtracted in 200 components = -4.73636e-05 Jy ! Clean residual min=-0.002240 max=0.001855 Jy/beam ! Clean residual mean=-0.000011 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.225983 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 82 components and 0.225983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074812Jy sigma=0.000774 ! Fit after self-cal, rms=0.074812Jy sigma=0.000774 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.848 mas, bmaj=7.117 mas, bpa=59.94 degrees ! Estimated noise=598.872 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.848 x 7.117 at 59.94 degrees (North through East) ! Clean map min=-0.0018527 max=0.21279 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.976 mas, bmaj=6.343 mas, bpa=58.37 degrees ! Estimated noise=979.377 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.164784 Jy ! Component: 100 - total flux cleaned = 0.200809 Jy ! Component: 150 - total flux cleaned = 0.212376 Jy ! Component: 200 - total flux cleaned = 0.2183 Jy ! Total flux subtracted in 200 components = 0.2183 Jy ! Clean residual min=-0.003311 max=0.003126 Jy/beam ! Clean residual mean=-0.000003 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.2183 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.2183 Jy ! Inverting map and beam ! Estimated beam: bmin=4.848 mas, bmaj=7.117 mas, bpa=59.94 degrees ! Estimated noise=598.872 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.00371684 Jy ! Component: 100 - total flux cleaned = 0.00571027 Jy ! Component: 150 - total flux cleaned = 0.00661593 Jy ! Component: 200 - total flux cleaned = 0.0069342 Jy ! Total flux subtracted in 200 components = 0.0069342 Jy ! Clean residual min=-0.001907 max=0.001848 Jy/beam ! Clean residual mean=-0.000007 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.225234 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 46 components and 0.225234 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.445 mas, bmaj=9.503 mas, bpa=84.82 degrees ! Estimated noise=682.946 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000551294 Jy ! Component: 100 - total flux cleaned = 0.000585022 Jy ! Component: 150 - total flux cleaned = 0.000584685 Jy ! Component: 200 - total flux cleaned = 0.000574238 Jy ! Total flux subtracted in 200 components = 0.000574238 Jy ! Clean residual min=-0.002221 max=0.001949 Jy/beam ! Clean residual mean=-0.000012 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.225808 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 = -8.79847e-06 Jy ! Component: 100 - total flux cleaned = -8.9525e-06 Jy ! Component: 150 - total flux cleaned = -1.52601e-05 Jy ! Component: 200 - total flux cleaned = -1.48938e-05 Jy ! Total flux subtracted in 200 components = -1.48938e-05 Jy ! Clean residual min=-0.002224 max=0.001909 Jy/beam ! Clean residual mean=-0.000012 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.225793 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 63 components and 0.225793 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.848 mas, bmaj=7.117 mas, bpa=59.94 degrees ! Estimated noise=598.872 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.57263e-05 Jy ! Component: 100 - total flux cleaned = 5.86597e-05 Jy ! Component: 150 - total flux cleaned = 4.84288e-05 Jy ! Component: 200 - total flux cleaned = 5.81942e-05 Jy ! Total flux subtracted in 200 components = 5.81942e-05 Jy ! Clean residual min=-0.001885 max=0.001812 Jy/beam ! Clean residual mean=-0.000007 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.225852 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 73 components and 0.225852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074815Jy sigma=0.000774 ! Fit after self-cal, rms=0.074814Jy sigma=0.000774 wmodel J0413+5250_S_2014_08_05_pus_map.mod ! Writing 73 model components to file: J0413+5250_S_2014_08_05_pus_map.mod wobs J0413+5250_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0413+5250_S_2014_08_05_pus_uvs.fits wwins J0413+5250_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J0413+5250_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 = -3.88174e-05 Jy ! Component: 100 - total flux cleaned = 0.00017768 Jy ! Component: 150 - total flux cleaned = 0.000322762 Jy ! Component: 200 - total flux cleaned = 0.000433211 Jy ! Component: 250 - total flux cleaned = 0.000486158 Jy ! Component: 300 - total flux cleaned = 0.000486927 Jy ! Component: 350 - total flux cleaned = 0.000512006 Jy ! Component: 400 - total flux cleaned = 0.000560073 Jy ! Component: 450 - total flux cleaned = 0.000606301 Jy ! Component: 500 - total flux cleaned = 0.000651083 Jy ! Component: 550 - total flux cleaned = 0.000738025 Jy ! Component: 600 - total flux cleaned = 0.000780196 Jy ! Component: 650 - total flux cleaned = 0.000821899 Jy ! Component: 700 - total flux cleaned = 0.000822368 Jy ! Component: 750 - total flux cleaned = 0.000901485 Jy ! Component: 800 - total flux cleaned = 0.000824079 Jy ! Component: 850 - total flux cleaned = 0.000767424 Jy ! Component: 900 - total flux cleaned = 0.000693167 Jy ! Component: 950 - total flux cleaned = 0.000584258 Jy ! Component: 1000 - total flux cleaned = 0.000530492 Jy ! Component: 1050 - total flux cleaned = 0.00040805 Jy ! Component: 1100 - total flux cleaned = 0.000339263 Jy ! Component: 1150 - total flux cleaned = 0.000271567 Jy ! Component: 1200 - total flux cleaned = 0.000171373 Jy ! Component: 1250 - total flux cleaned = 4.0584e-05 Jy ! Component: 1300 - total flux cleaned = -3.94651e-05 Jy ! Component: 1350 - total flux cleaned = -8.73853e-05 Jy ! Component: 1400 - total flux cleaned = -0.000165306 Jy ! Component: 1450 - total flux cleaned = -0.000211264 Jy ! Component: 1500 - total flux cleaned = -0.000301826 Jy ! Component: 1550 - total flux cleaned = -0.000375967 Jy ! Component: 1600 - total flux cleaned = -0.000390449 Jy ! Component: 1650 - total flux cleaned = -0.000433898 Jy ! Component: 1700 - total flux cleaned = -0.000547844 Jy ! Component: 1750 - total flux cleaned = -0.000589926 Jy ! Component: 1800 - total flux cleaned = -0.000714262 Jy ! Component: 1850 - total flux cleaned = -0.0007412 Jy ! Component: 1900 - total flux cleaned = -0.000808155 Jy ! Component: 1950 - total flux cleaned = -0.000874426 Jy ! Component: 2000 - total flux cleaned = -0.000913882 Jy ! Component: 2050 - total flux cleaned = -0.000978651 Jy ! Component: 2100 - total flux cleaned = -0.00102989 Jy ! Component: 2150 - total flux cleaned = -0.00106781 Jy ! Component: 2200 - total flux cleaned = -0.00110545 Jy ! Component: 2250 - total flux cleaned = -0.00116712 Jy ! Component: 2300 - total flux cleaned = -0.00120356 Jy ! Component: 2350 - total flux cleaned = -0.00122758 Jy ! Component: 2400 - total flux cleaned = -0.00122759 Jy ! Component: 2450 - total flux cleaned = -0.00127486 Jy ! Component: 2500 - total flux cleaned = -0.00133325 Jy ! Component: 2550 - total flux cleaned = -0.00135617 Jy ! Component: 2600 - total flux cleaned = -0.00139046 Jy ! Component: 2650 - total flux cleaned = -0.0014018 Jy ! Component: 2700 - total flux cleaned = -0.00141302 Jy ! Component: 2750 - total flux cleaned = -0.00143523 Jy ! Component: 2800 - total flux cleaned = -0.00143517 Jy ! Component: 2850 - total flux cleaned = -0.00146789 Jy ! Component: 2900 - total flux cleaned = -0.00148957 Jy ! Component: 2950 - total flux cleaned = -0.00153246 Jy ! Component: 3000 - total flux cleaned = -0.0015642 Jy ! Component: 3050 - total flux cleaned = -0.0015853 Jy ! Component: 3100 - total flux cleaned = -0.00164778 Jy ! Component: 3150 - total flux cleaned = -0.00165794 Jy ! Component: 3200 - total flux cleaned = -0.00169898 Jy ! Component: 3250 - total flux cleaned = -0.00167856 Jy ! Component: 3300 - total flux cleaned = -0.00174925 Jy ! Component: 3350 - total flux cleaned = -0.00178918 Jy ! Component: 3400 - total flux cleaned = -0.00179896 Jy ! Component: 3450 - total flux cleaned = -0.00183835 Jy ! Component: 3500 - total flux cleaned = -0.00185787 Jy ! Component: 3550 - total flux cleaned = -0.00190648 Jy ! Component: 3600 - total flux cleaned = -0.00196435 Jy ! Component: 3650 - total flux cleaned = -0.00196424 Jy ! Component: 3700 - total flux cleaned = -0.00200237 Jy ! Component: 3750 - total flux cleaned = -0.00205912 Jy ! Component: 3800 - total flux cleaned = -0.00208719 Jy ! Component: 3850 - total flux cleaned = -0.00212445 Jy ! Component: 3900 - total flux cleaned = -0.00213378 Jy ! Component: 3950 - total flux cleaned = -0.00216129 Jy ! Component: 4000 - total flux cleaned = -0.00221602 Jy ! Component: 4050 - total flux cleaned = -0.00220693 Jy ! Total flux subtracted in 4096 components = -0.00224289 Jy ! Clean residual min=-0.000607 max=0.000557 Jy/beam ! Clean residual mean=-0.000001 rms=0.000169 Jy/beam ! Combined flux in latest and established models = 0.223609 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 350 components and 0.223609 Jy ![Exited script file: muppet] wmap "J0413+5250_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.848 x 7.117 at 59.94 degrees (North through East) ! Clean map min=-0.0013808 max=0.2131 Jy/beam ! Writing clean map to FITS file: J0413+5250_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.213102 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000166316 device "J0413+5250_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0413+5250_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.234136 0.234136 0.468272 0.936544 1.87309 3.74617 7.49235 14.9847 29.9694 59.9388 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.213 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.848 x 7.117 at 59.94 degrees (North through East) ! Clean map min=-0.0013808 max=0.2131 Jy/beam quit ! Quitting program ! Log file J0413+5250_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:14:57 2016