! Started logfile: J1148-0404_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:25:53 2016 obs J1148-0404_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1148-0404_S_2014_08_05_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.770281 visibilities/baseline/integration-bin. ! Found source: J1148-0404 ! ! 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 11508 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-0404_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 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.946609Jy sigma=0.009510 ! Fit after self-cal, rms=0.918579Jy sigma=0.009269 ! 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.791 mas, bmaj=9.415 mas, bpa=19.19 degrees ! Estimated noise=939.012 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.0630103 Jy ! Component: 100 - total flux cleaned = 0.0790229 Jy ! Total flux subtracted in 100 components = 0.0790229 Jy ! Clean residual min=-0.004184 max=0.006953 Jy/beam ! Clean residual mean=0.000007 rms=0.001174 Jy/beam ! Combined flux in latest and established models = 0.0790229 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0790229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082172Jy sigma=0.000780 ! Fit after self-cal, rms=0.082119Jy sigma=0.000779 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00810603 Jy ! Component: 100 - total flux cleaned = 0.0123007 Jy ! Total flux subtracted in 100 components = 0.0123007 Jy ! Clean residual min=-0.003498 max=0.003669 Jy/beam ! Clean residual mean=0.000003 rms=0.000911 Jy/beam ! Combined flux in latest and established models = 0.0913236 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 14 components and 0.0913236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081087Jy sigma=0.000769 ! Fit after self-cal, rms=0.081050Jy sigma=0.000769 ! 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.448 mas, bmaj=10.44 mas, bpa=18.01 degrees ! Estimated noise=663.033 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 (-5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00484189 Jy ! Component: 100 - total flux cleaned = 0.00752165 Jy ! Component: 150 - total flux cleaned = 0.00901454 Jy ! Component: 200 - total flux cleaned = 0.00931845 Jy ! Total flux subtracted in 200 components = 0.00931845 Jy ! Clean residual min=-0.002373 max=0.002237 Jy/beam ! Clean residual mean=0.000006 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.100642 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 56 components and 0.100642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080712Jy sigma=0.000766 ! Fit after self-cal, rms=0.080685Jy sigma=0.000766 ! 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.89 HN 0.94 KP 1.05 ! LA 1.09 MK 1.00* NL 0.97 OV 1.00 ! PT 1.05 SC 0.96 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 1.02 KP 0.96 ! LA 1.06 MK 1.00* NL 1.03 OV 1.07 ! PT 1.06 SC 1.05 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.16 HN 1.10 KP 0.90 ! LA 0.85 MK 1.00* NL 1.03 OV 0.94 ! PT 0.96 SC 1.05 ! ! ! 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.01 HN 1.00 KP 0.87 ! LA 0.84 MK 1.00* NL 1.06 OV 1.01 ! PT 1.02 SC 0.93 ! ! ! Fit before self-cal, rms=0.080685Jy sigma=0.000766 ! Fit after self-cal, rms=0.078448Jy sigma=0.000761 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.443 mas, bmaj=10.46 mas, bpa=18.14 degrees ! Estimated noise=658.29 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.000223172 Jy ! Component: 100 - total flux cleaned = -0.000344802 Jy ! Component: 150 - total flux cleaned = -0.00041117 Jy ! Component: 200 - total flux cleaned = -0.000464739 Jy ! Total flux subtracted in 200 components = -0.000464739 Jy ! Clean residual min=-0.001641 max=0.001868 Jy/beam ! Clean residual mean=0.000005 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.100177 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 78 components and 0.100177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078415Jy sigma=0.000760 ! Fit after self-cal, rms=0.078399Jy sigma=0.000760 ! 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.078399Jy sigma=0.000760 ! Fit after self-cal, rms=0.078609Jy sigma=0.000759 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.439 mas, bmaj=10.42 mas, bpa=17.93 degrees ! Estimated noise=657.359 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.24721e-05 Jy ! Component: 100 - total flux cleaned = -3.14071e-05 Jy ! Component: 150 - total flux cleaned = -0.000138986 Jy ! Component: 200 - total flux cleaned = -0.00017571 Jy ! Total flux subtracted in 200 components = -0.00017571 Jy ! Clean residual min=-0.001587 max=0.001549 Jy/beam ! Clean residual mean=0.000004 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.100002 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 96 components and 0.100002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078597Jy sigma=0.000759 ! Fit after self-cal, rms=0.078606Jy sigma=0.000759 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.65848e-05 Jy ! Component: 100 - total flux cleaned = -1.68791e-06 Jy ! Component: 150 - total flux cleaned = -1.17913e-06 Jy ! Component: 200 - total flux cleaned = -6.55049e-07 Jy ! Total flux subtracted in 200 components = -6.55049e-07 Jy ! Clean residual min=-0.001571 max=0.001535 Jy/beam ! Clean residual mean=0.000004 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.100001 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 111 components and 0.100001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078600Jy sigma=0.000759 ! Fit after self-cal, rms=0.078598Jy sigma=0.000759 ! 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.078598Jy sigma=0.000759 ! Fit after self-cal, rms=0.078704Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.438 mas, bmaj=10.41 mas, bpa=17.86 degrees ! Estimated noise=657.532 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.61459e-06 Jy ! Component: 100 - total flux cleaned = -5.26153e-05 Jy ! Component: 150 - total flux cleaned = -8.13935e-05 Jy ! Component: 200 - total flux cleaned = -9.42548e-05 Jy ! Total flux subtracted in 200 components = -9.42548e-05 Jy ! Clean residual min=-0.001578 max=0.001493 Jy/beam ! Clean residual mean=0.000004 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.0999066 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 114 components and 0.0999066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078699Jy sigma=0.000759 ! Fit after self-cal, rms=0.078701Jy sigma=0.000759 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.40989e-05 Jy ! Component: 100 - total flux cleaned = 1.72593e-06 Jy ! Component: 150 - total flux cleaned = -9.53055e-06 Jy ! Component: 200 - total flux cleaned = -9.70971e-06 Jy ! Total flux subtracted in 200 components = -9.70971e-06 Jy ! Clean residual min=-0.001567 max=0.001476 Jy/beam ! Clean residual mean=0.000004 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.0998969 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 124 components and 0.0998969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078698Jy sigma=0.000759 ! Fit after self-cal, rms=0.078697Jy sigma=0.000759 ! 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.078697Jy sigma=0.000759 ! Fit after self-cal, rms=0.078769Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.19 mas, bmaj=13.15 mas, bpa=8.469 degrees ! Estimated noise=750.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.26713e-05 Jy ! Component: 100 - total flux cleaned = -0.000136995 Jy ! Component: 150 - total flux cleaned = -0.000172386 Jy ! Component: 200 - total flux cleaned = -0.000177916 Jy ! Total flux subtracted in 200 components = -0.000177916 Jy ! Clean residual min=-0.001586 max=0.001495 Jy/beam ! Clean residual mean=0.000007 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.099719 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 135 components and 0.099719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078767Jy sigma=0.000759 ! Fit after self-cal, rms=0.078768Jy sigma=0.000759 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.94247e-05 Jy ! Component: 100 - total flux cleaned = -3.05383e-05 Jy ! Component: 150 - total flux cleaned = -3.08004e-05 Jy ! Component: 200 - total flux cleaned = -3.06859e-05 Jy ! Total flux subtracted in 200 components = -3.06859e-05 Jy ! Clean residual min=-0.001581 max=0.001523 Jy/beam ! Clean residual mean=0.000007 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.0996883 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 142 components and 0.0996883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078768Jy sigma=0.000759 ! Fit after self-cal, rms=0.078767Jy sigma=0.000759 ! 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.439 mas, bmaj=10.4 mas, bpa=17.8 degrees ! Estimated noise=657.799 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.439 x 10.4 at 17.8 degrees (North through East) ! Clean map min=-0.0021635 max=0.081865 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.774 mas, bmaj=9.38 mas, bpa=19.02 degrees ! Estimated noise=929.052 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0620036 Jy ! Component: 100 - total flux cleaned = 0.0794633 Jy ! Component: 150 - total flux cleaned = 0.0879914 Jy ! Component: 200 - total flux cleaned = 0.0925562 Jy ! Total flux subtracted in 200 components = 0.0925562 Jy ! Clean residual min=-0.003047 max=0.003094 Jy/beam ! Clean residual mean=0.000003 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.0925562 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0925562 Jy ! Inverting map and beam ! Estimated beam: bmin=4.439 mas, bmaj=10.4 mas, bpa=17.8 degrees ! Estimated noise=657.799 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.0039422 Jy ! Component: 100 - total flux cleaned = 0.0055574 Jy ! Component: 150 - total flux cleaned = 0.0058915 Jy ! Component: 200 - total flux cleaned = 0.00610154 Jy ! Total flux subtracted in 200 components = 0.00610154 Jy ! Clean residual min=-0.001756 max=0.001544 Jy/beam ! Clean residual mean=0.000005 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.0986577 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 44 components and 0.0986577 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.19 mas, bmaj=13.15 mas, bpa=8.469 degrees ! Estimated noise=750.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000920682 Jy ! Component: 100 - total flux cleaned = 0.000949358 Jy ! Component: 150 - total flux cleaned = 0.000903238 Jy ! Component: 200 - total flux cleaned = 0.00086244 Jy ! Total flux subtracted in 200 components = 0.00086244 Jy ! Clean residual min=-0.001612 max=0.001552 Jy/beam ! Clean residual mean=0.000007 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.0995201 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.322e-05 Jy ! Component: 100 - total flux cleaned = -8.36083e-05 Jy ! Component: 150 - total flux cleaned = -9.75816e-05 Jy ! Component: 200 - total flux cleaned = -9.73985e-05 Jy ! Total flux subtracted in 200 components = -9.73985e-05 Jy ! Clean residual min=-0.001615 max=0.001537 Jy/beam ! Clean residual mean=0.000007 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.0994227 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 91 components and 0.0994227 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.439 mas, bmaj=10.4 mas, bpa=17.8 degrees ! Estimated noise=657.799 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000197237 Jy ! Component: 100 - total flux cleaned = -0.00019891 Jy ! Component: 150 - total flux cleaned = -0.000157838 Jy ! Component: 200 - total flux cleaned = -0.000102696 Jy ! Total flux subtracted in 200 components = -0.000102696 Jy ! Clean residual min=-0.001618 max=0.001487 Jy/beam ! Clean residual mean=0.000004 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.09932 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 107 components and 0.09932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078782Jy sigma=0.000759 ! Fit after self-cal, rms=0.078785Jy sigma=0.000759 wmodel J1148-0404_S_2014_08_05_pus_map.mod ! Writing 107 model components to file: J1148-0404_S_2014_08_05_pus_map.mod wobs J1148-0404_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1148-0404_S_2014_08_05_pus_uvs.fits wwins J1148-0404_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J1148-0404_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.000328762 Jy ! Component: 100 - total flux cleaned = -0.000328997 Jy ! Component: 150 - total flux cleaned = -0.000354247 Jy ! Component: 200 - total flux cleaned = -0.000500618 Jy ! Component: 250 - total flux cleaned = -0.000570923 Jy ! Component: 300 - total flux cleaned = -0.000639679 Jy ! Component: 350 - total flux cleaned = -0.000617925 Jy ! Component: 400 - total flux cleaned = -0.000596505 Jy ! Component: 450 - total flux cleaned = -0.000511932 Jy ! Component: 500 - total flux cleaned = -0.00044954 Jy ! Component: 550 - total flux cleaned = -0.000306772 Jy ! Component: 600 - total flux cleaned = -0.00016725 Jy ! Component: 650 - total flux cleaned = -6.91933e-05 Jy ! Component: 700 - total flux cleaned = 8.00619e-06 Jy ! Component: 750 - total flux cleaned = 0.00010238 Jy ! Component: 800 - total flux cleaned = 0.000139677 Jy ! Component: 850 - total flux cleaned = 0.000213095 Jy ! Component: 900 - total flux cleaned = 0.000285122 Jy ! Component: 950 - total flux cleaned = 0.000338311 Jy ! Component: 1000 - total flux cleaned = 0.000390718 Jy ! Component: 1050 - total flux cleaned = 0.0004252 Jy ! Component: 1100 - total flux cleaned = 0.000492494 Jy ! Component: 1150 - total flux cleaned = 0.000542378 Jy ! Component: 1200 - total flux cleaned = 0.000591468 Jy ! Component: 1250 - total flux cleaned = 0.000559251 Jy ! Component: 1300 - total flux cleaned = 0.000622994 Jy ! Component: 1350 - total flux cleaned = 0.000591517 Jy ! Component: 1400 - total flux cleaned = 0.000591617 Jy ! Component: 1450 - total flux cleaned = 0.000561198 Jy ! Component: 1500 - total flux cleaned = 0.000546085 Jy ! Component: 1550 - total flux cleaned = 0.000531364 Jy ! Component: 1600 - total flux cleaned = 0.000531242 Jy ! Component: 1650 - total flux cleaned = 0.000560272 Jy ! Component: 1700 - total flux cleaned = 0.000545901 Jy ! Component: 1750 - total flux cleaned = 0.000560001 Jy ! Component: 1800 - total flux cleaned = 0.000587835 Jy ! Component: 1850 - total flux cleaned = 0.000574082 Jy ! Component: 1900 - total flux cleaned = 0.000615464 Jy ! Component: 1950 - total flux cleaned = 0.000628979 Jy ! Component: 2000 - total flux cleaned = 0.000682539 Jy ! Component: 2050 - total flux cleaned = 0.000682357 Jy ! Component: 2100 - total flux cleaned = 0.00066924 Jy ! Component: 2150 - total flux cleaned = 0.000734147 Jy ! Component: 2200 - total flux cleaned = 0.000759751 Jy ! Component: 2250 - total flux cleaned = 0.000747145 Jy ! Component: 2300 - total flux cleaned = 0.000784982 Jy ! Component: 2350 - total flux cleaned = 0.000834917 Jy ! Component: 2400 - total flux cleaned = 0.000859741 Jy ! Component: 2450 - total flux cleaned = 0.000908901 Jy ! Component: 2500 - total flux cleaned = 0.000945416 Jy ! Component: 2550 - total flux cleaned = 0.000981683 Jy ! Component: 2600 - total flux cleaned = 0.00101742 Jy ! Component: 2650 - total flux cleaned = 0.000969921 Jy ! Component: 2700 - total flux cleaned = 0.00100527 Jy ! Component: 2750 - total flux cleaned = 0.00102854 Jy ! Component: 2800 - total flux cleaned = 0.00102842 Jy ! Component: 2850 - total flux cleaned = 0.00103986 Jy ! Component: 2900 - total flux cleaned = 0.00101715 Jy ! Component: 2950 - total flux cleaned = 0.00103992 Jy ! Component: 3000 - total flux cleaned = 0.00105113 Jy ! Component: 3050 - total flux cleaned = 0.00109583 Jy ! Component: 3100 - total flux cleaned = 0.00111789 Jy ! Component: 3150 - total flux cleaned = 0.00106317 Jy ! Component: 3200 - total flux cleaned = 0.00105238 Jy ! Component: 3250 - total flux cleaned = 0.00102002 Jy ! Component: 3300 - total flux cleaned = 0.000998716 Jy ! Component: 3350 - total flux cleaned = 0.0010094 Jy ! Component: 3400 - total flux cleaned = 0.00102001 Jy ! Component: 3450 - total flux cleaned = 0.000998969 Jy ! Component: 3500 - total flux cleaned = 0.000999035 Jy ! Component: 3550 - total flux cleaned = 0.000957684 Jy ! Component: 3600 - total flux cleaned = 0.000968033 Jy ! Component: 3650 - total flux cleaned = 0.00091705 Jy ! Component: 3700 - total flux cleaned = 0.00096779 Jy ! Component: 3750 - total flux cleaned = 0.00094765 Jy ! Component: 3800 - total flux cleaned = 0.000957692 Jy ! Component: 3850 - total flux cleaned = 0.000987434 Jy ! Component: 3900 - total flux cleaned = 0.000987291 Jy ! Component: 3950 - total flux cleaned = 0.00098731 Jy ! Component: 4000 - total flux cleaned = 0.000967964 Jy ! Component: 4050 - total flux cleaned = 0.000977582 Jy ! Total flux subtracted in 4096 components = 0.000987221 Jy ! Clean residual min=-0.000638 max=0.000528 Jy/beam ! Clean residual mean=0.000001 rms=0.000185 Jy/beam ! Combined flux in latest and established models = 0.100307 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 390 components and 0.100307 Jy ![Exited script file: muppet] wmap "J1148-0404_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.439 x 10.4 at 17.8 degrees (North through East) ! Clean map min=-0.0019702 max=0.081774 Jy/beam ! Writing clean map to FITS file: J1148-0404_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.0817738 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000182669 device "J1148-0404_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1148-0404_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.670151 0.670151 1.3403 2.6806 5.36121 10.7224 21.4448 42.8897 85.7793 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.081 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.439 x 10.4 at 17.8 degrees (North through East) ! Clean map min=-0.0019702 max=0.081774 Jy/beam quit ! Quitting program ! Log file J1148-0404_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:25:58 2016