! Started logfile: J0152+3716_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:12:11 2016 obs J0152+3716_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0152+3716_S_2014_08_05_pus_uva.fits ! AN table 1: 73 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.681279 visibilities/baseline/integration-bin. ! Found source: J0152+3716 ! ! 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 8952 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 J0152+3716_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 127 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 127 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 127 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 127 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.883764Jy sigma=0.010855 ! Fit after self-cal, rms=0.873262Jy sigma=0.010746 ! 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.883 mas, bmaj=7.268 mas, bpa=25.14 degrees ! Estimated noise=930.59 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.0946287 Jy ! Component: 100 - total flux cleaned = 0.125122 Jy ! Total flux subtracted in 100 components = 0.125122 Jy ! Clean residual min=-0.007220 max=0.012819 Jy/beam ! Clean residual mean=-0.000003 rms=0.001970 Jy/beam ! Combined flux in latest and established models = 0.125122 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.125122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075433Jy sigma=0.000851 ! Fit after self-cal, rms=0.075186Jy sigma=0.000848 ! Inverting map ! Added new window around map position (4.5, 2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0147022 Jy ! Component: 100 - total flux cleaned = 0.0226059 Jy ! Total flux subtracted in 100 components = 0.0226059 Jy ! Clean residual min=-0.005165 max=0.005470 Jy/beam ! Clean residual mean=0.000007 rms=0.001325 Jy/beam ! Combined flux in latest and established models = 0.147728 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 35 components and 0.147728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071512Jy sigma=0.000808 ! Fit after self-cal, rms=0.071392Jy sigma=0.000807 ! 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.752 mas, bmaj=7.809 mas, bpa=25.72 degrees ! Estimated noise=620.111 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.00751115 Jy ! Component: 100 - total flux cleaned = 0.011675 Jy ! Component: 150 - total flux cleaned = 0.0143071 Jy ! Component: 200 - total flux cleaned = 0.0160763 Jy ! Total flux subtracted in 200 components = 0.0160763 Jy ! Clean residual min=-0.002976 max=0.003510 Jy/beam ! Clean residual mean=0.000012 rms=0.000869 Jy/beam ! Combined flux in latest and established models = 0.163804 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 72 components and 0.163804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070431Jy sigma=0.000798 ! Fit after self-cal, rms=0.070371Jy sigma=0.000797 ! 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.99 FD 0.87 HN 0.97 KP 1.08 ! LA 1.15 MK 1.00* NL 0.97 OV 0.99 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.99 HN 1.03 KP 0.98 ! LA 1.11 MK 1.00* NL 1.04 OV 1.02 ! PT 1.05 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.12 HN 0.99 KP 0.90 ! LA 0.87 MK 1.00* NL 1.00 OV 0.94 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.01 HN 1.03 KP 0.87 ! LA 0.83 MK 1.00* NL 1.07 OV 1.00 ! PT 1.02 SC 0.95 ! ! ! Fit before self-cal, rms=0.070371Jy sigma=0.000797 ! Fit after self-cal, rms=0.067594Jy sigma=0.000780 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.773 mas, bmaj=7.816 mas, bpa=25.57 degrees ! Estimated noise=618.782 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.000847615 Jy ! Component: 100 - total flux cleaned = 0.00096182 Jy ! Component: 150 - total flux cleaned = 0.00100458 Jy ! Component: 200 - total flux cleaned = 0.00104166 Jy ! Total flux subtracted in 200 components = 0.00104166 Jy ! Clean residual min=-0.002660 max=0.003391 Jy/beam ! Clean residual mean=0.000004 rms=0.000713 Jy/beam ! Combined flux in latest and established models = 0.164846 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 77 components and 0.164846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067572Jy sigma=0.000780 ! Fit after self-cal, rms=0.067550Jy sigma=0.000779 ! 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.067550Jy sigma=0.000779 ! Fit after self-cal, rms=0.067033Jy sigma=0.000776 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.792 mas, bmaj=7.834 mas, bpa=25.5 degrees ! Estimated noise=619.448 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000108948 Jy ! Component: 100 - total flux cleaned = -0.000306053 Jy ! Component: 150 - total flux cleaned = -0.000366199 Jy ! Component: 200 - total flux cleaned = -0.000364992 Jy ! Total flux subtracted in 200 components = -0.000364992 Jy ! Clean residual min=-0.002323 max=0.003415 Jy/beam ! Clean residual mean=0.000003 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.164481 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 87 components and 0.164481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067016Jy sigma=0.000776 ! Fit after self-cal, rms=0.067017Jy sigma=0.000776 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) ! Added new window around map position (15, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00330213 Jy ! Component: 100 - total flux cleaned = 0.00506392 Jy ! Component: 150 - total flux cleaned = 0.00567887 Jy ! Component: 200 - total flux cleaned = 0.00580533 Jy ! Total flux subtracted in 200 components = 0.00580533 Jy ! Clean residual min=-0.001951 max=0.001819 Jy/beam ! Clean residual mean=-0.000002 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.170286 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 118 components and 0.170286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066840Jy sigma=0.000774 ! Fit after self-cal, rms=0.066823Jy 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.066823Jy sigma=0.000774 ! Fit after self-cal, rms=0.066649Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.781 mas, bmaj=7.841 mas, bpa=25.63 degrees ! Estimated noise=617.976 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00087807 Jy ! Component: 100 - total flux cleaned = 0.00117815 Jy ! Component: 150 - total flux cleaned = 0.00124225 Jy ! Component: 200 - total flux cleaned = 0.00127013 Jy ! Total flux subtracted in 200 components = 0.00127013 Jy ! Clean residual min=-0.001792 max=0.001591 Jy/beam ! Clean residual mean=-0.000003 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.171556 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 142 components and 0.171556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066611Jy sigma=0.000773 ! Fit after self-cal, rms=0.066609Jy sigma=0.000773 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.000281587 Jy ! Component: 100 - total flux cleaned = 0.000356639 Jy ! Component: 150 - total flux cleaned = 0.000379228 Jy ! Component: 200 - total flux cleaned = 0.000400841 Jy ! Total flux subtracted in 200 components = 0.000400841 Jy ! Clean residual min=-0.001699 max=0.001562 Jy/beam ! Clean residual mean=-0.000004 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.171957 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 156 components and 0.171957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066591Jy sigma=0.000773 ! Fit after self-cal, rms=0.066590Jy sigma=0.000773 ! 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.066590Jy sigma=0.000773 ! Fit after self-cal, rms=0.066478Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.008 mas, bmaj=9.751 mas, bpa=45.62 degrees ! Estimated noise=701.347 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000530165 Jy ! Component: 100 - total flux cleaned = 0.000570265 Jy ! Component: 150 - total flux cleaned = 0.000588749 Jy ! Component: 200 - total flux cleaned = 0.000574807 Jy ! Total flux subtracted in 200 components = 0.000574807 Jy ! Clean residual min=-0.001396 max=0.001415 Jy/beam ! Clean residual mean=-0.000006 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.172532 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 172 components and 0.172532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066471Jy sigma=0.000773 ! Fit after self-cal, rms=0.066470Jy sigma=0.000773 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.3839e-05 Jy ! Component: 100 - total flux cleaned = 8.77737e-05 Jy ! Component: 150 - total flux cleaned = 8.80756e-05 Jy ! Component: 200 - total flux cleaned = 9.86052e-05 Jy ! Total flux subtracted in 200 components = 9.86052e-05 Jy ! Clean residual min=-0.001403 max=0.001397 Jy/beam ! Clean residual mean=-0.000007 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.172631 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 184 components and 0.172631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066466Jy sigma=0.000773 ! Fit after self-cal, rms=0.066466Jy sigma=0.000773 ! 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.781 mas, bmaj=7.842 mas, bpa=25.7 degrees ! Estimated noise=617.244 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.781 x 7.842 at 25.7 degrees (North through East) ! Clean map min=-0.0015232 max=0.1216 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.888 mas, bmaj=7.326 mas, bpa=25.21 degrees ! Estimated noise=926.501 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0941034 Jy ! Component: 100 - total flux cleaned = 0.125418 Jy ! Component: 150 - total flux cleaned = 0.139344 Jy ! Component: 200 - total flux cleaned = 0.147131 Jy ! Total flux subtracted in 200 components = 0.147131 Jy ! Clean residual min=-0.003518 max=0.004205 Jy/beam ! Clean residual mean=0.000003 rms=0.000999 Jy/beam ! Combined flux in latest and established models = 0.147131 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.147131 Jy ! Inverting map and beam ! Estimated beam: bmin=4.781 mas, bmaj=7.842 mas, bpa=25.7 degrees ! Estimated noise=617.244 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.0074543 Jy ! Component: 100 - total flux cleaned = 0.0122209 Jy ! Component: 150 - total flux cleaned = 0.0155946 Jy ! Component: 200 - total flux cleaned = 0.0181467 Jy ! Total flux subtracted in 200 components = 0.0181467 Jy ! Clean residual min=-0.001771 max=0.001914 Jy/beam ! Clean residual mean=-0.000002 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.165278 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 91 components and 0.165278 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=9.008 mas, bmaj=9.751 mas, bpa=45.62 degrees ! Estimated noise=701.347 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00255711 Jy ! Component: 100 - total flux cleaned = 0.00428924 Jy ! Component: 150 - total flux cleaned = 0.00543312 Jy ! Component: 200 - total flux cleaned = 0.00596362 Jy ! Total flux subtracted in 200 components = 0.00596362 Jy ! Clean residual min=-0.001478 max=0.001431 Jy/beam ! Clean residual mean=-0.000007 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.171242 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.000426237 Jy ! Component: 100 - total flux cleaned = 0.000770201 Jy ! Component: 150 - total flux cleaned = 0.000955166 Jy ! Component: 200 - total flux cleaned = 0.00106051 Jy ! Total flux subtracted in 200 components = 0.00106051 Jy ! Clean residual min=-0.001407 max=0.001453 Jy/beam ! Clean residual mean=-0.000007 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.172302 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 160 components and 0.172302 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.781 mas, bmaj=7.842 mas, bpa=25.7 degrees ! Estimated noise=617.244 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00029654 Jy ! Component: 100 - total flux cleaned = 0.00032714 Jy ! Component: 150 - total flux cleaned = 0.000269964 Jy ! Component: 200 - total flux cleaned = 0.000268726 Jy ! Total flux subtracted in 200 components = 0.000268726 Jy ! Clean residual min=-0.001598 max=0.001476 Jy/beam ! Clean residual mean=-0.000005 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.172571 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 180 components and 0.172571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066468Jy sigma=0.000773 ! Fit after self-cal, rms=0.066461Jy sigma=0.000773 wmodel J0152+3716_S_2014_08_05_pus_map.mod ! Writing 180 model components to file: J0152+3716_S_2014_08_05_pus_map.mod wobs J0152+3716_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0152+3716_S_2014_08_05_pus_uvs.fits wwins J0152+3716_S_2014_08_05_pus_map.win ! wwins: Wrote 3 windows to J0152+3716_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.000365514 Jy ! Component: 100 - total flux cleaned = -0.000671944 Jy ! Component: 150 - total flux cleaned = -0.000864532 Jy ! Component: 200 - total flux cleaned = -0.000979576 Jy ! Component: 250 - total flux cleaned = -0.00109081 Jy ! Component: 300 - total flux cleaned = -0.00121975 Jy ! Component: 350 - total flux cleaned = -0.00130262 Jy ! Component: 400 - total flux cleaned = -0.0014039 Jy ! Component: 450 - total flux cleaned = -0.00146294 Jy ! Component: 500 - total flux cleaned = -0.00150164 Jy ! Component: 550 - total flux cleaned = -0.00150154 Jy ! Component: 600 - total flux cleaned = -0.00151987 Jy ! Component: 650 - total flux cleaned = -0.0015558 Jy ! Component: 700 - total flux cleaned = -0.00167825 Jy ! Component: 750 - total flux cleaned = -0.0017809 Jy ! Component: 800 - total flux cleaned = -0.00186503 Jy ! Component: 850 - total flux cleaned = -0.00199677 Jy ! Component: 900 - total flux cleaned = -0.00207777 Jy ! Component: 950 - total flux cleaned = -0.00212548 Jy ! Component: 1000 - total flux cleaned = -0.00221937 Jy ! Component: 1050 - total flux cleaned = -0.0022653 Jy ! Component: 1100 - total flux cleaned = -0.00232563 Jy ! Component: 1150 - total flux cleaned = -0.00237031 Jy ! Component: 1200 - total flux cleaned = -0.00239975 Jy ! Component: 1250 - total flux cleaned = -0.002414 Jy ! Component: 1300 - total flux cleaned = -0.00244266 Jy ! Component: 1350 - total flux cleaned = -0.00248498 Jy ! Component: 1400 - total flux cleaned = -0.00251309 Jy ! Component: 1450 - total flux cleaned = -0.00258177 Jy ! Component: 1500 - total flux cleaned = -0.00262258 Jy ! Component: 1550 - total flux cleaned = -0.00268948 Jy ! Component: 1600 - total flux cleaned = -0.00275577 Jy ! Component: 1650 - total flux cleaned = -0.00288686 Jy ! Component: 1700 - total flux cleaned = -0.00292577 Jy ! Component: 1750 - total flux cleaned = -0.0030541 Jy ! Component: 1800 - total flux cleaned = -0.00305399 Jy ! Component: 1850 - total flux cleaned = -0.00316738 Jy ! Component: 1900 - total flux cleaned = -0.00320451 Jy ! Component: 1950 - total flux cleaned = -0.0032907 Jy ! Component: 2000 - total flux cleaned = -0.00331512 Jy ! Component: 2050 - total flux cleaned = -0.00337546 Jy ! Component: 2100 - total flux cleaned = -0.00341141 Jy ! Component: 2150 - total flux cleaned = -0.00343525 Jy ! Component: 2200 - total flux cleaned = -0.003541 Jy ! Component: 2250 - total flux cleaned = -0.00357594 Jy ! Component: 2300 - total flux cleaned = -0.00362193 Jy ! Component: 2350 - total flux cleaned = -0.00370189 Jy ! Component: 2400 - total flux cleaned = -0.00374697 Jy ! Component: 2450 - total flux cleaned = -0.00380295 Jy ! Component: 2500 - total flux cleaned = -0.00385857 Jy ! Component: 2550 - total flux cleaned = -0.00393546 Jy ! Component: 2600 - total flux cleaned = -0.00398987 Jy ! Component: 2650 - total flux cleaned = -0.00402218 Jy ! Component: 2700 - total flux cleaned = -0.00402226 Jy ! Component: 2750 - total flux cleaned = -0.00407574 Jy ! Component: 2800 - total flux cleaned = -0.00411798 Jy ! Component: 2850 - total flux cleaned = -0.00411793 Jy ! Component: 2900 - total flux cleaned = -0.00412848 Jy ! Component: 2950 - total flux cleaned = -0.00418033 Jy ! Component: 3000 - total flux cleaned = -0.00422137 Jy ! Component: 3050 - total flux cleaned = -0.00423147 Jy ! Component: 3100 - total flux cleaned = -0.00425179 Jy ! Component: 3150 - total flux cleaned = -0.00428203 Jy ! Component: 3200 - total flux cleaned = -0.00431198 Jy ! Component: 3250 - total flux cleaned = -0.00432197 Jy ! Component: 3300 - total flux cleaned = -0.00438123 Jy ! Component: 3350 - total flux cleaned = -0.00438128 Jy ! Component: 3400 - total flux cleaned = -0.00442994 Jy ! Component: 3450 - total flux cleaned = -0.00444937 Jy ! Component: 3500 - total flux cleaned = -0.0044878 Jy ! Component: 3550 - total flux cleaned = -0.0045165 Jy ! Component: 3600 - total flux cleaned = -0.0045641 Jy ! Component: 3650 - total flux cleaned = -0.00458297 Jy ! Component: 3700 - total flux cleaned = -0.00462061 Jy ! Component: 3750 - total flux cleaned = -0.00463933 Jy ! Component: 3800 - total flux cleaned = -0.00470436 Jy ! Component: 3850 - total flux cleaned = -0.00470432 Jy ! Component: 3900 - total flux cleaned = -0.00471352 Jy ! Component: 3950 - total flux cleaned = -0.00476837 Jy ! Component: 4000 - total flux cleaned = -0.0047956 Jy ! Component: 4050 - total flux cleaned = -0.00478654 Jy ! Total flux subtracted in 4096 components = -0.00483147 Jy ! Clean residual min=-0.000529 max=0.000496 Jy/beam ! Clean residual mean=-0.000002 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.167739 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 443 components and 0.167739 Jy ![Exited script file: muppet] wmap "J0152+3716_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.781 x 7.842 at 25.7 degrees (North through East) ! Clean map min=-0.0011098 max=0.12191 Jy/beam ! Writing clean map to FITS file: J0152+3716_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.12191 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000164546 device "J0152+3716_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0152+3716_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.404921 0.404921 0.809842 1.61968 3.23937 6.47874 12.9575 25.9149 51.8299 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.121 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.781 x 7.842 at 25.7 degrees (North through East) ! Clean map min=-0.0011098 max=0.12191 Jy/beam quit ! Quitting program ! Log file J0152+3716_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:12:17 2016