! Started logfile: J0709+3737_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:19:14 2016 obs J0709+3737_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0709+3737_S_2014_05_31_pus_uva.fits ! AN table 1: 71 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.784664 visibilities/baseline/integration-bin. ! Found source: J0709+3737 ! ! 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 10028 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 J0709+3737_S_2014_05_31_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 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.848459Jy sigma=0.010670 ! Fit after self-cal, rms=0.839789Jy sigma=0.010571 ! 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.799 mas, bmaj=6.415 mas, bpa=19.74 degrees ! Estimated noise=778.373 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.124834 Jy ! Component: 100 - total flux cleaned = 0.152064 Jy ! Total flux subtracted in 100 components = 0.152064 Jy ! Clean residual min=-0.007107 max=0.022916 Jy/beam ! Clean residual mean=0.000018 rms=0.002052 Jy/beam ! Combined flux in latest and established models = 0.152064 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.152064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073635Jy sigma=0.000870 ! Fit after self-cal, rms=0.073628Jy sigma=0.000870 ! Inverting map ! Added new window around map position (5, -9.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0188739 Jy ! Component: 100 - total flux cleaned = 0.0272806 Jy ! Total flux subtracted in 100 components = 0.0272806 Jy ! Clean residual min=-0.004293 max=0.004550 Jy/beam ! Clean residual mean=0.000016 rms=0.001081 Jy/beam ! Combined flux in latest and established models = 0.179345 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 15 components and 0.179345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068676Jy sigma=0.000808 ! Fit after self-cal, rms=0.068469Jy sigma=0.000805 ! 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.524 mas, bmaj=7.234 mas, bpa=15.63 degrees ! Estimated noise=570.689 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.0067681 Jy ! Component: 100 - total flux cleaned = 0.0107247 Jy ! Component: 150 - total flux cleaned = 0.0132252 Jy ! Component: 200 - total flux cleaned = 0.0149521 Jy ! Total flux subtracted in 200 components = 0.0149521 Jy ! Clean residual min=-0.002934 max=0.002903 Jy/beam ! Clean residual mean=0.000013 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.194297 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 47 components and 0.194297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067644Jy sigma=0.000797 ! Fit after self-cal, rms=0.067632Jy 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 1.00 FD 0.85 HN 0.99 KP 1.03 ! LA 1.22 MK 1.00* NL 0.97 OV 0.99 ! PT 1.02 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.98 HN 1.04 KP 1.00 ! LA 1.13 MK 1.00* NL 1.05 OV 1.01 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.13 HN 1.01 KP 0.90 ! LA 0.89 MK 1.00* NL 1.01 OV 0.95 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.99 HN 0.99 KP 0.89 ! LA 0.86 MK 1.00* NL 1.03 OV 0.97 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.067632Jy sigma=0.000797 ! Fit after self-cal, rms=0.064271Jy sigma=0.000769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.524 mas, bmaj=7.237 mas, bpa=15.54 degrees ! Estimated noise=567.147 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.00125211 Jy ! Component: 100 - total flux cleaned = 0.00146846 Jy ! Component: 150 - total flux cleaned = 0.00148781 Jy ! Component: 200 - total flux cleaned = 0.00150591 Jy ! Total flux subtracted in 200 components = 0.00150591 Jy ! Clean residual min=-0.001782 max=0.001628 Jy/beam ! Clean residual mean=-0.000001 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.195803 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 58 components and 0.195803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064243Jy sigma=0.000769 ! Fit after self-cal, rms=0.064237Jy 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.064237Jy sigma=0.000768 ! Fit after self-cal, rms=0.064125Jy sigma=0.000767 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.522 mas, bmaj=7.229 mas, bpa=15.61 degrees ! Estimated noise=567.033 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000330194 Jy ! Component: 100 - total flux cleaned = 0.000396056 Jy ! Component: 150 - total flux cleaned = 0.00045126 Jy ! Component: 200 - total flux cleaned = 0.000450923 Jy ! Total flux subtracted in 200 components = 0.000450923 Jy ! Clean residual min=-0.001573 max=0.001509 Jy/beam ! Clean residual mean=-0.000000 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.196254 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 68 components and 0.196254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064109Jy sigma=0.000767 ! Fit after self-cal, rms=0.064109Jy 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 = 5.81686e-05 Jy ! Component: 100 - total flux cleaned = 5.81698e-05 Jy ! Component: 150 - total flux cleaned = 4.37736e-05 Jy ! Component: 200 - total flux cleaned = 4.42347e-05 Jy ! Total flux subtracted in 200 components = 4.42347e-05 Jy ! Clean residual min=-0.001569 max=0.001537 Jy/beam ! Clean residual mean=-0.000000 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.196298 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 71 components and 0.196298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064101Jy sigma=0.000767 ! Fit after self-cal, rms=0.064101Jy 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.064101Jy sigma=0.000767 ! Fit after self-cal, rms=0.064120Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.52 mas, bmaj=7.227 mas, bpa=15.66 degrees ! Estimated noise=567.152 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000199303 Jy ! Component: 100 - total flux cleaned = 0.000241968 Jy ! Component: 150 - total flux cleaned = 0.000254936 Jy ! Component: 200 - total flux cleaned = 0.000254957 Jy ! Total flux subtracted in 200 components = 0.000254957 Jy ! Clean residual min=-0.001521 max=0.001506 Jy/beam ! Clean residual mean=-0.000001 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.196553 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 72 components and 0.196553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064113Jy sigma=0.000767 ! Fit after self-cal, rms=0.064114Jy 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 = 1.15865e-05 Jy ! Component: 100 - total flux cleaned = 2.31531e-05 Jy ! Component: 150 - total flux cleaned = 2.2499e-05 Jy ! Component: 200 - total flux cleaned = 2.2323e-05 Jy ! Total flux subtracted in 200 components = 2.2323e-05 Jy ! Clean residual min=-0.001514 max=0.001509 Jy/beam ! Clean residual mean=-0.000001 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.196575 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 75 components and 0.196575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064110Jy sigma=0.000767 ! Fit after self-cal, rms=0.064110Jy 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.064110Jy sigma=0.000767 ! Fit after self-cal, rms=0.064123Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.028 mas, bmaj=9.686 mas, bpa=-1.294 degrees ! Estimated noise=648.342 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000120812 Jy ! Component: 100 - total flux cleaned = 0.000120929 Jy ! Component: 150 - total flux cleaned = 0.000120736 Jy ! Component: 200 - total flux cleaned = 0.000112148 Jy ! Total flux subtracted in 200 components = 0.000112148 Jy ! Clean residual min=-0.001332 max=0.001460 Jy/beam ! Clean residual mean=-0.000001 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.196688 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 86 components and 0.196688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064122Jy sigma=0.000767 ! Fit after self-cal, rms=0.064122Jy 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.90285e-06 Jy ! Component: 100 - total flux cleaned = -8.65045e-06 Jy ! Component: 150 - total flux cleaned = -1.5586e-05 Jy ! Component: 200 - total flux cleaned = -1.86349e-05 Jy ! Total flux subtracted in 200 components = -1.86349e-05 Jy ! Clean residual min=-0.001334 max=0.001466 Jy/beam ! Clean residual mean=-0.000001 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.196669 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 103 components and 0.196669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064122Jy sigma=0.000767 ! Fit after self-cal, rms=0.064122Jy 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.518 mas, bmaj=7.226 mas, bpa=15.7 degrees ! Estimated noise=567.323 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.518 x 7.226 at 15.7 degrees (North through East) ! Clean map min=-0.0014605 max=0.16312 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.789 mas, bmaj=6.39 mas, bpa=19.58 degrees ! Estimated noise=770.238 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.123487 Jy ! Component: 100 - total flux cleaned = 0.154814 Jy ! Component: 150 - total flux cleaned = 0.170216 Jy ! Component: 200 - total flux cleaned = 0.178921 Jy ! Total flux subtracted in 200 components = 0.178921 Jy ! Clean residual min=-0.003268 max=0.004565 Jy/beam ! Clean residual mean=0.000007 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.178921 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.178921 Jy ! Inverting map and beam ! Estimated beam: bmin=4.518 mas, bmaj=7.226 mas, bpa=15.7 degrees ! Estimated noise=567.323 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.00700572 Jy ! Component: 100 - total flux cleaned = 0.01112 Jy ! Component: 150 - total flux cleaned = 0.0136228 Jy ! Component: 200 - total flux cleaned = 0.0152148 Jy ! Total flux subtracted in 200 components = 0.0152148 Jy ! Clean residual min=-0.001582 max=0.001511 Jy/beam ! Clean residual mean=-0.000002 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.194136 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 41 components and 0.194136 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.028 mas, bmaj=9.686 mas, bpa=-1.294 degrees ! Estimated noise=648.342 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00128155 Jy ! Component: 100 - total flux cleaned = 0.00175297 Jy ! Component: 150 - total flux cleaned = 0.00192904 Jy ! Component: 200 - total flux cleaned = 0.00208297 Jy ! Total flux subtracted in 200 components = 0.00208297 Jy ! Clean residual min=-0.001370 max=0.001468 Jy/beam ! Clean residual mean=-0.000002 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.196219 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.000122444 Jy ! Component: 100 - total flux cleaned = 0.000153764 Jy ! Component: 150 - total flux cleaned = 0.000190422 Jy ! Component: 200 - total flux cleaned = 0.000222417 Jy ! Total flux subtracted in 200 components = 0.000222417 Jy ! Clean residual min=-0.001347 max=0.001472 Jy/beam ! Clean residual mean=-0.000002 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.196441 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 81 components and 0.196441 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.518 mas, bmaj=7.226 mas, bpa=15.7 degrees ! Estimated noise=567.323 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.86005e-05 Jy ! Component: 100 - total flux cleaned = 0.000118942 Jy ! Component: 150 - total flux cleaned = 0.000118044 Jy ! Component: 200 - total flux cleaned = 0.00013425 Jy ! Total flux subtracted in 200 components = 0.00013425 Jy ! Clean residual min=-0.001492 max=0.001583 Jy/beam ! Clean residual mean=-0.000001 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.196576 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 96 components and 0.196576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064135Jy sigma=0.000767 ! Fit after self-cal, rms=0.064134Jy sigma=0.000767 wmodel J0709+3737_S_2014_05_31_pus_map.mod ! Writing 96 model components to file: J0709+3737_S_2014_05_31_pus_map.mod wobs J0709+3737_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0709+3737_S_2014_05_31_pus_uvs.fits wwins J0709+3737_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J0709+3737_S_2014_05_31_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.000139769 Jy ! Component: 100 - total flux cleaned = -6.24258e-05 Jy ! Component: 150 - total flux cleaned = -1.38729e-05 Jy ! Component: 200 - total flux cleaned = -1.3672e-05 Jy ! Component: 250 - total flux cleaned = 8.52342e-06 Jy ! Component: 300 - total flux cleaned = -3.52613e-05 Jy ! Component: 350 - total flux cleaned = 8.08436e-06 Jy ! Component: 400 - total flux cleaned = 2.91118e-05 Jy ! Component: 450 - total flux cleaned = 4.95052e-05 Jy ! Component: 500 - total flux cleaned = 4.89272e-05 Jy ! Component: 550 - total flux cleaned = 2.91921e-05 Jy ! Component: 600 - total flux cleaned = 4.83513e-05 Jy ! Component: 650 - total flux cleaned = 8.56582e-05 Jy ! Component: 700 - total flux cleaned = 0.000103576 Jy ! Component: 750 - total flux cleaned = 4.97822e-05 Jy ! Component: 800 - total flux cleaned = 1.48118e-05 Jy ! Component: 850 - total flux cleaned = -2.54895e-06 Jy ! Component: 900 - total flux cleaned = 1.42359e-05 Jy ! Component: 950 - total flux cleaned = -2.4704e-06 Jy ! Component: 1000 - total flux cleaned = 4.71368e-05 Jy ! Component: 1050 - total flux cleaned = 9.61215e-05 Jy ! Component: 1100 - total flux cleaned = 9.63592e-05 Jy ! Component: 1150 - total flux cleaned = 0.000112456 Jy ! Component: 1200 - total flux cleaned = 0.000175104 Jy ! Component: 1250 - total flux cleaned = 0.000236762 Jy ! Component: 1300 - total flux cleaned = 0.000267119 Jy ! Component: 1350 - total flux cleaned = 0.000357104 Jy ! Component: 1400 - total flux cleaned = 0.000371831 Jy ! Component: 1450 - total flux cleaned = 0.000401271 Jy ! Component: 1500 - total flux cleaned = 0.000473858 Jy ! Component: 1550 - total flux cleaned = 0.000573961 Jy ! Component: 1600 - total flux cleaned = 0.000616191 Jy ! Component: 1650 - total flux cleaned = 0.000616325 Jy ! Component: 1700 - total flux cleaned = 0.000644193 Jy ! Component: 1750 - total flux cleaned = 0.00072627 Jy ! Component: 1800 - total flux cleaned = 0.000753326 Jy ! Component: 1850 - total flux cleaned = 0.000753194 Jy ! Component: 1900 - total flux cleaned = 0.000819617 Jy ! Component: 1950 - total flux cleaned = 0.000845737 Jy ! Component: 2000 - total flux cleaned = 0.00087182 Jy ! Component: 2050 - total flux cleaned = 0.000871907 Jy ! Component: 2100 - total flux cleaned = 0.000910169 Jy ! Component: 2150 - total flux cleaned = 0.00092276 Jy ! Component: 2200 - total flux cleaned = 0.000947767 Jy ! Component: 2250 - total flux cleaned = 0.000947791 Jy ! Component: 2300 - total flux cleaned = 0.000960023 Jy ! Component: 2350 - total flux cleaned = 0.000996422 Jy ! Component: 2400 - total flux cleaned = 0.00103261 Jy ! Component: 2450 - total flux cleaned = 0.00103261 Jy ! Component: 2500 - total flux cleaned = 0.00107993 Jy ! Component: 2550 - total flux cleaned = 0.00107983 Jy ! Component: 2600 - total flux cleaned = 0.00109141 Jy ! Component: 2650 - total flux cleaned = 0.00112615 Jy ! Component: 2700 - total flux cleaned = 0.00110318 Jy ! Component: 2750 - total flux cleaned = 0.00110313 Jy ! Component: 2800 - total flux cleaned = 0.0011145 Jy ! Component: 2850 - total flux cleaned = 0.00110338 Jy ! Component: 2900 - total flux cleaned = 0.00112554 Jy ! Component: 2950 - total flux cleaned = 0.00112548 Jy ! Component: 3000 - total flux cleaned = 0.00113623 Jy ! Component: 3050 - total flux cleaned = 0.00114705 Jy ! Component: 3100 - total flux cleaned = 0.00115781 Jy ! Component: 3150 - total flux cleaned = 0.00112587 Jy ! Component: 3200 - total flux cleaned = 0.00112585 Jy ! Component: 3250 - total flux cleaned = 0.00112585 Jy ! Component: 3300 - total flux cleaned = 0.00110492 Jy ! Component: 3350 - total flux cleaned = 0.00108423 Jy ! Component: 3400 - total flux cleaned = 0.00102254 Jy ! Component: 3450 - total flux cleaned = 0.00103289 Jy ! Component: 3500 - total flux cleaned = 0.00102271 Jy ! Component: 3550 - total flux cleaned = 0.00101257 Jy ! Component: 3600 - total flux cleaned = 0.000992588 Jy ! Component: 3650 - total flux cleaned = 0.000962847 Jy ! Component: 3700 - total flux cleaned = 0.000972631 Jy ! Component: 3750 - total flux cleaned = 0.000943186 Jy ! Component: 3800 - total flux cleaned = 0.000923677 Jy ! Component: 3850 - total flux cleaned = 0.000884901 Jy ! Component: 3900 - total flux cleaned = 0.000884924 Jy ! Component: 3950 - total flux cleaned = 0.000865743 Jy ! Component: 4000 - total flux cleaned = 0.000827767 Jy ! Component: 4050 - total flux cleaned = 0.000818352 Jy ! Total flux subtracted in 4096 components = 0.000827728 Jy ! Clean residual min=-0.000535 max=0.000700 Jy/beam ! Clean residual mean=-0.000000 rms=0.000174 Jy/beam ! Combined flux in latest and established models = 0.197403 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 382 components and 0.197403 Jy ![Exited script file: muppet] wmap "J0709+3737_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.518 x 7.226 at 15.7 degrees (North through East) ! Clean map min=-0.0013626 max=0.16308 Jy/beam ! Writing clean map to FITS file: J0709+3737_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.163075 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00017356 device "J0709+3737_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0709+3737_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.319288 0.319288 0.638575 1.27715 2.5543 5.1086 10.2172 20.4344 40.8688 81.7376 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.163 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.518 x 7.226 at 15.7 degrees (North through East) ! Clean map min=-0.0013626 max=0.16308 Jy/beam quit ! Quitting program ! Log file J0709+3737_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:19:19 2016