! Started logfile: J1148-0046_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:25:47 2016 obs J1148-0046_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1148-0046_S_2014_08_05_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.774164 visibilities/baseline/integration-bin. ! Found source: J1148-0046 ! ! 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 17140 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 J1148-0046_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 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.926239Jy sigma=0.009507 ! Fit after self-cal, rms=0.885617Jy sigma=0.009107 ! 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.744 mas, bmaj=9.54 mas, bpa=19.8 degrees ! Estimated noise=787.967 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.0898671 Jy ! Component: 100 - total flux cleaned = 0.110124 Jy ! Total flux subtracted in 100 components = 0.110124 Jy ! Clean residual min=-0.004471 max=0.007150 Jy/beam ! Clean residual mean=0.000019 rms=0.001095 Jy/beam ! Combined flux in latest and established models = 0.110124 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.110124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083420Jy sigma=0.000796 ! Fit after self-cal, rms=0.083426Jy sigma=0.000796 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00743971 Jy ! Component: 100 - total flux cleaned = 0.0117235 Jy ! Total flux subtracted in 100 components = 0.0117235 Jy ! Clean residual min=-0.003798 max=0.002975 Jy/beam ! Clean residual mean=0.000011 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.121847 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 33 components and 0.121847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082548Jy sigma=0.000789 ! Fit after self-cal, rms=0.082557Jy sigma=0.000788 ! 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.45 mas, bmaj=10.19 mas, bpa=17.97 degrees ! Estimated noise=533.287 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.00354166 Jy ! Component: 100 - total flux cleaned = 0.00550006 Jy ! Component: 150 - total flux cleaned = 0.00671166 Jy ! Component: 200 - total flux cleaned = 0.007493 Jy ! Total flux subtracted in 200 components = 0.007493 Jy ! Clean residual min=-0.002713 max=0.002185 Jy/beam ! Clean residual mean=0.000003 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.12934 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 64 components and 0.12934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082352Jy sigma=0.000787 ! Fit after self-cal, rms=0.082357Jy sigma=0.000787 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.88 HN 0.98 KP 1.06 ! LA 1.08 MK 1.00* NL 0.94 OV 1.00 ! PT 1.02 SC 1.01 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.05 HN 1.04 KP 1.03 ! LA 1.05 MK 1.00* NL 1.01 OV 1.03 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.19 HN 1.04 KP 0.91 ! LA 0.86 MK 1.00* NL 0.99 OV 0.97 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.04 HN 1.03 KP 0.88 ! LA 0.82 MK 1.00* NL 1.11 OV 1.02 ! PT 1.04 SC 0.98 ! ! ! Fit before self-cal, rms=0.082357Jy sigma=0.000787 ! Fit after self-cal, rms=0.079736Jy sigma=0.000778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.457 mas, bmaj=10.23 mas, bpa=18.11 degrees ! Estimated noise=532.798 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.000443053 Jy ! Component: 100 - total flux cleaned = -0.00051702 Jy ! Component: 150 - total flux cleaned = -0.000547493 Jy ! Component: 200 - total flux cleaned = -0.000546893 Jy ! Total flux subtracted in 200 components = -0.000546893 Jy ! Clean residual min=-0.001631 max=0.001582 Jy/beam ! Clean residual mean=0.000001 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.128794 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 73 components and 0.128794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079728Jy sigma=0.000778 ! Fit after self-cal, rms=0.079711Jy sigma=0.000778 ! 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.079711Jy sigma=0.000778 ! Fit after self-cal, rms=0.079896Jy sigma=0.000777 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.455 mas, bmaj=10.22 mas, bpa=18.05 degrees ! Estimated noise=532.299 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.43578e-05 Jy ! Component: 100 - total flux cleaned = 5.57048e-05 Jy ! Component: 150 - total flux cleaned = 4.28133e-05 Jy ! Component: 200 - total flux cleaned = 4.23465e-05 Jy ! Total flux subtracted in 200 components = 4.23465e-05 Jy ! Clean residual min=-0.001464 max=0.001449 Jy/beam ! Clean residual mean=-0.000001 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.128836 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 79 components and 0.128836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079893Jy sigma=0.000777 ! Fit after self-cal, rms=0.079901Jy sigma=0.000777 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.26868e-05 Jy ! Component: 100 - total flux cleaned = 6.27238e-05 Jy ! Component: 150 - total flux cleaned = 7.13245e-05 Jy ! Component: 200 - total flux cleaned = 7.1221e-05 Jy ! Total flux subtracted in 200 components = 7.1221e-05 Jy ! Clean residual min=-0.001456 max=0.001453 Jy/beam ! Clean residual mean=-0.000001 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.128907 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 86 components and 0.128907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079900Jy sigma=0.000777 ! Fit after self-cal, rms=0.079899Jy sigma=0.000777 ! 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.079899Jy sigma=0.000777 ! Fit after self-cal, rms=0.079962Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.457 mas, bmaj=10.23 mas, bpa=18.06 degrees ! Estimated noise=532.409 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.20777e-05 Jy ! Component: 100 - total flux cleaned = -2.29532e-05 Jy ! Component: 150 - total flux cleaned = -5.63575e-06 Jy ! Component: 200 - total flux cleaned = 9.53928e-06 Jy ! Total flux subtracted in 200 components = 9.53928e-06 Jy ! Clean residual min=-0.001442 max=0.001450 Jy/beam ! Clean residual mean=-0.000001 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.128917 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 91 components and 0.128917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079961Jy sigma=0.000777 ! Fit after self-cal, rms=0.079961Jy sigma=0.000777 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.51688e-05 Jy ! Component: 100 - total flux cleaned = 3.2049e-05 Jy ! Component: 150 - total flux cleaned = 4.53065e-05 Jy ! Component: 200 - total flux cleaned = 5.12019e-05 Jy ! Total flux subtracted in 200 components = 5.12019e-05 Jy ! Clean residual min=-0.001440 max=0.001452 Jy/beam ! Clean residual mean=-0.000001 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.128968 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 95 components and 0.128968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079960Jy sigma=0.000777 ! Fit after self-cal, rms=0.079960Jy sigma=0.000777 ! 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.079960Jy sigma=0.000777 ! Fit after self-cal, rms=0.080005Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.174 mas, bmaj=12.57 mas, bpa=7.75 degrees ! Estimated noise=603.232 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000255203 Jy ! Component: 100 - total flux cleaned = 0.000277483 Jy ! Component: 150 - total flux cleaned = 0.000297463 Jy ! Component: 200 - total flux cleaned = 0.000309343 Jy ! Total flux subtracted in 200 components = 0.000309343 Jy ! Clean residual min=-0.001439 max=0.001530 Jy/beam ! Clean residual mean=-0.000001 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.129277 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 109 components and 0.129277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080005Jy sigma=0.000777 ! Fit after self-cal, rms=0.080006Jy sigma=0.000777 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.40659e-05 Jy ! Component: 100 - total flux cleaned = 2.38293e-05 Jy ! Component: 150 - total flux cleaned = 2.87683e-05 Jy ! Component: 200 - total flux cleaned = 3.33874e-05 Jy ! Total flux subtracted in 200 components = 3.33874e-05 Jy ! Clean residual min=-0.001454 max=0.001524 Jy/beam ! Clean residual mean=-0.000001 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.129311 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 113 components and 0.129311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080006Jy sigma=0.000777 ! Fit after self-cal, rms=0.080006Jy sigma=0.000777 ! 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.46 mas, bmaj=10.23 mas, bpa=18.07 degrees ! Estimated noise=532.496 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.46 x 10.23 at 18.07 degrees (North through East) ! Clean map min=-0.0013617 max=0.11605 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.742 mas, bmaj=9.599 mas, bpa=19.93 degrees ! Estimated noise=784.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.089375 Jy ! Component: 100 - total flux cleaned = 0.109706 Jy ! Component: 150 - total flux cleaned = 0.117104 Jy ! Component: 200 - total flux cleaned = 0.121106 Jy ! Total flux subtracted in 200 components = 0.121106 Jy ! Clean residual min=-0.002778 max=0.002149 Jy/beam ! Clean residual mean=0.000005 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.121106 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.121106 Jy ! Inverting map and beam ! Estimated beam: bmin=4.46 mas, bmaj=10.23 mas, bpa=18.07 degrees ! Estimated noise=532.496 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.00314529 Jy ! Component: 100 - total flux cleaned = 0.00488773 Jy ! Component: 150 - total flux cleaned = 0.00601094 Jy ! Component: 200 - total flux cleaned = 0.00675658 Jy ! Total flux subtracted in 200 components = 0.00675658 Jy ! Clean residual min=-0.001487 max=0.001479 Jy/beam ! Clean residual mean=-0.000000 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.127862 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 49 components and 0.127862 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.174 mas, bmaj=12.57 mas, bpa=7.75 degrees ! Estimated noise=603.232 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000701573 Jy ! Component: 100 - total flux cleaned = 0.00106723 Jy ! Component: 150 - total flux cleaned = 0.00122748 Jy ! Component: 200 - total flux cleaned = 0.00124802 Jy ! Total flux subtracted in 200 components = 0.00124802 Jy ! Clean residual min=-0.001450 max=0.001537 Jy/beam ! Clean residual mean=-0.000001 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.12911 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 = 1.28319e-05 Jy ! Component: 100 - total flux cleaned = 3.1172e-05 Jy ! Component: 150 - total flux cleaned = 3.69514e-05 Jy ! Component: 200 - total flux cleaned = 4.8543e-05 Jy ! Total flux subtracted in 200 components = 4.8543e-05 Jy ! Clean residual min=-0.001455 max=0.001531 Jy/beam ! Clean residual mean=-0.000001 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.129159 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 63 components and 0.129159 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.46 mas, bmaj=10.23 mas, bpa=18.07 degrees ! Estimated noise=532.496 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000176358 Jy ! Component: 100 - total flux cleaned = -0.000189717 Jy ! Component: 150 - total flux cleaned = -0.000201596 Jy ! Component: 200 - total flux cleaned = -0.000222939 Jy ! Total flux subtracted in 200 components = -0.000222939 Jy ! Clean residual min=-0.001442 max=0.001462 Jy/beam ! Clean residual mean=-0.000001 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.128936 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 71 components and 0.128936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080011Jy sigma=0.000777 ! Fit after self-cal, rms=0.080009Jy sigma=0.000777 wmodel J1148-0046_S_2014_08_05_pus_map.mod ! Writing 71 model components to file: J1148-0046_S_2014_08_05_pus_map.mod wobs J1148-0046_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1148-0046_S_2014_08_05_pus_uvs.fits wwins J1148-0046_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J1148-0046_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.000296039 Jy ! Component: 100 - total flux cleaned = -0.000524187 Jy ! Component: 150 - total flux cleaned = -0.000620669 Jy ! Component: 200 - total flux cleaned = -0.000667166 Jy ! Component: 250 - total flux cleaned = -0.000734068 Jy ! Component: 300 - total flux cleaned = -0.000884403 Jy ! Component: 350 - total flux cleaned = -0.000988717 Jy ! Component: 400 - total flux cleaned = -0.00109083 Jy ! Component: 450 - total flux cleaned = -0.00121034 Jy ! Component: 500 - total flux cleaned = -0.00130807 Jy ! Component: 550 - total flux cleaned = -0.00144128 Jy ! Component: 600 - total flux cleaned = -0.00153402 Jy ! Component: 650 - total flux cleaned = -0.00157066 Jy ! Component: 700 - total flux cleaned = -0.00167761 Jy ! Component: 750 - total flux cleaned = -0.00174728 Jy ! Component: 800 - total flux cleaned = -0.00179872 Jy ! Component: 850 - total flux cleaned = -0.00184941 Jy ! Component: 900 - total flux cleaned = -0.00194887 Jy ! Component: 950 - total flux cleaned = -0.00201374 Jy ! Component: 1000 - total flux cleaned = -0.00210967 Jy ! Component: 1050 - total flux cleaned = -0.00218821 Jy ! Component: 1100 - total flux cleaned = -0.00223434 Jy ! Component: 1150 - total flux cleaned = -0.00229512 Jy ! Component: 1200 - total flux cleaned = -0.00244539 Jy ! Component: 1250 - total flux cleaned = -0.00246018 Jy ! Component: 1300 - total flux cleaned = -0.00256268 Jy ! Component: 1350 - total flux cleaned = -0.00264924 Jy ! Component: 1400 - total flux cleaned = -0.00274892 Jy ! Component: 1450 - total flux cleaned = -0.00281924 Jy ! Component: 1500 - total flux cleaned = -0.00295835 Jy ! Component: 1550 - total flux cleaned = -0.00297194 Jy ! Component: 1600 - total flux cleaned = -0.00306706 Jy ! Component: 1650 - total flux cleaned = -0.0031606 Jy ! Component: 1700 - total flux cleaned = -0.00322659 Jy ! Component: 1750 - total flux cleaned = -0.0032921 Jy ! Component: 1800 - total flux cleaned = -0.00338261 Jy ! Component: 1850 - total flux cleaned = -0.00343371 Jy ! Component: 1900 - total flux cleaned = -0.00348428 Jy ! Component: 1950 - total flux cleaned = -0.00353411 Jy ! Component: 2000 - total flux cleaned = -0.00355891 Jy ! Component: 2050 - total flux cleaned = -0.00365691 Jy ! Component: 2100 - total flux cleaned = -0.00369332 Jy ! Component: 2150 - total flux cleaned = -0.00378951 Jy ! Component: 2200 - total flux cleaned = -0.00381314 Jy ! Component: 2250 - total flux cleaned = -0.00387209 Jy ! Component: 2300 - total flux cleaned = -0.00393025 Jy ! Component: 2350 - total flux cleaned = -0.00402271 Jy ! Component: 2400 - total flux cleaned = -0.00405687 Jy ! Component: 2450 - total flux cleaned = -0.00410214 Jy ! Component: 2500 - total flux cleaned = -0.00415812 Jy ! Component: 2550 - total flux cleaned = -0.00420245 Jy ! Component: 2600 - total flux cleaned = -0.00422452 Jy ! Component: 2650 - total flux cleaned = -0.00426813 Jy ! Component: 2700 - total flux cleaned = -0.00433298 Jy ! Component: 2750 - total flux cleaned = -0.00434376 Jy ! Component: 2800 - total flux cleaned = -0.0044183 Jy ! Component: 2850 - total flux cleaned = -0.00443937 Jy ! Component: 2900 - total flux cleaned = -0.00452314 Jy ! Component: 2950 - total flux cleaned = -0.00456467 Jy ! Component: 3000 - total flux cleaned = -0.0045955 Jy ! Component: 3050 - total flux cleaned = -0.00463643 Jy ! Component: 3100 - total flux cleaned = -0.00465672 Jy ! Component: 3150 - total flux cleaned = -0.00469701 Jy ! Component: 3200 - total flux cleaned = -0.00477696 Jy ! Component: 3250 - total flux cleaned = -0.00480669 Jy ! Component: 3300 - total flux cleaned = -0.00483641 Jy ! Component: 3350 - total flux cleaned = -0.00488528 Jy ! Component: 3400 - total flux cleaned = -0.00491438 Jy ! Component: 3450 - total flux cleaned = -0.00497226 Jy ! Component: 3500 - total flux cleaned = -0.00502011 Jy ! Component: 3550 - total flux cleaned = -0.00507725 Jy ! Component: 3600 - total flux cleaned = -0.00507728 Jy ! Component: 3650 - total flux cleaned = -0.00514297 Jy ! Component: 3700 - total flux cleaned = -0.00518019 Jy ! Component: 3750 - total flux cleaned = -0.00521723 Jy ! Component: 3800 - total flux cleaned = -0.00523567 Jy ! Component: 3850 - total flux cleaned = -0.00529052 Jy ! Component: 3900 - total flux cleaned = -0.00529053 Jy ! Component: 3950 - total flux cleaned = -0.00536277 Jy ! Component: 4000 - total flux cleaned = -0.00538063 Jy ! Component: 4050 - total flux cleaned = -0.00541625 Jy ! Total flux subtracted in 4096 components = -0.00545168 Jy ! Clean residual min=-0.000547 max=0.000475 Jy/beam ! Clean residual mean=-0.000000 rms=0.000169 Jy/beam ! Combined flux in latest and established models = 0.123484 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 369 components and 0.123484 Jy ![Exited script file: muppet] wmap "J1148-0046_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.46 x 10.23 at 18.07 degrees (North through East) ! Clean map min=-0.0011413 max=0.11603 Jy/beam ! Writing clean map to FITS file: J1148-0046_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.116034 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000167804 device "J1148-0046_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1148-0046_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.433849 0.433849 0.867698 1.7354 3.47079 6.94158 13.8832 27.7663 55.5327 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.116 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.46 x 10.23 at 18.07 degrees (North through East) ! Clean map min=-0.0011413 max=0.11603 Jy/beam quit ! Quitting program ! Log file J1148-0046_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:25:53 2016