! Started logfile: J1143+6633_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:03:46 2016 obs J1143+6633_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1143+6633_S_2014_08_09_pus_uva.fits ! AN table 1: 102 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.791503 visibilities/baseline/integration-bin. ! Found source: J1143+6633 ! ! 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 14532 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 J1143+6633_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 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.899111Jy sigma=0.010097 ! Fit after self-cal, rms=0.882554Jy sigma=0.009906 ! 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.826 mas, bmaj=5.294 mas, bpa=57.52 degrees ! Estimated noise=936.798 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.0911296 Jy ! Component: 100 - total flux cleaned = 0.112755 Jy ! Total flux subtracted in 100 components = 0.112755 Jy ! Clean residual min=-0.004740 max=0.008458 Jy/beam ! Clean residual mean=-0.000001 rms=0.001291 Jy/beam ! Combined flux in latest and established models = 0.112755 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.112755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076022Jy sigma=0.000793 ! Fit after self-cal, rms=0.076006Jy sigma=0.000793 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00924361 Jy ! Component: 100 - total flux cleaned = 0.0137095 Jy ! Total flux subtracted in 100 components = 0.0137095 Jy ! Clean residual min=-0.004402 max=0.004110 Jy/beam ! Clean residual mean=0.000004 rms=0.001027 Jy/beam ! Combined flux in latest and established models = 0.126465 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 16 components and 0.126465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074747Jy sigma=0.000781 ! Fit after self-cal, rms=0.074733Jy sigma=0.000780 ! 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.861 mas, bmaj=6.121 mas, bpa=67.64 degrees ! Estimated noise=530.722 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.00319479 Jy ! Component: 100 - total flux cleaned = 0.00503555 Jy ! Component: 150 - total flux cleaned = 0.00618847 Jy ! Component: 200 - total flux cleaned = 0.00691505 Jy ! Total flux subtracted in 200 components = 0.00691505 Jy ! Clean residual min=-0.002823 max=0.003112 Jy/beam ! Clean residual mean=-0.000001 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.13338 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 23 components and 0.13338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074542Jy sigma=0.000779 ! Fit after self-cal, rms=0.074537Jy sigma=0.000779 ! 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.99 FD 0.87 HN 0.96 KP 1.08 ! LA 1.07 MK 1.00* NL 1.05 OV 0.98 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.07 HN 0.99 KP 0.98 ! LA 1.07 MK 1.00* NL 1.07 OV 1.00 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.20 HN 0.99 KP 0.88 ! LA 0.84 MK 1.00* NL 1.05 OV 0.94 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.03 HN 0.95 KP 0.86 ! LA 0.80 MK 1.00* NL 1.18 OV 1.01 ! PT 1.02 SC 0.98 ! ! ! Fit before self-cal, rms=0.074537Jy sigma=0.000779 ! Fit after self-cal, rms=0.072340Jy sigma=0.000765 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.857 mas, bmaj=6.111 mas, bpa=67.64 degrees ! Estimated noise=530.546 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.000474539 Jy ! Component: 100 - total flux cleaned = -0.000531676 Jy ! Component: 150 - total flux cleaned = -0.00057058 Jy ! Component: 200 - total flux cleaned = -0.000588151 Jy ! Total flux subtracted in 200 components = -0.000588151 Jy ! Clean residual min=-0.001665 max=0.001904 Jy/beam ! Clean residual mean=-0.000008 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.132791 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 29 components and 0.132791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072335Jy sigma=0.000765 ! Fit after self-cal, rms=0.072345Jy sigma=0.000765 ! 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.072345Jy sigma=0.000765 ! Fit after self-cal, rms=0.072406Jy sigma=0.000764 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.864 mas, bmaj=6.108 mas, bpa=67.8 degrees ! Estimated noise=530.136 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000242934 Jy ! Component: 100 - total flux cleaned = -0.000359943 Jy ! Component: 150 - total flux cleaned = -0.000428606 Jy ! Component: 200 - total flux cleaned = -0.0004535 Jy ! Total flux subtracted in 200 components = -0.0004535 Jy ! Clean residual min=-0.001657 max=0.001918 Jy/beam ! Clean residual mean=0.000000 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.132338 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 33 components and 0.132338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072402Jy sigma=0.000764 ! Fit after self-cal, rms=0.072408Jy sigma=0.000764 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 (-10.5, -20.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116189 Jy ! Component: 100 - total flux cleaned = 0.00132622 Jy ! Component: 150 - total flux cleaned = 0.00151941 Jy ! Component: 200 - total flux cleaned = 0.00162162 Jy ! Total flux subtracted in 200 components = 0.00162162 Jy ! Clean residual min=-0.001563 max=0.001648 Jy/beam ! Clean residual mean=0.000002 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.13396 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 51 components and 0.13396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072356Jy sigma=0.000764 ! Fit after self-cal, rms=0.072353Jy sigma=0.000764 ! Inverting map ! Added new window around map position (-39, -15.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00141616 Jy ! Component: 100 - total flux cleaned = 0.00175202 Jy ! Component: 150 - total flux cleaned = 0.00191234 Jy ! Component: 200 - total flux cleaned = 0.00202618 Jy ! Total flux subtracted in 200 components = 0.00202618 Jy ! Clean residual min=-0.001468 max=0.001334 Jy/beam ! Clean residual mean=0.000001 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.135986 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 75 components and 0.135986 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072319Jy sigma=0.000763 ! Fit after self-cal, rms=0.072316Jy sigma=0.000763 ! 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.072316Jy sigma=0.000763 ! Fit after self-cal, rms=0.072316Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.869 mas, bmaj=6.118 mas, bpa=67.87 degrees ! Estimated noise=529.112 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000534743 Jy ! Component: 100 - total flux cleaned = 0.000556297 Jy ! Component: 150 - total flux cleaned = 0.000575732 Jy ! Component: 200 - total flux cleaned = 0.000592572 Jy ! Total flux subtracted in 200 components = 0.000592572 Jy ! Clean residual min=-0.001399 max=0.001335 Jy/beam ! Clean residual mean=0.000002 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.136578 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 86 components and 0.136578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072305Jy sigma=0.000763 ! Fit after self-cal, rms=0.072308Jy sigma=0.000763 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.57614e-05 Jy ! Component: 100 - total flux cleaned = -1.56319e-05 Jy ! Component: 150 - total flux cleaned = -1.25462e-06 Jy ! Component: 200 - total flux cleaned = -1.49608e-05 Jy ! Total flux subtracted in 200 components = -1.49608e-05 Jy ! Clean residual min=-0.001383 max=0.001326 Jy/beam ! Clean residual mean=0.000001 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.136563 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 96 components and 0.136563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072302Jy sigma=0.000763 ! Fit after self-cal, rms=0.072301Jy sigma=0.000763 ! 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.072301Jy sigma=0.000763 ! Fit after self-cal, rms=0.072328Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.478 mas, bmaj=9.55 mas, bpa=-87.2 degrees ! Estimated noise=614.689 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000315668 Jy ! Component: 100 - total flux cleaned = -0.000277036 Jy ! Component: 150 - total flux cleaned = -0.000198144 Jy ! Component: 200 - total flux cleaned = -0.00012664 Jy ! Total flux subtracted in 200 components = -0.00012664 Jy ! Clean residual min=-0.001559 max=0.001220 Jy/beam ! Clean residual mean=0.000002 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.136437 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 108 components and 0.136437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072325Jy sigma=0.000763 ! Fit after self-cal, rms=0.072326Jy sigma=0.000763 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.49721e-05 Jy ! Component: 100 - total flux cleaned = 2.35225e-05 Jy ! Component: 150 - total flux cleaned = 4.16627e-05 Jy ! Component: 200 - total flux cleaned = 5.02802e-05 Jy ! Total flux subtracted in 200 components = 5.02802e-05 Jy ! Clean residual min=-0.001544 max=0.001204 Jy/beam ! Clean residual mean=0.000003 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.136487 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 116 components and 0.136487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072324Jy sigma=0.000763 ! Fit after self-cal, rms=0.072324Jy sigma=0.000763 ! 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.869 mas, bmaj=6.121 mas, bpa=67.85 degrees ! Estimated noise=529.039 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.869 x 6.121 at 67.85 degrees (North through East) ! Clean map min=-0.0013298 max=0.11759 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=3.825 mas, bmaj=5.266 mas, bpa=57.51 degrees ! Estimated noise=932.218 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.090555 Jy ! Component: 100 - total flux cleaned = 0.112663 Jy ! Component: 150 - total flux cleaned = 0.121917 Jy ! Component: 200 - total flux cleaned = 0.125461 Jy ! Total flux subtracted in 200 components = 0.125461 Jy ! Clean residual min=-0.003024 max=0.003447 Jy/beam ! Clean residual mean=0.000000 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.125461 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.125461 Jy ! Inverting map and beam ! Estimated beam: bmin=4.869 mas, bmaj=6.121 mas, bpa=67.85 degrees ! Estimated noise=529.039 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.00292899 Jy ! Component: 100 - total flux cleaned = 0.00465203 Jy ! Component: 150 - total flux cleaned = 0.00562187 Jy ! Component: 200 - total flux cleaned = 0.00652809 Jy ! Total flux subtracted in 200 components = 0.00652809 Jy ! Clean residual min=-0.001656 max=0.001504 Jy/beam ! Clean residual mean=-0.000002 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.131989 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 42 components and 0.131989 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.478 mas, bmaj=9.55 mas, bpa=-87.2 degrees ! Estimated noise=614.689 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0012099 Jy ! Component: 100 - total flux cleaned = 0.00192545 Jy ! Component: 150 - total flux cleaned = 0.00237564 Jy ! Component: 200 - total flux cleaned = 0.00268863 Jy ! Total flux subtracted in 200 components = 0.00268863 Jy ! Clean residual min=-0.001755 max=0.001334 Jy/beam ! Clean residual mean=0.000001 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.134678 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 = 0.000232481 Jy ! Component: 100 - total flux cleaned = 0.000437221 Jy ! Component: 150 - total flux cleaned = 0.000618257 Jy ! Component: 200 - total flux cleaned = 0.000741507 Jy ! Total flux subtracted in 200 components = 0.000741507 Jy ! Clean residual min=-0.001649 max=0.001270 Jy/beam ! Clean residual mean=0.000001 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.135419 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 81 components and 0.135419 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.869 mas, bmaj=6.121 mas, bpa=67.85 degrees ! Estimated noise=529.039 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.51964e-06 Jy ! Component: 100 - total flux cleaned = 5.44835e-05 Jy ! Component: 150 - total flux cleaned = 7.84823e-05 Jy ! Component: 200 - total flux cleaned = 5.80484e-05 Jy ! Total flux subtracted in 200 components = 5.80484e-05 Jy ! Clean residual min=-0.001436 max=0.001373 Jy/beam ! Clean residual mean=0.000001 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.135477 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 105 components and 0.135477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072338Jy sigma=0.000763 ! Fit after self-cal, rms=0.072337Jy sigma=0.000763 wmodel J1143+6633_S_2014_08_09_pus_map.mod ! Writing 105 model components to file: J1143+6633_S_2014_08_09_pus_map.mod wobs J1143+6633_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1143+6633_S_2014_08_09_pus_uvs.fits wwins J1143+6633_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J1143+6633_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.000417278 Jy ! Component: 100 - total flux cleaned = -0.000585025 Jy ! Component: 150 - total flux cleaned = -0.000585636 Jy ! Component: 200 - total flux cleaned = -0.000563576 Jy ! Component: 250 - total flux cleaned = -0.000563957 Jy ! Component: 300 - total flux cleaned = -0.000584253 Jy ! Component: 350 - total flux cleaned = -0.000603825 Jy ! Component: 400 - total flux cleaned = -0.000603942 Jy ! Component: 450 - total flux cleaned = -0.000585496 Jy ! Component: 500 - total flux cleaned = -0.000585163 Jy ! Component: 550 - total flux cleaned = -0.000584922 Jy ! Component: 600 - total flux cleaned = -0.000567821 Jy ! Component: 650 - total flux cleaned = -0.000584669 Jy ! Component: 700 - total flux cleaned = -0.000584684 Jy ! Component: 750 - total flux cleaned = -0.000616681 Jy ! Component: 800 - total flux cleaned = -0.000568998 Jy ! Component: 850 - total flux cleaned = -0.000538101 Jy ! Component: 900 - total flux cleaned = -0.000537882 Jy ! Component: 950 - total flux cleaned = -0.000462946 Jy ! Component: 1000 - total flux cleaned = -0.00044837 Jy ! Component: 1050 - total flux cleaned = -0.000375639 Jy ! Component: 1100 - total flux cleaned = -0.000332935 Jy ! Component: 1150 - total flux cleaned = -0.000262517 Jy ! Component: 1200 - total flux cleaned = -0.000220848 Jy ! Component: 1250 - total flux cleaned = -0.000166258 Jy ! Component: 1300 - total flux cleaned = -8.54865e-05 Jy ! Component: 1350 - total flux cleaned = -4.57379e-05 Jy ! Component: 1400 - total flux cleaned = 4.59376e-05 Jy ! Component: 1450 - total flux cleaned = 0.000123357 Jy ! Component: 1500 - total flux cleaned = 0.000161636 Jy ! Component: 1550 - total flux cleaned = 0.000199755 Jy ! Component: 1600 - total flux cleaned = 0.00029945 Jy ! Component: 1650 - total flux cleaned = 0.000360791 Jy ! Component: 1700 - total flux cleaned = 0.000397321 Jy ! Component: 1750 - total flux cleaned = 0.000504884 Jy ! Component: 1800 - total flux cleaned = 0.000516676 Jy ! Component: 1850 - total flux cleaned = 0.000563393 Jy ! Component: 1900 - total flux cleaned = 0.000551784 Jy ! Component: 1950 - total flux cleaned = 0.000597668 Jy ! Component: 2000 - total flux cleaned = 0.000608881 Jy ! Component: 2050 - total flux cleaned = 0.00063129 Jy ! Component: 2100 - total flux cleaned = 0.000620276 Jy ! Component: 2150 - total flux cleaned = 0.000609341 Jy ! Component: 2200 - total flux cleaned = 0.000620265 Jy ! Component: 2250 - total flux cleaned = 0.000588036 Jy ! Component: 2300 - total flux cleaned = 0.00059867 Jy ! Component: 2350 - total flux cleaned = 0.000609342 Jy ! Component: 2400 - total flux cleaned = 0.000619709 Jy ! Component: 2450 - total flux cleaned = 0.00060938 Jy ! Component: 2500 - total flux cleaned = 0.000640243 Jy ! Component: 2550 - total flux cleaned = 0.000640368 Jy ! Component: 2600 - total flux cleaned = 0.000690893 Jy ! Component: 2650 - total flux cleaned = 0.00070071 Jy ! Component: 2700 - total flux cleaned = 0.000710582 Jy ! Component: 2750 - total flux cleaned = 0.000730243 Jy ! Component: 2800 - total flux cleaned = 0.000759473 Jy ! Component: 2850 - total flux cleaned = 0.000749819 Jy ! Component: 2900 - total flux cleaned = 0.000817014 Jy ! Component: 2950 - total flux cleaned = 0.000807408 Jy ! Component: 3000 - total flux cleaned = 0.000826394 Jy ! Component: 3050 - total flux cleaned = 0.000826336 Jy ! Component: 3100 - total flux cleaned = 0.000844957 Jy ! Component: 3150 - total flux cleaned = 0.000863453 Jy ! Component: 3200 - total flux cleaned = 0.000909318 Jy ! Component: 3250 - total flux cleaned = 0.000900177 Jy ! Component: 3300 - total flux cleaned = 0.000936376 Jy ! Component: 3350 - total flux cleaned = 0.000954259 Jy ! Component: 3400 - total flux cleaned = 0.000963173 Jy ! Component: 3450 - total flux cleaned = 0.000989686 Jy ! Component: 3500 - total flux cleaned = 0.00102488 Jy ! Component: 3550 - total flux cleaned = 0.0010249 Jy ! Component: 3600 - total flux cleaned = 0.00104226 Jy ! Component: 3650 - total flux cleaned = 0.00107676 Jy ! Component: 3700 - total flux cleaned = 0.00111102 Jy ! Component: 3750 - total flux cleaned = 0.00112795 Jy ! Component: 3800 - total flux cleaned = 0.00115329 Jy ! Component: 3850 - total flux cleaned = 0.00117848 Jy ! Component: 3900 - total flux cleaned = 0.00121192 Jy ! Component: 3950 - total flux cleaned = 0.0012036 Jy ! Component: 4000 - total flux cleaned = 0.00125314 Jy ! Component: 4050 - total flux cleaned = 0.00125314 Jy ! Total flux subtracted in 4096 components = 0.00125309 Jy ! Clean residual min=-0.000541 max=0.000539 Jy/beam ! Clean residual mean=-0.000001 rms=0.000149 Jy/beam ! Combined flux in latest and established models = 0.13673 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 382 components and 0.13673 Jy ![Exited script file: muppet] wmap "J1143+6633_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.869 x 6.121 at 67.85 degrees (North through East) ! Clean map min=-0.0010647 max=0.11815 Jy/beam ! Writing clean map to FITS file: J1143+6633_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.11815 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000149543 device "J1143+6633_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1143+6633_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.379712 0.379712 0.759425 1.51885 3.0377 6.0754 12.1508 24.3016 48.6032 97.2064 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.118 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.869 x 6.121 at 67.85 degrees (North through East) ! Clean map min=-0.0010647 max=0.11815 Jy/beam quit ! Quitting program ! Log file J1143+6633_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:03:52 2016