! Started logfile: J1103+2203_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:23:49 2016 obs J1103+2203_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1103+2203_S_2014_05_31_pus_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.523259 visibilities/baseline/integration-bin. ! Found source: J1103+2203 ! ! 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 7064 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 J1103+2203_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 281 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 281 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 281 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 281 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.528485Jy sigma=0.006375 ! Fit after self-cal, rms=0.494486Jy sigma=0.006024 ! 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.563 mas, bmaj=7.219 mas, bpa=20.12 degrees ! Estimated noise=984.961 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.393574 Jy ! Component: 100 - total flux cleaned = 0.524933 Jy ! Total flux subtracted in 100 components = 0.524933 Jy ! Clean residual min=-0.021456 max=0.057166 Jy/beam ! Clean residual mean=-0.000041 rms=0.006761 Jy/beam ! Combined flux in latest and established models = 0.524933 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.524933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135759Jy sigma=0.001523 ! Fit after self-cal, rms=0.135707Jy sigma=0.001522 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0620026 Jy ! Component: 100 - total flux cleaned = 0.0932039 Jy ! Total flux subtracted in 100 components = 0.0932039 Jy ! Clean residual min=-0.010632 max=0.014568 Jy/beam ! Clean residual mean=0.000012 rms=0.003147 Jy/beam ! Combined flux in latest and established models = 0.618137 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 17 components and 0.618137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100573Jy sigma=0.001152 ! Fit after self-cal, rms=0.100552Jy sigma=0.001152 ! 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.233 mas, bmaj=7.862 mas, bpa=17.92 degrees ! Estimated noise=699.274 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.0151565 Jy ! Component: 100 - total flux cleaned = 0.022221 Jy ! Component: 150 - total flux cleaned = 0.0259427 Jy ! Component: 200 - total flux cleaned = 0.0276484 Jy ! Total flux subtracted in 200 components = 0.0276484 Jy ! Clean residual min=-0.008748 max=0.009679 Jy/beam ! Clean residual mean=0.000036 rms=0.002274 Jy/beam ! Combined flux in latest and established models = 0.645785 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 39 components and 0.645785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097302Jy sigma=0.001140 ! Fit after self-cal, rms=0.097298Jy sigma=0.001140 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.82 HN 0.97 KP 1.05 ! LA 1.19 MK 1.00* NL 0.90 OV 0.98 ! PT 1.04 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.98 HN 1.02 KP 1.02 ! LA 1.15 MK 1.00* NL 0.99 OV 1.01 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.12 HN 1.02 KP 0.92 ! LA 0.91 MK 1.00* NL 1.19 OV 0.94 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.98 HN 1.00 KP 0.89 ! LA 0.87 MK 1.00* NL 1.07 OV 1.00 ! PT 1.03 SC 0.97 ! ! ! Fit before self-cal, rms=0.097298Jy sigma=0.001140 ! Fit after self-cal, rms=0.073406Jy sigma=0.000843 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.223 mas, bmaj=7.853 mas, bpa=17.91 degrees ! Estimated noise=698.789 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.00101157 Jy ! Component: 100 - total flux cleaned = 0.000931303 Jy ! Component: 150 - total flux cleaned = 0.000797371 Jy ! Component: 200 - total flux cleaned = 0.000796266 Jy ! Total flux subtracted in 200 components = 0.000796266 Jy ! Clean residual min=-0.004173 max=0.003806 Jy/beam ! Clean residual mean=0.000003 rms=0.000837 Jy/beam ! Combined flux in latest and established models = 0.646581 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 49 components and 0.646581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073323Jy sigma=0.000843 ! Fit after self-cal, rms=0.073318Jy sigma=0.000843 ! 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.073318Jy sigma=0.000843 ! Fit after self-cal, rms=0.067082Jy sigma=0.000783 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.223 mas, bmaj=7.85 mas, bpa=18.04 degrees ! Estimated noise=698.884 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.23052e-05 Jy ! Component: 100 - total flux cleaned = -0.00023584 Jy ! Component: 150 - total flux cleaned = -0.000368301 Jy ! Component: 200 - total flux cleaned = -0.000459641 Jy ! Total flux subtracted in 200 components = -0.000459641 Jy ! Clean residual min=-0.001903 max=0.002086 Jy/beam ! Clean residual mean=-0.000000 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.646122 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 60 components and 0.646122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067059Jy sigma=0.000783 ! Fit after self-cal, rms=0.067053Jy sigma=0.000783 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 (-61, 33.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178732 Jy ! Component: 100 - total flux cleaned = 0.00199787 Jy ! Component: 150 - total flux cleaned = 0.00209942 Jy ! Component: 200 - total flux cleaned = 0.00212762 Jy ! Total flux subtracted in 200 components = 0.00212762 Jy ! Clean residual min=-0.001914 max=0.001675 Jy/beam ! Clean residual mean=-0.000000 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.648249 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 75 components and 0.648249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066990Jy sigma=0.000782 ! Fit after self-cal, rms=0.066987Jy sigma=0.000782 ! 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.066987Jy sigma=0.000782 ! Fit after self-cal, rms=0.066995Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.222 mas, bmaj=7.85 mas, bpa=18.09 degrees ! Estimated noise=699.229 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000538254 Jy ! Component: 100 - total flux cleaned = 0.000540749 Jy ! Component: 150 - total flux cleaned = 0.000513217 Jy ! Component: 200 - total flux cleaned = 0.000534247 Jy ! Total flux subtracted in 200 components = 0.000534247 Jy ! Clean residual min=-0.001931 max=0.001522 Jy/beam ! Clean residual mean=0.000001 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.648784 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 86 components and 0.648784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066972Jy sigma=0.000782 ! Fit after self-cal, rms=0.066970Jy sigma=0.000782 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000109903 Jy ! Component: 100 - total flux cleaned = 0.000110528 Jy ! Component: 150 - total flux cleaned = 5.52395e-05 Jy ! Component: 200 - total flux cleaned = 5.59035e-05 Jy ! Total flux subtracted in 200 components = 5.59035e-05 Jy ! Clean residual min=-0.001922 max=0.001466 Jy/beam ! Clean residual mean=0.000001 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.64884 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 92 components and 0.64884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066958Jy sigma=0.000782 ! Fit after self-cal, rms=0.066958Jy sigma=0.000782 ! 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.066958Jy sigma=0.000782 ! Fit after self-cal, rms=0.066972Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.653 mas, bmaj=9.925 mas, bpa=1.173 degrees ! Estimated noise=815.722 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.9664e-05 Jy ! Component: 100 - total flux cleaned = 6.53509e-05 Jy ! Component: 150 - total flux cleaned = 6.54298e-05 Jy ! Component: 200 - total flux cleaned = 6.58354e-05 Jy ! Total flux subtracted in 200 components = 6.58354e-05 Jy ! Clean residual min=-0.001579 max=0.001410 Jy/beam ! Clean residual mean=0.000003 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.648906 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 111 components and 0.648906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066966Jy sigma=0.000782 ! Fit after self-cal, rms=0.066965Jy sigma=0.000782 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.92791e-05 Jy ! Component: 100 - total flux cleaned = -2.7808e-05 Jy ! Component: 150 - total flux cleaned = -2.72039e-05 Jy ! Component: 200 - total flux cleaned = -5.30294e-05 Jy ! Total flux subtracted in 200 components = -5.30294e-05 Jy ! Clean residual min=-0.001587 max=0.001400 Jy/beam ! Clean residual mean=0.000003 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.648852 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 123 components and 0.648853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066962Jy sigma=0.000782 ! Fit after self-cal, rms=0.066962Jy sigma=0.000782 ! 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.222 mas, bmaj=7.849 mas, bpa=18.13 degrees ! Estimated noise=699.466 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.222 x 7.849 at 18.13 degrees (North through East) ! Clean map min=-0.0018118 max=0.52477 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066962Jy sigma=0.000782 ! Fit after self-cal, rms=0.060195Jy sigma=0.000700 ! Inverting map and beam ! Estimated beam: bmin=4.221 mas, bmaj=7.85 mas, bpa=18.15 degrees ! Estimated noise=699.166 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.16085e-05 Jy ! Component: 100 - total flux cleaned = -2.03779e-05 Jy ! Component: 150 - total flux cleaned = -6.61446e-05 Jy ! Component: 200 - total flux cleaned = -8.05658e-05 Jy ! Total flux subtracted in 200 components = -8.05658e-05 Jy ! Clean residual min=-0.001860 max=0.001390 Jy/beam ! Clean residual mean=0.000002 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.648772 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 131 components and 0.648772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060185Jy sigma=0.000700 ! Fit after self-cal, rms=0.060185Jy sigma=0.000700 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.59419e-06 Jy ! Component: 100 - total flux cleaned = 2.36039e-05 Jy ! Component: 150 - total flux cleaned = 3.62027e-05 Jy ! Component: 200 - total flux cleaned = 4.80603e-05 Jy ! Total flux subtracted in 200 components = 4.80603e-05 Jy ! Clean residual min=-0.001850 max=0.001393 Jy/beam ! Clean residual mean=0.000002 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.64882 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 138 components and 0.64882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060179Jy sigma=0.000700 ! Fit after self-cal, rms=0.060178Jy sigma=0.000700 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060178Jy sigma=0.000700 ! Fit after self-cal, rms=0.060181Jy sigma=0.000700 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.554 mas, bmaj=7.199 mas, bpa=20.41 degrees ! Estimated noise=975.039 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.389889 Jy ! Component: 100 - total flux cleaned = 0.520756 Jy ! Component: 150 - total flux cleaned = 0.582135 Jy ! Component: 200 - total flux cleaned = 0.612902 Jy ! Total flux subtracted in 200 components = 0.612902 Jy ! Clean residual min=-0.006413 max=0.014326 Jy/beam ! Clean residual mean=-0.000016 rms=0.001760 Jy/beam ! Combined flux in latest and established models = 0.612902 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.612902 Jy ! Inverting map and beam ! Estimated beam: bmin=4.221 mas, bmaj=7.849 mas, bpa=18.16 degrees ! Estimated noise=699.217 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.0181893 Jy ! Component: 100 - total flux cleaned = 0.0263477 Jy ! Component: 150 - total flux cleaned = 0.0302531 Jy ! Component: 200 - total flux cleaned = 0.0322508 Jy ! Total flux subtracted in 200 components = 0.0322508 Jy ! Clean residual min=-0.001997 max=0.001753 Jy/beam ! Clean residual mean=0.000001 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.645153 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 31 components and 0.645153 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.654 mas, bmaj=9.925 mas, bpa=1.173 degrees ! Estimated noise=815.502 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00161974 Jy ! Component: 100 - total flux cleaned = 0.00199246 Jy ! Component: 150 - total flux cleaned = 0.00207805 Jy ! Component: 200 - total flux cleaned = 0.00215334 Jy ! Total flux subtracted in 200 components = 0.00215334 Jy ! Clean residual min=-0.001779 max=0.001481 Jy/beam ! Clean residual mean=0.000003 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.647306 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.74647e-05 Jy ! Component: 100 - total flux cleaned = 0.000154325 Jy ! Component: 150 - total flux cleaned = 0.00025547 Jy ! Component: 200 - total flux cleaned = 0.000348176 Jy ! Total flux subtracted in 200 components = 0.000348176 Jy ! Clean residual min=-0.001656 max=0.001436 Jy/beam ! Clean residual mean=0.000003 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.647655 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 86 components and 0.647655 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.221 mas, bmaj=7.849 mas, bpa=18.16 degrees ! Estimated noise=699.217 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000377316 Jy ! Component: 100 - total flux cleaned = 0.000566632 Jy ! Component: 150 - total flux cleaned = 0.000696273 Jy ! Component: 200 - total flux cleaned = 0.000754308 Jy ! Total flux subtracted in 200 components = 0.000754308 Jy ! Clean residual min=-0.001938 max=0.001482 Jy/beam ! Clean residual mean=0.000001 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.648409 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 98 components and 0.648409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060221Jy sigma=0.000700 ! Fit after self-cal, rms=0.060213Jy sigma=0.000700 wmodel J1103+2203_S_2014_05_31_pus_map.mod ! Writing 98 model components to file: J1103+2203_S_2014_05_31_pus_map.mod wobs J1103+2203_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1103+2203_S_2014_05_31_pus_uvs.fits wwins J1103+2203_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J1103+2203_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.000795749 Jy ! Component: 100 - total flux cleaned = -0.00115815 Jy ! Component: 150 - total flux cleaned = -0.00136788 Jy ! Component: 200 - total flux cleaned = -0.00141783 Jy ! Component: 250 - total flux cleaned = -0.00151509 Jy ! Component: 300 - total flux cleaned = -0.00156152 Jy ! Component: 350 - total flux cleaned = -0.00156128 Jy ! Component: 400 - total flux cleaned = -0.00160613 Jy ! Component: 450 - total flux cleaned = -0.0016724 Jy ! Component: 500 - total flux cleaned = -0.00169453 Jy ! Component: 550 - total flux cleaned = -0.00175807 Jy ! Component: 600 - total flux cleaned = -0.00179944 Jy ! Component: 650 - total flux cleaned = -0.00179952 Jy ! Component: 700 - total flux cleaned = -0.0018197 Jy ! Component: 750 - total flux cleaned = -0.00189853 Jy ! Component: 800 - total flux cleaned = -0.00193713 Jy ! Component: 850 - total flux cleaned = -0.00197539 Jy ! Component: 900 - total flux cleaned = -0.00206973 Jy ! Component: 950 - total flux cleaned = -0.00212533 Jy ! Component: 1000 - total flux cleaned = -0.00218031 Jy ! Component: 1050 - total flux cleaned = -0.0022524 Jy ! Component: 1100 - total flux cleaned = -0.00232332 Jy ! Component: 1150 - total flux cleaned = -0.00232328 Jy ! Component: 1200 - total flux cleaned = -0.00239279 Jy ! Component: 1250 - total flux cleaned = -0.00242733 Jy ! Component: 1300 - total flux cleaned = -0.00251159 Jy ! Component: 1350 - total flux cleaned = -0.00251184 Jy ! Component: 1400 - total flux cleaned = -0.00257779 Jy ! Component: 1450 - total flux cleaned = -0.0026749 Jy ! Component: 1500 - total flux cleaned = -0.00270676 Jy ! Component: 1550 - total flux cleaned = -0.00277004 Jy ! Component: 1600 - total flux cleaned = -0.00280138 Jy ! Component: 1650 - total flux cleaned = -0.00292489 Jy ! Component: 1700 - total flux cleaned = -0.00301627 Jy ! Component: 1750 - total flux cleaned = -0.0030464 Jy ! Component: 1800 - total flux cleaned = -0.0031063 Jy ! Component: 1850 - total flux cleaned = -0.00320932 Jy ! Component: 1900 - total flux cleaned = -0.00322364 Jy ! Component: 1950 - total flux cleaned = -0.00326698 Jy ! Component: 2000 - total flux cleaned = -0.00326724 Jy ! Component: 2050 - total flux cleaned = -0.00332401 Jy ! Component: 2100 - total flux cleaned = -0.00340804 Jy ! Component: 2150 - total flux cleaned = -0.00339408 Jy ! Component: 2200 - total flux cleaned = -0.00343518 Jy ! Component: 2250 - total flux cleaned = -0.00350318 Jy ! Component: 2300 - total flux cleaned = -0.0035436 Jy ! Component: 2350 - total flux cleaned = -0.00358364 Jy ! Component: 2400 - total flux cleaned = -0.00359697 Jy ! Component: 2450 - total flux cleaned = -0.00367578 Jy ! Component: 2500 - total flux cleaned = -0.00368878 Jy ! Component: 2550 - total flux cleaned = -0.00377909 Jy ! Component: 2600 - total flux cleaned = -0.00380449 Jy ! Component: 2650 - total flux cleaned = -0.00381711 Jy ! Component: 2700 - total flux cleaned = -0.00384238 Jy ! Component: 2750 - total flux cleaned = -0.00385487 Jy ! Component: 2800 - total flux cleaned = -0.00390447 Jy ! Component: 2850 - total flux cleaned = -0.00390451 Jy ! Component: 2900 - total flux cleaned = -0.00396544 Jy ! Component: 2950 - total flux cleaned = -0.00397762 Jy ! Component: 3000 - total flux cleaned = -0.00401359 Jy ! Component: 3050 - total flux cleaned = -0.0040494 Jy ! Component: 3100 - total flux cleaned = -0.00407315 Jy ! Component: 3150 - total flux cleaned = -0.00414372 Jy ! Component: 3200 - total flux cleaned = -0.00413189 Jy ! Component: 3250 - total flux cleaned = -0.00414348 Jy ! Component: 3300 - total flux cleaned = -0.00416637 Jy ! Component: 3350 - total flux cleaned = -0.00418927 Jy ! Component: 3400 - total flux cleaned = -0.00422332 Jy ! Component: 3450 - total flux cleaned = -0.00425708 Jy ! Component: 3500 - total flux cleaned = -0.00423469 Jy ! Component: 3550 - total flux cleaned = -0.00423461 Jy ! Component: 3600 - total flux cleaned = -0.00426778 Jy ! Component: 3650 - total flux cleaned = -0.00426769 Jy ! Component: 3700 - total flux cleaned = -0.00430043 Jy ! Component: 3750 - total flux cleaned = -0.00433304 Jy ! Component: 3800 - total flux cleaned = -0.00434389 Jy ! Component: 3850 - total flux cleaned = -0.00432251 Jy ! Component: 3900 - total flux cleaned = -0.00436529 Jy ! Component: 3950 - total flux cleaned = -0.00436531 Jy ! Component: 4000 - total flux cleaned = -0.00438646 Jy ! Component: 4050 - total flux cleaned = -0.00440742 Jy ! Total flux subtracted in 4096 components = -0.00438657 Jy ! Clean residual min=-0.000723 max=0.000639 Jy/beam ! Clean residual mean=0.000001 rms=0.000193 Jy/beam ! Combined flux in latest and established models = 0.644022 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 371 components and 0.644022 Jy ![Exited script file: muppet] wmap "J1103+2203_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.221 x 7.849 at 18.16 degrees (North through East) ! Clean map min=-0.0016673 max=0.52444 Jy/beam ! Writing clean map to FITS file: J1103+2203_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.524443 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000191639 device "J1103+2203_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1103+2203_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.109625 0.109625 0.219249 0.438498 0.876996 1.75399 3.50798 7.01597 14.0319 28.0639 56.1278 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.524 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.221 x 7.849 at 18.16 degrees (North through East) ! Clean map min=-0.0016673 max=0.52444 Jy/beam quit ! Quitting program ! Log file J1103+2203_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:23:54 2016