! Started logfile: J1459-1810_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:30:46 2016 obs J1459-1810_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1459-1810_S_2014_08_05_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.617486 visibilities/baseline/integration-bin. ! Found source: J1459-1810 ! ! 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 13560 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 J1459-1810_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 259 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 259 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 259 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 259 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.942329Jy sigma=0.008883 ! Fit after self-cal, rms=0.914680Jy sigma=0.008638 ! 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.526 mas, bmaj=12.6 mas, bpa=14.37 degrees ! Estimated noise=1155.86 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.0656716 Jy ! Component: 100 - total flux cleaned = 0.0828568 Jy ! Total flux subtracted in 100 components = 0.0828568 Jy ! Clean residual min=-0.003995 max=0.006755 Jy/beam ! Clean residual mean=0.000018 rms=0.001186 Jy/beam ! Combined flux in latest and established models = 0.0828569 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0828569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089808Jy sigma=0.000780 ! Fit after self-cal, rms=0.089784Jy sigma=0.000780 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00700017 Jy ! Component: 100 - total flux cleaned = 0.0101521 Jy ! Total flux subtracted in 100 components = 0.0101521 Jy ! Clean residual min=-0.003316 max=0.003726 Jy/beam ! Clean residual mean=0.000005 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 0.093009 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 34 components and 0.093009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089069Jy sigma=0.000775 ! Fit after self-cal, rms=0.089054Jy sigma=0.000775 ! 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.546 mas, bmaj=14.13 mas, bpa=12.01 degrees ! Estimated noise=653.533 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.00252822 Jy ! Component: 100 - total flux cleaned = 0.00364463 Jy ! Component: 150 - total flux cleaned = 0.00394648 Jy ! Component: 200 - total flux cleaned = 0.00400901 Jy ! Total flux subtracted in 200 components = 0.00400901 Jy ! Clean residual min=-0.002585 max=0.002434 Jy/beam ! Clean residual mean=0.000001 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.097018 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 58 components and 0.097018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088939Jy sigma=0.000774 ! Fit after self-cal, rms=0.088941Jy sigma=0.000774 ! 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.01 FD 0.88 HN 1.03 KP 1.10 ! LA 1.11 MK 1.00* NL 0.91 OV 0.97 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.06 HN 0.99 KP 1.00 ! LA 1.10 MK 1.00* NL 1.04 OV 1.04 ! PT 1.05 SC 1.07 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.17 HN 1.06 KP 0.93 ! LA 0.89 MK 1.00* NL 1.02 OV 0.97 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.07 HN 0.95 KP 0.85 ! LA 0.80 MK 1.00* NL 1.06 OV 1.00 ! PT 1.02 SC 0.99 ! ! ! Fit before self-cal, rms=0.088941Jy sigma=0.000774 ! Fit after self-cal, rms=0.086513Jy sigma=0.000769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.555 mas, bmaj=14.15 mas, bpa=11.93 degrees ! Estimated noise=655.339 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 = -4.01053e-05 Jy ! Component: 100 - total flux cleaned = -9.15232e-05 Jy ! Component: 150 - total flux cleaned = -0.000136798 Jy ! Component: 200 - total flux cleaned = -0.00020282 Jy ! Total flux subtracted in 200 components = -0.00020282 Jy ! Clean residual min=-0.001884 max=0.002115 Jy/beam ! Clean residual mean=0.000003 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.0968151 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 67 components and 0.0968151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086507Jy sigma=0.000769 ! Fit after self-cal, rms=0.086472Jy sigma=0.000768 ! 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.086472Jy sigma=0.000768 ! Fit after self-cal, rms=0.084911Jy sigma=0.000767 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.568 mas, bmaj=14.18 mas, bpa=12.06 degrees ! Estimated noise=654.208 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000359649 Jy ! Component: 100 - total flux cleaned = -0.00033827 Jy ! Component: 150 - total flux cleaned = -0.000337798 Jy ! Component: 200 - total flux cleaned = -0.000338377 Jy ! Total flux subtracted in 200 components = -0.000338377 Jy ! Clean residual min=-0.001789 max=0.001576 Jy/beam ! Clean residual mean=0.000008 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.0964768 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 81 components and 0.0964768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084902Jy sigma=0.000766 ! Fit after self-cal, rms=0.084896Jy sigma=0.000766 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 = -6.82358e-05 Jy ! Component: 100 - total flux cleaned = -8.06427e-05 Jy ! Component: 150 - total flux cleaned = -0.000114554 Jy ! Component: 200 - total flux cleaned = -0.000134929 Jy ! Total flux subtracted in 200 components = -0.000134929 Jy ! Clean residual min=-0.001751 max=0.001553 Jy/beam ! Clean residual mean=0.000007 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.0963419 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 84 components and 0.0963419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084893Jy sigma=0.000766 ! Fit after self-cal, rms=0.084893Jy sigma=0.000766 ! 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.084893Jy sigma=0.000766 ! Fit after self-cal, rms=0.084819Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.571 mas, bmaj=14.2 mas, bpa=12.12 degrees ! Estimated noise=653.612 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000175885 Jy ! Component: 100 - total flux cleaned = -0.000149168 Jy ! Component: 150 - total flux cleaned = -0.000137947 Jy ! Component: 200 - total flux cleaned = -0.000138077 Jy ! Total flux subtracted in 200 components = -0.000138077 Jy ! Clean residual min=-0.001674 max=0.001560 Jy/beam ! Clean residual mean=0.000007 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.0962038 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 87 components and 0.0962038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084816Jy sigma=0.000766 ! Fit after self-cal, rms=0.084816Jy sigma=0.000766 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.93662e-05 Jy ! Component: 100 - total flux cleaned = -3.57658e-05 Jy ! Component: 150 - total flux cleaned = -4.34947e-05 Jy ! Component: 200 - total flux cleaned = -5.1006e-05 Jy ! Total flux subtracted in 200 components = -5.1006e-05 Jy ! Clean residual min=-0.001652 max=0.001548 Jy/beam ! Clean residual mean=0.000007 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.0961528 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 88 components and 0.0961528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084815Jy sigma=0.000766 ! Fit after self-cal, rms=0.084815Jy sigma=0.000766 ! 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.084815Jy sigma=0.000766 ! Fit after self-cal, rms=0.084767Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.818 mas, bmaj=18.05 mas, bpa=10.49 degrees ! Estimated noise=729.174 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000187734 Jy ! Component: 100 - total flux cleaned = 0.000221326 Jy ! Component: 150 - total flux cleaned = 0.000229878 Jy ! Component: 200 - total flux cleaned = 0.000236359 Jy ! Total flux subtracted in 200 components = 0.000236359 Jy ! Clean residual min=-0.001512 max=0.001351 Jy/beam ! Clean residual mean=0.000011 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.0963891 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 98 components and 0.0963891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084766Jy sigma=0.000766 ! Fit after self-cal, rms=0.084765Jy sigma=0.000766 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.05799e-05 Jy ! Component: 100 - total flux cleaned = 4.46898e-05 Jy ! Component: 150 - total flux cleaned = 4.99059e-05 Jy ! Component: 200 - total flux cleaned = 6.01708e-05 Jy ! Total flux subtracted in 200 components = 6.01708e-05 Jy ! Clean residual min=-0.001513 max=0.001343 Jy/beam ! Clean residual mean=0.000011 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.0964493 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 102 components and 0.0964493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084766Jy sigma=0.000766 ! Fit after self-cal, rms=0.084765Jy sigma=0.000766 ! 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.574 mas, bmaj=14.22 mas, bpa=12.16 degrees ! Estimated noise=653.154 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.574 x 14.22 at 12.16 degrees (North through East) ! Clean map min=-0.0015563 max=0.08628 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.535 mas, bmaj=12.7 mas, bpa=14.47 degrees ! Estimated noise=1154.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0653234 Jy ! Component: 100 - total flux cleaned = 0.082969 Jy ! Component: 150 - total flux cleaned = 0.0898912 Jy ! Component: 200 - total flux cleaned = 0.0929021 Jy ! Total flux subtracted in 200 components = 0.0929021 Jy ! Clean residual min=-0.002993 max=0.003060 Jy/beam ! Clean residual mean=0.000006 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.0929021 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.0929021 Jy ! Inverting map and beam ! Estimated beam: bmin=4.574 mas, bmaj=14.22 mas, bpa=12.16 degrees ! Estimated noise=653.154 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.00236034 Jy ! Component: 100 - total flux cleaned = 0.00294396 Jy ! Component: 150 - total flux cleaned = 0.00310422 Jy ! Component: 200 - total flux cleaned = 0.0031042 Jy ! Total flux subtracted in 200 components = 0.0031042 Jy ! Clean residual min=-0.001824 max=0.001567 Jy/beam ! Clean residual mean=0.000007 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.0960063 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 53 components and 0.0960063 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.818 mas, bmaj=18.05 mas, bpa=10.49 degrees ! Estimated noise=729.174 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000330349 Jy ! Component: 100 - total flux cleaned = 0.000331343 Jy ! Component: 150 - total flux cleaned = 0.000330746 Jy ! Component: 200 - total flux cleaned = 0.000322978 Jy ! Total flux subtracted in 200 components = 0.000322978 Jy ! Clean residual min=-0.001641 max=0.001363 Jy/beam ! Clean residual mean=0.000011 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.0963292 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.88264e-06 Jy ! Component: 100 - total flux cleaned = 1.5142e-05 Jy ! Component: 150 - total flux cleaned = 2.20071e-05 Jy ! Component: 200 - total flux cleaned = 3.52248e-05 Jy ! Total flux subtracted in 200 components = 3.52248e-05 Jy ! Clean residual min=-0.001618 max=0.001352 Jy/beam ! Clean residual mean=0.000011 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.0963645 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 73 components and 0.0963645 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.574 mas, bmaj=14.22 mas, bpa=12.16 degrees ! Estimated noise=653.154 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.97901e-05 Jy ! Component: 100 - total flux cleaned = -5.61615e-05 Jy ! Component: 150 - total flux cleaned = -0.000101517 Jy ! Component: 200 - total flux cleaned = -0.000144002 Jy ! Total flux subtracted in 200 components = -0.000144002 Jy ! Clean residual min=-0.001686 max=0.001543 Jy/beam ! Clean residual mean=0.000007 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.0962205 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 85 components and 0.0962205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084773Jy sigma=0.000766 ! Fit after self-cal, rms=0.084770Jy sigma=0.000766 wmodel J1459-1810_S_2014_08_05_pus_map.mod ! Writing 85 model components to file: J1459-1810_S_2014_08_05_pus_map.mod wobs J1459-1810_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1459-1810_S_2014_08_05_pus_uvs.fits wwins J1459-1810_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J1459-1810_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.000280566 Jy ! Component: 100 - total flux cleaned = -0.00038958 Jy ! Component: 150 - total flux cleaned = -0.000515557 Jy ! Component: 200 - total flux cleaned = -0.000707972 Jy ! Component: 250 - total flux cleaned = -0.000869822 Jy ! Component: 300 - total flux cleaned = -0.000958878 Jy ! Component: 350 - total flux cleaned = -0.00111031 Jy ! Component: 400 - total flux cleaned = -0.00121504 Jy ! Component: 450 - total flux cleaned = -0.0012558 Jy ! Component: 500 - total flux cleaned = -0.00137403 Jy ! Component: 550 - total flux cleaned = -0.00131574 Jy ! Component: 600 - total flux cleaned = -0.00133431 Jy ! Component: 650 - total flux cleaned = -0.00137105 Jy ! Component: 700 - total flux cleaned = -0.00138862 Jy ! Component: 750 - total flux cleaned = -0.00138827 Jy ! Component: 800 - total flux cleaned = -0.00137106 Jy ! Component: 850 - total flux cleaned = -0.00138757 Jy ! Component: 900 - total flux cleaned = -0.00133756 Jy ! Component: 950 - total flux cleaned = -0.00127264 Jy ! Component: 1000 - total flux cleaned = -0.00124091 Jy ! Component: 1050 - total flux cleaned = -0.0012408 Jy ! Component: 1100 - total flux cleaned = -0.00116363 Jy ! Component: 1150 - total flux cleaned = -0.00108816 Jy ! Component: 1200 - total flux cleaned = -0.00105837 Jy ! Component: 1250 - total flux cleaned = -0.000985021 Jy ! Component: 1300 - total flux cleaned = -0.000941715 Jy ! Component: 1350 - total flux cleaned = -0.000870743 Jy ! Component: 1400 - total flux cleaned = -0.000801049 Jy ! Component: 1450 - total flux cleaned = -0.000773307 Jy ! Component: 1500 - total flux cleaned = -0.000691968 Jy ! Component: 1550 - total flux cleaned = -0.000651877 Jy ! Component: 1600 - total flux cleaned = -0.000612469 Jy ! Component: 1650 - total flux cleaned = -0.000599457 Jy ! Component: 1700 - total flux cleaned = -0.000650971 Jy ! Component: 1750 - total flux cleaned = -0.000613092 Jy ! Component: 1800 - total flux cleaned = -0.000650487 Jy ! Component: 1850 - total flux cleaned = -0.000662807 Jy ! Component: 1900 - total flux cleaned = -0.000662734 Jy ! Component: 1950 - total flux cleaned = -0.000662817 Jy ! Component: 2000 - total flux cleaned = -0.00067477 Jy ! Component: 2050 - total flux cleaned = -0.000698385 Jy ! Component: 2100 - total flux cleaned = -0.000721401 Jy ! Component: 2150 - total flux cleaned = -0.000732834 Jy ! Component: 2200 - total flux cleaned = -0.000766605 Jy ! Component: 2250 - total flux cleaned = -0.000732945 Jy ! Component: 2300 - total flux cleaned = -0.000755098 Jy ! Component: 2350 - total flux cleaned = -0.000777082 Jy ! Component: 2400 - total flux cleaned = -0.000798706 Jy ! Component: 2450 - total flux cleaned = -0.000841771 Jy ! Component: 2500 - total flux cleaned = -0.000852295 Jy ! Component: 2550 - total flux cleaned = -0.000894374 Jy ! Component: 2600 - total flux cleaned = -0.000915162 Jy ! Component: 2650 - total flux cleaned = -0.00093575 Jy ! Component: 2700 - total flux cleaned = -0.000935777 Jy ! Component: 2750 - total flux cleaned = -0.000945987 Jy ! Component: 2800 - total flux cleaned = -0.000976075 Jy ! Component: 2850 - total flux cleaned = -0.000985999 Jy ! Component: 2900 - total flux cleaned = -0.00104499 Jy ! Component: 2950 - total flux cleaned = -0.00107418 Jy ! Component: 3000 - total flux cleaned = -0.00107416 Jy ! Component: 3050 - total flux cleaned = -0.00112195 Jy ! Component: 3100 - total flux cleaned = -0.00114083 Jy ! Component: 3150 - total flux cleaned = -0.0011597 Jy ! Component: 3200 - total flux cleaned = -0.00119703 Jy ! Component: 3250 - total flux cleaned = -0.00124324 Jy ! Component: 3300 - total flux cleaned = -0.00128908 Jy ! Component: 3350 - total flux cleaned = -0.00132541 Jy ! Component: 3400 - total flux cleaned = -0.00131651 Jy ! Component: 3450 - total flux cleaned = -0.00139688 Jy ! Component: 3500 - total flux cleaned = -0.00142354 Jy ! Component: 3550 - total flux cleaned = -0.00145862 Jy ! Component: 3600 - total flux cleaned = -0.00148472 Jy ! Component: 3650 - total flux cleaned = -0.00150204 Jy ! Component: 3700 - total flux cleaned = -0.00153649 Jy ! Component: 3750 - total flux cleaned = -0.00157067 Jy ! Component: 3800 - total flux cleaned = -0.00157917 Jy ! Component: 3850 - total flux cleaned = -0.00162119 Jy ! Component: 3900 - total flux cleaned = -0.00162948 Jy ! Component: 3950 - total flux cleaned = -0.00167916 Jy ! Component: 4000 - total flux cleaned = -0.00172024 Jy ! Component: 4050 - total flux cleaned = -0.00176919 Jy ! Total flux subtracted in 4096 components = -0.00179341 Jy ! Clean residual min=-0.000438 max=0.000515 Jy/beam ! Clean residual mean=-0.000003 rms=0.000159 Jy/beam ! Combined flux in latest and established models = 0.0944271 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 376 components and 0.0944271 Jy ![Exited script file: muppet] wmap "J1459-1810_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.574 x 14.22 at 12.16 degrees (North through East) ! Clean map min=-0.0013315 max=0.086106 Jy/beam ! Writing clean map to FITS file: J1459-1810_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.0861059 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000158438 device "J1459-1810_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1459-1810_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.55201 0.55201 1.10402 2.20804 4.41608 8.83216 17.6643 35.3286 70.6573 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.086 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.574 x 14.22 at 12.16 degrees (North through East) ! Clean map min=-0.0013315 max=0.086106 Jy/beam quit ! Quitting program ! Log file J1459-1810_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:30:52 2016