! Started logfile: J2206-2119_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:38:39 2016 obs J2206-2119_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J2206-2119_S_2014_05_31_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.976832 visibilities/baseline/integration-bin. ! Found source: J2206-2119 ! ! 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 16528 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 J2206-2119_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.943324Jy sigma=0.009390 ! Fit after self-cal, rms=0.910391Jy sigma=0.009054 ! 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.423 mas, bmaj=6.627 mas, bpa=-4.874 degrees ! Estimated noise=802.38 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.0660293 Jy ! Component: 100 - total flux cleaned = 0.0890962 Jy ! Total flux subtracted in 100 components = 0.0890962 Jy ! Clean residual min=-0.004136 max=0.010141 Jy/beam ! Clean residual mean=-0.000009 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.0890962 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0890962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088369Jy sigma=0.000818 ! Fit after self-cal, rms=0.088238Jy sigma=0.000817 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0120385 Jy ! Component: 100 - total flux cleaned = 0.0185455 Jy ! Total flux subtracted in 100 components = 0.0185455 Jy ! Clean residual min=-0.003116 max=0.003836 Jy/beam ! Clean residual mean=-0.000005 rms=0.000798 Jy/beam ! Combined flux in latest and established models = 0.107642 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 17 components and 0.107642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086067Jy sigma=0.000794 ! Fit after self-cal, rms=0.086035Jy sigma=0.000793 ! 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.008 mas, bmaj=7.891 mas, bpa=-4.083 degrees ! Estimated noise=562.777 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, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00611959 Jy ! Component: 100 - total flux cleaned = 0.00930946 Jy ! Component: 150 - total flux cleaned = 0.0111728 Jy ! Component: 200 - total flux cleaned = 0.0116434 Jy ! Total flux subtracted in 200 components = 0.0116434 Jy ! Clean residual min=-0.002298 max=0.002679 Jy/beam ! Clean residual mean=0.000003 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.119285 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 38 components and 0.119285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085577Jy sigma=0.000789 ! Fit after self-cal, rms=0.085554Jy sigma=0.000789 ! 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.98 FD 0.84 HN 1.07 KP 1.04 ! LA 1.14 MK 1.01 NL 0.95 OV 0.94 ! PT 1.05 SC 0.95 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00 HN 1.07 KP 1.04 ! LA 1.13 MK 0.96 NL 1.03 OV 1.02 ! PT 1.00 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.16 HN 1.11 KP 0.88 ! LA 0.90 MK 1.04 NL 0.96 OV 0.93 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.99 HN 1.11 KP 0.90 ! LA 0.85 MK 0.94 NL 1.08 OV 0.95 ! PT 1.05 SC 0.94 ! ! ! Fit before self-cal, rms=0.085554Jy sigma=0.000789 ! Fit after self-cal, rms=0.084377Jy sigma=0.000782 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.003 mas, bmaj=7.836 mas, bpa=-3.8 degrees ! Estimated noise=559.19 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.000690791 Jy ! Component: 100 - total flux cleaned = 0.000622497 Jy ! Component: 150 - total flux cleaned = 0.000561273 Jy ! Component: 200 - total flux cleaned = 0.000505734 Jy ! Total flux subtracted in 200 components = 0.000505734 Jy ! Clean residual min=-0.002028 max=0.002129 Jy/beam ! Clean residual mean=0.000000 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.119791 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 55 components and 0.119791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084349Jy sigma=0.000782 ! Fit after self-cal, rms=0.084370Jy sigma=0.000781 ! 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.084370Jy sigma=0.000781 ! Fit after self-cal, rms=0.084930Jy sigma=0.000780 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3 mas, bmaj=7.816 mas, bpa=-3.905 degrees ! Estimated noise=559.785 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000671259 Jy ! Component: 100 - total flux cleaned = 0.000646662 Jy ! Component: 150 - total flux cleaned = 0.000647154 Jy ! Component: 200 - total flux cleaned = 0.000605008 Jy ! Total flux subtracted in 200 components = 0.000605008 Jy ! Clean residual min=-0.001961 max=0.002088 Jy/beam ! Clean residual mean=-0.000000 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.120396 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 65 components and 0.120396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084916Jy sigma=0.000780 ! Fit after self-cal, rms=0.084928Jy sigma=0.000780 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 (30.5, 57.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00143889 Jy ! Component: 100 - total flux cleaned = 0.00143721 Jy ! Component: 150 - total flux cleaned = 0.00153407 Jy ! Component: 200 - total flux cleaned = 0.00156201 Jy ! Total flux subtracted in 200 components = 0.00156201 Jy ! Clean residual min=-0.001911 max=0.001681 Jy/beam ! Clean residual mean=-0.000001 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.121958 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 80 components and 0.121958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084879Jy sigma=0.000779 ! Fit after self-cal, rms=0.084875Jy sigma=0.000779 ! 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.084875Jy sigma=0.000779 ! Fit after self-cal, rms=0.085101Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.991 mas, bmaj=7.79 mas, bpa=-4.011 degrees ! Estimated noise=558.615 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000578831 Jy ! Component: 100 - total flux cleaned = 0.000656059 Jy ! Component: 150 - total flux cleaned = 0.000679582 Jy ! Component: 200 - total flux cleaned = 0.000700634 Jy ! Total flux subtracted in 200 components = 0.000700634 Jy ! Clean residual min=-0.001863 max=0.001762 Jy/beam ! Clean residual mean=-0.000002 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.122658 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 90 components and 0.122658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085086Jy sigma=0.000779 ! Fit after self-cal, rms=0.085092Jy sigma=0.000779 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.57668e-05 Jy ! Component: 100 - total flux cleaned = 7.55671e-05 Jy ! Component: 150 - total flux cleaned = 7.49165e-05 Jy ! Component: 200 - total flux cleaned = 7.40951e-05 Jy ! Total flux subtracted in 200 components = 7.40951e-05 Jy ! Clean residual min=-0.001851 max=0.001714 Jy/beam ! Clean residual mean=-0.000002 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.122733 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 95 components and 0.122733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085083Jy sigma=0.000779 ! Fit after self-cal, rms=0.085082Jy sigma=0.000779 ! 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.085082Jy sigma=0.000779 ! Fit after self-cal, rms=0.085180Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.646 mas, bmaj=17.09 mas, bpa=2.375 degrees ! Estimated noise=712.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000491937 Jy ! Component: 100 - total flux cleaned = 0.000524278 Jy ! Component: 150 - total flux cleaned = 0.000565672 Jy ! Component: 200 - total flux cleaned = 0.000565537 Jy ! Total flux subtracted in 200 components = 0.000565537 Jy ! Clean residual min=-0.001948 max=0.002039 Jy/beam ! Clean residual mean=-0.000003 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.123298 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 104 components and 0.123298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085177Jy sigma=0.000779 ! Fit after self-cal, rms=0.085177Jy sigma=0.000779 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.86578e-05 Jy ! Component: 100 - total flux cleaned = 6.81834e-05 Jy ! Component: 150 - total flux cleaned = 4.66336e-05 Jy ! Component: 200 - total flux cleaned = 2.66576e-05 Jy ! Total flux subtracted in 200 components = 2.66576e-05 Jy ! Clean residual min=-0.001921 max=0.001972 Jy/beam ! Clean residual mean=-0.000003 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.123325 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 113 components and 0.123325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085176Jy sigma=0.000779 ! Fit after self-cal, rms=0.085176Jy sigma=0.000779 ! 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=2.986 mas, bmaj=7.784 mas, bpa=-4.085 degrees ! Estimated noise=558.699 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.986 x 7.784 at -4.085 degrees (North through East) ! Clean map min=-0.0017673 max=0.089218 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.407 mas, bmaj=6.542 mas, bpa=-4.872 degrees ! Estimated noise=791.718 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0651701 Jy ! Component: 100 - total flux cleaned = 0.0893286 Jy ! Component: 150 - total flux cleaned = 0.101366 Jy ! Component: 200 - total flux cleaned = 0.107911 Jy ! Total flux subtracted in 200 components = 0.107911 Jy ! Clean residual min=-0.003080 max=0.003231 Jy/beam ! Clean residual mean=-0.000005 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.107911 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.107911 Jy ! Inverting map and beam ! Estimated beam: bmin=2.986 mas, bmaj=7.784 mas, bpa=-4.085 degrees ! Estimated noise=558.699 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.00589587 Jy ! Component: 100 - total flux cleaned = 0.00929882 Jy ! Component: 150 - total flux cleaned = 0.0116237 Jy ! Component: 200 - total flux cleaned = 0.0129608 Jy ! Total flux subtracted in 200 components = 0.0129608 Jy ! Clean residual min=-0.001981 max=0.001820 Jy/beam ! Clean residual mean=-0.000003 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.120872 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 37 components and 0.120872 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.646 mas, bmaj=17.09 mas, bpa=2.375 degrees ! Estimated noise=712.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00168313 Jy ! Component: 100 - total flux cleaned = 0.0023401 Jy ! Component: 150 - total flux cleaned = 0.00249754 Jy ! Component: 200 - total flux cleaned = 0.00258587 Jy ! Total flux subtracted in 200 components = 0.00258587 Jy ! Clean residual min=-0.001992 max=0.001925 Jy/beam ! Clean residual mean=-0.000003 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.123458 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.80529e-05 Jy ! Component: 100 - total flux cleaned = 0.000163802 Jy ! Component: 150 - total flux cleaned = 0.000209549 Jy ! Component: 200 - total flux cleaned = 0.000236772 Jy ! Total flux subtracted in 200 components = 0.000236772 Jy ! Clean residual min=-0.001982 max=0.001929 Jy/beam ! Clean residual mean=-0.000003 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.123695 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 61 components and 0.123695 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.986 mas, bmaj=7.784 mas, bpa=-4.085 degrees ! Estimated noise=558.699 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.5355e-05 Jy ! Component: 100 - total flux cleaned = -0.000139505 Jy ! Component: 150 - total flux cleaned = -0.000140193 Jy ! Component: 200 - total flux cleaned = -0.000112351 Jy ! Total flux subtracted in 200 components = -0.000112351 Jy ! Clean residual min=-0.001887 max=0.001692 Jy/beam ! Clean residual mean=-0.000001 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.123582 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 83 components and 0.123582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085201Jy sigma=0.000779 ! Fit after self-cal, rms=0.085198Jy sigma=0.000779 wmodel J2206-2119_S_2014_05_31_pus_map.mod ! Writing 83 model components to file: J2206-2119_S_2014_05_31_pus_map.mod wobs J2206-2119_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J2206-2119_S_2014_05_31_pus_uvs.fits wwins J2206-2119_S_2014_05_31_pus_map.win ! wwins: Wrote 3 windows to J2206-2119_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.000487204 Jy ! Component: 100 - total flux cleaned = -0.000692131 Jy ! Component: 150 - total flux cleaned = -0.000908945 Jy ! Component: 200 - total flux cleaned = -0.00114057 Jy ! Component: 250 - total flux cleaned = -0.00133824 Jy ! Component: 300 - total flux cleaned = -0.00155303 Jy ! Component: 350 - total flux cleaned = -0.00173865 Jy ! Component: 400 - total flux cleaned = -0.00196441 Jy ! Component: 450 - total flux cleaned = -0.00214103 Jy ! Component: 500 - total flux cleaned = -0.00231381 Jy ! Component: 550 - total flux cleaned = -0.00239857 Jy ! Component: 600 - total flux cleaned = -0.00256442 Jy ! Component: 650 - total flux cleaned = -0.00274725 Jy ! Component: 700 - total flux cleaned = -0.00284695 Jy ! Component: 750 - total flux cleaned = -0.00292575 Jy ! Component: 800 - total flux cleaned = -0.00302202 Jy ! Component: 850 - total flux cleaned = -0.00311692 Jy ! Component: 900 - total flux cleaned = -0.00322901 Jy ! Component: 950 - total flux cleaned = -0.0032844 Jy ! Component: 1000 - total flux cleaned = -0.00339295 Jy ! Component: 1050 - total flux cleaned = -0.003482 Jy ! Component: 1100 - total flux cleaned = -0.00349954 Jy ! Component: 1150 - total flux cleaned = -0.0036218 Jy ! Component: 1200 - total flux cleaned = -0.00372541 Jy ! Component: 1250 - total flux cleaned = -0.00382754 Jy ! Component: 1300 - total flux cleaned = -0.00389474 Jy ! Component: 1350 - total flux cleaned = -0.00399471 Jy ! Component: 1400 - total flux cleaned = -0.00404421 Jy ! Component: 1450 - total flux cleaned = -0.00414194 Jy ! Component: 1500 - total flux cleaned = -0.00415817 Jy ! Component: 1550 - total flux cleaned = -0.00423838 Jy ! Component: 1600 - total flux cleaned = -0.0042859 Jy ! Component: 1650 - total flux cleaned = -0.00436444 Jy ! Component: 1700 - total flux cleaned = -0.00445734 Jy ! Component: 1750 - total flux cleaned = -0.00447293 Jy ! Component: 1800 - total flux cleaned = -0.0045942 Jy ! Component: 1850 - total flux cleaned = -0.00456406 Jy ! Component: 1900 - total flux cleaned = -0.00463873 Jy ! Component: 1950 - total flux cleaned = -0.00471235 Jy ! Component: 2000 - total flux cleaned = -0.00481466 Jy ! Component: 2050 - total flux cleaned = -0.0048291 Jy ! Component: 2100 - total flux cleaned = -0.00487228 Jy ! Component: 2150 - total flux cleaned = -0.00488643 Jy ! Component: 2200 - total flux cleaned = -0.00501356 Jy ! Component: 2250 - total flux cleaned = -0.00495752 Jy ! Component: 2300 - total flux cleaned = -0.00495749 Jy ! Component: 2350 - total flux cleaned = -0.00508174 Jy ! Component: 2400 - total flux cleaned = -0.00510918 Jy ! Component: 2450 - total flux cleaned = -0.00513647 Jy ! Component: 2500 - total flux cleaned = -0.00519051 Jy ! Component: 2550 - total flux cleaned = -0.00525739 Jy ! Component: 2600 - total flux cleaned = -0.00528383 Jy ! Component: 2650 - total flux cleaned = -0.00531009 Jy ! Component: 2700 - total flux cleaned = -0.00536254 Jy ! Component: 2750 - total flux cleaned = -0.00533663 Jy ! Component: 2800 - total flux cleaned = -0.00537531 Jy ! Component: 2850 - total flux cleaned = -0.00545226 Jy ! Component: 2900 - total flux cleaned = -0.00545228 Jy ! Component: 2950 - total flux cleaned = -0.00547746 Jy ! Component: 3000 - total flux cleaned = -0.00550253 Jy ! Component: 3050 - total flux cleaned = -0.00554001 Jy ! Component: 3100 - total flux cleaned = -0.00553991 Jy ! Component: 3150 - total flux cleaned = -0.00556456 Jy ! Component: 3200 - total flux cleaned = -0.00554008 Jy ! Component: 3250 - total flux cleaned = -0.0055886 Jy ! Component: 3300 - total flux cleaned = -0.00557661 Jy ! Component: 3350 - total flux cleaned = -0.00563624 Jy ! Component: 3400 - total flux cleaned = -0.00562443 Jy ! Component: 3450 - total flux cleaned = -0.00561269 Jy ! Component: 3500 - total flux cleaned = -0.00563602 Jy ! Component: 3550 - total flux cleaned = -0.00561269 Jy ! Component: 3600 - total flux cleaned = -0.00562416 Jy ! Component: 3650 - total flux cleaned = -0.00562416 Jy ! Component: 3700 - total flux cleaned = -0.00557833 Jy ! Component: 3750 - total flux cleaned = -0.00564648 Jy ! Component: 3800 - total flux cleaned = -0.00561261 Jy ! Component: 3850 - total flux cleaned = -0.00560132 Jy ! Component: 3900 - total flux cleaned = -0.00557902 Jy ! Component: 3950 - total flux cleaned = -0.00559007 Jy ! Component: 4000 - total flux cleaned = -0.00553495 Jy ! Component: 4050 - total flux cleaned = -0.00554596 Jy ! Total flux subtracted in 4096 components = -0.00557866 Jy ! Clean residual min=-0.000599 max=0.000613 Jy/beam ! Clean residual mean=0.000001 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.118004 Jy keep ! Adding 320 model components to the UV plane model. ! The established model now contains 403 components and 0.118004 Jy ![Exited script file: muppet] wmap "J2206-2119_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.986 x 7.784 at -4.085 degrees (North through East) ! Clean map min=-0.0012895 max=0.0886 Jy/beam ! Writing clean map to FITS file: J2206-2119_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.0885996 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000202976 device "J2206-2119_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J2206-2119_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.687279 0.687279 1.37456 2.74912 5.49823 10.9965 21.9929 43.9859 87.9717 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.088 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.986 x 7.784 at -4.085 degrees (North through East) ! Clean map min=-0.0012895 max=0.0886 Jy/beam quit ! Quitting program ! Log file J2206-2119_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:38:44 2016