! Started logfile: J2348-0425_S_2017_07_09_pus_uvs.log on Wed May 8 14:59:23 2019 obs J2348-0425_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J2348-0425_S_2017_07_09_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.968226 visibilities/baseline/integration-bin. ! Found source: J2348-0425 ! ! 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 594 lines of history. ! ! Reading 19868 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 J2348-0425_S_2017_07_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 602 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.812315Jy sigma=0.007170 ! Fit after self-cal, rms=0.805110Jy sigma=0.007106 ! 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.648 mas, bmaj=7.057 mas, bpa=-6.298 degrees ! Estimated noise=878.274 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.146096 Jy ! Component: 100 - total flux cleaned = 0.199129 Jy ! Total flux subtracted in 100 components = 0.199129 Jy ! Clean residual min=-0.008356 max=0.024553 Jy/beam ! Clean residual mean=0.000058 rms=0.002426 Jy/beam ! Combined flux in latest and established models = 0.199129 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.199129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108864Jy sigma=0.000932 ! Fit after self-cal, rms=0.108786Jy sigma=0.000932 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0276923 Jy ! Component: 100 - total flux cleaned = 0.0428058 Jy ! Total flux subtracted in 100 components = 0.0428058 Jy ! Clean residual min=-0.005643 max=0.008166 Jy/beam ! Clean residual mean=0.000047 rms=0.001529 Jy/beam ! Combined flux in latest and established models = 0.241935 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 20 components and 0.241935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100305Jy sigma=0.000854 ! Fit after self-cal, rms=0.100289Jy sigma=0.000854 ! 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.188 mas, bmaj=7.943 mas, bpa=-4.805 degrees ! Estimated noise=650.091 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 (-2, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0117355 Jy ! Component: 100 - total flux cleaned = 0.0183403 Jy ! Component: 150 - total flux cleaned = 0.0203382 Jy ! Component: 200 - total flux cleaned = 0.0208034 Jy ! Total flux subtracted in 200 components = 0.0208034 Jy ! Clean residual min=-0.005283 max=0.005382 Jy/beam ! Clean residual mean=0.000094 rms=0.001502 Jy/beam ! Combined flux in latest and established models = 0.262738 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 48 components and 0.262738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098664Jy sigma=0.000841 ! Fit after self-cal, rms=0.098658Jy sigma=0.000840 ! 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 0.93 HN 0.95 KP 1.03 ! LA 1.02 MK 1.01 NL 0.91 OV 1.02 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.28 FD 1.00 HN 0.99 KP 1.00 ! LA 0.99 MK 1.06 NL 1.07 OV 1.01 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00 HN 1.00 KP 0.97 ! LA 0.98 MK 0.99 NL 0.99 OV 0.98 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.72 HN 1.28 KP 1.00* ! LA 0.70 MK 1.51 NL 1.00* OV 1.00* ! PT 1.44 SC 1.00* ! ! ! Fit before self-cal, rms=0.098658Jy sigma=0.000840 ! Fit after self-cal, rms=0.093299Jy sigma=0.000812 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.224 mas, bmaj=8 mas, bpa=-4.348 degrees ! Estimated noise=652.051 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.000412449 Jy ! Component: 100 - total flux cleaned = -0.000629023 Jy ! Component: 150 - total flux cleaned = -0.000810821 Jy ! Component: 200 - total flux cleaned = -0.00102812 Jy ! Total flux subtracted in 200 components = -0.00102812 Jy ! Clean residual min=-0.004279 max=0.004568 Jy/beam ! Clean residual mean=0.000041 rms=0.001214 Jy/beam ! Combined flux in latest and established models = 0.26171 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 59 components and 0.26171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093153Jy sigma=0.000811 ! Fit after self-cal, rms=0.093512Jy sigma=0.000810 ! 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.093512Jy sigma=0.000810 ! Fit after self-cal, rms=0.113276Jy sigma=0.000769 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.211 mas, bmaj=8.024 mas, bpa=-4.365 degrees ! Estimated noise=657.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00138938 Jy ! Component: 100 - total flux cleaned = 0.00153528 Jy ! Component: 150 - total flux cleaned = 0.00153154 Jy ! Component: 200 - total flux cleaned = 0.00158665 Jy ! Total flux subtracted in 200 components = 0.00158665 Jy ! Clean residual min=-0.002776 max=0.002652 Jy/beam ! Clean residual mean=0.000003 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.263297 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 71 components and 0.263297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113090Jy sigma=0.000768 ! Fit after self-cal, rms=0.113763Jy 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 = -0.000167488 Jy ! Component: 100 - total flux cleaned = -0.000119704 Jy ! Component: 150 - total flux cleaned = -0.000120629 Jy ! Component: 200 - total flux cleaned = -0.000121326 Jy ! Total flux subtracted in 200 components = -0.000121326 Jy ! Clean residual min=-0.002727 max=0.002472 Jy/beam ! Clean residual mean=0.000004 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.263175 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 79 components and 0.263176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113702Jy sigma=0.000767 ! Fit after self-cal, rms=0.113699Jy sigma=0.000767 ! 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.113699Jy sigma=0.000767 ! Fit after self-cal, rms=0.125654Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.211 mas, bmaj=8.021 mas, bpa=-4.225 degrees ! Estimated noise=658.633 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000643776 Jy ! Component: 100 - total flux cleaned = 0.000552597 Jy ! Component: 150 - total flux cleaned = 0.000509182 Jy ! Component: 200 - total flux cleaned = 0.000470127 Jy ! Total flux subtracted in 200 components = 0.000470127 Jy ! Clean residual min=-0.002506 max=0.002253 Jy/beam ! Clean residual mean=0.000000 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.263646 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 90 components and 0.263646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125545Jy sigma=0.000765 ! Fit after self-cal, rms=0.125661Jy sigma=0.000765 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.54369e-06 Jy ! Component: 100 - total flux cleaned = 3.08592e-05 Jy ! Component: 150 - total flux cleaned = 3.10093e-05 Jy ! Component: 200 - total flux cleaned = 3.15286e-05 Jy ! Total flux subtracted in 200 components = 3.15286e-05 Jy ! Clean residual min=-0.002465 max=0.002194 Jy/beam ! Clean residual mean=0.000000 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.263677 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 97 components and 0.263677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125615Jy sigma=0.000765 ! Fit after self-cal, rms=0.125612Jy sigma=0.000765 ! 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.125612Jy sigma=0.000765 ! Fit after self-cal, rms=0.131307Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.508 mas, bmaj=13.27 mas, bpa=-4.29 degrees ! Estimated noise=828.765 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000297994 Jy ! Component: 100 - total flux cleaned = 0.000412385 Jy ! Component: 150 - total flux cleaned = 0.000427971 Jy ! Component: 200 - total flux cleaned = 0.000415724 Jy ! Total flux subtracted in 200 components = 0.000415724 Jy ! Clean residual min=-0.002192 max=0.002057 Jy/beam ! Clean residual mean=0.000001 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.264093 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 104 components and 0.264093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131284Jy sigma=0.000765 ! Fit after self-cal, rms=0.131331Jy sigma=0.000765 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.64664e-05 Jy ! Component: 100 - total flux cleaned = 1.78603e-05 Jy ! Component: 150 - total flux cleaned = 2.96142e-05 Jy ! Component: 200 - total flux cleaned = 1.87385e-05 Jy ! Total flux subtracted in 200 components = 1.87385e-05 Jy ! Clean residual min=-0.002211 max=0.002072 Jy/beam ! Clean residual mean=0.000001 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.264112 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 107 components and 0.264112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131312Jy sigma=0.000765 ! Fit after self-cal, rms=0.131311Jy sigma=0.000765 ! 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.215 mas, bmaj=8.02 mas, bpa=-4.085 degrees ! Estimated noise=660.806 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.215 x 8.02 at -4.085 degrees (North through East) ! Clean map min=-0.0022557 max=0.19835 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.668 mas, bmaj=7.098 mas, bpa=-5.6 degrees ! Estimated noise=894.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.14863 Jy ! Component: 100 - total flux cleaned = 0.2024 Jy ! Component: 150 - total flux cleaned = 0.229756 Jy ! Component: 200 - total flux cleaned = 0.244193 Jy ! Total flux subtracted in 200 components = 0.244193 Jy ! Clean residual min=-0.003875 max=0.006850 Jy/beam ! Clean residual mean=0.000008 rms=0.001004 Jy/beam ! Combined flux in latest and established models = 0.244193 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.244193 Jy ! Inverting map and beam ! Estimated beam: bmin=3.215 mas, bmaj=8.02 mas, bpa=-4.085 degrees ! Estimated noise=660.806 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.00962726 Jy ! Component: 100 - total flux cleaned = 0.0147707 Jy ! Component: 150 - total flux cleaned = 0.0179065 Jy ! Component: 200 - total flux cleaned = 0.0192784 Jy ! Total flux subtracted in 200 components = 0.0192784 Jy ! Clean residual min=-0.002490 max=0.002163 Jy/beam ! Clean residual mean=0.000003 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.263471 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 44 components and 0.263471 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.508 mas, bmaj=13.27 mas, bpa=-4.29 degrees ! Estimated noise=828.765 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000421214 Jy ! Component: 100 - total flux cleaned = 0.000527903 Jy ! Component: 150 - total flux cleaned = 0.000502197 Jy ! Component: 200 - total flux cleaned = 0.000459003 Jy ! Total flux subtracted in 200 components = 0.000459003 Jy ! Clean residual min=-0.002096 max=0.002137 Jy/beam ! Clean residual mean=0.000003 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.26393 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.95358e-05 Jy ! Component: 100 - total flux cleaned = -5.35879e-05 Jy ! Component: 150 - total flux cleaned = -6.83763e-05 Jy ! Component: 200 - total flux cleaned = -8.21232e-05 Jy ! Total flux subtracted in 200 components = -8.21232e-05 Jy ! Clean residual min=-0.002098 max=0.002131 Jy/beam ! Clean residual mean=0.000002 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.263848 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 74 components and 0.263848 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.215 mas, bmaj=8.02 mas, bpa=-4.085 degrees ! Estimated noise=660.806 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000243272 Jy ! Component: 100 - total flux cleaned = -0.000243304 Jy ! Component: 150 - total flux cleaned = -0.000198858 Jy ! Component: 200 - total flux cleaned = -0.000199788 Jy ! Total flux subtracted in 200 components = -0.000199788 Jy ! Clean residual min=-0.002469 max=0.002192 Jy/beam ! Clean residual mean=0.000001 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.263649 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 86 components and 0.263649 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131198Jy sigma=0.000765 ! Fit after self-cal, rms=0.131188Jy sigma=0.000765 wmodel J2348-0425_S_2017_07_09_pus_map.mod ! Writing 86 model components to file: J2348-0425_S_2017_07_09_pus_map.mod wobs J2348-0425_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J2348-0425_S_2017_07_09_pus_uvs.fits wwins J2348-0425_S_2017_07_09_pus_map.win ! wwins: Wrote 2 windows to J2348-0425_S_2017_07_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.000127334 Jy ! Component: 100 - total flux cleaned = 0.000670781 Jy ! Component: 150 - total flux cleaned = 0.00108145 Jy ! Component: 200 - total flux cleaned = 0.00155258 Jy ! Component: 250 - total flux cleaned = 0.00204532 Jy ! Component: 300 - total flux cleaned = 0.00245674 Jy ! Component: 350 - total flux cleaned = 0.00292654 Jy ! Component: 400 - total flux cleaned = 0.00342119 Jy ! Component: 450 - total flux cleaned = 0.00393929 Jy ! Component: 500 - total flux cleaned = 0.00438547 Jy ! Component: 550 - total flux cleaned = 0.00485685 Jy ! Component: 600 - total flux cleaned = 0.005384 Jy ! Component: 650 - total flux cleaned = 0.00593451 Jy ! Component: 700 - total flux cleaned = 0.00641876 Jy ! Component: 750 - total flux cleaned = 0.00698715 Jy ! Component: 800 - total flux cleaned = 0.00751931 Jy ! Component: 850 - total flux cleaned = 0.00795817 Jy ! Component: 900 - total flux cleaned = 0.00842186 Jy ! Component: 950 - total flux cleaned = 0.00893829 Jy ! Component: 1000 - total flux cleaned = 0.00944953 Jy ! Component: 1050 - total flux cleaned = 0.00989941 Jy ! Component: 1100 - total flux cleaned = 0.0104846 Jy ! Component: 1150 - total flux cleaned = 0.011009 Jy ! Component: 1200 - total flux cleaned = 0.011502 Jy ! Component: 1250 - total flux cleaned = 0.0120177 Jy ! Component: 1300 - total flux cleaned = 0.0124483 Jy ! Component: 1350 - total flux cleaned = 0.0129821 Jy ! Component: 1400 - total flux cleaned = 0.0134321 Jy ! Component: 1450 - total flux cleaned = 0.0138788 Jy ! Component: 1500 - total flux cleaned = 0.0143482 Jy ! Component: 1550 - total flux cleaned = 0.0147362 Jy ! Component: 1600 - total flux cleaned = 0.0151728 Jy ! Component: 1650 - total flux cleaned = 0.0156317 Jy ! Component: 1700 - total flux cleaned = 0.016062 Jy ! Component: 1750 - total flux cleaned = 0.0165394 Jy ! Component: 1800 - total flux cleaned = 0.016989 Jy ! Component: 1850 - total flux cleaned = 0.0174605 Jy ! Component: 1900 - total flux cleaned = 0.0178795 Jy ! Component: 1950 - total flux cleaned = 0.0183941 Jy ! Component: 2000 - total flux cleaned = 0.0187595 Jy ! Component: 2050 - total flux cleaned = 0.0192926 Jy ! Component: 2100 - total flux cleaned = 0.0197745 Jy ! Component: 2150 - total flux cleaned = 0.02023 Jy ! Component: 2200 - total flux cleaned = 0.0207071 Jy ! Component: 2250 - total flux cleaned = 0.0210867 Jy ! Component: 2300 - total flux cleaned = 0.0215353 Jy ! Component: 2350 - total flux cleaned = 0.0219583 Jy ! Component: 2400 - total flux cleaned = 0.0223091 Jy ! Component: 2450 - total flux cleaned = 0.022705 Jy ! Component: 2500 - total flux cleaned = 0.0231685 Jy ! Component: 2550 - total flux cleaned = 0.0234913 Jy ! Component: 2600 - total flux cleaned = 0.0238124 Jy ! Component: 2650 - total flux cleaned = 0.0242007 Jy ! Component: 2700 - total flux cleaned = 0.0245418 Jy ! Component: 2750 - total flux cleaned = 0.0249265 Jy ! Component: 2800 - total flux cleaned = 0.0254 Jy ! Component: 2850 - total flux cleaned = 0.0257141 Jy ! Component: 2900 - total flux cleaned = 0.0261833 Jy ! Component: 2950 - total flux cleaned = 0.0265392 Jy ! Component: 3000 - total flux cleaned = 0.0268936 Jy ! Component: 3050 - total flux cleaned = 0.0272907 Jy ! Component: 3100 - total flux cleaned = 0.027686 Jy ! Component: 3150 - total flux cleaned = 0.0279706 Jy ! Component: 3200 - total flux cleaned = 0.0284501 Jy ! Component: 3250 - total flux cleaned = 0.0288192 Jy ! Component: 3300 - total flux cleaned = 0.0291436 Jy ! Component: 3350 - total flux cleaned = 0.0295529 Jy ! Component: 3400 - total flux cleaned = 0.0300034 Jy ! Component: 3450 - total flux cleaned = 0.0302813 Jy ! Component: 3500 - total flux cleaned = 0.0306221 Jy ! Component: 3550 - total flux cleaned = 0.0310465 Jy ! Component: 3600 - total flux cleaned = 0.0313848 Jy ! Component: 3650 - total flux cleaned = 0.0317851 Jy ! Component: 3700 - total flux cleaned = 0.0321211 Jy ! Component: 3750 - total flux cleaned = 0.0325604 Jy ! Component: 3800 - total flux cleaned = 0.0329149 Jy ! Component: 3850 - total flux cleaned = 0.0333096 Jy ! Component: 3900 - total flux cleaned = 0.0336409 Jy ! Component: 3950 - total flux cleaned = 0.0340536 Jy ! Component: 4000 - total flux cleaned = 0.0344237 Jy ! Component: 4050 - total flux cleaned = 0.0348131 Jy ! Total flux subtracted in 4096 components = 0.0351605 Jy ! Clean residual min=-0.001019 max=0.001281 Jy/beam ! Clean residual mean=0.000000 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.298809 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 385 components and 0.298809 Jy ![Exited script file: muppet] wmap "J2348-0425_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.215 x 8.02 at -4.085 degrees (North through East) ! Clean map min=-0.0015211 max=0.20035 Jy/beam ! Writing clean map to FITS file: J2348-0425_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.200349 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000394803 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.591173 0.591173 1.18235 2.36469 4.72939 9.45877 18.9175 37.8351 75.6702 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.2 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.215 x 8.02 at -4.085 degrees (North through East) ! Clean map min=-0.0015211 max=0.20035 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 J2348-0425_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:59:27 2019