! Started logfile: J0012-3954_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:47:51 2016 obs J0012-3954_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0012-3954_S_2014_08_09_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.526316 visibilities/baseline/integration-bin. ! Found source: J0012-3954 ! ! 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 9000 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 J0012-3954_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 255 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 255 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 255 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 255 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.682800Jy sigma=0.004541 ! Fit after self-cal, rms=0.596807Jy sigma=0.003873 ! 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.92 mas, bmaj=11.38 mas, bpa=19.21 degrees ! Estimated noise=1601.12 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.328761 Jy ! Component: 100 - total flux cleaned = 0.423124 Jy ! Total flux subtracted in 100 components = 0.423124 Jy ! Clean residual min=-0.023517 max=0.051968 Jy/beam ! Clean residual mean=-0.000067 rms=0.007643 Jy/beam ! Combined flux in latest and established models = 0.423124 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.423124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181950Jy sigma=0.001183 ! Fit after self-cal, rms=0.181931Jy sigma=0.001183 ! Inverting map ! Added new window around map position (-3, -14). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0527223 Jy ! Component: 100 - total flux cleaned = 0.0836899 Jy ! Total flux subtracted in 100 components = 0.0836899 Jy ! Clean residual min=-0.018864 max=0.024563 Jy/beam ! Clean residual mean=-0.000045 rms=0.005068 Jy/beam ! Combined flux in latest and established models = 0.506814 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 22 components and 0.506814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162642Jy sigma=0.000999 ! Fit after self-cal, rms=0.162508Jy sigma=0.000998 ! 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.899 mas, bmaj=14.45 mas, bpa=17.36 degrees ! Estimated noise=1097.09 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.0296037 Jy ! Component: 100 - total flux cleaned = 0.0454528 Jy ! Component: 150 - total flux cleaned = 0.0528301 Jy ! Component: 200 - total flux cleaned = 0.0545447 Jy ! Total flux subtracted in 200 components = 0.0545447 Jy ! Clean residual min=-0.017674 max=0.018751 Jy/beam ! Clean residual mean=-0.000054 rms=0.004793 Jy/beam ! Combined flux in latest and established models = 0.561359 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 42 components and 0.561359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157713Jy sigma=0.000953 ! Fit after self-cal, rms=0.157625Jy sigma=0.000952 ! 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 1.00* FD 0.84 HN 1.05 KP 1.07 ! LA 1.11 MK 1.00* NL 1.22 OV 0.92 ! PT 1.03 SC 0.97 ! ! ! 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 0.98 HN 1.22 KP 1.03 ! LA 1.06 MK 1.00* NL 1.27 OV 0.94 ! 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 1.00* FD 1.13 HN 1.23 KP 0.91 ! LA 0.84 MK 1.00* NL 1.21 OV 0.88 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.18 KP 0.88 ! LA 0.80 MK 1.00* NL 1.31 OV 0.92 ! PT 1.04 SC 0.98 ! ! ! Fit before self-cal, rms=0.157625Jy sigma=0.000952 ! Fit after self-cal, rms=0.150904Jy sigma=0.000822 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.881 mas, bmaj=14.77 mas, bpa=17.77 degrees ! Estimated noise=1108.53 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.0118417 Jy ! Component: 100 - total flux cleaned = -0.0138847 Jy ! Component: 150 - total flux cleaned = -0.0150153 Jy ! Component: 200 - total flux cleaned = -0.0160017 Jy ! Total flux subtracted in 200 components = -0.0160017 Jy ! Clean residual min=-0.012880 max=0.011758 Jy/beam ! Clean residual mean=-0.000074 rms=0.002977 Jy/beam ! Combined flux in latest and established models = 0.545357 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 67 components and 0.545357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148698Jy sigma=0.000813 ! Fit after self-cal, rms=0.149066Jy sigma=0.000811 ! 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.149066Jy sigma=0.000811 ! Fit after self-cal, rms=0.152569Jy sigma=0.000785 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.898 mas, bmaj=14.93 mas, bpa=17.84 degrees ! Estimated noise=1109.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0057352 Jy ! Component: 100 - total flux cleaned = -0.00670758 Jy ! Component: 150 - total flux cleaned = -0.00736924 Jy ! Component: 200 - total flux cleaned = -0.00793829 Jy ! Total flux subtracted in 200 components = -0.00793829 Jy ! Clean residual min=-0.008134 max=0.006997 Jy/beam ! Clean residual mean=-0.000007 rms=0.001844 Jy/beam ! Combined flux in latest and established models = 0.537419 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 79 components and 0.537419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152020Jy sigma=0.000781 ! Fit after self-cal, rms=0.152076Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000419536 Jy ! Component: 100 - total flux cleaned = -0.000645315 Jy ! Component: 150 - total flux cleaned = -0.000954756 Jy ! Component: 200 - total flux cleaned = -0.00113958 Jy ! Total flux subtracted in 200 components = -0.00113958 Jy ! Clean residual min=-0.007782 max=0.007039 Jy/beam ! Clean residual mean=-0.000010 rms=0.001780 Jy/beam ! Combined flux in latest and established models = 0.536279 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 81 components and 0.536279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151973Jy sigma=0.000780 ! Fit after self-cal, rms=0.151972Jy sigma=0.000780 ! 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.151972Jy sigma=0.000780 ! Fit after self-cal, rms=0.155943Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.911 mas, bmaj=15.02 mas, bpa=17.96 degrees ! Estimated noise=1111.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00429867 Jy ! Component: 100 - total flux cleaned = -0.00482544 Jy ! Component: 150 - total flux cleaned = -0.0052594 Jy ! Component: 200 - total flux cleaned = -0.00554146 Jy ! Total flux subtracted in 200 components = -0.00554146 Jy ! Clean residual min=-0.006964 max=0.006031 Jy/beam ! Clean residual mean=-0.000002 rms=0.001618 Jy/beam ! Combined flux in latest and established models = 0.530738 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 88 components and 0.530738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155683Jy sigma=0.000777 ! Fit after self-cal, rms=0.155747Jy 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 = -0.000272595 Jy ! Component: 100 - total flux cleaned = -0.000503851 Jy ! Component: 150 - total flux cleaned = -0.000711342 Jy ! Component: 200 - total flux cleaned = -0.000773266 Jy ! Total flux subtracted in 200 components = -0.000773266 Jy ! Clean residual min=-0.006733 max=0.006083 Jy/beam ! Clean residual mean=-0.000003 rms=0.001590 Jy/beam ! Combined flux in latest and established models = 0.529964 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 93 components and 0.529964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155698Jy sigma=0.000776 ! Fit after self-cal, rms=0.155701Jy sigma=0.000776 ! 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.155701Jy sigma=0.000776 ! Fit after self-cal, rms=0.158505Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.236 mas, bmaj=31.25 mas, bpa=5.513 degrees ! Estimated noise=1225.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00297297 Jy ! Component: 100 - total flux cleaned = -0.00363457 Jy ! Component: 150 - total flux cleaned = -0.00385214 Jy ! Component: 200 - total flux cleaned = -0.00405043 Jy ! Total flux subtracted in 200 components = -0.00405043 Jy ! Clean residual min=-0.006691 max=0.004800 Jy/beam ! Clean residual mean=-0.000003 rms=0.001746 Jy/beam ! Combined flux in latest and established models = 0.525914 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 95 components and 0.525914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158388Jy sigma=0.000775 ! Fit after self-cal, rms=0.158434Jy sigma=0.000775 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.000293635 Jy ! Component: 100 - total flux cleaned = -0.000465737 Jy ! Component: 150 - total flux cleaned = -0.000624343 Jy ! Component: 200 - total flux cleaned = -0.000773851 Jy ! Total flux subtracted in 200 components = -0.000773851 Jy ! Clean residual min=-0.006627 max=0.004778 Jy/beam ! Clean residual mean=-0.000006 rms=0.001732 Jy/beam ! Combined flux in latest and established models = 0.52514 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 96 components and 0.52514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158403Jy sigma=0.000775 ! Fit after self-cal, rms=0.158408Jy sigma=0.000775 ! 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.919 mas, bmaj=15.08 mas, bpa=18.07 degrees ! Estimated noise=1112.19 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.919 x 15.08 at 18.07 degrees (North through East) ! Clean map min=-0.0061632 max=0.4047 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.866 mas, bmaj=11.69 mas, bpa=19.75 degrees ! Estimated noise=1662.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.341131 Jy ! Component: 100 - total flux cleaned = 0.424074 Jy ! Component: 150 - total flux cleaned = 0.463517 Jy ! Component: 200 - total flux cleaned = 0.486372 Jy ! Total flux subtracted in 200 components = 0.486372 Jy ! Clean residual min=-0.008351 max=0.013883 Jy/beam ! Clean residual mean=-0.000016 rms=0.002484 Jy/beam ! Combined flux in latest and established models = 0.486372 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.486372 Jy ! Inverting map and beam ! Estimated beam: bmin=3.919 mas, bmaj=15.08 mas, bpa=18.07 degrees ! Estimated noise=1112.19 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 (2.5, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0189748 Jy ! Component: 100 - total flux cleaned = 0.0288832 Jy ! Component: 150 - total flux cleaned = 0.0346634 Jy ! Component: 200 - total flux cleaned = 0.0375534 Jy ! Total flux subtracted in 200 components = 0.0375534 Jy ! Clean residual min=-0.006060 max=0.005784 Jy/beam ! Clean residual mean=-0.000005 rms=0.001502 Jy/beam ! Combined flux in latest and established models = 0.523925 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 69 components and 0.523926 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=9.236 mas, bmaj=31.25 mas, bpa=5.513 degrees ! Estimated noise=1225.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00252381 Jy ! Component: 100 - total flux cleaned = 0.00260996 Jy ! Component: 150 - total flux cleaned = 0.00261277 Jy ! Component: 200 - total flux cleaned = 0.00261323 Jy ! Total flux subtracted in 200 components = 0.00261323 Jy ! Clean residual min=-0.006804 max=0.004805 Jy/beam ! Clean residual mean=0.000001 rms=0.001710 Jy/beam ! Combined flux in latest and established models = 0.526539 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 = -7.03285e-05 Jy ! Component: 100 - total flux cleaned = -6.97943e-05 Jy ! Component: 150 - total flux cleaned = -7.02759e-05 Jy ! Component: 200 - total flux cleaned = -7.08664e-05 Jy ! Total flux subtracted in 200 components = -7.08664e-05 Jy ! Clean residual min=-0.006585 max=0.004570 Jy/beam ! Clean residual mean=-0.000000 rms=0.001685 Jy/beam ! Combined flux in latest and established models = 0.526468 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 101 components and 0.526468 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.919 mas, bmaj=15.08 mas, bpa=18.07 degrees ! Estimated noise=1112.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000588448 Jy ! Component: 100 - total flux cleaned = 0.000586839 Jy ! Component: 150 - total flux cleaned = 0.000589129 Jy ! Component: 200 - total flux cleaned = 0.000664853 Jy ! Total flux subtracted in 200 components = 0.000664853 Jy ! Clean residual min=-0.005326 max=0.004532 Jy/beam ! Clean residual mean=0.000001 rms=0.001377 Jy/beam ! Combined flux in latest and established models = 0.527133 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 109 components and 0.527133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158315Jy sigma=0.000774 ! Fit after self-cal, rms=0.158316Jy sigma=0.000773 wmodel J0012-3954_S_2014_08_09_pus_map.mod ! Writing 109 model components to file: J0012-3954_S_2014_08_09_pus_map.mod wobs J0012-3954_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0012-3954_S_2014_08_09_pus_uvs.fits wwins J0012-3954_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J0012-3954_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.00211502 Jy ! Component: 100 - total flux cleaned = -0.00269383 Jy ! Component: 150 - total flux cleaned = -0.0029217 Jy ! Component: 200 - total flux cleaned = -0.00277955 Jy ! Component: 250 - total flux cleaned = -0.002578 Jy ! Component: 300 - total flux cleaned = -0.00244849 Jy ! Component: 350 - total flux cleaned = -0.00207529 Jy ! Component: 400 - total flux cleaned = -0.0017759 Jy ! Component: 450 - total flux cleaned = -0.00154502 Jy ! Component: 500 - total flux cleaned = -0.00143371 Jy ! Component: 550 - total flux cleaned = -0.00116167 Jy ! Component: 600 - total flux cleaned = -0.0011083 Jy ! Component: 650 - total flux cleaned = -0.000899772 Jy ! Component: 700 - total flux cleaned = -0.000698001 Jy ! Component: 750 - total flux cleaned = -0.00055075 Jy ! Component: 800 - total flux cleaned = -0.000404881 Jy ! Component: 850 - total flux cleaned = -0.000261912 Jy ! Component: 900 - total flux cleaned = 1.68821e-05 Jy ! Component: 950 - total flux cleaned = 0.000107316 Jy ! Component: 1000 - total flux cleaned = 0.000330224 Jy ! Component: 1050 - total flux cleaned = 0.000680088 Jy ! Component: 1100 - total flux cleaned = 0.000851633 Jy ! Component: 1150 - total flux cleaned = 0.00110519 Jy ! Component: 1200 - total flux cleaned = 0.00135403 Jy ! Component: 1250 - total flux cleaned = 0.00163974 Jy ! Component: 1300 - total flux cleaned = 0.00192142 Jy ! Component: 1350 - total flux cleaned = 0.0020002 Jy ! Component: 1400 - total flux cleaned = 0.0022732 Jy ! Component: 1450 - total flux cleaned = 0.00227308 Jy ! Component: 1500 - total flux cleaned = 0.00250104 Jy ! Component: 1550 - total flux cleaned = 0.00261334 Jy ! Component: 1600 - total flux cleaned = 0.00279795 Jy ! Component: 1650 - total flux cleaned = 0.00287164 Jy ! Component: 1700 - total flux cleaned = 0.00305086 Jy ! Component: 1750 - total flux cleaned = 0.00301549 Jy ! Component: 1800 - total flux cleaned = 0.00312163 Jy ! Component: 1850 - total flux cleaned = 0.00336419 Jy ! Component: 1900 - total flux cleaned = 0.00346649 Jy ! Component: 1950 - total flux cleaned = 0.00336511 Jy ! Component: 2000 - total flux cleaned = 0.0035326 Jy ! Component: 2050 - total flux cleaned = 0.00373037 Jy ! Component: 2100 - total flux cleaned = 0.00379527 Jy ! Component: 2150 - total flux cleaned = 0.00382724 Jy ! Component: 2200 - total flux cleaned = 0.00385947 Jy ! Component: 2250 - total flux cleaned = 0.00389129 Jy ! Component: 2300 - total flux cleaned = 0.00395307 Jy ! Component: 2350 - total flux cleaned = 0.00398336 Jy ! Component: 2400 - total flux cleaned = 0.00398309 Jy ! Component: 2450 - total flux cleaned = 0.00401282 Jy ! Component: 2500 - total flux cleaned = 0.00398306 Jy ! Component: 2550 - total flux cleaned = 0.00407189 Jy ! Component: 2600 - total flux cleaned = 0.004072 Jy ! Component: 2650 - total flux cleaned = 0.00407227 Jy ! Component: 2700 - total flux cleaned = 0.00412962 Jy ! Component: 2750 - total flux cleaned = 0.00412974 Jy ! Component: 2800 - total flux cleaned = 0.00413003 Jy ! Component: 2850 - total flux cleaned = 0.0041026 Jy ! Component: 2900 - total flux cleaned = 0.00410273 Jy ! Component: 2950 - total flux cleaned = 0.00407569 Jy ! Component: 3000 - total flux cleaned = 0.0039947 Jy ! Component: 3050 - total flux cleaned = 0.00399482 Jy ! Component: 3100 - total flux cleaned = 0.00396871 Jy ! Component: 3150 - total flux cleaned = 0.00394264 Jy ! Component: 3200 - total flux cleaned = 0.00402097 Jy ! Component: 3250 - total flux cleaned = 0.00394356 Jy ! Component: 3300 - total flux cleaned = 0.00402026 Jy ! Component: 3350 - total flux cleaned = 0.00391859 Jy ! Component: 3400 - total flux cleaned = 0.00396921 Jy ! Component: 3450 - total flux cleaned = 0.00391916 Jy ! Component: 3500 - total flux cleaned = 0.00391936 Jy ! Component: 3550 - total flux cleaned = 0.00391941 Jy ! Component: 3600 - total flux cleaned = 0.00394363 Jy ! Component: 3650 - total flux cleaned = 0.00396806 Jy ! Component: 3700 - total flux cleaned = 0.00399209 Jy ! Component: 3750 - total flux cleaned = 0.00399174 Jy ! Component: 3800 - total flux cleaned = 0.00396816 Jy ! Component: 3850 - total flux cleaned = 0.00394458 Jy ! Component: 3900 - total flux cleaned = 0.00399123 Jy ! Component: 3950 - total flux cleaned = 0.00403721 Jy ! Component: 4000 - total flux cleaned = 0.00408292 Jy ! Component: 4050 - total flux cleaned = 0.00399167 Jy ! Total flux subtracted in 4096 components = 0.00401453 Jy ! Clean residual min=-0.001721 max=0.001147 Jy/beam ! Clean residual mean=0.000004 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.531147 Jy keep ! Adding 337 model components to the UV plane model. ! The established model now contains 446 components and 0.531147 Jy ![Exited script file: muppet] wmap "J0012-3954_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.919 x 15.08 at 18.07 degrees (North through East) ! Clean map min=-0.0044312 max=0.41784 Jy/beam ! Writing clean map to FITS file: J0012-3954_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.417842 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000484686 device "J0012-3954_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0012-3954_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.347993 0.347993 0.695985 1.39197 2.78394 5.56788 11.1358 22.2715 44.5431 89.0861 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.417 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.919 x 15.08 at 18.07 degrees (North through East) ! Clean map min=-0.0044312 max=0.41784 Jy/beam quit ! Quitting program ! Log file J0012-3954_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:47:56 2016