! Started logfile: J2046-1152_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:16:33 2016 obs J2046-1152_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J2046-1152_S_2014_08_09_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.780692 visibilities/baseline/integration-bin. ! Found source: J2046-1152 ! ! 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 342 lines of history. ! ! Reading 17144 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 J2046-1152_S_2014_08_09_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 139 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 139 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 139 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 139 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.995181Jy sigma=0.010347 ! Fit after self-cal, rms=0.951367Jy sigma=0.009918 ! 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.164 mas, bmaj=10.02 mas, bpa=17.32 degrees ! Estimated noise=1030.11 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.0385399 Jy ! Component: 100 - total flux cleaned = 0.0478466 Jy ! Total flux subtracted in 100 components = 0.0478466 Jy ! Clean residual min=-0.003257 max=0.003899 Jy/beam ! Clean residual mean=0.000001 rms=0.000963 Jy/beam ! Combined flux in latest and established models = 0.0478466 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0478466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079780Jy sigma=0.000781 ! Fit after self-cal, rms=0.078351Jy sigma=0.000766 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00621913 Jy ! Component: 100 - total flux cleaned = 0.00903573 Jy ! Total flux subtracted in 100 components = 0.00903573 Jy ! Clean residual min=-0.003188 max=0.002911 Jy/beam ! Clean residual mean=0.000003 rms=0.000818 Jy/beam ! Combined flux in latest and established models = 0.0568824 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 15 components and 0.0568824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077821Jy sigma=0.000761 ! Fit after self-cal, rms=0.077787Jy sigma=0.000760 ! 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.006 mas, bmaj=11.34 mas, bpa=15.48 degrees ! Estimated noise=525.457 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.00243355 Jy ! Component: 100 - total flux cleaned = 0.00356587 Jy ! Component: 150 - total flux cleaned = 0.00414411 Jy ! Component: 200 - total flux cleaned = 0.00428978 Jy ! Total flux subtracted in 200 components = 0.00428978 Jy ! Clean residual min=-0.001907 max=0.001871 Jy/beam ! Clean residual mean=0.000005 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.0611721 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 45 components and 0.0611721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077695Jy sigma=0.000760 ! Fit after self-cal, rms=0.077692Jy sigma=0.000760 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.85 HN 1.03 KP 1.01 ! LA 1.06 MK 1.00* NL 0.99 OV 1.07 ! PT 1.08 SC 0.94 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.92 HN 0.99 KP 1.06 ! LA 1.08 MK 1.00* NL 1.07 OV 1.04 ! PT 1.04 SC 1.07 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.07 HN 0.97 KP 0.92 ! LA 0.80 MK 1.00* NL 1.02 OV 0.98 ! PT 1.02 SC 1.05 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.96 HN 0.94 KP 0.81 ! LA 0.86 MK 1.00* NL 1.03 OV 1.08 ! PT 1.07 SC 1.00 ! ! ! Fit before self-cal, rms=0.077692Jy sigma=0.000760 ! Fit after self-cal, rms=0.075324Jy sigma=0.000757 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.021 mas, bmaj=11.31 mas, bpa=15.26 degrees ! Estimated noise=523.959 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 = 6.5285e-05 Jy ! Component: 100 - total flux cleaned = 4.78983e-05 Jy ! Component: 150 - total flux cleaned = 6.0088e-05 Jy ! Component: 200 - total flux cleaned = 7.1562e-05 Jy ! Total flux subtracted in 200 components = 7.1562e-05 Jy ! Clean residual min=-0.001664 max=0.001814 Jy/beam ! Clean residual mean=0.000004 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.0612437 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 54 components and 0.0612437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075317Jy sigma=0.000757 ! Fit after self-cal, rms=0.075272Jy sigma=0.000757 ! 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.075272Jy sigma=0.000757 ! Fit after self-cal, rms=0.075298Jy sigma=0.000756 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.022 mas, bmaj=11.28 mas, bpa=15.09 degrees ! Estimated noise=522.741 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.36261e-05 Jy ! Component: 100 - total flux cleaned = 5.93155e-05 Jy ! Component: 150 - total flux cleaned = 7.0487e-05 Jy ! Component: 200 - total flux cleaned = 7.04261e-05 Jy ! Total flux subtracted in 200 components = 7.04261e-05 Jy ! Clean residual min=-0.001661 max=0.001885 Jy/beam ! Clean residual mean=0.000005 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.0613141 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 56 components and 0.0613141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075293Jy sigma=0.000756 ! Fit after self-cal, rms=0.075316Jy sigma=0.000756 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.53108e-06 Jy ! Component: 100 - total flux cleaned = -8.91256e-06 Jy ! Component: 150 - total flux cleaned = -9.02993e-06 Jy ! Component: 200 - total flux cleaned = -8.8591e-06 Jy ! Total flux subtracted in 200 components = -8.8591e-06 Jy ! Clean residual min=-0.001664 max=0.001850 Jy/beam ! Clean residual mean=0.000005 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.0613053 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 59 components and 0.0613053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075313Jy sigma=0.000756 ! Fit after self-cal, rms=0.075314Jy sigma=0.000756 ! 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.075314Jy sigma=0.000756 ! Fit after self-cal, rms=0.075268Jy sigma=0.000756 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.019 mas, bmaj=11.26 mas, bpa=14.98 degrees ! Estimated noise=521.658 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.0063e-05 Jy ! Component: 100 - total flux cleaned = -3.0601e-05 Jy ! Component: 150 - total flux cleaned = -3.02859e-05 Jy ! Component: 200 - total flux cleaned = -2.15793e-05 Jy ! Total flux subtracted in 200 components = -2.15793e-05 Jy ! Clean residual min=-0.001633 max=0.001860 Jy/beam ! Clean residual mean=0.000005 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.0612837 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 59 components and 0.0612837 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075265Jy sigma=0.000756 ! Fit after self-cal, rms=0.075273Jy sigma=0.000756 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.52878e-05 Jy ! Component: 100 - total flux cleaned = 1.49866e-05 Jy ! Component: 150 - total flux cleaned = 1.4845e-05 Jy ! Component: 200 - total flux cleaned = 1.51513e-05 Jy ! Total flux subtracted in 200 components = 1.51513e-05 Jy ! Clean residual min=-0.001628 max=0.001846 Jy/beam ! Clean residual mean=0.000005 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.0612988 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 60 components and 0.0612988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075271Jy sigma=0.000756 ! Fit after self-cal, rms=0.075264Jy sigma=0.000756 ! 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.075264Jy sigma=0.000756 ! Fit after self-cal, rms=0.075161Jy sigma=0.000756 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.772 mas, bmaj=14.94 mas, bpa=4.871 degrees ! Estimated noise=605.567 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000510304 Jy ! Component: 100 - total flux cleaned = 0.000458164 Jy ! Component: 150 - total flux cleaned = 0.000428494 Jy ! Component: 200 - total flux cleaned = 0.000411478 Jy ! Total flux subtracted in 200 components = 0.000411478 Jy ! Clean residual min=-0.002079 max=0.002128 Jy/beam ! Clean residual mean=0.000009 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.0617103 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 69 components and 0.0617103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075162Jy sigma=0.000756 ! Fit after self-cal, rms=0.075159Jy sigma=0.000756 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.74541e-05 Jy ! Component: 100 - total flux cleaned = 3.80219e-05 Jy ! Component: 150 - total flux cleaned = 2.29344e-05 Jy ! Component: 200 - total flux cleaned = 1.62921e-05 Jy ! Total flux subtracted in 200 components = 1.62921e-05 Jy ! Clean residual min=-0.002068 max=0.002134 Jy/beam ! Clean residual mean=0.000009 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.0617266 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 78 components and 0.0617266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075160Jy sigma=0.000756 ! Fit after self-cal, rms=0.075158Jy sigma=0.000756 ! 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.019 mas, bmaj=11.24 mas, bpa=14.9 degrees ! Estimated noise=520.733 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.019 x 11.24 at 14.9 degrees (North through East) ! Clean map min=-0.0015471 max=0.052766 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.179 mas, bmaj=9.89 mas, bpa=16.72 degrees ! Estimated noise=1022.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0398402 Jy ! Component: 100 - total flux cleaned = 0.0515313 Jy ! Component: 150 - total flux cleaned = 0.0568558 Jy ! Component: 200 - total flux cleaned = 0.0595934 Jy ! Total flux subtracted in 200 components = 0.0595934 Jy ! Clean residual min=-0.003077 max=0.002820 Jy/beam ! Clean residual mean=0.000002 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.0595934 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0595934 Jy ! Inverting map and beam ! Estimated beam: bmin=4.019 mas, bmaj=11.24 mas, bpa=14.9 degrees ! Estimated noise=520.733 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) ! Added new window around map position (-7, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00232487 Jy ! Component: 100 - total flux cleaned = 0.00332412 Jy ! Component: 150 - total flux cleaned = 0.00356366 Jy ! Component: 200 - total flux cleaned = 0.00369607 Jy ! Total flux subtracted in 200 components = 0.00369607 Jy ! Clean residual min=-0.001504 max=0.001540 Jy/beam ! Clean residual mean=0.000006 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.0632895 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 37 components and 0.0632895 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.772 mas, bmaj=14.94 mas, bpa=4.871 degrees ! Estimated noise=605.567 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000408096 Jy ! Component: 100 - total flux cleaned = 0.000467873 Jy ! Component: 150 - total flux cleaned = 0.00046745 Jy ! Component: 200 - total flux cleaned = 0.00046767 Jy ! Total flux subtracted in 200 components = 0.00046767 Jy ! Clean residual min=-0.001857 max=0.001984 Jy/beam ! Clean residual mean=0.000009 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.0637572 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.21969e-05 Jy ! Component: 100 - total flux cleaned = 1.19316e-05 Jy ! Component: 150 - total flux cleaned = 2.1885e-05 Jy ! Component: 200 - total flux cleaned = 1.34237e-05 Jy ! Total flux subtracted in 200 components = 1.34237e-05 Jy ! Clean residual min=-0.001813 max=0.001980 Jy/beam ! Clean residual mean=0.000009 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.0637706 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 66 components and 0.0637706 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.019 mas, bmaj=11.24 mas, bpa=14.9 degrees ! Estimated noise=520.733 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.01365e-05 Jy ! Component: 100 - total flux cleaned = -6.02386e-05 Jy ! Component: 150 - total flux cleaned = -9.51903e-05 Jy ! Component: 200 - total flux cleaned = -0.000111529 Jy ! Total flux subtracted in 200 components = -0.000111529 Jy ! Clean residual min=-0.001427 max=0.001483 Jy/beam ! Clean residual mean=0.000005 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.0636591 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 81 components and 0.0636591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075123Jy sigma=0.000756 ! Fit after self-cal, rms=0.075117Jy sigma=0.000756 wmodel J2046-1152_S_2014_08_09_pus_map.mod ! Writing 81 model components to file: J2046-1152_S_2014_08_09_pus_map.mod wobs J2046-1152_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J2046-1152_S_2014_08_09_pus_uvs.fits wwins J2046-1152_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J2046-1152_S_2014_08_09_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.000375633 Jy ! Component: 100 - total flux cleaned = 0.000430065 Jy ! Component: 150 - total flux cleaned = 0.000431137 Jy ! Component: 200 - total flux cleaned = 0.00040682 Jy ! Component: 250 - total flux cleaned = 0.00038399 Jy ! Component: 300 - total flux cleaned = 0.000384205 Jy ! Component: 350 - total flux cleaned = 0.00038525 Jy ! Component: 400 - total flux cleaned = 0.000385625 Jy ! Component: 450 - total flux cleaned = 0.000324844 Jy ! Component: 500 - total flux cleaned = 0.000285575 Jy ! Component: 550 - total flux cleaned = 0.000189586 Jy ! Component: 600 - total flux cleaned = 7.74074e-05 Jy ! Component: 650 - total flux cleaned = 4.71517e-06 Jy ! Component: 700 - total flux cleaned = -6.65863e-05 Jy ! Component: 750 - total flux cleaned = -0.000135814 Jy ! Component: 800 - total flux cleaned = -0.000185947 Jy ! Component: 850 - total flux cleaned = -0.000202194 Jy ! Component: 900 - total flux cleaned = -0.000202346 Jy ! Component: 950 - total flux cleaned = -0.000266445 Jy ! Component: 1000 - total flux cleaned = -0.000313823 Jy ! Component: 1050 - total flux cleaned = -0.000375319 Jy ! Component: 1100 - total flux cleaned = -0.00039023 Jy ! Component: 1150 - total flux cleaned = -0.000404762 Jy ! Component: 1200 - total flux cleaned = -0.000419308 Jy ! Component: 1250 - total flux cleaned = -0.000447934 Jy ! Component: 1300 - total flux cleaned = -0.000447682 Jy ! Component: 1350 - total flux cleaned = -0.000461442 Jy ! Component: 1400 - total flux cleaned = -0.000502248 Jy ! Component: 1450 - total flux cleaned = -0.000515893 Jy ! Component: 1500 - total flux cleaned = -0.000515997 Jy ! Component: 1550 - total flux cleaned = -0.00055533 Jy ! Component: 1600 - total flux cleaned = -0.000542666 Jy ! Component: 1650 - total flux cleaned = -0.000593577 Jy ! Component: 1700 - total flux cleaned = -0.000618526 Jy ! Component: 1750 - total flux cleaned = -0.000556857 Jy ! Component: 1800 - total flux cleaned = -0.000593602 Jy ! Component: 1850 - total flux cleaned = -0.000593317 Jy ! Component: 1900 - total flux cleaned = -0.000569644 Jy ! Component: 1950 - total flux cleaned = -0.00055777 Jy ! Component: 2000 - total flux cleaned = -0.000569209 Jy ! Component: 2050 - total flux cleaned = -0.000534786 Jy ! Component: 2100 - total flux cleaned = -0.000580273 Jy ! Component: 2150 - total flux cleaned = -0.000580201 Jy ! Component: 2200 - total flux cleaned = -0.000613294 Jy ! Component: 2250 - total flux cleaned = -0.000624456 Jy ! Component: 2300 - total flux cleaned = -0.000678324 Jy ! Component: 2350 - total flux cleaned = -0.000646077 Jy ! Component: 2400 - total flux cleaned = -0.00070952 Jy ! Component: 2450 - total flux cleaned = -0.000709372 Jy ! Component: 2500 - total flux cleaned = -0.000740595 Jy ! Component: 2550 - total flux cleaned = -0.000761053 Jy ! Component: 2600 - total flux cleaned = -0.000761206 Jy ! Component: 2650 - total flux cleaned = -0.000801697 Jy ! Component: 2700 - total flux cleaned = -0.000861424 Jy ! Component: 2750 - total flux cleaned = -0.000851409 Jy ! Component: 2800 - total flux cleaned = -0.000890409 Jy ! Component: 2850 - total flux cleaned = -0.000880809 Jy ! Component: 2900 - total flux cleaned = -0.000871427 Jy ! Component: 2950 - total flux cleaned = -0.000919051 Jy ! Component: 3000 - total flux cleaned = -0.000937972 Jy ! Component: 3050 - total flux cleaned = -0.000984822 Jy ! Component: 3100 - total flux cleaned = -0.00099391 Jy ! Component: 3150 - total flux cleaned = -0.00103974 Jy ! Component: 3200 - total flux cleaned = -0.00105788 Jy ! Component: 3250 - total flux cleaned = -0.00104874 Jy ! Component: 3300 - total flux cleaned = -0.00105778 Jy ! Component: 3350 - total flux cleaned = -0.00103988 Jy ! Component: 3400 - total flux cleaned = -0.00103994 Jy ! Component: 3450 - total flux cleaned = -0.00107485 Jy ! Component: 3500 - total flux cleaned = -0.00105745 Jy ! Component: 3550 - total flux cleaned = -0.00110037 Jy ! Component: 3600 - total flux cleaned = -0.00108329 Jy ! Component: 3650 - total flux cleaned = -0.00108318 Jy ! Component: 3700 - total flux cleaned = -0.00107478 Jy ! Component: 3750 - total flux cleaned = -0.00106646 Jy ! Component: 3800 - total flux cleaned = -0.00104169 Jy ! Component: 3850 - total flux cleaned = -0.00104161 Jy ! Component: 3900 - total flux cleaned = -0.00103353 Jy ! Component: 3950 - total flux cleaned = -0.00098514 Jy ! Component: 4000 - total flux cleaned = -0.00100915 Jy ! Component: 4050 - total flux cleaned = -0.00103301 Jy ! Total flux subtracted in 4096 components = -0.00101722 Jy ! Clean residual min=-0.000447 max=0.000439 Jy/beam ! Clean residual mean=0.000002 rms=0.000153 Jy/beam ! Combined flux in latest and established models = 0.0626419 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 394 components and 0.0626419 Jy ![Exited script file: muppet] wmap "J2046-1152_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.019 x 11.24 at 14.9 degrees (North through East) ! Clean map min=-0.001081 max=0.052517 Jy/beam ! Writing clean map to FITS file: J2046-1152_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.052517 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000153015 device "J2046-1152_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J2046-1152_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.874091 0.874091 1.74818 3.49636 6.99273 13.9855 27.9709 55.9418 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.052 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.019 x 11.24 at 14.9 degrees (North through East) ! Clean map min=-0.001081 max=0.052517 Jy/beam quit ! Quitting program ! Log file J2046-1152_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:16:38 2016