! Started logfile: J0650+5616_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:25:19 2016 obs J0650+5616_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0650+5616_S_2014_12_20_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.78374 visibilities/baseline/integration-bin. ! Found source: J0650+5616 ! ! 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 344 lines of history. ! ! Reading 11568 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 J0650+5616_S_2014_12_20_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 97 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 97 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 97 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 97 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.797265Jy sigma=0.009495 ! Fit after self-cal, rms=0.771821Jy sigma=0.009212 ! 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.195 mas, bmaj=4.303 mas, bpa=-51.62 degrees ! Estimated noise=908.728 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.175232 Jy ! Component: 100 - total flux cleaned = 0.213896 Jy ! Total flux subtracted in 100 components = 0.213896 Jy ! Clean residual min=-0.007358 max=0.012247 Jy/beam ! Clean residual mean=0.000041 rms=0.001837 Jy/beam ! Combined flux in latest and established models = 0.213896 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.213896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080809Jy sigma=0.000880 ! Fit after self-cal, rms=0.080807Jy sigma=0.000880 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0121524 Jy ! Component: 100 - total flux cleaned = 0.0183045 Jy ! Total flux subtracted in 100 components = 0.0183045 Jy ! Clean residual min=-0.006576 max=0.006521 Jy/beam ! Clean residual mean=0.000032 rms=0.001545 Jy/beam ! Combined flux in latest and established models = 0.2322 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 26 components and 0.2322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077916Jy sigma=0.000853 ! Fit after self-cal, rms=0.077903Jy sigma=0.000853 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.916 mas, bmaj=5.342 mas, bpa=-50.83 degrees ! Estimated noise=561.772 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.00644599 Jy ! Component: 100 - total flux cleaned = 0.0102509 Jy ! Component: 150 - total flux cleaned = 0.0127837 Jy ! Component: 200 - total flux cleaned = 0.0144806 Jy ! Total flux subtracted in 200 components = 0.0144806 Jy ! Clean residual min=-0.006984 max=0.005623 Jy/beam ! Clean residual mean=0.000054 rms=0.001527 Jy/beam ! Combined flux in latest and established models = 0.246681 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 42 components and 0.246681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077074Jy sigma=0.000849 ! Fit after self-cal, rms=0.077069Jy sigma=0.000849 ! 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.02 FD 0.88 HN 0.95 KP 1.09 ! LA 0.95 MK 1.01 NL 0.98 OV 0.98 ! PT 1.03 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.07 HN 1.00 KP 1.06 ! LA 0.91 MK 0.98 NL 1.03 OV 1.00 ! PT 1.02 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.22 HN 1.01 KP 0.95 ! LA 0.74 MK 1.01 NL 1.20 OV 0.92 ! PT 1.01 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.05 HN 0.96 KP 0.92 ! LA 0.80 MK 1.00 NL 1.03 OV 1.00 ! PT 1.04 SC 1.02 ! ! ! Fit before self-cal, rms=0.077069Jy sigma=0.000849 ! Fit after self-cal, rms=0.070163Jy sigma=0.000785 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.931 mas, bmaj=5.384 mas, bpa=-50.54 degrees ! Estimated noise=562.067 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.00114776 Jy ! Component: 100 - total flux cleaned = -0.00132356 Jy ! Component: 150 - total flux cleaned = -0.0014468 Jy ! Component: 200 - total flux cleaned = -0.00157326 Jy ! Total flux subtracted in 200 components = -0.00157326 Jy ! Clean residual min=-0.002210 max=0.003014 Jy/beam ! Clean residual mean=-0.000007 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.245108 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 50 components and 0.245108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070138Jy sigma=0.000785 ! Fit after self-cal, rms=0.070136Jy sigma=0.000784 ! 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.070136Jy sigma=0.000784 ! Fit after self-cal, rms=0.070177Jy sigma=0.000782 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.936 mas, bmaj=5.376 mas, bpa=-50.72 degrees ! Estimated noise=561.431 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00075199 Jy ! Component: 100 - total flux cleaned = -0.000925512 Jy ! Component: 150 - total flux cleaned = -0.00104701 Jy ! Component: 200 - total flux cleaned = -0.00113563 Jy ! Total flux subtracted in 200 components = -0.00113563 Jy ! Clean residual min=-0.001804 max=0.002577 Jy/beam ! Clean residual mean=-0.000004 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.243972 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 57 components and 0.243972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070168Jy sigma=0.000781 ! Fit after self-cal, rms=0.070176Jy sigma=0.000781 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 (127.5, -40.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00213858 Jy ! Component: 100 - total flux cleaned = 0.00305802 Jy ! Component: 150 - total flux cleaned = 0.0033152 Jy ! Component: 200 - total flux cleaned = 0.00345857 Jy ! Total flux subtracted in 200 components = 0.00345857 Jy ! Clean residual min=-0.001629 max=0.002293 Jy/beam ! Clean residual mean=-0.000005 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.247431 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 69 components and 0.247431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070110Jy sigma=0.000781 ! Fit after self-cal, rms=0.070104Jy sigma=0.000781 ! Inverting map ! Added new window around map position (20, -22.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0021861 Jy ! Component: 100 - total flux cleaned = 0.00329293 Jy ! Component: 150 - total flux cleaned = 0.00382423 Jy ! Component: 200 - total flux cleaned = 0.00420531 Jy ! Total flux subtracted in 200 components = 0.00420531 Jy ! Clean residual min=-0.001676 max=0.001772 Jy/beam ! Clean residual mean=-0.000006 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.251636 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 93 components and 0.251636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070030Jy sigma=0.000780 ! Fit after self-cal, rms=0.070027Jy sigma=0.000780 ! Inverting map ! Added new window around map position (10, -54.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121304 Jy ! Component: 100 - total flux cleaned = 0.00138321 Jy ! Component: 150 - total flux cleaned = 0.00173165 Jy ! Component: 200 - total flux cleaned = 0.00198804 Jy ! Total flux subtracted in 200 components = 0.00198804 Jy ! Clean residual min=-0.001610 max=0.001732 Jy/beam ! Clean residual mean=-0.000006 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.253624 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 107 components and 0.253624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069985Jy sigma=0.000779 ! Fit after self-cal, rms=0.069983Jy sigma=0.000779 ! Inverting map ! Added new window around map position (-45.5, 51). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113757 Jy ! Component: 100 - total flux cleaned = 0.00145125 Jy ! Component: 150 - total flux cleaned = 0.00168609 Jy ! Component: 200 - total flux cleaned = 0.00181977 Jy ! Total flux subtracted in 200 components = 0.00181977 Jy ! Clean residual min=-0.001519 max=0.001422 Jy/beam ! Clean residual mean=-0.000006 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.255444 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 128 components and 0.255444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069942Jy sigma=0.000779 ! Fit after self-cal, rms=0.069942Jy sigma=0.000779 ! 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.069942Jy sigma=0.000779 ! Fit after self-cal, rms=0.069876Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.942 mas, bmaj=5.379 mas, bpa=-50.74 degrees ! Estimated noise=560.494 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000424307 Jy ! Component: 100 - total flux cleaned = 0.000578631 Jy ! Component: 150 - total flux cleaned = 0.000698383 Jy ! Component: 200 - total flux cleaned = 0.000765506 Jy ! Total flux subtracted in 200 components = 0.000765506 Jy ! Clean residual min=-0.001451 max=0.001392 Jy/beam ! Clean residual mean=-0.000008 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.256209 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 138 components and 0.256209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069859Jy sigma=0.000778 ! Fit after self-cal, rms=0.069861Jy sigma=0.000778 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 = 8.95324e-05 Jy ! Component: 100 - total flux cleaned = 0.000152823 Jy ! Component: 150 - total flux cleaned = 0.000213278 Jy ! Component: 200 - total flux cleaned = 0.000232495 Jy ! Total flux subtracted in 200 components = 0.000232495 Jy ! Clean residual min=-0.001423 max=0.001317 Jy/beam ! Clean residual mean=-0.000008 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.256442 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 143 components and 0.256442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069850Jy sigma=0.000778 ! Fit after self-cal, rms=0.069851Jy sigma=0.000778 ! 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.069851Jy sigma=0.000778 ! Fit after self-cal, rms=0.069850Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.013 mas, bmaj=8.998 mas, bpa=-69.58 degrees ! Estimated noise=679.138 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000110396 Jy ! Component: 100 - total flux cleaned = 0.000237054 Jy ! Component: 150 - total flux cleaned = 0.000325632 Jy ! Component: 200 - total flux cleaned = 0.000341808 Jy ! Total flux subtracted in 200 components = 0.000341808 Jy ! Clean residual min=-0.001564 max=0.001280 Jy/beam ! Clean residual mean=-0.000015 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.256783 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 162 components and 0.256783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069846Jy sigma=0.000778 ! Fit after self-cal, rms=0.069845Jy sigma=0.000778 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 = 7.82393e-05 Jy ! Component: 100 - total flux cleaned = 0.000107303 Jy ! Component: 150 - total flux cleaned = 0.000148632 Jy ! Component: 200 - total flux cleaned = 0.000174785 Jy ! Total flux subtracted in 200 components = 0.000174785 Jy ! Clean residual min=-0.001518 max=0.001284 Jy/beam ! Clean residual mean=-0.000015 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.256958 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 175 components and 0.256958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069844Jy sigma=0.000778 ! Fit after self-cal, rms=0.069843Jy sigma=0.000778 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.942 mas, bmaj=5.38 mas, bpa=-50.73 degrees ! Estimated noise=560.528 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.942 x 5.38 at -50.73 degrees (North through East) ! Clean map min=-0.0013197 max=0.22712 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.209 mas, bmaj=4.319 mas, bpa=-51.62 degrees ! Estimated noise=912.439 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.175875 Jy ! Component: 100 - total flux cleaned = 0.21482 Jy ! Component: 150 - total flux cleaned = 0.22697 Jy ! Component: 200 - total flux cleaned = 0.2327 Jy ! Total flux subtracted in 200 components = 0.2327 Jy ! Clean residual min=-0.003199 max=0.003112 Jy/beam ! Clean residual mean=0.000004 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 0.2327 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.2327 Jy ! Inverting map and beam ! Estimated beam: bmin=3.942 mas, bmaj=5.38 mas, bpa=-50.73 degrees ! Estimated noise=560.528 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.00441673 Jy ! Component: 100 - total flux cleaned = 0.00738986 Jy ! Component: 150 - total flux cleaned = 0.00976299 Jy ! Component: 200 - total flux cleaned = 0.0116019 Jy ! Total flux subtracted in 200 components = 0.0116019 Jy ! Clean residual min=-0.001719 max=0.001880 Jy/beam ! Clean residual mean=0.000001 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.244302 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 46 components and 0.244302 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.013 mas, bmaj=8.998 mas, bpa=-69.58 degrees ! Estimated noise=679.138 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00253771 Jy ! Component: 100 - total flux cleaned = 0.00430524 Jy ! Component: 150 - total flux cleaned = 0.00568307 Jy ! Component: 200 - total flux cleaned = 0.00665239 Jy ! Total flux subtracted in 200 components = 0.00665239 Jy ! Clean residual min=-0.001642 max=0.001708 Jy/beam ! Clean residual mean=-0.000009 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.250955 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.000483267 Jy ! Component: 100 - total flux cleaned = 0.000956067 Jy ! Component: 150 - total flux cleaned = 0.00138331 Jy ! Component: 200 - total flux cleaned = 0.00177314 Jy ! Total flux subtracted in 200 components = 0.00177314 Jy ! Clean residual min=-0.001559 max=0.001588 Jy/beam ! Clean residual mean=-0.000011 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.252728 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 100 components and 0.252728 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.942 mas, bmaj=5.38 mas, bpa=-50.73 degrees ! Estimated noise=560.528 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000282587 Jy ! Component: 100 - total flux cleaned = 0.000480155 Jy ! Component: 150 - total flux cleaned = 0.000587241 Jy ! Component: 200 - total flux cleaned = 0.000786081 Jy ! Total flux subtracted in 200 components = 0.000786081 Jy ! Clean residual min=-0.001407 max=0.001417 Jy/beam ! Clean residual mean=-0.000006 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.253514 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 130 components and 0.253514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069910Jy sigma=0.000779 ! Fit after self-cal, rms=0.069903Jy sigma=0.000779 wmodel J0650+5616_S_2014_12_20_pus_map.mod ! Writing 130 model components to file: J0650+5616_S_2014_12_20_pus_map.mod wobs J0650+5616_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0650+5616_S_2014_12_20_pus_uvs.fits wwins J0650+5616_S_2014_12_20_pus_map.win ! wwins: Wrote 5 windows to J0650+5616_S_2014_12_20_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.000128794 Jy ! Component: 100 - total flux cleaned = 0.000297256 Jy ! Component: 150 - total flux cleaned = 0.000365094 Jy ! Component: 200 - total flux cleaned = 0.00043045 Jy ! Component: 250 - total flux cleaned = 0.000472754 Jy ! Component: 300 - total flux cleaned = 0.000554196 Jy ! Component: 350 - total flux cleaned = 0.000573706 Jy ! Component: 400 - total flux cleaned = 0.000476977 Jy ! Component: 450 - total flux cleaned = 0.000458448 Jy ! Component: 500 - total flux cleaned = 0.000365865 Jy ! Component: 550 - total flux cleaned = 0.00036585 Jy ! Component: 600 - total flux cleaned = 0.000276752 Jy ! Component: 650 - total flux cleaned = 0.000259122 Jy ! Component: 700 - total flux cleaned = 0.000224472 Jy ! Component: 750 - total flux cleaned = 0.000207394 Jy ! Component: 800 - total flux cleaned = 0.000140835 Jy ! Component: 850 - total flux cleaned = 0.000189984 Jy ! Component: 900 - total flux cleaned = 0.000157535 Jy ! Component: 950 - total flux cleaned = 0.000141542 Jy ! Component: 1000 - total flux cleaned = 7.89627e-05 Jy ! Component: 1050 - total flux cleaned = 7.89201e-05 Jy ! Component: 1100 - total flux cleaned = 1.83456e-05 Jy ! Component: 1150 - total flux cleaned = 1.83712e-05 Jy ! Component: 1200 - total flux cleaned = 3.58896e-06 Jy ! Component: 1250 - total flux cleaned = -2.54898e-05 Jy ! Component: 1300 - total flux cleaned = -5.38873e-05 Jy ! Component: 1350 - total flux cleaned = -8.21914e-05 Jy ! Component: 1400 - total flux cleaned = -8.22827e-05 Jy ! Component: 1450 - total flux cleaned = -0.000109727 Jy ! Component: 1500 - total flux cleaned = -9.59451e-05 Jy ! Component: 1550 - total flux cleaned = -4.22069e-05 Jy ! Component: 1600 - total flux cleaned = -0.000108726 Jy ! Component: 1650 - total flux cleaned = -0.000134935 Jy ! Component: 1700 - total flux cleaned = -0.000147784 Jy ! Component: 1750 - total flux cleaned = -0.000134824 Jy ! Component: 1800 - total flux cleaned = -0.000173141 Jy ! Component: 1850 - total flux cleaned = -0.000198662 Jy ! Component: 1900 - total flux cleaned = -0.000211278 Jy ! Component: 1950 - total flux cleaned = -0.000297867 Jy ! Component: 2000 - total flux cleaned = -0.000334413 Jy ! Component: 2050 - total flux cleaned = -0.000334597 Jy ! Component: 2100 - total flux cleaned = -0.000358555 Jy ! Component: 2150 - total flux cleaned = -0.000418199 Jy ! Component: 2200 - total flux cleaned = -0.000418202 Jy ! Component: 2250 - total flux cleaned = -0.000453569 Jy ! Component: 2300 - total flux cleaned = -0.000511691 Jy ! Component: 2350 - total flux cleaned = -0.000500206 Jy ! Component: 2400 - total flux cleaned = -0.000580228 Jy ! Component: 2450 - total flux cleaned = -0.000591331 Jy ! Component: 2500 - total flux cleaned = -0.000636229 Jy ! Component: 2550 - total flux cleaned = -0.000625041 Jy ! Component: 2600 - total flux cleaned = -0.000658205 Jy ! Component: 2650 - total flux cleaned = -0.000636266 Jy ! Component: 2700 - total flux cleaned = -0.000636386 Jy ! Component: 2750 - total flux cleaned = -0.000657975 Jy ! Component: 2800 - total flux cleaned = -0.000658009 Jy ! Component: 2850 - total flux cleaned = -0.000711354 Jy ! Component: 2900 - total flux cleaned = -0.000700841 Jy ! Component: 2950 - total flux cleaned = -0.000753438 Jy ! Component: 3000 - total flux cleaned = -0.000774279 Jy ! Component: 3050 - total flux cleaned = -0.000774243 Jy ! Component: 3100 - total flux cleaned = -0.000753727 Jy ! Component: 3150 - total flux cleaned = -0.000804785 Jy ! Component: 3200 - total flux cleaned = -0.000794614 Jy ! Component: 3250 - total flux cleaned = -0.000824922 Jy ! Component: 3300 - total flux cleaned = -0.000814847 Jy ! Component: 3350 - total flux cleaned = -0.000794979 Jy ! Component: 3400 - total flux cleaned = -0.000824497 Jy ! Component: 3450 - total flux cleaned = -0.000785324 Jy ! Component: 3500 - total flux cleaned = -0.000795048 Jy ! Component: 3550 - total flux cleaned = -0.000785349 Jy ! Component: 3600 - total flux cleaned = -0.000766184 Jy ! Component: 3650 - total flux cleaned = -0.000747117 Jy ! Component: 3700 - total flux cleaned = -0.00076611 Jy ! Component: 3750 - total flux cleaned = -0.00074723 Jy ! Component: 3800 - total flux cleaned = -0.000728478 Jy ! Component: 3850 - total flux cleaned = -0.000709868 Jy ! Component: 3900 - total flux cleaned = -0.000719068 Jy ! Component: 3950 - total flux cleaned = -0.000682304 Jy ! Component: 4000 - total flux cleaned = -0.000664 Jy ! Component: 4050 - total flux cleaned = -0.000636726 Jy ! Total flux subtracted in 4096 components = -0.000618641 Jy ! Clean residual min=-0.000503 max=0.000699 Jy/beam ! Clean residual mean=-0.000001 rms=0.000159 Jy/beam ! Combined flux in latest and established models = 0.252895 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 401 components and 0.252895 Jy ![Exited script file: muppet] wmap "J0650+5616_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.942 x 5.38 at -50.73 degrees (North through East) ! Clean map min=-0.00099108 max=0.22766 Jy/beam ! Writing clean map to FITS file: J0650+5616_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.227665 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000156165 device "J0650+5616_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0650+5616_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.205783 0.205783 0.411566 0.823133 1.64627 3.29253 6.58506 13.1701 26.3402 52.6805 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.227 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.942 x 5.38 at -50.73 degrees (North through East) ! Clean map min=-0.00099108 max=0.22766 Jy/beam quit ! Quitting program ! Log file J0650+5616_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:25:26 2016