! Started logfile: J1402-2822_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:27:06 2017 obs J1402-2822_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1402-2822_S_2015_01_23_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.774526 visibilities/baseline/integration-bin. ! Found source: J1402-2822 ! ! 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 338 lines of history. ! ! Reading 11432 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 J1402-2822_S_2015_01_23_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 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.898950Jy sigma=0.008389 ! Fit after self-cal, rms=0.881240Jy sigma=0.008247 ! 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=2.536 mas, bmaj=6.054 mas, bpa=-4.937 degrees ! Estimated noise=1068.21 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.0857476 Jy ! Component: 100 - total flux cleaned = 0.117718 Jy ! Total flux subtracted in 100 components = 0.117718 Jy ! Clean residual min=-0.006941 max=0.015273 Jy/beam ! Clean residual mean=-0.000133 rms=0.002430 Jy/beam ! Combined flux in latest and established models = 0.117718 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.117718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102684Jy sigma=0.000880 ! Fit after self-cal, rms=0.102473Jy sigma=0.000878 ! Inverting map ! Added new window around map position (2.5, -1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0186691 Jy ! Component: 100 - total flux cleaned = 0.0302274 Jy ! Total flux subtracted in 100 components = 0.0302274 Jy ! Clean residual min=-0.005415 max=0.009825 Jy/beam ! Clean residual mean=-0.000082 rms=0.001707 Jy/beam ! Combined flux in latest and established models = 0.147945 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 30 components and 0.147945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096602Jy sigma=0.000826 ! Fit after self-cal, rms=0.096516Jy sigma=0.000825 ! 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=2.949 mas, bmaj=7.148 mas, bpa=-4.722 degrees ! Estimated noise=750.066 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.0139457 Jy ! Component: 100 - total flux cleaned = 0.0220914 Jy ! Component: 150 - total flux cleaned = 0.0271864 Jy ! Component: 200 - total flux cleaned = 0.0303954 Jy ! Total flux subtracted in 200 components = 0.0303954 Jy ! Clean residual min=-0.006551 max=0.009932 Jy/beam ! Clean residual mean=-0.000033 rms=0.001893 Jy/beam ! Combined flux in latest and established models = 0.178341 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 52 components and 0.178341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093987Jy sigma=0.000808 ! Fit after self-cal, rms=0.093887Jy sigma=0.000807 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00* HN 0.91 KP 1.07 ! LA 0.95 MK 1.01 NL 1.30 OV 0.95 ! PT 1.01 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00* HN 1.10 KP 1.00 ! LA 0.93 MK 1.00 NL 1.53 OV 1.02 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.00* HN 0.94 KP 0.86 ! LA 0.75 MK 1.04 NL 1.38 OV 0.92 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00* HN 0.93 KP 0.81 ! LA 0.84 MK 1.08 NL 0.98 OV 0.96 ! PT 1.05 SC 0.96 ! ! ! Fit before self-cal, rms=0.093887Jy sigma=0.000807 ! Fit after self-cal, rms=0.089356Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.965 mas, bmaj=7.153 mas, bpa=-3.847 degrees ! Estimated noise=748.916 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.000365738 Jy ! Component: 100 - total flux cleaned = -0.000367674 Jy ! Component: 150 - total flux cleaned = -0.000329381 Jy ! Component: 200 - total flux cleaned = -0.000327579 Jy ! Total flux subtracted in 200 components = -0.000327579 Jy ! Clean residual min=-0.003464 max=0.003712 Jy/beam ! Clean residual mean=0.000021 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.178013 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 57 components and 0.178013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089311Jy sigma=0.000773 ! Fit after self-cal, rms=0.089387Jy sigma=0.000772 ! 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.089387Jy sigma=0.000772 ! Fit after self-cal, rms=0.093725Jy sigma=0.000767 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.973 mas, bmaj=7.154 mas, bpa=-3.744 degrees ! Estimated noise=751.275 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000529696 Jy ! Component: 100 - total flux cleaned = -0.000625395 Jy ! Component: 150 - total flux cleaned = -0.000624343 Jy ! Component: 200 - total flux cleaned = -0.000624274 Jy ! Total flux subtracted in 200 components = -0.000624274 Jy ! Clean residual min=-0.002941 max=0.002559 Jy/beam ! Clean residual mean=0.000005 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.177389 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 67 components and 0.177389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093711Jy sigma=0.000767 ! Fit after self-cal, rms=0.093843Jy 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.000178401 Jy ! Component: 100 - total flux cleaned = -0.000195498 Jy ! Component: 150 - total flux cleaned = -0.000195151 Jy ! Component: 200 - total flux cleaned = -0.000209498 Jy ! Total flux subtracted in 200 components = -0.000209498 Jy ! Clean residual min=-0.002894 max=0.002501 Jy/beam ! Clean residual mean=0.000004 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.177179 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 78 components and 0.177179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093837Jy sigma=0.000767 ! Fit after self-cal, rms=0.093837Jy 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.093837Jy sigma=0.000767 ! Fit after self-cal, rms=0.094791Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.972 mas, bmaj=7.141 mas, bpa=-3.695 degrees ! Estimated noise=750.578 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000407194 Jy ! Component: 100 - total flux cleaned = -0.000478009 Jy ! Component: 150 - total flux cleaned = -0.000493124 Jy ! Component: 200 - total flux cleaned = -0.00050688 Jy ! Total flux subtracted in 200 components = -0.00050688 Jy ! Clean residual min=-0.002886 max=0.002491 Jy/beam ! Clean residual mean=0.000004 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.176672 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 83 components and 0.176672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094783Jy sigma=0.000767 ! Fit after self-cal, rms=0.094804Jy 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.97354e-05 Jy ! Component: 100 - total flux cleaned = -9.11024e-05 Jy ! Component: 150 - total flux cleaned = -0.000116284 Jy ! Component: 200 - total flux cleaned = -0.000116187 Jy ! Total flux subtracted in 200 components = -0.000116187 Jy ! Clean residual min=-0.002869 max=0.002474 Jy/beam ! Clean residual mean=0.000004 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.176556 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 84 components and 0.176556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094800Jy sigma=0.000767 ! Fit after self-cal, rms=0.094801Jy 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.094801Jy sigma=0.000767 ! Fit after self-cal, rms=0.095066Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.75 mas, bmaj=17.9 mas, bpa=-1.284 degrees ! Estimated noise=971.047 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000175541 Jy ! Component: 100 - total flux cleaned = -0.000177077 Jy ! Component: 150 - total flux cleaned = -0.000156901 Jy ! Component: 200 - total flux cleaned = -0.000147889 Jy ! Total flux subtracted in 200 components = -0.000147889 Jy ! Clean residual min=-0.003616 max=0.003188 Jy/beam ! Clean residual mean=0.000008 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.176408 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 85 components and 0.176408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095066Jy sigma=0.000767 ! Fit after self-cal, rms=0.095072Jy 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.60719e-05 Jy ! Component: 100 - total flux cleaned = 3.91316e-05 Jy ! Component: 150 - total flux cleaned = 5.44676e-05 Jy ! Component: 200 - total flux cleaned = 6.13364e-05 Jy ! Total flux subtracted in 200 components = 6.13364e-05 Jy ! Clean residual min=-0.003611 max=0.003180 Jy/beam ! Clean residual mean=0.000008 rms=0.000937 Jy/beam ! Combined flux in latest and established models = 0.17647 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 85 components and 0.17647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095074Jy sigma=0.000767 ! Fit after self-cal, rms=0.095075Jy 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=2.973 mas, bmaj=7.135 mas, bpa=-3.681 degrees ! Estimated noise=750.123 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.973 x 7.135 at -3.681 degrees (North through East) ! Clean map min=-0.0027645 max=0.11501 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=2.538 mas, bmaj=6.04 mas, bpa=-3.803 degrees ! Estimated noise=1080.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0870269 Jy ! Component: 100 - total flux cleaned = 0.120712 Jy ! Component: 150 - total flux cleaned = 0.139057 Jy ! Component: 200 - total flux cleaned = 0.150258 Jy ! Total flux subtracted in 200 components = 0.150258 Jy ! Clean residual min=-0.003745 max=0.006054 Jy/beam ! Clean residual mean=-0.000047 rms=0.001105 Jy/beam ! Combined flux in latest and established models = 0.150258 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.150258 Jy ! Inverting map and beam ! Estimated beam: bmin=2.973 mas, bmaj=7.135 mas, bpa=-3.681 degrees ! Estimated noise=750.123 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.0108471 Jy ! Component: 100 - total flux cleaned = 0.0167299 Jy ! Component: 150 - total flux cleaned = 0.0201415 Jy ! Component: 200 - total flux cleaned = 0.022175 Jy ! Total flux subtracted in 200 components = 0.022175 Jy ! Clean residual min=-0.003077 max=0.002393 Jy/beam ! Clean residual mean=-0.000003 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.172433 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 76 components and 0.172433 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.75 mas, bmaj=17.9 mas, bpa=-1.284 degrees ! Estimated noise=971.047 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00220607 Jy ! Component: 100 - total flux cleaned = 0.003022 Jy ! Component: 150 - total flux cleaned = 0.00323945 Jy ! Component: 200 - total flux cleaned = 0.00327972 Jy ! Total flux subtracted in 200 components = 0.00327972 Jy ! Clean residual min=-0.003533 max=0.003223 Jy/beam ! Clean residual mean=0.000006 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.175713 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 = 5.05496e-05 Jy ! Component: 100 - total flux cleaned = 8.60034e-05 Jy ! Component: 150 - total flux cleaned = 0.000120052 Jy ! Component: 200 - total flux cleaned = 0.00016284 Jy ! Total flux subtracted in 200 components = 0.00016284 Jy ! Clean residual min=-0.003540 max=0.003217 Jy/beam ! Clean residual mean=0.000006 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.175875 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 79 components and 0.175875 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.973 mas, bmaj=7.135 mas, bpa=-3.681 degrees ! Estimated noise=750.123 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000474201 Jy ! Component: 100 - total flux cleaned = -0.000423885 Jy ! Component: 150 - total flux cleaned = -0.000439975 Jy ! Component: 200 - total flux cleaned = -0.000487251 Jy ! Total flux subtracted in 200 components = -0.000487251 Jy ! Clean residual min=-0.002891 max=0.002406 Jy/beam ! Clean residual mean=0.000002 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.175388 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 88 components and 0.175388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095073Jy sigma=0.000767 ! Fit after self-cal, rms=0.095067Jy sigma=0.000767 wmodel J1402-2822_S_2015_01_23_pus_map.mod ! Writing 88 model components to file: J1402-2822_S_2015_01_23_pus_map.mod wobs J1402-2822_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1402-2822_S_2015_01_23_pus_uvs.fits wwins J1402-2822_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J1402-2822_S_2015_01_23_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.0012286 Jy ! Component: 100 - total flux cleaned = -0.00162836 Jy ! Component: 150 - total flux cleaned = -0.00175013 Jy ! Component: 200 - total flux cleaned = -0.00178749 Jy ! Component: 250 - total flux cleaned = -0.00175162 Jy ! Component: 300 - total flux cleaned = -0.0017517 Jy ! Component: 350 - total flux cleaned = -0.0016532 Jy ! Component: 400 - total flux cleaned = -0.00155777 Jy ! Component: 450 - total flux cleaned = -0.00128005 Jy ! Component: 500 - total flux cleaned = -0.00110045 Jy ! Component: 550 - total flux cleaned = -0.000837084 Jy ! Component: 600 - total flux cleaned = -0.000665186 Jy ! Component: 650 - total flux cleaned = -0.000469134 Jy ! Component: 700 - total flux cleaned = -0.000250404 Jy ! Component: 750 - total flux cleaned = -0.000116656 Jy ! Component: 800 - total flux cleaned = 6.66797e-05 Jy ! Component: 850 - total flux cleaned = 0.00022091 Jy ! Component: 900 - total flux cleaned = 0.000297043 Jy ! Component: 950 - total flux cleaned = 0.000421136 Jy ! Component: 1000 - total flux cleaned = 0.000372409 Jy ! Component: 1050 - total flux cleaned = 0.000516947 Jy ! Component: 1100 - total flux cleaned = 0.000445525 Jy ! Component: 1150 - total flux cleaned = 0.00046887 Jy ! Component: 1200 - total flux cleaned = 0.000446353 Jy ! Component: 1250 - total flux cleaned = 0.000468838 Jy ! Component: 1300 - total flux cleaned = 0.000535995 Jy ! Component: 1350 - total flux cleaned = 0.000623775 Jy ! Component: 1400 - total flux cleaned = 0.000580776 Jy ! Component: 1450 - total flux cleaned = 0.000645064 Jy ! Component: 1500 - total flux cleaned = 0.000687578 Jy ! Component: 1550 - total flux cleaned = 0.000770577 Jy ! Component: 1600 - total flux cleaned = 0.00068802 Jy ! Component: 1650 - total flux cleaned = 0.000688296 Jy ! Component: 1700 - total flux cleaned = 0.00070815 Jy ! Component: 1750 - total flux cleaned = 0.000609393 Jy ! Component: 1800 - total flux cleaned = 0.000648634 Jy ! Component: 1850 - total flux cleaned = 0.00066792 Jy ! Component: 1900 - total flux cleaned = 0.000629412 Jy ! Component: 1950 - total flux cleaned = 0.000629268 Jy ! Component: 2000 - total flux cleaned = 0.000629318 Jy ! Component: 2050 - total flux cleaned = 0.00068484 Jy ! Component: 2100 - total flux cleaned = 0.000629804 Jy ! Component: 2150 - total flux cleaned = 0.000647724 Jy ! Component: 2200 - total flux cleaned = 0.000630089 Jy ! Component: 2250 - total flux cleaned = 0.000665886 Jy ! Component: 2300 - total flux cleaned = 0.00073628 Jy ! Component: 2350 - total flux cleaned = 0.000736267 Jy ! Component: 2400 - total flux cleaned = 0.000753705 Jy ! Component: 2450 - total flux cleaned = 0.000787868 Jy ! Component: 2500 - total flux cleaned = 0.000821531 Jy ! Component: 2550 - total flux cleaned = 0.000821824 Jy ! Component: 2600 - total flux cleaned = 0.000821878 Jy ! Component: 2650 - total flux cleaned = 0.000854742 Jy ! Component: 2700 - total flux cleaned = 0.000854737 Jy ! Component: 2750 - total flux cleaned = 0.000951315 Jy ! Component: 2800 - total flux cleaned = 0.00093503 Jy ! Component: 2850 - total flux cleaned = 0.000871602 Jy ! Component: 2900 - total flux cleaned = 0.000949979 Jy ! Component: 2950 - total flux cleaned = 0.000965366 Jy ! Component: 3000 - total flux cleaned = 0.000980811 Jy ! Component: 3050 - total flux cleaned = 0.000980873 Jy ! Component: 3100 - total flux cleaned = 0.00101128 Jy ! Component: 3150 - total flux cleaned = 0.000981293 Jy ! Component: 3200 - total flux cleaned = 0.00102608 Jy ! Component: 3250 - total flux cleaned = 0.00101128 Jy ! Component: 3300 - total flux cleaned = 0.00104073 Jy ! Component: 3350 - total flux cleaned = 0.00106995 Jy ! Component: 3400 - total flux cleaned = 0.00102675 Jy ! Component: 3450 - total flux cleaned = 0.00105568 Jy ! Component: 3500 - total flux cleaned = 0.00105566 Jy ! Component: 3550 - total flux cleaned = 0.00108383 Jy ! Component: 3600 - total flux cleaned = 0.00112588 Jy ! Component: 3650 - total flux cleaned = 0.00115369 Jy ! Component: 3700 - total flux cleaned = 0.00111219 Jy ! Component: 3750 - total flux cleaned = 0.00111231 Jy ! Component: 3800 - total flux cleaned = 0.00116665 Jy ! Component: 3850 - total flux cleaned = 0.00112619 Jy ! Component: 3900 - total flux cleaned = 0.00119332 Jy ! Component: 3950 - total flux cleaned = 0.00121984 Jy ! Component: 4000 - total flux cleaned = 0.00121993 Jy ! Component: 4050 - total flux cleaned = 0.00119372 Jy ! Total flux subtracted in 4096 components = 0.00121993 Jy ! Clean residual min=-0.000736 max=0.000772 Jy/beam ! Clean residual mean=0.000002 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 0.176608 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 390 components and 0.176608 Jy ![Exited script file: muppet] wmap "J1402-2822_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.973 x 7.135 at -3.681 degrees (North through East) ! Clean map min=-0.0018125 max=0.11583 Jy/beam ! Writing clean map to FITS file: J1402-2822_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.115834 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000228538 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.591894 0.591894 1.18379 2.36758 4.73515 9.47031 18.9406 37.8812 75.7625 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.115 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.973 x 7.135 at -3.681 degrees (North through East) ! Clean map min=-0.0018125 max=0.11583 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J1402-2822_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:27:11 2017