! Started logfile: J1419-1928_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:28:51 2016 obs J1419-1928_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1419-1928_S_2014_05_31_pus_uva.fits ! AN table 1: 58 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.845977 visibilities/baseline/integration-bin. ! Found source: J1419-1928 ! ! 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 336 lines of history. ! ! Reading 8832 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 J1419-1928_S_2014_05_31_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 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.943998Jy sigma=0.008875 ! Fit after self-cal, rms=0.903197Jy sigma=0.008558 ! 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.911 mas, bmaj=6.386 mas, bpa=1.664 degrees ! Estimated noise=1232.24 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.07577 Jy ! Component: 100 - total flux cleaned = 0.1005 Jy ! Total flux subtracted in 100 components = 0.1005 Jy ! Clean residual min=-0.006303 max=0.017306 Jy/beam ! Clean residual mean=0.000005 rms=0.001958 Jy/beam ! Combined flux in latest and established models = 0.1005 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.1005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096793Jy sigma=0.000839 ! Fit after self-cal, rms=0.096605Jy sigma=0.000838 ! Inverting map ! Added new window around map position (5, 7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0160482 Jy ! Component: 100 - total flux cleaned = 0.0243203 Jy ! Total flux subtracted in 100 components = 0.0243203 Jy ! Clean residual min=-0.004879 max=0.007412 Jy/beam ! Clean residual mean=0.000000 rms=0.001370 Jy/beam ! Combined flux in latest and established models = 0.12482 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 31 components and 0.12482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093665Jy sigma=0.000803 ! Fit after self-cal, rms=0.093366Jy sigma=0.000800 ! 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.592 mas, bmaj=7.698 mas, bpa=1.365 degrees ! Estimated noise=808.296 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.00837681 Jy ! Component: 100 - total flux cleaned = 0.0125576 Jy ! Component: 150 - total flux cleaned = 0.0150406 Jy ! Component: 200 - total flux cleaned = 0.0159621 Jy ! Total flux subtracted in 200 components = 0.0159621 Jy ! Clean residual min=-0.003788 max=0.004096 Jy/beam ! Clean residual mean=-0.000007 rms=0.000988 Jy/beam ! Combined flux in latest and established models = 0.140782 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 52 components and 0.140782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092671Jy sigma=0.000793 ! Fit after self-cal, rms=0.092564Jy sigma=0.000792 ! 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.84 HN 1.16 KP 1.03 ! LA 1.22 MK 0.97 NL 1.00 OV 0.98 ! PT 1.00 SC 0.94 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.02 HN 1.19 KP 0.99 ! LA 1.13 MK 1.06 NL 1.10 OV 0.99 ! PT 0.99 SC 0.98 ! ! ! 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.11 HN 1.16 KP 0.93 ! LA 0.91 MK 1.12 NL 0.97 OV 0.92 ! PT 0.98 SC 0.95 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.94 HN 1.10 KP 0.88 ! LA 0.89 MK 0.91 NL 1.08 OV 0.91 ! PT 1.01 SC 1.00 ! ! ! Fit before self-cal, rms=0.092564Jy sigma=0.000792 ! Fit after self-cal, rms=0.093888Jy sigma=0.000782 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.603 mas, bmaj=7.687 mas, bpa=2.435 degrees ! Estimated noise=811.361 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.000134715 Jy ! Component: 100 - total flux cleaned = -0.000307675 Jy ! Component: 150 - total flux cleaned = -0.000493002 Jy ! Component: 200 - total flux cleaned = -0.000532718 Jy ! Total flux subtracted in 200 components = -0.000532718 Jy ! Clean residual min=-0.003056 max=0.003080 Jy/beam ! Clean residual mean=-0.000005 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.140249 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.140249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093831Jy sigma=0.000782 ! Fit after self-cal, rms=0.093883Jy sigma=0.000782 ! 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.093883Jy sigma=0.000782 ! Fit after self-cal, rms=0.101129Jy sigma=0.000779 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.577 mas, bmaj=7.698 mas, bpa=2.046 degrees ! Estimated noise=805.684 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000381608 Jy ! Component: 100 - total flux cleaned = 0.000231441 Jy ! Component: 150 - total flux cleaned = 0.000148016 Jy ! Component: 200 - total flux cleaned = 1.09748e-05 Jy ! Total flux subtracted in 200 components = 1.09748e-05 Jy ! Clean residual min=-0.002856 max=0.002838 Jy/beam ! Clean residual mean=-0.000003 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.14026 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 82 components and 0.14026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101088Jy sigma=0.000778 ! Fit after self-cal, rms=0.101169Jy sigma=0.000778 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) ! Added new window around map position (-12, 88.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00246002 Jy ! Component: 100 - total flux cleaned = 0.00296678 Jy ! Component: 150 - total flux cleaned = 0.00320932 Jy ! Component: 200 - total flux cleaned = 0.00333749 Jy ! Total flux subtracted in 200 components = 0.00333749 Jy ! Clean residual min=-0.002573 max=0.002265 Jy/beam ! Clean residual mean=-0.000002 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.143598 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 99 components and 0.143598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101080Jy sigma=0.000777 ! Fit after self-cal, rms=0.101073Jy sigma=0.000777 ! 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.101073Jy sigma=0.000777 ! Fit after self-cal, rms=0.101806Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.575 mas, bmaj=7.698 mas, bpa=2.129 degrees ! Estimated noise=804.414 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00060544 Jy ! Component: 100 - total flux cleaned = 0.000694578 Jy ! Component: 150 - total flux cleaned = 0.000734736 Jy ! Component: 200 - total flux cleaned = 0.000735543 Jy ! Total flux subtracted in 200 components = 0.000735543 Jy ! Clean residual min=-0.002407 max=0.002189 Jy/beam ! Clean residual mean=-0.000002 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.144333 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 106 components and 0.144333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101774Jy sigma=0.000777 ! Fit after self-cal, rms=0.101781Jy 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 = 7.89873e-05 Jy ! Component: 100 - total flux cleaned = 7.88478e-05 Jy ! Component: 150 - total flux cleaned = 4.79639e-05 Jy ! Component: 200 - total flux cleaned = 4.78865e-05 Jy ! Total flux subtracted in 200 components = 4.78865e-05 Jy ! Clean residual min=-0.002315 max=0.002174 Jy/beam ! Clean residual mean=-0.000002 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.144381 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 110 components and 0.144381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101760Jy sigma=0.000777 ! Fit after self-cal, rms=0.101761Jy sigma=0.000777 ! 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.101761Jy sigma=0.000777 ! Fit after self-cal, rms=0.102040Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.074 mas, bmaj=16.66 mas, bpa=7.902 degrees ! Estimated noise=950.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.98744e-05 Jy ! Component: 100 - total flux cleaned = 1.69252e-05 Jy ! Component: 150 - total flux cleaned = 0.000103214 Jy ! Component: 200 - total flux cleaned = 0.000141974 Jy ! Total flux subtracted in 200 components = 0.000141974 Jy ! Clean residual min=-0.002468 max=0.002213 Jy/beam ! Clean residual mean=-0.000002 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.144523 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 127 components and 0.144523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102036Jy sigma=0.000777 ! Fit after self-cal, rms=0.102038Jy 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 = -3.61023e-05 Jy ! Component: 100 - total flux cleaned = 2.09855e-05 Jy ! Component: 150 - total flux cleaned = 3.78626e-06 Jy ! Component: 200 - total flux cleaned = -1.25911e-05 Jy ! Total flux subtracted in 200 components = -1.25911e-05 Jy ! Clean residual min=-0.002448 max=0.002169 Jy/beam ! Clean residual mean=-0.000002 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.144511 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 136 components and 0.144511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102034Jy sigma=0.000777 ! Fit after self-cal, rms=0.102034Jy sigma=0.000777 ! 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.57 mas, bmaj=7.686 mas, bpa=2.147 degrees ! Estimated noise=803.182 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.57 x 7.686 at 2.147 degrees (North through East) ! Clean map min=-0.0021523 max=0.084626 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.882 mas, bmaj=6.364 mas, bpa=2.274 degrees ! Estimated noise=1222.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0752735 Jy ! Component: 100 - total flux cleaned = 0.103178 Jy ! Component: 150 - total flux cleaned = 0.117917 Jy ! Component: 200 - total flux cleaned = 0.126735 Jy ! Total flux subtracted in 200 components = 0.126735 Jy ! Clean residual min=-0.004847 max=0.004690 Jy/beam ! Clean residual mean=-0.000002 rms=0.001060 Jy/beam ! Combined flux in latest and established models = 0.126735 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 40 model components to the UV plane model. ! The established model now contains 40 components and 0.126735 Jy ! Inverting map and beam ! Estimated beam: bmin=3.57 mas, bmaj=7.686 mas, bpa=2.147 degrees ! Estimated noise=803.182 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.00667345 Jy ! Component: 100 - total flux cleaned = 0.0104905 Jy ! Component: 150 - total flux cleaned = 0.0131387 Jy ! Component: 200 - total flux cleaned = 0.0146815 Jy ! Total flux subtracted in 200 components = 0.0146815 Jy ! Clean residual min=-0.002559 max=0.002503 Jy/beam ! Clean residual mean=-0.000001 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.141416 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 74 components and 0.141416 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.074 mas, bmaj=16.66 mas, bpa=7.902 degrees ! Estimated noise=950.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00165678 Jy ! Component: 100 - total flux cleaned = 0.00208732 Jy ! Component: 150 - total flux cleaned = 0.00235474 Jy ! Component: 200 - total flux cleaned = 0.00245337 Jy ! Total flux subtracted in 200 components = 0.00245337 Jy ! Clean residual min=-0.002464 max=0.002181 Jy/beam ! Clean residual mean=-0.000002 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.14387 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 = 6.41858e-05 Jy ! Component: 100 - total flux cleaned = 8.3823e-05 Jy ! Component: 150 - total flux cleaned = 0.000120206 Jy ! Component: 200 - total flux cleaned = 0.000154055 Jy ! Total flux subtracted in 200 components = 0.000154055 Jy ! Clean residual min=-0.002456 max=0.002178 Jy/beam ! Clean residual mean=-0.000002 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.144024 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 107 components and 0.144024 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.57 mas, bmaj=7.686 mas, bpa=2.147 degrees ! Estimated noise=803.182 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000851638 Jy ! Component: 100 - total flux cleaned = -0.000900117 Jy ! Component: 150 - total flux cleaned = -0.000904562 Jy ! Component: 200 - total flux cleaned = -0.000867829 Jy ! Total flux subtracted in 200 components = -0.000867829 Jy ! Clean residual min=-0.002253 max=0.002268 Jy/beam ! Clean residual mean=-0.000001 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.143156 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 126 components and 0.143156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102059Jy sigma=0.000777 ! Fit after self-cal, rms=0.102072Jy sigma=0.000777 wmodel J1419-1928_S_2014_05_31_pus_map.mod ! Writing 126 model components to file: J1419-1928_S_2014_05_31_pus_map.mod wobs J1419-1928_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1419-1928_S_2014_05_31_pus_uvs.fits wwins J1419-1928_S_2014_05_31_pus_map.win ! wwins: Wrote 3 windows to J1419-1928_S_2014_05_31_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.000248922 Jy ! Component: 100 - total flux cleaned = -0.000365776 Jy ! Component: 150 - total flux cleaned = -0.000473503 Jy ! Component: 200 - total flux cleaned = -0.000713442 Jy ! Component: 250 - total flux cleaned = -0.000946351 Jy ! Component: 300 - total flux cleaned = -0.00110837 Jy ! Component: 350 - total flux cleaned = -0.0012042 Jy ! Component: 400 - total flux cleaned = -0.00142118 Jy ! Component: 450 - total flux cleaned = -0.0015118 Jy ! Component: 500 - total flux cleaned = -0.00168917 Jy ! Component: 550 - total flux cleaned = -0.00177571 Jy ! Component: 600 - total flux cleaned = -0.00186093 Jy ! Component: 650 - total flux cleaned = -0.00188887 Jy ! Component: 700 - total flux cleaned = -0.00197119 Jy ! Component: 750 - total flux cleaned = -0.00202563 Jy ! Component: 800 - total flux cleaned = -0.00213208 Jy ! Component: 850 - total flux cleaned = -0.00231576 Jy ! Component: 900 - total flux cleaned = -0.00254781 Jy ! Component: 950 - total flux cleaned = -0.00270051 Jy ! Component: 1000 - total flux cleaned = -0.00295182 Jy ! Component: 1050 - total flux cleaned = -0.00312574 Jy ! Component: 1100 - total flux cleaned = -0.00322373 Jy ! Component: 1150 - total flux cleaned = -0.00334508 Jy ! Component: 1200 - total flux cleaned = -0.00344112 Jy ! Component: 1250 - total flux cleaned = -0.00355906 Jy ! Component: 1300 - total flux cleaned = -0.00367525 Jy ! Component: 1350 - total flux cleaned = -0.00374472 Jy ! Component: 1400 - total flux cleaned = -0.00379034 Jy ! Component: 1450 - total flux cleaned = -0.00388065 Jy ! Component: 1500 - total flux cleaned = -0.00397006 Jy ! Component: 1550 - total flux cleaned = -0.00410259 Jy ! Component: 1600 - total flux cleaned = -0.00416803 Jy ! Component: 1650 - total flux cleaned = -0.00418946 Jy ! Component: 1700 - total flux cleaned = -0.00429631 Jy ! Component: 1750 - total flux cleaned = -0.00435967 Jy ! Component: 1800 - total flux cleaned = -0.00444342 Jy ! Component: 1850 - total flux cleaned = -0.00446435 Jy ! Component: 1900 - total flux cleaned = -0.00458798 Jy ! Component: 1950 - total flux cleaned = -0.00464927 Jy ! Component: 2000 - total flux cleaned = -0.00466951 Jy ! Component: 2050 - total flux cleaned = -0.00482992 Jy ! Component: 2100 - total flux cleaned = -0.00486939 Jy ! Component: 2150 - total flux cleaned = -0.00490893 Jy ! Component: 2200 - total flux cleaned = -0.00502607 Jy ! Component: 2250 - total flux cleaned = -0.00510353 Jy ! Component: 2300 - total flux cleaned = -0.0051803 Jy ! Component: 2350 - total flux cleaned = -0.00521813 Jy ! Component: 2400 - total flux cleaned = -0.00531242 Jy ! Component: 2450 - total flux cleaned = -0.00527519 Jy ! Component: 2500 - total flux cleaned = -0.00540518 Jy ! Component: 2550 - total flux cleaned = -0.00549685 Jy ! Component: 2600 - total flux cleaned = -0.00555175 Jy ! Component: 2650 - total flux cleaned = -0.00564197 Jy ! Component: 2700 - total flux cleaned = -0.0056778 Jy ! Component: 2750 - total flux cleaned = -0.00571347 Jy ! Component: 2800 - total flux cleaned = -0.00578401 Jy ! Component: 2850 - total flux cleaned = -0.00580132 Jy ! Component: 2900 - total flux cleaned = -0.00581873 Jy ! Component: 2950 - total flux cleaned = -0.00588735 Jy ! Component: 3000 - total flux cleaned = -0.00590461 Jy ! Component: 3050 - total flux cleaned = -0.00605694 Jy ! Component: 3100 - total flux cleaned = -0.00607352 Jy ! Component: 3150 - total flux cleaned = -0.00612341 Jy ! Component: 3200 - total flux cleaned = -0.00618938 Jy ! Component: 3250 - total flux cleaned = -0.00625481 Jy ! Component: 3300 - total flux cleaned = -0.00632002 Jy ! Component: 3350 - total flux cleaned = -0.0063684 Jy ! Component: 3400 - total flux cleaned = -0.00646454 Jy ! Component: 3450 - total flux cleaned = -0.00654442 Jy ! Component: 3500 - total flux cleaned = -0.00657574 Jy ! Component: 3550 - total flux cleaned = -0.0065756 Jy ! Component: 3600 - total flux cleaned = -0.00665384 Jy ! Component: 3650 - total flux cleaned = -0.00668461 Jy ! Component: 3700 - total flux cleaned = -0.00677683 Jy ! Component: 3750 - total flux cleaned = -0.00674647 Jy ! Component: 3800 - total flux cleaned = -0.00682223 Jy ! Component: 3850 - total flux cleaned = -0.00685227 Jy ! Component: 3900 - total flux cleaned = -0.00688224 Jy ! Component: 3950 - total flux cleaned = -0.00689704 Jy ! Component: 4000 - total flux cleaned = -0.00691193 Jy ! Component: 4050 - total flux cleaned = -0.00694131 Jy ! Total flux subtracted in 4096 components = -0.00698504 Jy ! Clean residual min=-0.001144 max=0.000765 Jy/beam ! Clean residual mean=-0.000002 rms=0.000266 Jy/beam ! Combined flux in latest and established models = 0.136171 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 389 components and 0.136171 Jy ![Exited script file: muppet] wmap "J1419-1928_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.57 x 7.686 at 2.147 degrees (North through East) ! Clean map min=-0.0018831 max=0.084302 Jy/beam ! Writing clean map to FITS file: J1419-1928_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0843019 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000263046 device "J1419-1928_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1419-1928_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.936087 0.936087 1.87217 3.74435 7.4887 14.9774 29.9548 59.9096 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.084 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.57 x 7.686 at 2.147 degrees (North through East) ! Clean map min=-0.0018831 max=0.084302 Jy/beam quit ! Quitting program ! Log file J1419-1928_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:28:56 2016