! Started logfile: J0408-0122_S_2017_03_23_pus_uvs.log on Mon May 13 09:47:37 2019 obs J0408-0122_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0408-0122_S_2017_03_23_pus_uva.fits ! AN table 1: 140 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.733016 visibilities/baseline/integration-bin. ! Found source: J0408-0122 ! ! 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 18472 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 J0408-0122_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 323 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 326 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 342 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 704 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.921089Jy sigma=0.007552 ! Fit after self-cal, rms=0.901957Jy sigma=0.007407 ! 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.641 mas, bmaj=6.861 mas, bpa=-4.543 degrees ! Estimated noise=886.157 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.0732047 Jy ! Component: 100 - total flux cleaned = 0.0938999 Jy ! Total flux subtracted in 100 components = 0.0938999 Jy ! Clean residual min=-0.004468 max=0.008723 Jy/beam ! Clean residual mean=-0.000007 rms=0.001298 Jy/beam ! Combined flux in latest and established models = 0.0939 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095605Jy sigma=0.000721 ! Fit after self-cal, rms=0.095553Jy sigma=0.000720 ! Inverting map ! Added new window around map position (2.5, 1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0106363 Jy ! Component: 100 - total flux cleaned = 0.016935 Jy ! Total flux subtracted in 100 components = 0.016935 Jy ! Clean residual min=-0.003891 max=0.004161 Jy/beam ! Clean residual mean=-0.000004 rms=0.001049 Jy/beam ! Combined flux in latest and established models = 0.110835 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 31 components and 0.110835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093660Jy sigma=0.000706 ! Fit after self-cal, rms=0.093624Jy sigma=0.000706 ! 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.117 mas, bmaj=7.614 mas, bpa=-4.248 degrees ! Estimated noise=703.553 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.00708599 Jy ! Component: 100 - total flux cleaned = 0.0109838 Jy ! Component: 150 - total flux cleaned = 0.0135502 Jy ! Component: 200 - total flux cleaned = 0.0153422 Jy ! Total flux subtracted in 200 components = 0.0153422 Jy ! Clean residual min=-0.004095 max=0.003919 Jy/beam ! Clean residual mean=-0.000000 rms=0.000962 Jy/beam ! Combined flux in latest and established models = 0.126177 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 63 components and 0.126177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092922Jy sigma=0.000702 ! Fit after self-cal, rms=0.092899Jy sigma=0.000702 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.98 HN 0.99 KP 0.99 ! LA 0.97 MK 1.06 NL 0.88 OV 1.03 ! PT 1.05 SC 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.02 HN 1.02 KP 0.99 ! LA 0.94 MK 1.04 NL 1.00 OV 1.05 ! PT 0.98 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.01 HN 0.99 KP 0.92 ! LA 0.74 MK 1.08 NL 1.19 OV 0.98 ! PT 0.95 SC 1.00 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.11 HN 0.96 KP 1.00* ! LA 0.77 MK 1.02 NL 1.00* OV 1.48 ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.092899Jy sigma=0.000702 ! Fit after self-cal, rms=0.092801Jy sigma=0.000694 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.157 mas, bmaj=7.669 mas, bpa=-3.876 degrees ! Estimated noise=704.489 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.000456727 Jy ! Component: 100 - total flux cleaned = 0.000408581 Jy ! Component: 150 - total flux cleaned = 0.000277445 Jy ! Component: 200 - total flux cleaned = 0.000241784 Jy ! Total flux subtracted in 200 components = 0.000241784 Jy ! Clean residual min=-0.002575 max=0.002684 Jy/beam ! Clean residual mean=-0.000002 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.126419 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 74 components and 0.126419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092766Jy sigma=0.000694 ! Fit after self-cal, rms=0.092751Jy sigma=0.000693 ! 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.092751Jy sigma=0.000693 ! Fit after self-cal, rms=0.091175Jy sigma=0.000690 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.163 mas, bmaj=7.691 mas, bpa=-3.66 degrees ! Estimated noise=706.638 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000153709 Jy ! Component: 100 - total flux cleaned = 0.000153672 Jy ! Component: 150 - total flux cleaned = 0.000180333 Jy ! Component: 200 - total flux cleaned = 0.000203929 Jy ! Total flux subtracted in 200 components = 0.000203929 Jy ! Clean residual min=-0.002418 max=0.002702 Jy/beam ! Clean residual mean=-0.000004 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.126623 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 80 components and 0.126623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091155Jy sigma=0.000690 ! Fit after self-cal, rms=0.091186Jy sigma=0.000690 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.75601e-05 Jy ! Component: 100 - total flux cleaned = 5.85347e-05 Jy ! Component: 150 - total flux cleaned = 7.68041e-05 Jy ! Component: 200 - total flux cleaned = 7.66771e-05 Jy ! Total flux subtracted in 200 components = 7.66771e-05 Jy ! Clean residual min=-0.002434 max=0.002682 Jy/beam ! Clean residual mean=-0.000004 rms=0.000670 Jy/beam ! Combined flux in latest and established models = 0.1267 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 83 components and 0.1267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091175Jy sigma=0.000690 ! Fit after self-cal, rms=0.091173Jy sigma=0.000690 ! 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.091173Jy sigma=0.000690 ! Fit after self-cal, rms=0.092251Jy sigma=0.000690 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.152 mas, bmaj=7.697 mas, bpa=-3.743 degrees ! Estimated noise=708.782 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000648873 Jy ! Component: 100 - total flux cleaned = 0.000750495 Jy ! Component: 150 - total flux cleaned = 0.000815771 Jy ! Component: 200 - total flux cleaned = 0.000854907 Jy ! Total flux subtracted in 200 components = 0.000854907 Jy ! Clean residual min=-0.002472 max=0.002647 Jy/beam ! Clean residual mean=-0.000006 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.127554 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 93 components and 0.127554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092237Jy sigma=0.000690 ! Fit after self-cal, rms=0.092274Jy sigma=0.000690 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.1495e-05 Jy ! Component: 100 - total flux cleaned = 1.21716e-05 Jy ! Component: 150 - total flux cleaned = 2.85448e-05 Jy ! Component: 200 - total flux cleaned = 2.85642e-05 Jy ! Total flux subtracted in 200 components = 2.85642e-05 Jy ! Clean residual min=-0.002501 max=0.002644 Jy/beam ! Clean residual mean=-0.000006 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.127583 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 96 components and 0.127583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092267Jy sigma=0.000690 ! Fit after self-cal, rms=0.092268Jy sigma=0.000690 ! 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.092268Jy sigma=0.000690 ! Fit after self-cal, rms=0.092769Jy sigma=0.000690 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.276 mas, bmaj=12.3 mas, bpa=0.5986 degrees ! Estimated noise=918.648 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104861 Jy ! Component: 100 - total flux cleaned = 0.00130753 Jy ! Component: 150 - total flux cleaned = 0.00136046 Jy ! Component: 200 - total flux cleaned = 0.00136932 Jy ! Total flux subtracted in 200 components = 0.00136932 Jy ! Clean residual min=-0.002322 max=0.003090 Jy/beam ! Clean residual mean=-0.000014 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 0.128952 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 108 components and 0.128952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092762Jy sigma=0.000690 ! Fit after self-cal, rms=0.092786Jy sigma=0.000690 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 (41.5, -24.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00253226 Jy ! Component: 100 - total flux cleaned = 0.00260179 Jy ! Component: 150 - total flux cleaned = 0.00255818 Jy ! Component: 200 - total flux cleaned = 0.00248828 Jy ! Total flux subtracted in 200 components = 0.00248828 Jy ! Clean residual min=-0.002070 max=0.002358 Jy/beam ! Clean residual mean=-0.000012 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.131441 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 139 components and 0.131441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092709Jy sigma=0.000689 ! Fit after self-cal, rms=0.092702Jy sigma=0.000689 ! 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.149 mas, bmaj=7.702 mas, bpa=-3.851 degrees ! Estimated noise=712.576 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.149 x 7.702 at -3.851 degrees (North through East) ! Clean map min=-0.0023488 max=0.097928 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.657 mas, bmaj=6.911 mas, bpa=-4.109 degrees ! Estimated noise=908.422 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0744924 Jy ! Component: 100 - total flux cleaned = 0.0960849 Jy ! Component: 150 - total flux cleaned = 0.10734 Jy ! Component: 200 - total flux cleaned = 0.114351 Jy ! Total flux subtracted in 200 components = 0.114351 Jy ! Clean residual min=-0.003342 max=0.003788 Jy/beam ! Clean residual mean=-0.000006 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.114351 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.114351 Jy ! Inverting map and beam ! Estimated beam: bmin=3.149 mas, bmaj=7.702 mas, bpa=-3.851 degrees ! Estimated noise=712.576 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.00633054 Jy ! Component: 100 - total flux cleaned = 0.0100199 Jy ! Component: 150 - total flux cleaned = 0.012719 Jy ! Component: 200 - total flux cleaned = 0.0147351 Jy ! Total flux subtracted in 200 components = 0.0147351 Jy ! Clean residual min=-0.002594 max=0.002586 Jy/beam ! Clean residual mean=-0.000005 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.129086 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 63 components and 0.129086 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.276 mas, bmaj=12.3 mas, bpa=0.5986 degrees ! Estimated noise=918.648 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00219486 Jy ! Component: 100 - total flux cleaned = 0.00240856 Jy ! Component: 150 - total flux cleaned = 0.00244944 Jy ! Component: 200 - total flux cleaned = 0.00241428 Jy ! Total flux subtracted in 200 components = 0.00241428 Jy ! Clean residual min=-0.002250 max=0.002350 Jy/beam ! Clean residual mean=-0.000011 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.1315 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 = 3.0845e-05 Jy ! Component: 100 - total flux cleaned = 5.67414e-05 Jy ! Component: 150 - total flux cleaned = 0.000106465 Jy ! Component: 200 - total flux cleaned = 0.000175518 Jy ! Total flux subtracted in 200 components = 0.000175518 Jy ! Clean residual min=-0.002150 max=0.002325 Jy/beam ! Clean residual mean=-0.000011 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.131676 Jy ! Adding 71 model components to the UV plane model. ! The established model now contains 124 components and 0.131676 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.149 mas, bmaj=7.702 mas, bpa=-3.851 degrees ! Estimated noise=712.576 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.15493e-05 Jy ! Component: 100 - total flux cleaned = 6.4188e-06 Jy ! Component: 150 - total flux cleaned = -4.19768e-05 Jy ! Component: 200 - total flux cleaned = 3.84109e-05 Jy ! Total flux subtracted in 200 components = 3.84109e-05 Jy ! Clean residual min=-0.002388 max=0.002478 Jy/beam ! Clean residual mean=-0.000005 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.131714 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 146 components and 0.131714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092632Jy sigma=0.000689 ! Fit after self-cal, rms=0.092620Jy sigma=0.000689 wmodel J0408-0122_S_2017_03_23_pus_map.mod ! Writing 146 model components to file: J0408-0122_S_2017_03_23_pus_map.mod wobs J0408-0122_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0408-0122_S_2017_03_23_pus_uvs.fits wwins J0408-0122_S_2017_03_23_pus_map.win ! wwins: Wrote 3 windows to J0408-0122_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.000848458 Jy ! Component: 100 - total flux cleaned = 0.0016884 Jy ! Component: 150 - total flux cleaned = 0.00232218 Jy ! Component: 200 - total flux cleaned = 0.00289037 Jy ! Component: 250 - total flux cleaned = 0.00332136 Jy ! Component: 300 - total flux cleaned = 0.00354957 Jy ! Component: 350 - total flux cleaned = 0.00384575 Jy ! Component: 400 - total flux cleaned = 0.00424281 Jy ! Component: 450 - total flux cleaned = 0.00456115 Jy ! Component: 500 - total flux cleaned = 0.00483953 Jy ! Component: 550 - total flux cleaned = 0.0050109 Jy ! Component: 600 - total flux cleaned = 0.00521367 Jy ! Component: 650 - total flux cleaned = 0.00541282 Jy ! Component: 700 - total flux cleaned = 0.00567433 Jy ! Component: 750 - total flux cleaned = 0.00586724 Jy ! Component: 800 - total flux cleaned = 0.00602586 Jy ! Component: 850 - total flux cleaned = 0.00612032 Jy ! Component: 900 - total flux cleaned = 0.00627565 Jy ! Component: 950 - total flux cleaned = 0.00642876 Jy ! Component: 1000 - total flux cleaned = 0.0065797 Jy ! Component: 1050 - total flux cleaned = 0.00663982 Jy ! Component: 1100 - total flux cleaned = 0.0068176 Jy ! Component: 1150 - total flux cleaned = 0.006964 Jy ! Component: 1200 - total flux cleaned = 0.00708042 Jy ! Component: 1250 - total flux cleaned = 0.00728178 Jy ! Component: 1300 - total flux cleaned = 0.00748076 Jy ! Component: 1350 - total flux cleaned = 0.0076212 Jy ! Component: 1400 - total flux cleaned = 0.00776013 Jy ! Component: 1450 - total flux cleaned = 0.00789772 Jy ! Component: 1500 - total flux cleaned = 0.0079524 Jy ! Component: 1550 - total flux cleaned = 0.00803377 Jy ! Component: 1600 - total flux cleaned = 0.00814105 Jy ! Component: 1650 - total flux cleaned = 0.00830045 Jy ! Component: 1700 - total flux cleaned = 0.00835307 Jy ! Component: 1750 - total flux cleaned = 0.00850972 Jy ! Component: 1800 - total flux cleaned = 0.00856169 Jy ! Component: 1850 - total flux cleaned = 0.00866447 Jy ! Component: 1900 - total flux cleaned = 0.00881707 Jy ! Component: 1950 - total flux cleaned = 0.00886773 Jy ! Component: 2000 - total flux cleaned = 0.00894294 Jy ! Component: 2050 - total flux cleaned = 0.00906709 Jy ! Component: 2100 - total flux cleaned = 0.00916591 Jy ! Component: 2150 - total flux cleaned = 0.00928826 Jy ! Component: 2200 - total flux cleaned = 0.00933664 Jy ! Component: 2250 - total flux cleaned = 0.00940865 Jy ! Component: 2300 - total flux cleaned = 0.00943281 Jy ! Component: 2350 - total flux cleaned = 0.0095518 Jy ! Component: 2400 - total flux cleaned = 0.00959896 Jy ! Component: 2450 - total flux cleaned = 0.00964602 Jy ! Component: 2500 - total flux cleaned = 0.00969283 Jy ! Component: 2550 - total flux cleaned = 0.00983196 Jy ! Component: 2600 - total flux cleaned = 0.00980875 Jy ! Component: 2650 - total flux cleaned = 0.00994617 Jy ! Component: 2700 - total flux cleaned = 0.00999167 Jy ! Component: 2750 - total flux cleaned = 0.0101048 Jy ! Component: 2800 - total flux cleaned = 0.0102171 Jy ! Component: 2850 - total flux cleaned = 0.0102618 Jy ! Component: 2900 - total flux cleaned = 0.0103728 Jy ! Component: 2950 - total flux cleaned = 0.0104169 Jy ! Component: 3000 - total flux cleaned = 0.0104388 Jy ! Component: 3050 - total flux cleaned = 0.010548 Jy ! Component: 3100 - total flux cleaned = 0.0105479 Jy ! Component: 3150 - total flux cleaned = 0.0105261 Jy ! Component: 3200 - total flux cleaned = 0.0105263 Jy ! Component: 3250 - total flux cleaned = 0.0106763 Jy ! Component: 3300 - total flux cleaned = 0.0108037 Jy ! Component: 3350 - total flux cleaned = 0.0107826 Jy ! Component: 3400 - total flux cleaned = 0.0108667 Jy ! Component: 3450 - total flux cleaned = 0.0108878 Jy ! Component: 3500 - total flux cleaned = 0.01095 Jy ! Component: 3550 - total flux cleaned = 0.0110119 Jy ! Component: 3600 - total flux cleaned = 0.0110118 Jy ! Component: 3650 - total flux cleaned = 0.0111346 Jy ! Component: 3700 - total flux cleaned = 0.0111347 Jy ! Component: 3750 - total flux cleaned = 0.0112362 Jy ! Component: 3800 - total flux cleaned = 0.0112564 Jy ! Component: 3850 - total flux cleaned = 0.0113371 Jy ! Component: 3900 - total flux cleaned = 0.0115171 Jy ! Component: 3950 - total flux cleaned = 0.0114971 Jy ! Component: 4000 - total flux cleaned = 0.0114971 Jy ! Component: 4050 - total flux cleaned = 0.0115562 Jy ! Total flux subtracted in 4096 components = 0.0115953 Jy ! Clean residual min=-0.001191 max=0.001366 Jy/beam ! Clean residual mean=-0.000003 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.14331 Jy keep ! Adding 332 model components to the UV plane model. ! The established model now contains 478 components and 0.14331 Jy ![Exited script file: muppet] wmap "J0408-0122_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.149 x 7.702 at -3.851 degrees (North through East) ! Clean map min=-0.0015708 max=0.098725 Jy/beam ! Writing clean map to FITS file: J0408-0122_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.0987246 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000401268 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.21936 1.21936 2.43871 4.87743 9.75485 19.5097 39.0194 78.0388 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.098 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.149 x 7.702 at -3.851 degrees (North through East) ! Clean map min=-0.0015708 max=0.098725 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 J0408-0122_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:47:44 2019