! Started logfile: J2007+7452_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:39:06 2016 obs J2007+7452_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J2007+7452_S_2014_08_05_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.768022 visibilities/baseline/integration-bin. ! Found source: J2007+7452 ! ! 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 17004 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 J2007+7452_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 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.918295Jy sigma=0.009894 ! Fit after self-cal, rms=0.904098Jy sigma=0.009741 ! 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.454 mas, bmaj=10.83 mas, bpa=83.88 degrees ! Estimated noise=937.255 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.0738132 Jy ! Component: 100 - total flux cleaned = 0.0904791 Jy ! Total flux subtracted in 100 components = 0.0904791 Jy ! Clean residual min=-0.005479 max=0.013481 Jy/beam ! Clean residual mean=-0.000054 rms=0.001788 Jy/beam ! Combined flux in latest and established models = 0.0904791 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0904791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083121Jy sigma=0.000835 ! Fit after self-cal, rms=0.083109Jy sigma=0.000835 ! Inverting map ! Added new window around map position (-22.5, -3). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0133161 Jy ! Component: 100 - total flux cleaned = 0.0213964 Jy ! Total flux subtracted in 100 components = 0.0213964 Jy ! Clean residual min=-0.004669 max=0.005466 Jy/beam ! Clean residual mean=-0.000039 rms=0.001288 Jy/beam ! Combined flux in latest and established models = 0.111876 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 33 components and 0.111876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080164Jy sigma=0.000802 ! Fit after self-cal, rms=0.079989Jy sigma=0.000800 ! 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.084 mas, bmaj=11.63 mas, bpa=83.65 degrees ! Estimated noise=512.053 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.0102253 Jy ! Component: 100 - total flux cleaned = 0.017369 Jy ! Component: 150 - total flux cleaned = 0.022687 Jy ! Component: 200 - total flux cleaned = 0.0267536 Jy ! Total flux subtracted in 200 components = 0.0267536 Jy ! Clean residual min=-0.003391 max=0.003642 Jy/beam ! Clean residual mean=-0.000027 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.138629 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 86 components and 0.138629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078176Jy sigma=0.000782 ! Fit after self-cal, rms=0.078081Jy sigma=0.000781 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.88 HN 1.03 KP 1.04 ! LA 1.04 MK 1.00* NL 0.98 OV 1.04 ! PT 0.96 SC 0.95 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.04 HN 1.09 KP 1.00 ! LA 0.98 MK 1.00* NL 1.00 OV 1.08 ! PT 0.97 SC 1.04 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.12 HN 1.06 KP 0.90 ! LA 0.79 MK 1.00* NL 1.00 OV 0.96 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.01 HN 1.03 KP 0.85 ! LA 0.73 MK 1.00* NL 1.09 OV 1.04 ! PT 0.96 SC 1.00 ! ! ! Fit before self-cal, rms=0.078081Jy sigma=0.000781 ! Fit after self-cal, rms=0.073956Jy sigma=0.000769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.12 mas, bmaj=11.73 mas, bpa=83.59 degrees ! Estimated noise=502.489 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.00185174 Jy ! Component: 100 - total flux cleaned = 0.00219622 Jy ! Component: 150 - total flux cleaned = 0.00222689 Jy ! Component: 200 - total flux cleaned = 0.00222749 Jy ! Total flux subtracted in 200 components = 0.00222749 Jy ! Clean residual min=-0.001947 max=0.002203 Jy/beam ! Clean residual mean=-0.000006 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.140857 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 107 components and 0.140857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073914Jy sigma=0.000769 ! Fit after self-cal, rms=0.073906Jy sigma=0.000768 ! 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.073906Jy sigma=0.000768 ! Fit after self-cal, rms=0.074167Jy sigma=0.000767 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.126 mas, bmaj=11.73 mas, bpa=83.52 degrees ! Estimated noise=501.791 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104912 Jy ! Component: 100 - total flux cleaned = 0.00116358 Jy ! Component: 150 - total flux cleaned = 0.00120481 Jy ! Component: 200 - total flux cleaned = 0.00120365 Jy ! Total flux subtracted in 200 components = 0.00120365 Jy ! Clean residual min=-0.001850 max=0.002019 Jy/beam ! Clean residual mean=-0.000003 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.14206 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 127 components and 0.14206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074151Jy sigma=0.000767 ! Fit after self-cal, rms=0.074168Jy sigma=0.000767 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000100675 Jy ! Component: 100 - total flux cleaned = 0.000103001 Jy ! Component: 150 - total flux cleaned = 9.05001e-05 Jy ! Component: 200 - total flux cleaned = 6.58679e-05 Jy ! Total flux subtracted in 200 components = 6.58679e-05 Jy ! Clean residual min=-0.001853 max=0.001973 Jy/beam ! Clean residual mean=-0.000003 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.142126 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 138 components and 0.142126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074163Jy sigma=0.000767 ! Fit after self-cal, rms=0.074162Jy sigma=0.000767 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074162Jy sigma=0.000767 ! Fit after self-cal, rms=0.074198Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.131 mas, bmaj=11.72 mas, bpa=83.52 degrees ! Estimated noise=501.26 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000424529 Jy ! Component: 100 - total flux cleaned = 0.000502155 Jy ! Component: 150 - total flux cleaned = 0.000541892 Jy ! Component: 200 - total flux cleaned = 0.000553057 Jy ! Total flux subtracted in 200 components = 0.000553057 Jy ! Clean residual min=-0.001840 max=0.001977 Jy/beam ! Clean residual mean=-0.000003 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.142679 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 149 components and 0.142679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074193Jy sigma=0.000767 ! Fit after self-cal, rms=0.074196Jy sigma=0.000767 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.98311e-05 Jy ! Component: 100 - total flux cleaned = 6.07404e-05 Jy ! Component: 150 - total flux cleaned = 5.11355e-05 Jy ! Component: 200 - total flux cleaned = 6.02825e-05 Jy ! Total flux subtracted in 200 components = 6.02825e-05 Jy ! Clean residual min=-0.001840 max=0.001959 Jy/beam ! Clean residual mean=-0.000003 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.14274 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 156 components and 0.14274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074194Jy sigma=0.000767 ! Fit after self-cal, rms=0.074194Jy sigma=0.000767 ! 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.074194Jy sigma=0.000767 ! Fit after self-cal, rms=0.074224Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.737 mas, bmaj=13.05 mas, bpa=86.82 degrees ! Estimated noise=569.414 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000468926 Jy ! Component: 100 - total flux cleaned = 0.000486601 Jy ! Component: 150 - total flux cleaned = 0.000500823 Jy ! Component: 200 - total flux cleaned = 0.000537731 Jy ! Total flux subtracted in 200 components = 0.000537731 Jy ! Clean residual min=-0.002239 max=0.002542 Jy/beam ! Clean residual mean=-0.000006 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.143277 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 170 components and 0.143277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074227Jy sigma=0.000767 ! Fit after self-cal, rms=0.074225Jy sigma=0.000767 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.01708e-05 Jy ! Component: 100 - total flux cleaned = 9.15607e-05 Jy ! Component: 150 - total flux cleaned = 0.00012851 Jy ! Component: 200 - total flux cleaned = 0.000145531 Jy ! Total flux subtracted in 200 components = 0.000145531 Jy ! Clean residual min=-0.002218 max=0.002508 Jy/beam ! Clean residual mean=-0.000006 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.143423 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 177 components and 0.143423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074228Jy sigma=0.000767 ! Fit after self-cal, rms=0.074227Jy sigma=0.000767 ! 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.134 mas, bmaj=11.71 mas, bpa=83.52 degrees ! Estimated noise=501.044 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.134 x 11.71 at 83.52 degrees (North through East) ! Clean map min=-0.0017168 max=0.09431 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.483 mas, bmaj=10.91 mas, bpa=83.8 degrees ! Estimated noise=926.093 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0726104 Jy ! Component: 100 - total flux cleaned = 0.0927077 Jy ! Component: 150 - total flux cleaned = 0.104356 Jy ! Component: 200 - total flux cleaned = 0.112555 Jy ! Total flux subtracted in 200 components = 0.112555 Jy ! Clean residual min=-0.003456 max=0.004872 Jy/beam ! Clean residual mean=-0.000022 rms=0.001051 Jy/beam ! Combined flux in latest and established models = 0.112555 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.112555 Jy ! Inverting map and beam ! Estimated beam: bmin=4.134 mas, bmaj=11.71 mas, bpa=83.52 degrees ! Estimated noise=501.044 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.00874479 Jy ! Component: 100 - total flux cleaned = 0.0147433 Jy ! Component: 150 - total flux cleaned = 0.0190194 Jy ! Component: 200 - total flux cleaned = 0.0221089 Jy ! Total flux subtracted in 200 components = 0.0221089 Jy ! Clean residual min=-0.002451 max=0.002458 Jy/beam ! Clean residual mean=-0.000015 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.134664 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 81 components and 0.134664 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.737 mas, bmaj=13.05 mas, bpa=86.82 degrees ! Estimated noise=569.414 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0033461 Jy ! Component: 100 - total flux cleaned = 0.00544519 Jy ! Component: 150 - total flux cleaned = 0.00684305 Jy ! Component: 200 - total flux cleaned = 0.00751793 Jy ! Total flux subtracted in 200 components = 0.00751793 Jy ! Clean residual min=-0.002387 max=0.002530 Jy/beam ! Clean residual mean=-0.000010 rms=0.000670 Jy/beam ! Combined flux in latest and established models = 0.142182 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.000334877 Jy ! Component: 100 - total flux cleaned = 0.000606393 Jy ! Component: 150 - total flux cleaned = 0.000846274 Jy ! Component: 200 - total flux cleaned = 0.000948237 Jy ! Total flux subtracted in 200 components = 0.000948237 Jy ! Clean residual min=-0.002243 max=0.002483 Jy/beam ! Clean residual mean=-0.000007 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.14313 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 141 components and 0.14313 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.134 mas, bmaj=11.71 mas, bpa=83.52 degrees ! Estimated noise=501.044 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.46167e-05 Jy ! Component: 100 - total flux cleaned = 0.000215462 Jy ! Component: 150 - total flux cleaned = 0.000267724 Jy ! Component: 200 - total flux cleaned = 0.000267927 Jy ! Total flux subtracted in 200 components = 0.000267927 Jy ! Clean residual min=-0.001796 max=0.001820 Jy/beam ! Clean residual mean=-0.000003 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.143398 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 159 components and 0.143398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074239Jy sigma=0.000767 ! Fit after self-cal, rms=0.074243Jy sigma=0.000767 wmodel J2007+7452_S_2014_08_05_pus_map.mod ! Writing 159 model components to file: J2007+7452_S_2014_08_05_pus_map.mod wobs J2007+7452_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J2007+7452_S_2014_08_05_pus_uvs.fits wwins J2007+7452_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J2007+7452_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.000418015 Jy ! Component: 100 - total flux cleaned = 0.000289144 Jy ! Component: 150 - total flux cleaned = 0.000105381 Jy ! Component: 200 - total flux cleaned = -4.18878e-05 Jy ! Component: 250 - total flux cleaned = -9.88497e-05 Jy ! Component: 300 - total flux cleaned = -0.000263403 Jy ! Component: 350 - total flux cleaned = -0.000289153 Jy ! Component: 400 - total flux cleaned = -0.000289128 Jy ! Component: 450 - total flux cleaned = -0.000289221 Jy ! Component: 500 - total flux cleaned = -0.000240568 Jy ! Component: 550 - total flux cleaned = -0.000170042 Jy ! Component: 600 - total flux cleaned = -0.000124376 Jy ! Component: 650 - total flux cleaned = -5.69443e-05 Jy ! Component: 700 - total flux cleaned = 8.59042e-06 Jy ! Component: 750 - total flux cleaned = 7.28321e-05 Jy ! Component: 800 - total flux cleaned = 9.39149e-05 Jy ! Component: 850 - total flux cleaned = 0.000176712 Jy ! Component: 900 - total flux cleaned = 0.000157016 Jy ! Component: 950 - total flux cleaned = 0.000236368 Jy ! Component: 1000 - total flux cleaned = 0.000197145 Jy ! Component: 1050 - total flux cleaned = 0.000197398 Jy ! Component: 1100 - total flux cleaned = 0.000252824 Jy ! Component: 1150 - total flux cleaned = 0.000197449 Jy ! Component: 1200 - total flux cleaned = 0.00017955 Jy ! Component: 1250 - total flux cleaned = 0.000144518 Jy ! Component: 1300 - total flux cleaned = 0.000144709 Jy ! Component: 1350 - total flux cleaned = 9.36105e-05 Jy ! Component: 1400 - total flux cleaned = 7.69477e-05 Jy ! Component: 1450 - total flux cleaned = 1.05279e-05 Jy ! Component: 1500 - total flux cleaned = -3.81905e-05 Jy ! Component: 1550 - total flux cleaned = -0.000102714 Jy ! Component: 1600 - total flux cleaned = -0.000149769 Jy ! Component: 1650 - total flux cleaned = -0.000211829 Jy ! Component: 1700 - total flux cleaned = -0.000257657 Jy ! Component: 1750 - total flux cleaned = -0.000272626 Jy ! Component: 1800 - total flux cleaned = -0.00022794 Jy ! Component: 1850 - total flux cleaned = -0.000272221 Jy ! Component: 1900 - total flux cleaned = -0.000287085 Jy ! Component: 1950 - total flux cleaned = -0.000358946 Jy ! Component: 2000 - total flux cleaned = -0.000401511 Jy ! Component: 2050 - total flux cleaned = -0.000457596 Jy ! Component: 2100 - total flux cleaned = -0.000499183 Jy ! Component: 2150 - total flux cleaned = -0.000540417 Jy ! Component: 2200 - total flux cleaned = -0.000581261 Jy ! Component: 2250 - total flux cleaned = -0.000648034 Jy ! Component: 2300 - total flux cleaned = -0.000674774 Jy ! Component: 2350 - total flux cleaned = -0.000779182 Jy ! Component: 2400 - total flux cleaned = -0.000791997 Jy ! Component: 2450 - total flux cleaned = -0.000881589 Jy ! Component: 2500 - total flux cleaned = -0.00088149 Jy ! Component: 2550 - total flux cleaned = -0.000944184 Jy ! Component: 2600 - total flux cleaned = -0.00099369 Jy ! Component: 2650 - total flux cleaned = -0.00104272 Jy ! Component: 2700 - total flux cleaned = -0.00107896 Jy ! Component: 2750 - total flux cleaned = -0.00112698 Jy ! Component: 2800 - total flux cleaned = -0.00115068 Jy ! Component: 2850 - total flux cleaned = -0.00119768 Jy ! Component: 2900 - total flux cleaned = -0.00126748 Jy ! Component: 2950 - total flux cleaned = -0.00129052 Jy ! Component: 3000 - total flux cleaned = -0.00135885 Jy ! Component: 3050 - total flux cleaned = -0.00139273 Jy ! Component: 3100 - total flux cleaned = -0.00141532 Jy ! Component: 3150 - total flux cleaned = -0.00145947 Jy ! Component: 3200 - total flux cleaned = -0.00150336 Jy ! Component: 3250 - total flux cleaned = -0.00153609 Jy ! Component: 3300 - total flux cleaned = -0.00162214 Jy ! Component: 3350 - total flux cleaned = -0.00164357 Jy ! Component: 3400 - total flux cleaned = -0.00169655 Jy ! Component: 3450 - total flux cleaned = -0.00171749 Jy ! Component: 3500 - total flux cleaned = -0.00182141 Jy ! Component: 3550 - total flux cleaned = -0.00184204 Jy ! Component: 3600 - total flux cleaned = -0.00191362 Jy ! Component: 3650 - total flux cleaned = -0.0019035 Jy ! Component: 3700 - total flux cleaned = -0.00199406 Jy ! Component: 3750 - total flux cleaned = -0.00201394 Jy ! Component: 3800 - total flux cleaned = -0.00206342 Jy ! Component: 3850 - total flux cleaned = -0.00209267 Jy ! Component: 3900 - total flux cleaned = -0.00208285 Jy ! Component: 3950 - total flux cleaned = -0.00215052 Jy ! Component: 4000 - total flux cleaned = -0.00217925 Jy ! Component: 4050 - total flux cleaned = -0.00220771 Jy ! Total flux subtracted in 4096 components = -0.00225494 Jy ! Clean residual min=-0.000471 max=0.000608 Jy/beam ! Clean residual mean=-0.000004 rms=0.000188 Jy/beam ! Combined flux in latest and established models = 0.141143 Jy keep ! Adding 323 model components to the UV plane model. ! The established model now contains 482 components and 0.141143 Jy ![Exited script file: muppet] wmap "J2007+7452_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.134 x 11.71 at 83.52 degrees (North through East) ! Clean map min=-0.0016267 max=0.09403 Jy/beam ! Writing clean map to FITS file: J2007+7452_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.0940301 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00018865 device "J2007+7452_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J2007+7452_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.601881 0.601881 1.20376 2.40753 4.81505 9.6301 19.2602 38.5204 77.0408 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.094 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.134 x 11.71 at 83.52 degrees (North through East) ! Clean map min=-0.0016267 max=0.09403 Jy/beam quit ! Quitting program ! Log file J2007+7452_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:39:11 2016