! Started logfile: J0141-0928_S_2017_08_05_pus_uvs.log on Thu May 9 19:16:33 2019 obs J0141-0928_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0141-0928_S_2017_08_05_pus_uva.fits ! AN table 1: 20 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.685556 visibilities/baseline/integration-bin. ! Found source: J0141-0928 ! ! 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 513 lines of history. ! ! Reading 2468 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 J0141-0928_S_2017_08_05_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 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 136 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.646609Jy sigma=0.005199 ! Fit after self-cal, rms=0.634319Jy sigma=0.005113 ! 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.631 mas, bmaj=7.268 mas, bpa=-5.685 degrees ! Estimated noise=2399.5 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.275215 Jy ! Component: 100 - total flux cleaned = 0.350202 Jy ! Total flux subtracted in 100 components = 0.350202 Jy ! Clean residual min=-0.013962 max=0.031918 Jy/beam ! Clean residual mean=0.000059 rms=0.004576 Jy/beam ! Combined flux in latest and established models = 0.350202 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.350202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127255Jy sigma=0.000924 ! Fit after self-cal, rms=0.127201Jy sigma=0.000924 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0342176 Jy ! Component: 100 - total flux cleaned = 0.0513305 Jy ! Total flux subtracted in 100 components = 0.0513305 Jy ! Clean residual min=-0.011656 max=0.014650 Jy/beam ! Clean residual mean=0.000033 rms=0.003318 Jy/beam ! Combined flux in latest and established models = 0.401532 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.401532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113583Jy sigma=0.000821 ! Fit after self-cal, rms=0.113539Jy sigma=0.000821 ! 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.134 mas, bmaj=8.149 mas, bpa=-4.866 degrees ! Estimated noise=2039.22 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.0161475 Jy ! Component: 100 - total flux cleaned = 0.0252217 Jy ! Component: 150 - total flux cleaned = 0.0306067 Jy ! Component: 200 - total flux cleaned = 0.0338281 Jy ! Total flux subtracted in 200 components = 0.0338281 Jy ! Clean residual min=-0.012042 max=0.014012 Jy/beam ! Clean residual mean=0.000042 rms=0.003285 Jy/beam ! Combined flux in latest and established models = 0.43536 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 44 components and 0.43536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110610Jy sigma=0.000805 ! Fit after self-cal, rms=0.110609Jy sigma=0.000805 ! 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.00* FD 1.13 HN 0.99 KP 1.04 ! LA 0.99 MK 0.99 NL 0.91 OV 1.03 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.02 KP 0.98 ! LA 0.97 MK 0.97 NL 1.03 OV 1.04 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.03 KP 0.90 ! LA 0.74 MK 1.00 NL 1.20 OV 0.93 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.15 HN 0.96 KP 1.00* ! LA 1.00* MK 1.29 NL 1.00* OV 1.00* ! PT 1.07 SC 1.00* ! ! ! Fit before self-cal, rms=0.110609Jy sigma=0.000805 ! Fit after self-cal, rms=0.098490Jy sigma=0.000732 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.152 mas, bmaj=8.145 mas, bpa=-4.507 degrees ! Estimated noise=2040.89 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.00222626 Jy ! Component: 100 - total flux cleaned = -0.00241945 Jy ! Component: 150 - total flux cleaned = -0.00257268 Jy ! Component: 200 - total flux cleaned = -0.00267406 Jy ! Total flux subtracted in 200 components = -0.00267406 Jy ! Clean residual min=-0.009179 max=0.008928 Jy/beam ! Clean residual mean=0.000004 rms=0.002481 Jy/beam ! Combined flux in latest and established models = 0.432686 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 51 components and 0.432686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098421Jy sigma=0.000731 ! Fit after self-cal, rms=0.098399Jy sigma=0.000731 ! 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.098399Jy sigma=0.000731 ! Fit after self-cal, rms=0.095297Jy sigma=0.000692 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=8.156 mas, bpa=-4.433 degrees ! Estimated noise=2040.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000446359 Jy ! Component: 100 - total flux cleaned = -0.000444715 Jy ! Component: 150 - total flux cleaned = -0.000482599 Jy ! Component: 200 - total flux cleaned = -0.00051931 Jy ! Total flux subtracted in 200 components = -0.00051931 Jy ! Clean residual min=-0.006920 max=0.005698 Jy/beam ! Clean residual mean=-0.000000 rms=0.001529 Jy/beam ! Combined flux in latest and established models = 0.432167 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 57 components and 0.432167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095256Jy sigma=0.000691 ! Fit after self-cal, rms=0.095310Jy sigma=0.000691 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.36223e-05 Jy ! Component: 100 - total flux cleaned = 4.40587e-05 Jy ! Component: 150 - total flux cleaned = 4.5744e-05 Jy ! Component: 200 - total flux cleaned = 8.00527e-05 Jy ! Total flux subtracted in 200 components = 8.00527e-05 Jy ! Clean residual min=-0.006920 max=0.005638 Jy/beam ! Clean residual mean=-0.000000 rms=0.001523 Jy/beam ! Combined flux in latest and established models = 0.432247 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 60 components and 0.432247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095284Jy sigma=0.000691 ! Fit after self-cal, rms=0.095278Jy sigma=0.000691 ! 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.095278Jy sigma=0.000691 ! Fit after self-cal, rms=0.095229Jy sigma=0.000691 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=8.163 mas, bpa=-4.463 degrees ! Estimated noise=2038.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000555601 Jy ! Component: 100 - total flux cleaned = -0.000555214 Jy ! Component: 150 - total flux cleaned = -0.000588953 Jy ! Component: 200 - total flux cleaned = -0.000588881 Jy ! Total flux subtracted in 200 components = -0.000588881 Jy ! Clean residual min=-0.006888 max=0.005557 Jy/beam ! Clean residual mean=-0.000000 rms=0.001513 Jy/beam ! Combined flux in latest and established models = 0.431658 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 61 components and 0.431658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095198Jy sigma=0.000691 ! Fit after self-cal, rms=0.095193Jy sigma=0.000691 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 = 3.68051e-05 Jy ! Component: 100 - total flux cleaned = 3.6402e-05 Jy ! Component: 150 - total flux cleaned = 3.73904e-05 Jy ! Component: 200 - total flux cleaned = 6.83329e-05 Jy ! Total flux subtracted in 200 components = 6.83329e-05 Jy ! Clean residual min=-0.006886 max=0.005504 Jy/beam ! Clean residual mean=-0.000000 rms=0.001508 Jy/beam ! Combined flux in latest and established models = 0.431726 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 63 components and 0.431726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095173Jy sigma=0.000691 ! Fit after self-cal, rms=0.095170Jy sigma=0.000691 ! 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.095170Jy sigma=0.000691 ! Fit after self-cal, rms=0.095109Jy sigma=0.000691 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.637 mas, bmaj=15.64 mas, bpa=-4.52 degrees ! Estimated noise=2652.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140507 Jy ! Component: 100 - total flux cleaned = 0.00128278 Jy ! Component: 150 - total flux cleaned = 0.00118081 Jy ! Component: 200 - total flux cleaned = 0.00109588 Jy ! Total flux subtracted in 200 components = 0.00109588 Jy ! Clean residual min=-0.006368 max=0.006567 Jy/beam ! Clean residual mean=-0.000003 rms=0.001869 Jy/beam ! Combined flux in latest and established models = 0.432822 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 67 components and 0.432822 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095117Jy sigma=0.000691 ! Fit after self-cal, rms=0.095094Jy sigma=0.000691 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.000169287 Jy ! Component: 100 - total flux cleaned = 8.16164e-05 Jy ! Component: 150 - total flux cleaned = 7.1628e-06 Jy ! Component: 200 - total flux cleaned = -5.64287e-05 Jy ! Total flux subtracted in 200 components = -5.64287e-05 Jy ! Clean residual min=-0.006313 max=0.006435 Jy/beam ! Clean residual mean=-0.000003 rms=0.001855 Jy/beam ! Combined flux in latest and established models = 0.432766 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 70 components and 0.432766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095133Jy sigma=0.000691 ! Fit after self-cal, rms=0.095114Jy sigma=0.000691 ! 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.158 mas, bmaj=8.17 mas, bpa=-4.489 degrees ! Estimated noise=2036.33 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.158 x 8.17 at -4.489 degrees (North through East) ! Clean map min=-0.0065695 max=0.36308 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.649 mas, bmaj=7.285 mas, bpa=-5.359 degrees ! Estimated noise=2425.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.276032 Jy ! Component: 100 - total flux cleaned = 0.350443 Jy ! Component: 150 - total flux cleaned = 0.384129 Jy ! Component: 200 - total flux cleaned = 0.400957 Jy ! Total flux subtracted in 200 components = 0.400957 Jy ! Clean residual min=-0.009184 max=0.010723 Jy/beam ! Clean residual mean=0.000016 rms=0.002074 Jy/beam ! Combined flux in latest and established models = 0.400957 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.400957 Jy ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=8.17 mas, bpa=-4.489 degrees ! Estimated noise=2036.33 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) ! Added new window around map position (-3, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0146344 Jy ! Component: 100 - total flux cleaned = 0.0227649 Jy ! Component: 150 - total flux cleaned = 0.0277561 Jy ! Component: 200 - total flux cleaned = 0.0311025 Jy ! Total flux subtracted in 200 components = 0.0311025 Jy ! Clean residual min=-0.006563 max=0.004799 Jy/beam ! Clean residual mean=0.000003 rms=0.001373 Jy/beam ! Combined flux in latest and established models = 0.432059 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 66 components and 0.432059 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.637 mas, bmaj=15.64 mas, bpa=-4.52 degrees ! Estimated noise=2652.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00283806 Jy ! Component: 100 - total flux cleaned = 0.00418502 Jy ! Component: 150 - total flux cleaned = 0.00473133 Jy ! Component: 200 - total flux cleaned = 0.00482668 Jy ! Total flux subtracted in 200 components = 0.00482668 Jy ! Clean residual min=-0.005766 max=0.005498 Jy/beam ! Clean residual mean=-0.000004 rms=0.001684 Jy/beam ! Combined flux in latest and established models = 0.436886 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 = 2.01063e-07 Jy ! Component: 100 - total flux cleaned = 1.36733e-07 Jy ! Component: 150 - total flux cleaned = 6.27992e-07 Jy ! Component: 200 - total flux cleaned = 7.87389e-07 Jy ! Total flux subtracted in 200 components = 7.87389e-07 Jy ! Clean residual min=-0.005756 max=0.005501 Jy/beam ! Clean residual mean=-0.000004 rms=0.001680 Jy/beam ! Combined flux in latest and established models = 0.436887 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 83 components and 0.436887 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=8.17 mas, bpa=-4.489 degrees ! Estimated noise=2036.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000136358 Jy ! Component: 100 - total flux cleaned = 0.000299082 Jy ! Component: 150 - total flux cleaned = 0.000254641 Jy ! Component: 200 - total flux cleaned = 0.000213762 Jy ! Total flux subtracted in 200 components = 0.000213762 Jy ! Clean residual min=-0.006252 max=0.004801 Jy/beam ! Clean residual mean=-0.000001 rms=0.001326 Jy/beam ! Combined flux in latest and established models = 0.4371 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 96 components and 0.4371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094622Jy sigma=0.000687 ! Fit after self-cal, rms=0.094581Jy sigma=0.000686 wmodel J0141-0928_S_2017_08_05_pus_map.mod ! Writing 96 model components to file: J0141-0928_S_2017_08_05_pus_map.mod wobs J0141-0928_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0141-0928_S_2017_08_05_pus_uvs.fits wwins J0141-0928_S_2017_08_05_pus_map.win ! wwins: Wrote 2 windows to J0141-0928_S_2017_08_05_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.00243159 Jy ! Component: 100 - total flux cleaned = -0.00306613 Jy ! Component: 150 - total flux cleaned = -0.0030647 Jy ! Component: 200 - total flux cleaned = -0.00322731 Jy ! Component: 250 - total flux cleaned = -0.00337739 Jy ! Component: 300 - total flux cleaned = -0.00323168 Jy ! Component: 350 - total flux cleaned = -0.00301929 Jy ! Component: 400 - total flux cleaned = -0.00261041 Jy ! Component: 450 - total flux cleaned = -0.00221503 Jy ! Component: 500 - total flux cleaned = -0.00195997 Jy ! Component: 550 - total flux cleaned = -0.00165035 Jy ! Component: 600 - total flux cleaned = -0.00153159 Jy ! Component: 650 - total flux cleaned = -0.0013529 Jy ! Component: 700 - total flux cleaned = -0.00106334 Jy ! Component: 750 - total flux cleaned = -0.000948567 Jy ! Component: 800 - total flux cleaned = -0.000726934 Jy ! Component: 850 - total flux cleaned = -0.000619922 Jy ! Component: 900 - total flux cleaned = -0.00072598 Jy ! Component: 950 - total flux cleaned = -0.000879968 Jy ! Component: 1000 - total flux cleaned = -0.000777924 Jy ! Component: 1050 - total flux cleaned = -0.00077765 Jy ! Component: 1100 - total flux cleaned = -0.000826785 Jy ! Component: 1150 - total flux cleaned = -0.000971573 Jy ! Component: 1200 - total flux cleaned = -0.00097079 Jy ! Component: 1250 - total flux cleaned = -0.00101869 Jy ! Component: 1300 - total flux cleaned = -0.00129659 Jy ! Component: 1350 - total flux cleaned = -0.00156694 Jy ! Component: 1400 - total flux cleaned = -0.0015216 Jy ! Component: 1450 - total flux cleaned = -0.00183092 Jy ! Component: 1500 - total flux cleaned = -0.00187462 Jy ! Component: 1550 - total flux cleaned = -0.00200385 Jy ! Component: 1600 - total flux cleaned = -0.00229776 Jy ! Component: 1650 - total flux cleaned = -0.00225569 Jy ! Component: 1700 - total flux cleaned = -0.00237801 Jy ! Component: 1750 - total flux cleaned = -0.00241843 Jy ! Component: 1800 - total flux cleaned = -0.00249801 Jy ! Component: 1850 - total flux cleaned = -0.00261602 Jy ! Component: 1900 - total flux cleaned = -0.00265468 Jy ! Component: 1950 - total flux cleaned = -0.00265462 Jy ! Component: 2000 - total flux cleaned = -0.00280629 Jy ! Component: 2050 - total flux cleaned = -0.00280587 Jy ! Component: 2100 - total flux cleaned = -0.00269591 Jy ! Component: 2150 - total flux cleaned = -0.00269649 Jy ! Component: 2200 - total flux cleaned = -0.00284095 Jy ! Component: 2250 - total flux cleaned = -0.00276978 Jy ! Component: 2300 - total flux cleaned = -0.00284039 Jy ! Component: 2350 - total flux cleaned = -0.00294496 Jy ! Component: 2400 - total flux cleaned = -0.00294446 Jy ! Component: 2450 - total flux cleaned = -0.00297871 Jy ! Component: 2500 - total flux cleaned = -0.00297836 Jy ! Component: 2550 - total flux cleaned = -0.00297845 Jy ! Component: 2600 - total flux cleaned = -0.00297852 Jy ! Component: 2650 - total flux cleaned = -0.00297884 Jy ! Component: 2700 - total flux cleaned = -0.00304409 Jy ! Component: 2750 - total flux cleaned = -0.00317268 Jy ! Component: 2800 - total flux cleaned = -0.00314085 Jy ! Component: 2850 - total flux cleaned = -0.00329864 Jy ! Component: 2900 - total flux cleaned = -0.00332951 Jy ! Component: 2950 - total flux cleaned = -0.00329854 Jy ! Component: 3000 - total flux cleaned = -0.00345215 Jy ! Component: 3050 - total flux cleaned = -0.00348232 Jy ! Component: 3100 - total flux cleaned = -0.00345265 Jy ! Component: 3150 - total flux cleaned = -0.00354219 Jy ! Component: 3200 - total flux cleaned = -0.0036309 Jy ! Component: 3250 - total flux cleaned = -0.00368947 Jy ! Component: 3300 - total flux cleaned = -0.00360218 Jy ! Component: 3350 - total flux cleaned = -0.00368866 Jy ! Component: 3400 - total flux cleaned = -0.00360258 Jy ! Component: 3450 - total flux cleaned = -0.00360289 Jy ! Component: 3500 - total flux cleaned = -0.00365935 Jy ! Component: 3550 - total flux cleaned = -0.00357577 Jy ! Component: 3600 - total flux cleaned = -0.00368643 Jy ! Component: 3650 - total flux cleaned = -0.00374127 Jy ! Component: 3700 - total flux cleaned = -0.00374119 Jy ! Component: 3750 - total flux cleaned = -0.00376804 Jy ! Component: 3800 - total flux cleaned = -0.00384856 Jy ! Component: 3850 - total flux cleaned = -0.00390185 Jy ! Component: 3900 - total flux cleaned = -0.00395451 Jy ! Component: 3950 - total flux cleaned = -0.00392851 Jy ! Component: 4000 - total flux cleaned = -0.00392858 Jy ! Component: 4050 - total flux cleaned = -0.00413482 Jy ! Total flux subtracted in 4096 components = -0.00405764 Jy ! Clean residual min=-0.001441 max=0.001579 Jy/beam ! Clean residual mean=-0.000003 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.433043 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 377 components and 0.433043 Jy ![Exited script file: muppet] wmap "J0141-0928_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.158 x 8.17 at -4.489 degrees (North through East) ! Clean map min=-0.0034572 max=0.36498 Jy/beam ! Writing clean map to FITS file: J0141-0928_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.364976 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000468552 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.385136 0.385136 0.770273 1.54055 3.08109 6.16218 12.3244 24.6487 49.2975 98.5949 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.364 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.158 x 8.17 at -4.489 degrees (North through East) ! Clean map min=-0.0034572 max=0.36498 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 J0141-0928_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:16:39 2019