! Started logfile: J1441+6318_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:27:46 2017 obs J1441+6318_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1441+6318_S_2015_01_23_pus_uva.fits ! AN table 1: 116 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.866092 visibilities/baseline/integration-bin. ! Found source: J1441+6318 ! ! 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 338 lines of history. ! ! Reading 18084 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 J1441+6318_S_2015_01_23_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 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.795867Jy sigma=0.008640 ! Fit after self-cal, rms=0.774776Jy sigma=0.008383 ! 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.08 mas, bmaj=3.674 mas, bpa=89.68 degrees ! Estimated noise=828.472 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.180997 Jy ! Component: 100 - total flux cleaned = 0.230611 Jy ! Total flux subtracted in 100 components = 0.230611 Jy ! Clean residual min=-0.013733 max=0.021989 Jy/beam ! Clean residual mean=0.000028 rms=0.003623 Jy/beam ! Combined flux in latest and established models = 0.230611 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.230611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116222Jy sigma=0.001102 ! Fit after self-cal, rms=0.116207Jy sigma=0.001102 ! Inverting map ! Added new window around map position (-12.5, 20). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0208868 Jy ! Component: 100 - total flux cleaned = 0.0306513 Jy ! Total flux subtracted in 100 components = 0.0306513 Jy ! Clean residual min=-0.013756 max=0.017743 Jy/beam ! Clean residual mean=0.000033 rms=0.003163 Jy/beam ! Combined flux in latest and established models = 0.261262 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 22 components and 0.261262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112973Jy sigma=0.001046 ! Fit after self-cal, rms=0.112781Jy sigma=0.001042 ! 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.789 mas, bmaj=4.53 mas, bpa=88.67 degrees ! Estimated noise=489.64 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.0102135 Jy ! Component: 100 - total flux cleaned = 0.0130908 Jy ! Component: 150 - total flux cleaned = 0.0152924 Jy ! Component: 200 - total flux cleaned = 0.0168885 Jy ! Total flux subtracted in 200 components = 0.0168885 Jy ! Clean residual min=-0.013474 max=0.018417 Jy/beam ! Clean residual mean=0.000049 rms=0.003951 Jy/beam ! Combined flux in latest and established models = 0.278151 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 41 components and 0.278151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111912Jy sigma=0.001025 ! Fit after self-cal, rms=0.111886Jy sigma=0.001024 ! 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.97 FD 2.01 HN 0.97 KP 1.00 ! LA 0.91 MK 1.02 NL 0.95 OV 0.93 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 2.38 HN 1.04 KP 0.93 ! LA 0.88 MK 1.03 NL 1.01 OV 0.94 ! PT 0.98 SC 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 2.61 HN 1.03 KP 0.80 ! LA 0.72 MK 1.02 NL 1.14 OV 0.88 ! PT 0.96 SC 1.10 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 2.13 HN 0.98 KP 0.75 ! LA 0.78 MK 0.99 NL 1.02 OV 0.94 ! PT 0.99 SC 1.04 ! ! ! Fit before self-cal, rms=0.111886Jy sigma=0.001024 ! Fit after self-cal, rms=0.137149Jy sigma=0.000815 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.831 mas, bmaj=4.575 mas, bpa=89.36 degrees ! Estimated noise=492.346 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.00438235 Jy ! Component: 100 - total flux cleaned = -0.00510808 Jy ! Component: 150 - total flux cleaned = -0.00553741 Jy ! Component: 200 - total flux cleaned = -0.00580474 Jy ! Total flux subtracted in 200 components = -0.00580474 Jy ! Clean residual min=-0.004419 max=0.005213 Jy/beam ! Clean residual mean=-0.000007 rms=0.001238 Jy/beam ! Combined flux in latest and established models = 0.272346 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.272346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136398Jy sigma=0.000809 ! Fit after self-cal, rms=0.136733Jy sigma=0.000806 ! 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.136733Jy sigma=0.000806 ! Fit after self-cal, rms=0.175464Jy sigma=0.000791 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.819 mas, bmaj=4.555 mas, bpa=88.61 degrees ! Estimated noise=492.553 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0005482 Jy ! Component: 100 - total flux cleaned = 6.74916e-05 Jy ! Component: 150 - total flux cleaned = 0.000538326 Jy ! Component: 200 - total flux cleaned = 0.000602653 Jy ! Total flux subtracted in 200 components = 0.000602653 Jy ! Clean residual min=-0.002455 max=0.003204 Jy/beam ! Clean residual mean=-0.000010 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.272949 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 63 components and 0.272949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175243Jy sigma=0.000789 ! Fit after self-cal, rms=0.175340Jy sigma=0.000789 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 (6.5, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000613356 Jy ! Component: 100 - total flux cleaned = -0.000157361 Jy ! Component: 150 - total flux cleaned = -0.000562005 Jy ! Component: 200 - total flux cleaned = -0.000864662 Jy ! Total flux subtracted in 200 components = -0.000864662 Jy ! Clean residual min=-0.002308 max=0.002179 Jy/beam ! Clean residual mean=-0.000013 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.272084 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 76 components and 0.272084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175260Jy sigma=0.000788 ! Fit after self-cal, rms=0.175246Jy sigma=0.000787 ! 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.175246Jy sigma=0.000787 ! Fit after self-cal, rms=0.177929Jy sigma=0.000787 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.812 mas, bmaj=4.544 mas, bpa=87.85 degrees ! Estimated noise=493.422 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000282619 Jy ! Component: 100 - total flux cleaned = 0.000537674 Jy ! Component: 150 - total flux cleaned = 0.00064044 Jy ! Component: 200 - total flux cleaned = 0.000512613 Jy ! Total flux subtracted in 200 components = 0.000512613 Jy ! Clean residual min=-0.001985 max=0.001918 Jy/beam ! Clean residual mean=-0.000009 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.272597 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 87 components and 0.272597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.177823Jy sigma=0.000786 ! Fit after self-cal, rms=0.177790Jy sigma=0.000786 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.000615047 Jy ! Component: 100 - total flux cleaned = -0.000694961 Jy ! Component: 150 - total flux cleaned = -0.00084114 Jy ! Component: 200 - total flux cleaned = -0.000971816 Jy ! Total flux subtracted in 200 components = -0.000971816 Jy ! Clean residual min=-0.001911 max=0.001892 Jy/beam ! Clean residual mean=-0.000011 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.271625 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 91 components and 0.271625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.177741Jy sigma=0.000786 ! Fit after self-cal, rms=0.177731Jy sigma=0.000786 ! 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.177731Jy sigma=0.000786 ! Fit after self-cal, rms=0.179271Jy sigma=0.000785 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.636 mas, bmaj=9.524 mas, bpa=80.93 degrees ! Estimated noise=640.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000507891 Jy ! Component: 100 - total flux cleaned = 0.000514485 Jy ! Component: 150 - total flux cleaned = 0.000381729 Jy ! Component: 200 - total flux cleaned = 0.000326592 Jy ! Total flux subtracted in 200 components = 0.000326592 Jy ! Clean residual min=-0.002115 max=0.002351 Jy/beam ! Clean residual mean=-0.000022 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.271952 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 104 components and 0.271952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179210Jy sigma=0.000785 ! Fit after self-cal, rms=0.179190Jy sigma=0.000785 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.000326077 Jy ! Component: 100 - total flux cleaned = -0.000475601 Jy ! Component: 150 - total flux cleaned = -0.00054085 Jy ! Component: 200 - total flux cleaned = -0.000598397 Jy ! Total flux subtracted in 200 components = -0.000598397 Jy ! Clean residual min=-0.002196 max=0.002249 Jy/beam ! Clean residual mean=-0.000024 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.271353 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 106 components and 0.271353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179161Jy sigma=0.000785 ! Fit after self-cal, rms=0.179156Jy sigma=0.000785 ! 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.808 mas, bmaj=4.539 mas, bpa=87.47 degrees ! Estimated noise=494.622 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.808 x 4.539 at 87.47 degrees (North through East) ! Clean map min=-0.0017099 max=0.23753 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.095 mas, bmaj=3.677 mas, bpa=89.99 degrees ! Estimated noise=838.144 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.182939 Jy ! Component: 100 - total flux cleaned = 0.233355 Jy ! Component: 150 - total flux cleaned = 0.251024 Jy ! Component: 200 - total flux cleaned = 0.258642 Jy ! Total flux subtracted in 200 components = 0.258642 Jy ! Clean residual min=-0.003414 max=0.003904 Jy/beam ! Clean residual mean=-0.000004 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.258642 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.258642 Jy ! Inverting map and beam ! Estimated beam: bmin=3.808 mas, bmaj=4.539 mas, bpa=87.47 degrees ! Estimated noise=494.622 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.00702655 Jy ! Component: 100 - total flux cleaned = 0.0106323 Jy ! Component: 150 - total flux cleaned = 0.0121307 Jy ! Component: 200 - total flux cleaned = 0.0125677 Jy ! Total flux subtracted in 200 components = 0.0125677 Jy ! Clean residual min=-0.001758 max=0.001784 Jy/beam ! Clean residual mean=-0.000010 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.27121 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 48 components and 0.27121 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.636 mas, bmaj=9.524 mas, bpa=80.93 degrees ! Estimated noise=640.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000253634 Jy ! Component: 100 - total flux cleaned = 0.000100168 Jy ! Component: 150 - total flux cleaned = -2.49854e-05 Jy ! Component: 200 - total flux cleaned = -0.000102878 Jy ! Total flux subtracted in 200 components = -0.000102878 Jy ! Clean residual min=-0.002269 max=0.002294 Jy/beam ! Clean residual mean=-0.000026 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.271107 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 = -4.44484e-05 Jy ! Component: 100 - total flux cleaned = -6.25573e-05 Jy ! Component: 150 - total flux cleaned = -7.79328e-05 Jy ! Component: 200 - total flux cleaned = -9.1235e-05 Jy ! Total flux subtracted in 200 components = -9.1235e-05 Jy ! Clean residual min=-0.002280 max=0.002187 Jy/beam ! Clean residual mean=-0.000026 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.271016 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 72 components and 0.271016 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.808 mas, bmaj=4.539 mas, bpa=87.47 degrees ! Estimated noise=494.622 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000157507 Jy ! Component: 100 - total flux cleaned = 0.000189691 Jy ! Component: 150 - total flux cleaned = 0.000138226 Jy ! Component: 200 - total flux cleaned = 9.21952e-05 Jy ! Total flux subtracted in 200 components = 9.21952e-05 Jy ! Clean residual min=-0.001678 max=0.001702 Jy/beam ! Clean residual mean=-0.000012 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.271108 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 90 components and 0.271108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179081Jy sigma=0.000785 ! Fit after self-cal, rms=0.179056Jy sigma=0.000785 wmodel J1441+6318_S_2015_01_23_pus_map.mod ! Writing 90 model components to file: J1441+6318_S_2015_01_23_pus_map.mod wobs J1441+6318_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1441+6318_S_2015_01_23_pus_uvs.fits wwins J1441+6318_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J1441+6318_S_2015_01_23_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.00042862 Jy ! Component: 100 - total flux cleaned = 0.000604293 Jy ! Component: 150 - total flux cleaned = 0.000798607 Jy ! Component: 200 - total flux cleaned = 0.00095851 Jy ! Component: 250 - total flux cleaned = 0.000933196 Jy ! Component: 300 - total flux cleaned = 0.00088449 Jy ! Component: 350 - total flux cleaned = 0.000909107 Jy ! Component: 400 - total flux cleaned = 0.000908915 Jy ! Component: 450 - total flux cleaned = 0.000931918 Jy ! Component: 500 - total flux cleaned = 0.000909104 Jy ! Component: 550 - total flux cleaned = 0.000954044 Jy ! Component: 600 - total flux cleaned = 0.00095415 Jy ! Component: 650 - total flux cleaned = 0.000932379 Jy ! Component: 700 - total flux cleaned = 0.000932439 Jy ! Component: 750 - total flux cleaned = 0.000932617 Jy ! Component: 800 - total flux cleaned = 0.000932752 Jy ! Component: 850 - total flux cleaned = 0.000850636 Jy ! Component: 900 - total flux cleaned = 0.000850606 Jy ! Component: 950 - total flux cleaned = 0.000790084 Jy ! Component: 1000 - total flux cleaned = 0.000671151 Jy ! Component: 1050 - total flux cleaned = 0.000632088 Jy ! Component: 1100 - total flux cleaned = 0.000632176 Jy ! Component: 1150 - total flux cleaned = 0.000612756 Jy ! Component: 1200 - total flux cleaned = 0.000574918 Jy ! Component: 1250 - total flux cleaned = 0.000574752 Jy ! Component: 1300 - total flux cleaned = 0.000574687 Jy ! Component: 1350 - total flux cleaned = 0.000574442 Jy ! Component: 1400 - total flux cleaned = 0.000556268 Jy ! Component: 1450 - total flux cleaned = 0.000520527 Jy ! Component: 1500 - total flux cleaned = 0.000591558 Jy ! Component: 1550 - total flux cleaned = 0.000608944 Jy ! Component: 1600 - total flux cleaned = 0.000539526 Jy ! Component: 1650 - total flux cleaned = 0.000590962 Jy ! Component: 1700 - total flux cleaned = 0.000573871 Jy ! Component: 1750 - total flux cleaned = 0.000556905 Jy ! Component: 1800 - total flux cleaned = 0.000556879 Jy ! Component: 1850 - total flux cleaned = 0.000540376 Jy ! Component: 1900 - total flux cleaned = 0.000540431 Jy ! Component: 1950 - total flux cleaned = 0.000507869 Jy ! Component: 2000 - total flux cleaned = 0.000475681 Jy ! Component: 2050 - total flux cleaned = 0.000459792 Jy ! Component: 2100 - total flux cleaned = 0.00045996 Jy ! Component: 2150 - total flux cleaned = 0.000522733 Jy ! Component: 2200 - total flux cleaned = 0.000538202 Jy ! Component: 2250 - total flux cleaned = 0.000522751 Jy ! Component: 2300 - total flux cleaned = 0.000507582 Jy ! Component: 2350 - total flux cleaned = 0.000492498 Jy ! Component: 2400 - total flux cleaned = 0.000462418 Jy ! Component: 2450 - total flux cleaned = 0.000492348 Jy ! Component: 2500 - total flux cleaned = 0.00044768 Jy ! Component: 2550 - total flux cleaned = 0.000403608 Jy ! Component: 2600 - total flux cleaned = 0.000403688 Jy ! Component: 2650 - total flux cleaned = 0.00040353 Jy ! Component: 2700 - total flux cleaned = 0.000316805 Jy ! Component: 2750 - total flux cleaned = 0.000302427 Jy ! Component: 2800 - total flux cleaned = 0.000273919 Jy ! Component: 2850 - total flux cleaned = 0.000231363 Jy ! Component: 2900 - total flux cleaned = 0.00020325 Jy ! Component: 2950 - total flux cleaned = 0.000231186 Jy ! Component: 3000 - total flux cleaned = 0.000133664 Jy ! Component: 3050 - total flux cleaned = 0.000133648 Jy ! Component: 3100 - total flux cleaned = 6.49301e-05 Jy ! Component: 3150 - total flux cleaned = 5.13048e-05 Jy ! Component: 3200 - total flux cleaned = 2.4065e-05 Jy ! Component: 3250 - total flux cleaned = -2.98226e-06 Jy ! Component: 3300 - total flux cleaned = 3.72543e-05 Jy ! Component: 3350 - total flux cleaned = -1.62458e-05 Jy ! Component: 3400 - total flux cleaned = -5.61774e-05 Jy ! Component: 3450 - total flux cleaned = -8.24864e-05 Jy ! Component: 3500 - total flux cleaned = -8.24854e-05 Jy ! Component: 3550 - total flux cleaned = -0.000108571 Jy ! Component: 3600 - total flux cleaned = -9.55759e-05 Jy ! Component: 3650 - total flux cleaned = -0.000121587 Jy ! Component: 3700 - total flux cleaned = -0.000134531 Jy ! Component: 3750 - total flux cleaned = -0.000147365 Jy ! Component: 3800 - total flux cleaned = -0.000172812 Jy ! Component: 3850 - total flux cleaned = -0.000172667 Jy ! Component: 3900 - total flux cleaned = -0.000122082 Jy ! Component: 3950 - total flux cleaned = -0.000159926 Jy ! Component: 4000 - total flux cleaned = -9.7253e-05 Jy ! Component: 4050 - total flux cleaned = -0.000134719 Jy ! Total flux subtracted in 4096 components = -0.00013473 Jy ! Clean residual min=-0.000774 max=0.000713 Jy/beam ! Clean residual mean=0.000001 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.270973 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 392 components and 0.270973 Jy ![Exited script file: muppet] wmap "J1441+6318_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.808 x 4.539 at 87.47 degrees (North through East) ! Clean map min=-0.001899 max=0.23914 Jy/beam ! Writing clean map to FITS file: J1441+6318_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.23914 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000230344 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.288965 0.288965 0.577931 1.15586 2.31172 4.62345 9.2469 18.4938 36.9876 73.9752 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.239 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.808 x 4.539 at 87.47 degrees (North through East) ! Clean map min=-0.001899 max=0.23914 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J1441+6318_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:27:51 2017