! Started logfile: J0239-0234_S_2017_03_23_pus_uvs.log on Mon May 13 09:46:02 2019 obs J0239-0234_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0239-0234_S_2017_03_23_pus_uva.fits ! AN table 1: 26 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.763248 visibilities/baseline/integration-bin. ! Found source: J0239-0234 ! ! 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 481 lines of history. ! ! Reading 3572 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 J0239-0234_S_2017_03_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 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 111 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.541720Jy sigma=0.004015 ! Fit after self-cal, rms=0.521778Jy sigma=0.003885 ! 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.892 mas, bmaj=7.037 mas, bpa=-1.625 degrees ! Estimated noise=2104.58 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.379392 Jy ! Component: 100 - total flux cleaned = 0.465632 Jy ! Total flux subtracted in 100 components = 0.465632 Jy ! Clean residual min=-0.013940 max=0.030760 Jy/beam ! Clean residual mean=0.000062 rms=0.003673 Jy/beam ! Combined flux in latest and established models = 0.465632 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.465632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.167974Jy sigma=0.000989 ! Fit after self-cal, rms=0.167961Jy sigma=0.000989 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0314686 Jy ! Component: 100 - total flux cleaned = 0.0481415 Jy ! Total flux subtracted in 100 components = 0.0481415 Jy ! Clean residual min=-0.012478 max=0.015853 Jy/beam ! Clean residual mean=0.000040 rms=0.002875 Jy/beam ! Combined flux in latest and established models = 0.513774 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 26 components and 0.513774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159248Jy sigma=0.000938 ! Fit after self-cal, rms=0.159224Jy sigma=0.000938 ! 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.496 mas, bmaj=7.729 mas, bpa=2.321 degrees ! Estimated noise=1765.82 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.0139726 Jy ! Component: 100 - total flux cleaned = 0.0222268 Jy ! Component: 150 - total flux cleaned = 0.0273121 Jy ! Component: 200 - total flux cleaned = 0.0305129 Jy ! Total flux subtracted in 200 components = 0.0305129 Jy ! Clean residual min=-0.014240 max=0.012679 Jy/beam ! Clean residual mean=0.000038 rms=0.003046 Jy/beam ! Combined flux in latest and established models = 0.544287 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 46 components and 0.544287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157036Jy sigma=0.000933 ! Fit after self-cal, rms=0.157012Jy sigma=0.000933 ! 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.92 HN 0.95 KP 1.07 ! LA 1.04 MK 1.04 NL 0.91 OV 1.04 ! PT 1.06 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.97 HN 0.99 KP 1.03 ! LA 1.00 MK 1.03 NL 0.97 OV 1.08 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.97 HN 0.99 KP 0.91 ! LA 0.74 MK 1.01 NL 1.17 OV 0.99 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.02 HN 0.95 KP 1.00* ! LA 0.87 MK 1.17 NL 1.00* OV 1.38 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.157012Jy sigma=0.000933 ! Fit after self-cal, rms=0.129644Jy sigma=0.000829 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.504 mas, bmaj=7.771 mas, bpa=2.753 degrees ! Estimated noise=1778.34 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.00114105 Jy ! Component: 100 - total flux cleaned = 0.00151013 Jy ! Component: 150 - total flux cleaned = 0.00164173 Jy ! Component: 200 - total flux cleaned = 0.001823 Jy ! Total flux subtracted in 200 components = 0.001823 Jy ! Clean residual min=-0.008041 max=0.009035 Jy/beam ! Clean residual mean=0.000004 rms=0.002192 Jy/beam ! Combined flux in latest and established models = 0.54611 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 54 components and 0.54611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129539Jy sigma=0.000828 ! Fit after self-cal, rms=0.129428Jy sigma=0.000828 ! 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.129428Jy sigma=0.000828 ! Fit after self-cal, rms=0.125353Jy sigma=0.000799 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.491 mas, bmaj=7.786 mas, bpa=2.753 degrees ! Estimated noise=1782.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00163301 Jy ! Component: 100 - total flux cleaned = 0.00156643 Jy ! Component: 150 - total flux cleaned = 0.00150413 Jy ! Component: 200 - total flux cleaned = 0.00139057 Jy ! Total flux subtracted in 200 components = 0.00139057 Jy ! Clean residual min=-0.006880 max=0.006185 Jy/beam ! Clean residual mean=0.000013 rms=0.001690 Jy/beam ! Combined flux in latest and established models = 0.5475 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 61 components and 0.5475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125253Jy sigma=0.000799 ! Fit after self-cal, rms=0.125289Jy sigma=0.000798 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 = -5.31798e-05 Jy ! Component: 100 - total flux cleaned = -0.00015184 Jy ! Component: 150 - total flux cleaned = -0.000198068 Jy ! Component: 200 - total flux cleaned = -0.000283106 Jy ! Total flux subtracted in 200 components = -0.000283106 Jy ! Clean residual min=-0.006861 max=0.006236 Jy/beam ! Clean residual mean=0.000013 rms=0.001694 Jy/beam ! Combined flux in latest and established models = 0.547217 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 64 components and 0.547217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125254Jy sigma=0.000798 ! Fit after self-cal, rms=0.125253Jy sigma=0.000798 ! 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.125253Jy sigma=0.000798 ! Fit after self-cal, rms=0.111252Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.487 mas, bmaj=7.786 mas, bpa=2.728 degrees ! Estimated noise=1780.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000116462 Jy ! Component: 100 - total flux cleaned = -0.000159915 Jy ! Component: 150 - total flux cleaned = -0.000241408 Jy ! Component: 200 - total flux cleaned = -0.000316578 Jy ! Total flux subtracted in 200 components = -0.000316578 Jy ! Clean residual min=-0.006046 max=0.005771 Jy/beam ! Clean residual mean=0.000002 rms=0.001528 Jy/beam ! Combined flux in latest and established models = 0.546901 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 70 components and 0.546901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111225Jy sigma=0.000767 ! Fit after self-cal, rms=0.111227Jy sigma=0.000767 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.98008e-05 Jy ! Component: 100 - total flux cleaned = -6.20848e-05 Jy ! Component: 150 - total flux cleaned = -0.000120879 Jy ! Component: 200 - total flux cleaned = -0.000176544 Jy ! Total flux subtracted in 200 components = -0.000176544 Jy ! Clean residual min=-0.006069 max=0.005801 Jy/beam ! Clean residual mean=0.000002 rms=0.001541 Jy/beam ! Combined flux in latest and established models = 0.546724 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 73 components and 0.546724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111215Jy sigma=0.000767 ! Fit after self-cal, rms=0.111214Jy sigma=0.000767 ! 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.111214Jy sigma=0.000767 ! Fit after self-cal, rms=0.111077Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.695 mas, bmaj=12.49 mas, bpa=5.549 degrees ! Estimated noise=2229.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000311919 Jy ! Component: 100 - total flux cleaned = 0.000265772 Jy ! Component: 150 - total flux cleaned = 0.000264868 Jy ! Component: 200 - total flux cleaned = 0.000248031 Jy ! Total flux subtracted in 200 components = 0.000248031 Jy ! Clean residual min=-0.006669 max=0.007708 Jy/beam ! Clean residual mean=0.000002 rms=0.002387 Jy/beam ! Combined flux in latest and established models = 0.546972 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 79 components and 0.546972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111081Jy sigma=0.000767 ! Fit after self-cal, rms=0.111077Jy sigma=0.000767 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 = 9.56802e-05 Jy ! Component: 100 - total flux cleaned = 6.42241e-05 Jy ! Component: 150 - total flux cleaned = 6.54394e-05 Jy ! Component: 200 - total flux cleaned = 6.53068e-05 Jy ! Total flux subtracted in 200 components = 6.53068e-05 Jy ! Clean residual min=-0.006666 max=0.007691 Jy/beam ! Clean residual mean=0.000002 rms=0.002386 Jy/beam ! Combined flux in latest and established models = 0.547037 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 83 components and 0.547037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111079Jy sigma=0.000767 ! Fit after self-cal, rms=0.111077Jy sigma=0.000767 ! 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.486 mas, bmaj=7.788 mas, bpa=2.735 degrees ! Estimated noise=1779.83 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.486 x 7.788 at 2.735 degrees (North through East) ! Clean map min=-0.0058164 max=0.48917 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.882 mas, bmaj=7.093 mas, bpa=-1.275 degrees ! Estimated noise=2113.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.38056 Jy ! Component: 100 - total flux cleaned = 0.465778 Jy ! Component: 150 - total flux cleaned = 0.494794 Jy ! Component: 200 - total flux cleaned = 0.509682 Jy ! Total flux subtracted in 200 components = 0.509682 Jy ! Clean residual min=-0.005997 max=0.007807 Jy/beam ! Clean residual mean=0.000018 rms=0.001794 Jy/beam ! Combined flux in latest and established models = 0.509682 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.509682 Jy ! Inverting map and beam ! Estimated beam: bmin=3.486 mas, bmaj=7.788 mas, bpa=2.735 degrees ! Estimated noise=1779.83 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.0141684 Jy ! Component: 100 - total flux cleaned = 0.0222997 Jy ! Component: 150 - total flux cleaned = 0.0273217 Jy ! Component: 200 - total flux cleaned = 0.0305138 Jy ! Total flux subtracted in 200 components = 0.0305138 Jy ! Clean residual min=-0.005818 max=0.005941 Jy/beam ! Clean residual mean=0.000005 rms=0.001559 Jy/beam ! Combined flux in latest and established models = 0.540196 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 84 components and 0.540196 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.695 mas, bmaj=12.49 mas, bpa=5.549 degrees ! Estimated noise=2229.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00331723 Jy ! Component: 100 - total flux cleaned = 0.0047806 Jy ! Component: 150 - total flux cleaned = 0.0052658 Jy ! Component: 200 - total flux cleaned = 0.00539102 Jy ! Total flux subtracted in 200 components = 0.00539102 Jy ! Clean residual min=-0.006550 max=0.007689 Jy/beam ! Clean residual mean=0.000003 rms=0.002388 Jy/beam ! Combined flux in latest and established models = 0.545587 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.000115133 Jy ! Component: 100 - total flux cleaned = 0.000199512 Jy ! Component: 150 - total flux cleaned = 0.000297097 Jy ! Component: 200 - total flux cleaned = 0.000370448 Jy ! Total flux subtracted in 200 components = 0.000370448 Jy ! Clean residual min=-0.006570 max=0.007667 Jy/beam ! Clean residual mean=0.000002 rms=0.002386 Jy/beam ! Combined flux in latest and established models = 0.545957 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 96 components and 0.545957 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.486 mas, bmaj=7.788 mas, bpa=2.735 degrees ! Estimated noise=1779.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000138484 Jy ! Component: 100 - total flux cleaned = -4.41334e-05 Jy ! Component: 150 - total flux cleaned = 6.64554e-05 Jy ! Component: 200 - total flux cleaned = 0.00013927 Jy ! Total flux subtracted in 200 components = 0.00013927 Jy ! Clean residual min=-0.005890 max=0.006003 Jy/beam ! Clean residual mean=0.000002 rms=0.001532 Jy/beam ! Combined flux in latest and established models = 0.546096 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 107 components and 0.546096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111051Jy sigma=0.000767 ! Fit after self-cal, rms=0.111047Jy sigma=0.000767 wmodel J0239-0234_S_2017_03_23_pus_map.mod ! Writing 107 model components to file: J0239-0234_S_2017_03_23_pus_map.mod wobs J0239-0234_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0239-0234_S_2017_03_23_pus_uvs.fits wwins J0239-0234_S_2017_03_23_pus_map.win ! wwins: Wrote 1 windows to J0239-0234_S_2017_03_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.00176616 Jy ! Component: 100 - total flux cleaned = 0.00331093 Jy ! Component: 150 - total flux cleaned = 0.00438294 Jy ! Component: 200 - total flux cleaned = 0.00503809 Jy ! Component: 250 - total flux cleaned = 0.00575897 Jy ! Component: 300 - total flux cleaned = 0.00610691 Jy ! Component: 350 - total flux cleaned = 0.00644436 Jy ! Component: 400 - total flux cleaned = 0.00652905 Jy ! Component: 450 - total flux cleaned = 0.00709081 Jy ! Component: 500 - total flux cleaned = 0.00740175 Jy ! Component: 550 - total flux cleaned = 0.00785459 Jy ! Component: 600 - total flux cleaned = 0.00822088 Jy ! Component: 650 - total flux cleaned = 0.00857886 Jy ! Component: 700 - total flux cleaned = 0.00906748 Jy ! Component: 750 - total flux cleaned = 0.00934037 Jy ! Component: 800 - total flux cleaned = 0.00967527 Jy ! Component: 850 - total flux cleaned = 0.0100027 Jy ! Component: 900 - total flux cleaned = 0.0104527 Jy ! Component: 950 - total flux cleaned = 0.0107692 Jy ! Component: 1000 - total flux cleaned = 0.0113273 Jy ! Component: 1050 - total flux cleaned = 0.0116927 Jy ! Component: 1100 - total flux cleaned = 0.0121132 Jy ! Component: 1150 - total flux cleaned = 0.0125849 Jy ! Component: 1200 - total flux cleaned = 0.0129338 Jy ! Component: 1250 - total flux cleaned = 0.0135066 Jy ! Component: 1300 - total flux cleaned = 0.0137317 Jy ! Component: 1350 - total flux cleaned = 0.0141219 Jy ! Component: 1400 - total flux cleaned = 0.014506 Jy ! Component: 1450 - total flux cleaned = 0.0146687 Jy ! Component: 1500 - total flux cleaned = 0.0149894 Jy ! Component: 1550 - total flux cleaned = 0.0152005 Jy ! Component: 1600 - total flux cleaned = 0.0153052 Jy ! Component: 1650 - total flux cleaned = 0.0155633 Jy ! Component: 1700 - total flux cleaned = 0.0156143 Jy ! Component: 1750 - total flux cleaned = 0.0156649 Jy ! Component: 1800 - total flux cleaned = 0.015666 Jy ! Component: 1850 - total flux cleaned = 0.015912 Jy ! Component: 1900 - total flux cleaned = 0.0159121 Jy ! Component: 1950 - total flux cleaned = 0.0160086 Jy ! Component: 2000 - total flux cleaned = 0.0158658 Jy ! Component: 2050 - total flux cleaned = 0.0159131 Jy ! Component: 2100 - total flux cleaned = 0.0159136 Jy ! Component: 2150 - total flux cleaned = 0.0160517 Jy ! Component: 2200 - total flux cleaned = 0.0159149 Jy ! Component: 2250 - total flux cleaned = 0.0159152 Jy ! Component: 2300 - total flux cleaned = 0.0158707 Jy ! Component: 2350 - total flux cleaned = 0.0159146 Jy ! Component: 2400 - total flux cleaned = 0.0159151 Jy ! Component: 2450 - total flux cleaned = 0.0159157 Jy ! Component: 2500 - total flux cleaned = 0.0160013 Jy ! Component: 2550 - total flux cleaned = 0.0160013 Jy ! Component: 2600 - total flux cleaned = 0.016001 Jy ! Component: 2650 - total flux cleaned = 0.015917 Jy ! Component: 2700 - total flux cleaned = 0.0158755 Jy ! Component: 2750 - total flux cleaned = 0.0158753 Jy ! Component: 2800 - total flux cleaned = 0.0160389 Jy ! Component: 2850 - total flux cleaned = 0.0159178 Jy ! Component: 2900 - total flux cleaned = 0.0159176 Jy ! Component: 2950 - total flux cleaned = 0.015957 Jy ! Component: 3000 - total flux cleaned = 0.0158772 Jy ! Component: 3050 - total flux cleaned = 0.0157989 Jy ! Component: 3100 - total flux cleaned = 0.0156428 Jy ! Component: 3150 - total flux cleaned = 0.0155273 Jy ! Component: 3200 - total flux cleaned = 0.0153362 Jy ! Component: 3250 - total flux cleaned = 0.0153747 Jy ! Component: 3300 - total flux cleaned = 0.015186 Jy ! Component: 3350 - total flux cleaned = 0.015036 Jy ! Component: 3400 - total flux cleaned = 0.0150737 Jy ! Component: 3450 - total flux cleaned = 0.0150737 Jy ! Component: 3500 - total flux cleaned = 0.015074 Jy ! Component: 3550 - total flux cleaned = 0.0150736 Jy ! Component: 3600 - total flux cleaned = 0.0149291 Jy ! Component: 3650 - total flux cleaned = 0.014893 Jy ! Component: 3700 - total flux cleaned = 0.0148575 Jy ! Component: 3750 - total flux cleaned = 0.015106 Jy ! Component: 3800 - total flux cleaned = 0.0148588 Jy ! Component: 3850 - total flux cleaned = 0.0148239 Jy ! Component: 3900 - total flux cleaned = 0.0148243 Jy ! Component: 3950 - total flux cleaned = 0.01479 Jy ! Component: 4000 - total flux cleaned = 0.0147899 Jy ! Component: 4050 - total flux cleaned = 0.0146877 Jy ! Total flux subtracted in 4096 components = 0.0145522 Jy ! Clean residual min=-0.002079 max=0.002060 Jy/beam ! Clean residual mean=0.000001 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.560649 Jy keep ! Adding 329 model components to the UV plane model. ! The established model now contains 436 components and 0.560649 Jy ![Exited script file: muppet] wmap "J0239-0234_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.486 x 7.788 at 2.735 degrees (North through East) ! Clean map min=-0.0047995 max=0.49062 Jy/beam ! Writing clean map to FITS file: J0239-0234_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.490623 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000662548 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.405127 0.405127 0.810254 1.62051 3.24102 6.48203 12.9641 25.9281 51.8563 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.49 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.486 x 7.788 at 2.735 degrees (North through East) ! Clean map min=-0.0047995 max=0.49062 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 J0239-0234_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:46:08 2019