! Started logfile: J1229+6335_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:04:58 2016 obs J1229+6335_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1229+6335_S_2014_08_09_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.768309 visibilities/baseline/integration-bin. ! Found source: J1229+6335 ! ! 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 342 lines of history. ! ! Reading 15904 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 J1229+6335_S_2014_08_09_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 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.695540Jy sigma=0.008080 ! Fit after self-cal, rms=0.655967Jy sigma=0.007621 ! 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.972 mas, bmaj=5.096 mas, bpa=69.11 degrees ! Estimated noise=969.469 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.261869 Jy ! Component: 100 - total flux cleaned = 0.324688 Jy ! Total flux subtracted in 100 components = 0.324688 Jy ! Clean residual min=-0.013221 max=0.026674 Jy/beam ! Clean residual mean=-0.000201 rms=0.003507 Jy/beam ! Combined flux in latest and established models = 0.324688 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.324688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102025Jy sigma=0.001080 ! Fit after self-cal, rms=0.101721Jy sigma=0.001076 ! Inverting map ! Added new window around map position (-2.5, 4). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0307126 Jy ! Component: 100 - total flux cleaned = 0.0478868 Jy ! Total flux subtracted in 100 components = 0.0478868 Jy ! Clean residual min=-0.010432 max=0.009507 Jy/beam ! Clean residual mean=-0.000092 rms=0.002163 Jy/beam ! Combined flux in latest and established models = 0.372575 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 29 components and 0.372575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088513Jy sigma=0.000932 ! Fit after self-cal, rms=0.088214Jy sigma=0.000929 ! 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.931 mas, bmaj=6.01 mas, bpa=75.26 degrees ! Estimated noise=493.198 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.0175814 Jy ! Component: 100 - total flux cleaned = 0.0282366 Jy ! Component: 150 - total flux cleaned = 0.0355104 Jy ! Component: 200 - total flux cleaned = 0.0405726 Jy ! Total flux subtracted in 200 components = 0.0405726 Jy ! Clean residual min=-0.006703 max=0.006839 Jy/beam ! Clean residual mean=-0.000039 rms=0.001464 Jy/beam ! Combined flux in latest and established models = 0.413147 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 73 components and 0.413147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083450Jy sigma=0.000888 ! Fit after self-cal, rms=0.083328Jy sigma=0.000886 ! 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.88 HN 0.95 KP 1.06 ! LA 1.08 MK 1.00* NL 0.98 OV 0.98 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.05 HN 1.03 KP 1.01 ! LA 1.04 MK 1.00* NL 1.03 OV 1.02 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.19 HN 1.04 KP 0.90 ! LA 0.83 MK 1.00* NL 1.01 OV 0.95 ! PT 0.99 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.08 FD 1.05 HN 1.02 KP 0.88 ! LA 0.79 MK 1.00* NL 1.09 OV 1.00 ! PT 1.03 SC 1.01 ! ! ! Fit before self-cal, rms=0.083328Jy sigma=0.000886 ! Fit after self-cal, rms=0.071265Jy sigma=0.000787 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.948 mas, bmaj=6.028 mas, bpa=75.31 degrees ! Estimated noise=491.44 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.00026848 Jy ! Component: 100 - total flux cleaned = -0.000140345 Jy ! Component: 150 - total flux cleaned = -1.54393e-05 Jy ! Component: 200 - total flux cleaned = 5.58141e-05 Jy ! Total flux subtracted in 200 components = 5.58141e-05 Jy ! Clean residual min=-0.002283 max=0.002926 Jy/beam ! Clean residual mean=-0.000007 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.413203 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 89 components and 0.413203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071148Jy sigma=0.000786 ! Fit after self-cal, rms=0.071093Jy sigma=0.000785 ! Inverting map ! Added new window around map position (-10.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144683 Jy ! Component: 100 - total flux cleaned = 0.00146353 Jy ! Component: 150 - total flux cleaned = 0.00133772 Jy ! Component: 200 - total flux cleaned = 0.00134012 Jy ! Total flux subtracted in 200 components = 0.00134012 Jy ! Clean residual min=-0.001792 max=0.001902 Jy/beam ! Clean residual mean=-0.000006 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.414543 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 104 components and 0.414543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070934Jy sigma=0.000783 ! Fit after self-cal, rms=0.070918Jy sigma=0.000783 ! 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.070918Jy sigma=0.000783 ! Fit after self-cal, rms=0.070823Jy sigma=0.000782 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.952 mas, bmaj=6.02 mas, bpa=75.63 degrees ! Estimated noise=491.109 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.64397e-05 Jy ! Component: 100 - total flux cleaned = 0.000370423 Jy ! Component: 150 - total flux cleaned = 0.00048236 Jy ! Component: 200 - total flux cleaned = 0.00051781 Jy ! Total flux subtracted in 200 components = 0.00051781 Jy ! Clean residual min=-0.001573 max=0.001490 Jy/beam ! Clean residual mean=-0.000007 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.415061 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 117 components and 0.415061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070763Jy sigma=0.000781 ! Fit after self-cal, rms=0.070754Jy sigma=0.000781 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 = 8.23643e-06 Jy ! Component: 100 - total flux cleaned = 0.00021192 Jy ! Component: 150 - total flux cleaned = 0.000235672 Jy ! Component: 200 - total flux cleaned = 0.000257753 Jy ! Total flux subtracted in 200 components = 0.000257753 Jy ! Clean residual min=-0.001481 max=0.001269 Jy/beam ! Clean residual mean=-0.000006 rms=0.000354 Jy/beam ! Combined flux in latest and established models = 0.415319 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 126 components and 0.415319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070727Jy sigma=0.000781 ! Fit after self-cal, rms=0.070722Jy sigma=0.000781 ! 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.070722Jy sigma=0.000781 ! Fit after self-cal, rms=0.070695Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.953 mas, bmaj=6.019 mas, bpa=75.77 degrees ! Estimated noise=490.784 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000269684 Jy ! Component: 100 - total flux cleaned = -1.40471e-05 Jy ! Component: 150 - total flux cleaned = 4.11182e-05 Jy ! Component: 200 - total flux cleaned = 7.40104e-05 Jy ! Total flux subtracted in 200 components = 7.40104e-05 Jy ! Clean residual min=-0.001404 max=0.001278 Jy/beam ! Clean residual mean=-0.000006 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.415393 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 133 components and 0.415393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070677Jy sigma=0.000781 ! Fit after self-cal, rms=0.070675Jy sigma=0.000781 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 = -4.86274e-05 Jy ! Component: 100 - total flux cleaned = 4.87438e-05 Jy ! Component: 150 - total flux cleaned = 8.82023e-05 Jy ! Component: 200 - total flux cleaned = 8.84977e-05 Jy ! Total flux subtracted in 200 components = 8.84977e-05 Jy ! Clean residual min=-0.001390 max=0.001236 Jy/beam ! Clean residual mean=-0.000006 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.415481 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 140 components and 0.415481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070665Jy sigma=0.000781 ! Fit after self-cal, rms=0.070663Jy sigma=0.000781 ! 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.070663Jy sigma=0.000781 ! Fit after self-cal, rms=0.070663Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.496 mas, bmaj=9.251 mas, bpa=-82.28 degrees ! Estimated noise=569.768 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000178713 Jy ! Component: 100 - total flux cleaned = 0.00028267 Jy ! Component: 150 - total flux cleaned = 0.000366793 Jy ! Component: 200 - total flux cleaned = 0.000389594 Jy ! Total flux subtracted in 200 components = 0.000389594 Jy ! Clean residual min=-0.001412 max=0.001323 Jy/beam ! Clean residual mean=-0.000010 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.415871 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 149 components and 0.415871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070659Jy sigma=0.000781 ! Fit after self-cal, rms=0.070659Jy sigma=0.000781 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.67536e-06 Jy ! Component: 100 - total flux cleaned = 2.76618e-05 Jy ! Component: 150 - total flux cleaned = 4.74204e-05 Jy ! Component: 200 - total flux cleaned = 5.93726e-05 Jy ! Total flux subtracted in 200 components = 5.93726e-05 Jy ! Clean residual min=-0.001404 max=0.001320 Jy/beam ! Clean residual mean=-0.000010 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.41593 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 164 components and 0.41593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070657Jy sigma=0.000780 ! Fit after self-cal, rms=0.070656Jy sigma=0.000780 ! 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.954 mas, bmaj=6.019 mas, bpa=75.88 degrees ! Estimated noise=490.718 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.954 x 6.019 at 75.88 degrees (North through East) ! Clean map min=-0.0012742 max=0.3302 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=4 mas, bmaj=5.081 mas, bpa=69.57 degrees ! Estimated noise=966.867 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.260224 Jy ! Component: 100 - total flux cleaned = 0.329288 Jy ! Component: 150 - total flux cleaned = 0.3582 Jy ! Component: 200 - total flux cleaned = 0.37401 Jy ! Total flux subtracted in 200 components = 0.37401 Jy ! Clean residual min=-0.004345 max=0.008236 Jy/beam ! Clean residual mean=-0.000092 rms=0.001310 Jy/beam ! Combined flux in latest and established models = 0.37401 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.37401 Jy ! Inverting map and beam ! Estimated beam: bmin=4.954 mas, bmaj=6.019 mas, bpa=75.88 degrees ! Estimated noise=490.718 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.014178 Jy ! Component: 100 - total flux cleaned = 0.0225978 Jy ! Component: 150 - total flux cleaned = 0.0281617 Jy ! Component: 200 - total flux cleaned = 0.0319996 Jy ! Total flux subtracted in 200 components = 0.0319996 Jy ! Clean residual min=-0.001995 max=0.002283 Jy/beam ! Clean residual mean=-0.000029 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.40601 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 87 components and 0.40601 Jy ! Inverting map ! Added new window around map position (105, -38.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00273509 Jy ! Component: 100 - total flux cleaned = 0.00470744 Jy ! Component: 150 - total flux cleaned = 0.00586387 Jy ! Component: 200 - total flux cleaned = 0.00659178 Jy ! Total flux subtracted in 200 components = 0.00659178 Jy ! Clean residual min=-0.001506 max=0.001382 Jy/beam ! Clean residual mean=-0.000016 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.412602 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 114 components and 0.412602 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.496 mas, bmaj=9.251 mas, bpa=-82.28 degrees ! Estimated noise=569.768 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00138461 Jy ! Component: 100 - total flux cleaned = 0.00222353 Jy ! Component: 150 - total flux cleaned = 0.00239157 Jy ! Component: 200 - total flux cleaned = 0.00243199 Jy ! Total flux subtracted in 200 components = 0.00243199 Jy ! Clean residual min=-0.001345 max=0.001213 Jy/beam ! Clean residual mean=-0.000017 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.415034 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 = 3.61895e-05 Jy ! Component: 100 - total flux cleaned = 5.19736e-05 Jy ! Component: 150 - total flux cleaned = 6.64948e-05 Jy ! Component: 200 - total flux cleaned = 9.4511e-05 Jy ! Total flux subtracted in 200 components = 9.4511e-05 Jy ! Clean residual min=-0.001367 max=0.001226 Jy/beam ! Clean residual mean=-0.000015 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.415128 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 156 components and 0.415128 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.954 mas, bmaj=6.019 mas, bpa=75.88 degrees ! Estimated noise=490.718 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000110265 Jy ! Component: 100 - total flux cleaned = 6.37004e-05 Jy ! Component: 150 - total flux cleaned = 6.36923e-05 Jy ! Component: 200 - total flux cleaned = 6.34485e-05 Jy ! Total flux subtracted in 200 components = 6.34485e-05 Jy ! Clean residual min=-0.001293 max=0.001171 Jy/beam ! Clean residual mean=-0.000008 rms=0.000311 Jy/beam ! Combined flux in latest and established models = 0.415192 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 176 components and 0.415192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070651Jy sigma=0.000780 ! Fit after self-cal, rms=0.070646Jy sigma=0.000780 wmodel J1229+6335_S_2014_08_09_pus_map.mod ! Writing 176 model components to file: J1229+6335_S_2014_08_09_pus_map.mod wobs J1229+6335_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1229+6335_S_2014_08_09_pus_uvs.fits wwins J1229+6335_S_2014_08_09_pus_map.win ! wwins: Wrote 4 windows to J1229+6335_S_2014_08_09_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.00048642 Jy ! Component: 100 - total flux cleaned = -0.000591305 Jy ! Component: 150 - total flux cleaned = -0.000669303 Jy ! Component: 200 - total flux cleaned = -0.000687246 Jy ! Component: 250 - total flux cleaned = -0.000723568 Jy ! Component: 300 - total flux cleaned = -0.000776231 Jy ! Component: 350 - total flux cleaned = -0.000843825 Jy ! Component: 400 - total flux cleaned = -0.00094252 Jy ! Component: 450 - total flux cleaned = -0.00105392 Jy ! Component: 500 - total flux cleaned = -0.00111603 Jy ! Component: 550 - total flux cleaned = -0.00119208 Jy ! Component: 600 - total flux cleaned = -0.0012815 Jy ! Component: 650 - total flux cleaned = -0.00131079 Jy ! Component: 700 - total flux cleaned = -0.00141215 Jy ! Component: 750 - total flux cleaned = -0.00145498 Jy ! Component: 800 - total flux cleaned = -0.00152488 Jy ! Component: 850 - total flux cleaned = -0.00155264 Jy ! Component: 900 - total flux cleaned = -0.00159328 Jy ! Component: 950 - total flux cleaned = -0.00164679 Jy ! Component: 1000 - total flux cleaned = -0.00169962 Jy ! Component: 1050 - total flux cleaned = -0.00176443 Jy ! Component: 1100 - total flux cleaned = -0.00173887 Jy ! Component: 1150 - total flux cleaned = -0.00176421 Jy ! Component: 1200 - total flux cleaned = -0.00180128 Jy ! Component: 1250 - total flux cleaned = -0.00180113 Jy ! Component: 1300 - total flux cleaned = -0.00181342 Jy ! Component: 1350 - total flux cleaned = -0.00187342 Jy ! Component: 1400 - total flux cleaned = -0.00190895 Jy ! Component: 1450 - total flux cleaned = -0.00193224 Jy ! Component: 1500 - total flux cleaned = -0.00196672 Jy ! Component: 1550 - total flux cleaned = -0.00197821 Jy ! Component: 1600 - total flux cleaned = -0.00204597 Jy ! Component: 1650 - total flux cleaned = -0.00205699 Jy ! Component: 1700 - total flux cleaned = -0.00210112 Jy ! Component: 1750 - total flux cleaned = -0.0021446 Jy ! Component: 1800 - total flux cleaned = -0.00215545 Jy ! Component: 1850 - total flux cleaned = -0.00223001 Jy ! Component: 1900 - total flux cleaned = -0.00223 Jy ! Component: 1950 - total flux cleaned = -0.00227171 Jy ! Component: 2000 - total flux cleaned = -0.00227165 Jy ! Component: 2050 - total flux cleaned = -0.00230242 Jy ! Component: 2100 - total flux cleaned = -0.00235319 Jy ! Component: 2150 - total flux cleaned = -0.00233304 Jy ! Component: 2200 - total flux cleaned = -0.00237302 Jy ! Component: 2250 - total flux cleaned = -0.00243228 Jy ! Component: 2300 - total flux cleaned = -0.00244199 Jy ! Component: 2350 - total flux cleaned = -0.00244206 Jy ! Component: 2400 - total flux cleaned = -0.00249021 Jy ! Component: 2450 - total flux cleaned = -0.00249024 Jy ! Component: 2500 - total flux cleaned = -0.00254695 Jy ! Component: 2550 - total flux cleaned = -0.00252822 Jy ! Component: 2600 - total flux cleaned = -0.00256551 Jy ! Component: 2650 - total flux cleaned = -0.00258396 Jy ! Component: 2700 - total flux cleaned = -0.00260216 Jy ! Component: 2750 - total flux cleaned = -0.00260215 Jy ! Component: 2800 - total flux cleaned = -0.00261099 Jy ! Component: 2850 - total flux cleaned = -0.00257529 Jy ! Component: 2900 - total flux cleaned = -0.00256644 Jy ! Component: 2950 - total flux cleaned = -0.00256643 Jy ! Component: 3000 - total flux cleaned = -0.002549 Jy ! Component: 3050 - total flux cleaned = -0.00257503 Jy ! Component: 3100 - total flux cleaned = -0.00256653 Jy ! Component: 3150 - total flux cleaned = -0.00255807 Jy ! Component: 3200 - total flux cleaned = -0.00254962 Jy ! Component: 3250 - total flux cleaned = -0.0025497 Jy ! Component: 3300 - total flux cleaned = -0.00253301 Jy ! Component: 3350 - total flux cleaned = -0.0025413 Jy ! Component: 3400 - total flux cleaned = -0.00257423 Jy ! Component: 3450 - total flux cleaned = -0.00254154 Jy ! Component: 3500 - total flux cleaned = -0.0025659 Jy ! Component: 3550 - total flux cleaned = -0.00254976 Jy ! Component: 3600 - total flux cleaned = -0.00255784 Jy ! Component: 3650 - total flux cleaned = -0.00254194 Jy ! Component: 3700 - total flux cleaned = -0.00256559 Jy ! Component: 3750 - total flux cleaned = -0.00252627 Jy ! Component: 3800 - total flux cleaned = -0.00253402 Jy ! Component: 3850 - total flux cleaned = -0.00251072 Jy ! Component: 3900 - total flux cleaned = -0.00251078 Jy ! Component: 3950 - total flux cleaned = -0.00251849 Jy ! Component: 4000 - total flux cleaned = -0.00251855 Jy ! Component: 4050 - total flux cleaned = -0.00253372 Jy ! Total flux subtracted in 4096 components = -0.00254878 Jy ! Clean residual min=-0.000564 max=0.000507 Jy/beam ! Clean residual mean=-0.000002 rms=0.000136 Jy/beam ! Combined flux in latest and established models = 0.412643 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 452 components and 0.412643 Jy ![Exited script file: muppet] wmap "J1229+6335_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.954 x 6.019 at 75.88 degrees (North through East) ! Clean map min=-0.0011579 max=0.33058 Jy/beam ! Writing clean map to FITS file: J1229+6335_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.330577 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000134849 device "J1229+6335_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1229+6335_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.122376 0.122376 0.244752 0.489504 0.979007 1.95801 3.91603 7.83206 15.6641 31.3282 62.6565 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.33 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.954 x 6.019 at 75.88 degrees (North through East) ! Clean map min=-0.0011579 max=0.33058 Jy/beam quit ! Quitting program ! Log file J1229+6335_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:05:03 2016