! Started logfile: J1403+0610_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:37:43 2016 obs J1403+0610_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1403+0610_S_2014_12_20_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.975207 visibilities/baseline/integration-bin. ! Found source: J1403+0610 ! ! 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 344 lines of history. ! ! Reading 21240 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 J1403+0610_S_2014_12_20_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 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.998124Jy sigma=0.011030 ! Fit after self-cal, rms=0.960382Jy sigma=0.010633 ! 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.618 mas, bmaj=6.909 mas, bpa=-5.65 degrees ! Estimated noise=544.131 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.0325754 Jy ! Component: 100 - total flux cleaned = 0.0397645 Jy ! Total flux subtracted in 100 components = 0.0397645 Jy ! Clean residual min=-0.002539 max=0.002391 Jy/beam ! Clean residual mean=0.000001 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.0397645 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0397645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077862Jy sigma=0.000796 ! Fit after self-cal, rms=0.076501Jy sigma=0.000781 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00412628 Jy ! Component: 100 - total flux cleaned = 0.00611412 Jy ! Total flux subtracted in 100 components = 0.00611412 Jy ! Clean residual min=-0.002066 max=0.001891 Jy/beam ! Clean residual mean=0.000001 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.0458786 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 22 components and 0.0458786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076217Jy sigma=0.000778 ! Fit after self-cal, rms=0.076202Jy sigma=0.000778 ! 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.124 mas, bmaj=7.727 mas, bpa=-5.032 degrees ! Estimated noise=446.545 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.00184014 Jy ! Component: 100 - total flux cleaned = 0.00277334 Jy ! Component: 150 - total flux cleaned = 0.00332314 Jy ! Component: 200 - total flux cleaned = 0.00353159 Jy ! Total flux subtracted in 200 components = 0.00353159 Jy ! Clean residual min=-0.001825 max=0.001702 Jy/beam ! Clean residual mean=0.000002 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.0494102 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 40 components and 0.0494102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076146Jy sigma=0.000778 ! Fit after self-cal, rms=0.076141Jy sigma=0.000778 ! 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 1.02 FD 0.80 HN 1.02 KP 1.13 ! LA 0.92 MK 1.04 NL 0.92 OV 0.97 ! PT 1.04 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 1.03 KP 1.05 ! LA 0.90 MK 1.02 NL 0.95 OV 1.03 ! PT 1.08 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.09 HN 1.07 KP 1.05 ! LA 0.82 MK 1.04 NL 1.20 OV 0.98 ! PT 1.02 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.10 HN 1.00 KP 0.97 ! LA 0.81 MK 0.93 NL 1.06 OV 1.01 ! PT 0.96 SC 0.98 ! ! ! Fit before self-cal, rms=0.076141Jy sigma=0.000778 ! Fit after self-cal, rms=0.074578Jy sigma=0.000776 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.136 mas, bmaj=7.779 mas, bpa=-5.034 degrees ! Estimated noise=448.563 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.96428e-05 Jy ! Component: 100 - total flux cleaned = -4.32952e-05 Jy ! Component: 150 - total flux cleaned = -9.67788e-05 Jy ! Component: 200 - total flux cleaned = -0.000132544 Jy ! Total flux subtracted in 200 components = -0.000132544 Jy ! Clean residual min=-0.001572 max=0.001383 Jy/beam ! Clean residual mean=0.000001 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.0492777 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.0492777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074571Jy sigma=0.000776 ! Fit after self-cal, rms=0.074516Jy sigma=0.000775 ! 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.074516Jy sigma=0.000775 ! Fit after self-cal, rms=0.074363Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.145 mas, bmaj=7.797 mas, bpa=-5.066 degrees ! Estimated noise=448.233 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.72027e-05 Jy ! Component: 100 - total flux cleaned = -4.09413e-05 Jy ! Component: 150 - total flux cleaned = -0.000119348 Jy ! Component: 200 - total flux cleaned = -0.000139424 Jy ! Total flux subtracted in 200 components = -0.000139424 Jy ! Clean residual min=-0.001477 max=0.001411 Jy/beam ! Clean residual mean=0.000000 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0491382 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 48 components and 0.0491382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074358Jy sigma=0.000774 ! Fit after self-cal, rms=0.074375Jy sigma=0.000774 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.43524e-05 Jy ! Component: 100 - total flux cleaned = -1.73764e-05 Jy ! Component: 150 - total flux cleaned = -2.6502e-05 Jy ! Component: 200 - total flux cleaned = -4.31897e-05 Jy ! Total flux subtracted in 200 components = -4.31897e-05 Jy ! Clean residual min=-0.001478 max=0.001409 Jy/beam ! Clean residual mean=0.000000 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.049095 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 50 components and 0.0490951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074372Jy sigma=0.000774 ! Fit after self-cal, rms=0.074372Jy sigma=0.000774 ! 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.074372Jy sigma=0.000774 ! Fit after self-cal, rms=0.074532Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.144 mas, bmaj=7.799 mas, bpa=-5.025 degrees ! Estimated noise=448.148 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.88816e-05 Jy ! Component: 100 - total flux cleaned = -7.59354e-05 Jy ! Component: 150 - total flux cleaned = -0.000101887 Jy ! Component: 200 - total flux cleaned = -0.000125942 Jy ! Total flux subtracted in 200 components = -0.000125942 Jy ! Clean residual min=-0.001506 max=0.001410 Jy/beam ! Clean residual mean=0.000000 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.0489691 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 52 components and 0.0489691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074530Jy sigma=0.000774 ! Fit after self-cal, rms=0.074543Jy sigma=0.000774 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.19101e-05 Jy ! Component: 100 - total flux cleaned = -4.39114e-05 Jy ! Component: 150 - total flux cleaned = -5.89502e-05 Jy ! Component: 200 - total flux cleaned = -8.03475e-05 Jy ! Total flux subtracted in 200 components = -8.03475e-05 Jy ! Clean residual min=-0.001503 max=0.001397 Jy/beam ! Clean residual mean=0.000000 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.0488888 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 53 components and 0.0488888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074541Jy sigma=0.000774 ! Fit after self-cal, rms=0.074543Jy sigma=0.000774 ! 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.074543Jy sigma=0.000774 ! Fit after self-cal, rms=0.074657Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.488 mas, bmaj=11.81 mas, bpa=-0.08858 degrees ! Estimated noise=557.478 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.47566e-05 Jy ! Component: 100 - total flux cleaned = -4.69687e-05 Jy ! Component: 150 - total flux cleaned = -7.92395e-05 Jy ! Component: 200 - total flux cleaned = -0.000100501 Jy ! Total flux subtracted in 200 components = -0.000100501 Jy ! Clean residual min=-0.001503 max=0.001308 Jy/beam ! Clean residual mean=0.000001 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.0487883 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 56 components and 0.0487883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074656Jy sigma=0.000774 ! Fit after self-cal, rms=0.074660Jy sigma=0.000774 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.29778e-06 Jy ! Component: 100 - total flux cleaned = -1.69239e-05 Jy ! Component: 150 - total flux cleaned = -4.23827e-05 Jy ! Component: 200 - total flux cleaned = -5.92452e-05 Jy ! Total flux subtracted in 200 components = -5.92452e-05 Jy ! Clean residual min=-0.001517 max=0.001332 Jy/beam ! Clean residual mean=0.000001 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.048729 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 56 components and 0.048729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074659Jy sigma=0.000774 ! Fit after self-cal, rms=0.074659Jy sigma=0.000774 ! 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.145 mas, bmaj=7.803 mas, bpa=-4.98 degrees ! Estimated noise=448.28 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.145 x 7.803 at -4.98 degrees (North through East) ! Clean map min=-0.0014302 max=0.044458 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.624 mas, bmaj=6.955 mas, bpa=-5.734 degrees ! Estimated noise=549.645 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.034237 Jy ! Component: 100 - total flux cleaned = 0.0426065 Jy ! Component: 150 - total flux cleaned = 0.046216 Jy ! Component: 200 - total flux cleaned = 0.0480041 Jy ! Total flux subtracted in 200 components = 0.0480041 Jy ! Clean residual min=-0.001980 max=0.001619 Jy/beam ! Clean residual mean=0.000000 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.0480041 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0480041 Jy ! Inverting map and beam ! Estimated beam: bmin=3.145 mas, bmaj=7.803 mas, bpa=-4.98 degrees ! Estimated noise=448.28 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.000300067 Jy ! Component: 100 - total flux cleaned = 0.000379906 Jy ! Component: 150 - total flux cleaned = 0.00040125 Jy ! Component: 200 - total flux cleaned = 0.000420046 Jy ! Total flux subtracted in 200 components = 0.000420046 Jy ! Clean residual min=-0.001633 max=0.001380 Jy/beam ! Clean residual mean=0.000000 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.0484241 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 22 components and 0.0484241 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.488 mas, bmaj=11.81 mas, bpa=-0.08858 degrees ! Estimated noise=557.478 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000348867 Jy ! Component: 100 - total flux cleaned = 0.000338314 Jy ! Component: 150 - total flux cleaned = 0.000318517 Jy ! Component: 200 - total flux cleaned = 0.000300887 Jy ! Total flux subtracted in 200 components = 0.000300887 Jy ! Clean residual min=-0.001514 max=0.001372 Jy/beam ! Clean residual mean=0.000001 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.048725 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 = -1.56749e-05 Jy ! Component: 100 - total flux cleaned = -2.98076e-05 Jy ! Component: 150 - total flux cleaned = -4.25037e-05 Jy ! Component: 200 - total flux cleaned = -5.39661e-05 Jy ! Total flux subtracted in 200 components = -5.39661e-05 Jy ! Clean residual min=-0.001511 max=0.001359 Jy/beam ! Clean residual mean=0.000001 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.0486711 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 29 components and 0.0486711 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.145 mas, bmaj=7.803 mas, bpa=-4.98 degrees ! Estimated noise=448.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000298445 Jy ! Component: 100 - total flux cleaned = -0.000232979 Jy ! Component: 150 - total flux cleaned = -0.000182606 Jy ! Component: 200 - total flux cleaned = -0.000138979 Jy ! Total flux subtracted in 200 components = -0.000138979 Jy ! Clean residual min=-0.001573 max=0.001370 Jy/beam ! Clean residual mean=0.000000 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0485321 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 33 components and 0.0485321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074664Jy sigma=0.000774 ! Fit after self-cal, rms=0.074666Jy sigma=0.000774 wmodel J1403+0610_S_2014_12_20_pus_map.mod ! Writing 33 model components to file: J1403+0610_S_2014_12_20_pus_map.mod wobs J1403+0610_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1403+0610_S_2014_12_20_pus_uvs.fits wwins J1403+0610_S_2014_12_20_pus_map.win ! wwins: Wrote 1 windows to J1403+0610_S_2014_12_20_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.000383187 Jy ! Component: 100 - total flux cleaned = -0.000287565 Jy ! Component: 150 - total flux cleaned = -0.000196513 Jy ! Component: 200 - total flux cleaned = -0.000174651 Jy ! Component: 250 - total flux cleaned = -9.15569e-05 Jy ! Component: 300 - total flux cleaned = -7.15894e-05 Jy ! Component: 350 - total flux cleaned = 4.61579e-05 Jy ! Component: 400 - total flux cleaned = 0.000103384 Jy ! Component: 450 - total flux cleaned = 0.000140873 Jy ! Component: 500 - total flux cleaned = 0.000159261 Jy ! Component: 550 - total flux cleaned = 0.000212272 Jy ! Component: 600 - total flux cleaned = 0.000177223 Jy ! Component: 650 - total flux cleaned = 0.000194391 Jy ! Component: 700 - total flux cleaned = 0.000194254 Jy ! Component: 750 - total flux cleaned = 0.000194151 Jy ! Component: 800 - total flux cleaned = 0.000193943 Jy ! Component: 850 - total flux cleaned = 0.00020955 Jy ! Component: 900 - total flux cleaned = 0.000225305 Jy ! Component: 950 - total flux cleaned = 0.000209994 Jy ! Component: 1000 - total flux cleaned = 0.000255698 Jy ! Component: 1050 - total flux cleaned = 0.000285677 Jy ! Component: 1100 - total flux cleaned = 0.000345154 Jy ! Component: 1150 - total flux cleaned = 0.000403474 Jy ! Component: 1200 - total flux cleaned = 0.000446274 Jy ! Component: 1250 - total flux cleaned = 0.000488924 Jy ! Component: 1300 - total flux cleaned = 0.000531263 Jy ! Component: 1350 - total flux cleaned = 0.000558969 Jy ! Component: 1400 - total flux cleaned = 0.000572855 Jy ! Component: 1450 - total flux cleaned = 0.000626907 Jy ! Component: 1500 - total flux cleaned = 0.000680378 Jy ! Component: 1550 - total flux cleaned = 0.000680202 Jy ! Component: 1600 - total flux cleaned = 0.000680507 Jy ! Component: 1650 - total flux cleaned = 0.000732695 Jy ! Component: 1700 - total flux cleaned = 0.000835562 Jy ! Component: 1750 - total flux cleaned = 0.000873603 Jy ! Component: 1800 - total flux cleaned = 0.000949035 Jy ! Component: 1850 - total flux cleaned = 0.000973856 Jy ! Component: 1900 - total flux cleaned = 0.00104778 Jy ! Component: 1950 - total flux cleaned = 0.00108458 Jy ! Component: 2000 - total flux cleaned = 0.00113302 Jy ! Component: 2050 - total flux cleaned = 0.00121693 Jy ! Component: 2100 - total flux cleaned = 0.00131151 Jy ! Component: 2150 - total flux cleaned = 0.00129965 Jy ! Component: 2200 - total flux cleaned = 0.00131143 Jy ! Component: 2250 - total flux cleaned = 0.00136911 Jy ! Component: 2300 - total flux cleaned = 0.00143759 Jy ! Component: 2350 - total flux cleaned = 0.00138101 Jy ! Component: 2400 - total flux cleaned = 0.00145942 Jy ! Component: 2450 - total flux cleaned = 0.00150399 Jy ! Component: 2500 - total flux cleaned = 0.00151503 Jy ! Component: 2550 - total flux cleaned = 0.00156967 Jy ! Component: 2600 - total flux cleaned = 0.00156977 Jy ! Component: 2650 - total flux cleaned = 0.00158048 Jy ! Component: 2700 - total flux cleaned = 0.00163372 Jy ! Component: 2750 - total flux cleaned = 0.00167581 Jy ! Component: 2800 - total flux cleaned = 0.00170742 Jy ! Component: 2850 - total flux cleaned = 0.00174895 Jy ! Component: 2900 - total flux cleaned = 0.00181084 Jy ! Component: 2950 - total flux cleaned = 0.00181077 Jy ! Component: 3000 - total flux cleaned = 0.0018311 Jy ! Component: 3050 - total flux cleaned = 0.00187132 Jy ! Component: 3100 - total flux cleaned = 0.00188124 Jy ! Component: 3150 - total flux cleaned = 0.00185162 Jy ! Component: 3200 - total flux cleaned = 0.00188117 Jy ! Component: 3250 - total flux cleaned = 0.00189101 Jy ! Component: 3300 - total flux cleaned = 0.00188136 Jy ! Component: 3350 - total flux cleaned = 0.00191991 Jy ! Component: 3400 - total flux cleaned = 0.00187204 Jy ! Component: 3450 - total flux cleaned = 0.00190051 Jy ! Component: 3500 - total flux cleaned = 0.00187217 Jy ! Component: 3550 - total flux cleaned = 0.00187209 Jy ! Component: 3600 - total flux cleaned = 0.00186279 Jy ! Component: 3650 - total flux cleaned = 0.00182589 Jy ! Component: 3700 - total flux cleaned = 0.00186256 Jy ! Component: 3750 - total flux cleaned = 0.0017989 Jy ! Component: 3800 - total flux cleaned = 0.00178085 Jy ! Component: 3850 - total flux cleaned = 0.00177184 Jy ! Component: 3900 - total flux cleaned = 0.00174513 Jy ! Component: 3950 - total flux cleaned = 0.00173633 Jy ! Component: 4000 - total flux cleaned = 0.00171001 Jy ! Component: 4050 - total flux cleaned = 0.0017099 Jy ! Total flux subtracted in 4096 components = 0.00166639 Jy ! Clean residual min=-0.000503 max=0.000533 Jy/beam ! Clean residual mean=0.000001 rms=0.000157 Jy/beam ! Combined flux in latest and established models = 0.0501985 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 318 components and 0.0501985 Jy ![Exited script file: muppet] wmap "J1403+0610_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.145 x 7.803 at -4.98 degrees (North through East) ! Clean map min=-0.00099827 max=0.04444 Jy/beam ! Writing clean map to FITS file: J1403+0610_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0444401 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000155242 device "J1403+0610_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1403+0610_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.04799 1.04799 2.09597 4.19195 8.38389 16.7678 33.5356 67.0711 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.044 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.145 x 7.803 at -4.98 degrees (North through East) ! Clean map min=-0.00099827 max=0.04444 Jy/beam quit ! Quitting program ! Log file J1403+0610_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:37:49 2016