! Started logfile: J1504+0407_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:16:05 2019 obs J1504+0407_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J1504+0407_S_2017_01_16_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.765608 visibilities/baseline/integration-bin. ! Found source: J1504+0407 ! ! 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 622 lines of history. ! ! Reading 11576 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 J1504+0407_S_2017_01_16_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 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 283 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.949642Jy sigma=0.007690 ! Fit after self-cal, rms=0.928442Jy sigma=0.007546 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.615 mas, bmaj=9.101 mas, bpa=18.51 degrees ! Estimated noise=1194.43 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.0581358 Jy ! Component: 100 - total flux cleaned = 0.0720847 Jy ! Total flux subtracted in 100 components = 0.0720847 Jy ! Clean residual min=-0.004206 max=0.005441 Jy/beam ! Clean residual mean=0.000002 rms=0.001010 Jy/beam ! Combined flux in latest and established models = 0.0720847 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0720847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109270Jy sigma=0.000668 ! Fit after self-cal, rms=0.109189Jy sigma=0.000668 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00599364 Jy ! Component: 100 - total flux cleaned = 0.00940105 Jy ! Total flux subtracted in 100 components = 0.00940105 Jy ! Clean residual min=-0.003633 max=0.003087 Jy/beam ! Clean residual mean=0.000000 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.0814858 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 18 components and 0.0814858 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108812Jy sigma=0.000665 ! Fit after self-cal, rms=0.108833Jy sigma=0.000664 ! 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=4.259 mas, bmaj=9.789 mas, bpa=16.75 degrees ! Estimated noise=878.91 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.0024254 Jy ! Component: 100 - total flux cleaned = 0.00377792 Jy ! Component: 150 - total flux cleaned = 0.00422794 Jy ! Component: 200 - total flux cleaned = 0.00437484 Jy ! Total flux subtracted in 200 components = 0.00437484 Jy ! Clean residual min=-0.002989 max=0.002648 Jy/beam ! Clean residual mean=-0.000005 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.0858606 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 38 components and 0.0858606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108755Jy sigma=0.000664 ! Fit after self-cal, rms=0.108762Jy sigma=0.000664 ! 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.20 FD 0.89 HN 0.99 KP 0.94 ! LA 1.04 MK 1.00* NL 0.93 OV 0.98 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.92 HN 0.97 KP 0.98 ! LA 0.98 MK 1.00* NL 1.08 OV 1.05 ! PT 1.01 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00 HN 0.94 KP 1.05 ! LA 1.30 MK 1.00* NL 1.04 OV 0.95 ! PT 1.06 SC 1.04 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.04 HN 0.95 KP 1.00* ! LA 0.95 MK 1.00* NL 1.00* OV 0.92 ! PT 0.93 SC 0.89 ! ! ! Fit before self-cal, rms=0.108762Jy sigma=0.000664 ! Fit after self-cal, rms=0.105250Jy sigma=0.000661 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.266 mas, bmaj=9.727 mas, bpa=15.95 degrees ! Estimated noise=892.07 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.00149911 Jy ! Component: 100 - total flux cleaned = 0.00181429 Jy ! Component: 150 - total flux cleaned = 0.00177404 Jy ! Component: 200 - total flux cleaned = 0.00172094 Jy ! Total flux subtracted in 200 components = 0.00172094 Jy ! Clean residual min=-0.002667 max=0.002500 Jy/beam ! Clean residual mean=-0.000006 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.0875815 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 44 components and 0.0875815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105216Jy sigma=0.000661 ! Fit after self-cal, rms=0.105290Jy sigma=0.000660 ! 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.105290Jy sigma=0.000660 ! Fit after self-cal, rms=0.102776Jy sigma=0.000655 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.269 mas, bmaj=9.705 mas, bpa=15.86 degrees ! Estimated noise=900.37 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000873478 Jy ! Component: 100 - total flux cleaned = 0.00100978 Jy ! Component: 150 - total flux cleaned = 0.000996137 Jy ! Component: 200 - total flux cleaned = 0.000983534 Jy ! Total flux subtracted in 200 components = 0.000983534 Jy ! Clean residual min=-0.001912 max=0.002187 Jy/beam ! Clean residual mean=-0.000002 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.0885651 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 56 components and 0.0885651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102765Jy sigma=0.000655 ! Fit after self-cal, rms=0.102906Jy sigma=0.000655 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.000193441 Jy ! Component: 100 - total flux cleaned = -0.000218827 Jy ! Component: 150 - total flux cleaned = -0.000228487 Jy ! Component: 200 - total flux cleaned = -0.000228486 Jy ! Total flux subtracted in 200 components = -0.000228486 Jy ! Clean residual min=-0.001997 max=0.002158 Jy/beam ! Clean residual mean=-0.000002 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.0883366 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 61 components and 0.0883366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102903Jy sigma=0.000655 ! Fit after self-cal, rms=0.102907Jy sigma=0.000655 ! 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.102907Jy sigma=0.000655 ! Fit after self-cal, rms=0.099061Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.266 mas, bmaj=9.695 mas, bpa=15.85 degrees ! Estimated noise=899.071 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000120048 Jy ! Component: 100 - total flux cleaned = 9.72186e-05 Jy ! Component: 150 - total flux cleaned = 5.65323e-05 Jy ! Component: 200 - total flux cleaned = 2.92121e-05 Jy ! Total flux subtracted in 200 components = 2.92121e-05 Jy ! Clean residual min=-0.002014 max=0.002060 Jy/beam ! Clean residual mean=0.000000 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.0883658 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 65 components and 0.0883658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099058Jy sigma=0.000654 ! Fit after self-cal, rms=0.099094Jy sigma=0.000654 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.64859e-05 Jy ! Component: 100 - total flux cleaned = -7.44424e-05 Jy ! Component: 150 - total flux cleaned = -9.96373e-05 Jy ! Component: 200 - total flux cleaned = -0.000115272 Jy ! Total flux subtracted in 200 components = -0.000115272 Jy ! Clean residual min=-0.002061 max=0.002062 Jy/beam ! Clean residual mean=0.000000 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.0882505 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 67 components and 0.0882505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099091Jy sigma=0.000654 ! Fit after self-cal, rms=0.099092Jy sigma=0.000654 ! 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.099092Jy sigma=0.000654 ! Fit after self-cal, rms=0.099360Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.839 mas, bmaj=12.05 mas, bpa=4.904 degrees ! Estimated noise=1041.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000122384 Jy ! Component: 100 - total flux cleaned = -0.000148823 Jy ! Component: 150 - total flux cleaned = -0.000156084 Jy ! Component: 200 - total flux cleaned = -0.000169493 Jy ! Total flux subtracted in 200 components = -0.000169493 Jy ! Clean residual min=-0.002399 max=0.002080 Jy/beam ! Clean residual mean=0.000001 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.088081 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 76 components and 0.088081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099360Jy sigma=0.000654 ! Fit after self-cal, rms=0.099369Jy sigma=0.000654 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.12065e-05 Jy ! Component: 100 - total flux cleaned = -4.51292e-05 Jy ! Component: 150 - total flux cleaned = -6.89378e-05 Jy ! Component: 200 - total flux cleaned = -7.98324e-05 Jy ! Total flux subtracted in 200 components = -7.98324e-05 Jy ! Clean residual min=-0.002404 max=0.002083 Jy/beam ! Clean residual mean=0.000001 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.0880012 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 77 components and 0.0880012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099369Jy sigma=0.000654 ! Fit after self-cal, rms=0.099371Jy sigma=0.000654 ! 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=4.262 mas, bmaj=9.69 mas, bpa=15.84 degrees ! Estimated noise=898.542 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.262 x 9.69 at 15.84 degrees (North through East) ! Clean map min=-0.0020398 max=0.075041 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.615 mas, bmaj=9.024 mas, bpa=17.83 degrees ! Estimated noise=1204.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0583184 Jy ! Component: 100 - total flux cleaned = 0.0727831 Jy ! Component: 150 - total flux cleaned = 0.079182 Jy ! Component: 200 - total flux cleaned = 0.0827827 Jy ! Total flux subtracted in 200 components = 0.0827827 Jy ! Clean residual min=-0.002656 max=0.002637 Jy/beam ! Clean residual mean=0.000001 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.0827826 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.0827826 Jy ! Inverting map and beam ! Estimated beam: bmin=4.262 mas, bmaj=9.69 mas, bpa=15.84 degrees ! Estimated noise=898.542 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.00252533 Jy ! Component: 100 - total flux cleaned = 0.00399475 Jy ! Component: 150 - total flux cleaned = 0.00445726 Jy ! Component: 200 - total flux cleaned = 0.00476075 Jy ! Total flux subtracted in 200 components = 0.00476075 Jy ! Clean residual min=-0.002106 max=0.002018 Jy/beam ! Clean residual mean=0.000000 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.0875434 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 32 components and 0.0875434 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.839 mas, bmaj=12.05 mas, bpa=4.904 degrees ! Estimated noise=1041.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.80694e-05 Jy ! Component: 100 - total flux cleaned = 0.000100315 Jy ! Component: 150 - total flux cleaned = 0.000111208 Jy ! Component: 200 - total flux cleaned = 0.000120445 Jy ! Total flux subtracted in 200 components = 0.000120445 Jy ! Clean residual min=-0.002450 max=0.002072 Jy/beam ! Clean residual mean=0.000001 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.0876638 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.60882e-05 Jy ! Component: 100 - total flux cleaned = 3.01272e-05 Jy ! Component: 150 - total flux cleaned = 4.86977e-05 Jy ! Component: 200 - total flux cleaned = 5.98277e-05 Jy ! Total flux subtracted in 200 components = 5.98277e-05 Jy ! Clean residual min=-0.002440 max=0.002081 Jy/beam ! Clean residual mean=0.000001 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.0877237 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 58 components and 0.0877236 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.262 mas, bmaj=9.69 mas, bpa=15.84 degrees ! Estimated noise=898.542 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.30061e-05 Jy ! Component: 100 - total flux cleaned = 0.000113329 Jy ! Component: 150 - total flux cleaned = 0.000156147 Jy ! Component: 200 - total flux cleaned = 0.000204255 Jy ! Total flux subtracted in 200 components = 0.000204255 Jy ! Clean residual min=-0.002073 max=0.002057 Jy/beam ! Clean residual mean=0.000000 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.0879279 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 68 components and 0.0879279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099372Jy sigma=0.000654 ! Fit after self-cal, rms=0.099371Jy sigma=0.000654 wmodel J1504+0407_S_2017_01_16_pus_map.mod ! Writing 68 model components to file: J1504+0407_S_2017_01_16_pus_map.mod wobs J1504+0407_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J1504+0407_S_2017_01_16_pus_uvs.fits wwins J1504+0407_S_2017_01_16_pus_map.win ! wwins: Wrote 1 windows to J1504+0407_S_2017_01_16_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.000114196 Jy ! Component: 100 - total flux cleaned = 0.000313904 Jy ! Component: 150 - total flux cleaned = 0.000469483 Jy ! Component: 200 - total flux cleaned = 0.000588762 Jy ! Component: 250 - total flux cleaned = 0.000531637 Jy ! Component: 300 - total flux cleaned = 0.000532138 Jy ! Component: 350 - total flux cleaned = 0.000587344 Jy ! Component: 400 - total flux cleaned = 0.000667074 Jy ! Component: 450 - total flux cleaned = 0.000692837 Jy ! Component: 500 - total flux cleaned = 0.000667945 Jy ! Component: 550 - total flux cleaned = 0.000768279 Jy ! Component: 600 - total flux cleaned = 0.000767696 Jy ! Component: 650 - total flux cleaned = 0.000791674 Jy ! Component: 700 - total flux cleaned = 0.000886283 Jy ! Component: 750 - total flux cleaned = 0.000839134 Jy ! Component: 800 - total flux cleaned = 0.000885763 Jy ! Component: 850 - total flux cleaned = 0.000931232 Jy ! Component: 900 - total flux cleaned = 0.000953648 Jy ! Component: 950 - total flux cleaned = 0.000997858 Jy ! Component: 1000 - total flux cleaned = 0.000954492 Jy ! Component: 1050 - total flux cleaned = 0.000954926 Jy ! Component: 1100 - total flux cleaned = 0.000912592 Jy ! Component: 1150 - total flux cleaned = 0.000891682 Jy ! Component: 1200 - total flux cleaned = 0.000891866 Jy ! Component: 1250 - total flux cleaned = 0.000831005 Jy ! Component: 1300 - total flux cleaned = 0.000870854 Jy ! Component: 1350 - total flux cleaned = 0.000811572 Jy ! Component: 1400 - total flux cleaned = 0.0008116 Jy ! Component: 1450 - total flux cleaned = 0.000830913 Jy ! Component: 1500 - total flux cleaned = 0.000754347 Jy ! Component: 1550 - total flux cleaned = 0.000735404 Jy ! Component: 1600 - total flux cleaned = 0.00069772 Jy ! Component: 1650 - total flux cleaned = 0.0006605 Jy ! Component: 1700 - total flux cleaned = 0.000623566 Jy ! Component: 1750 - total flux cleaned = 0.000551044 Jy ! Component: 1800 - total flux cleaned = 0.000533056 Jy ! Component: 1850 - total flux cleaned = 0.000497861 Jy ! Component: 1900 - total flux cleaned = 0.000480477 Jy ! Component: 1950 - total flux cleaned = 0.00046292 Jy ! Component: 2000 - total flux cleaned = 0.00042843 Jy ! Component: 2050 - total flux cleaned = 0.000359915 Jy ! Component: 2100 - total flux cleaned = 0.00041101 Jy ! Component: 2150 - total flux cleaned = 0.000360657 Jy ! Component: 2200 - total flux cleaned = 0.000327359 Jy ! Component: 2250 - total flux cleaned = 0.000360075 Jy ! Component: 2300 - total flux cleaned = 0.000294587 Jy ! Component: 2350 - total flux cleaned = 0.000262102 Jy ! Component: 2400 - total flux cleaned = 0.000229935 Jy ! Component: 2450 - total flux cleaned = 0.000198021 Jy ! Component: 2500 - total flux cleaned = 0.000229581 Jy ! Component: 2550 - total flux cleaned = 0.000213846 Jy ! Component: 2600 - total flux cleaned = 0.000136088 Jy ! Component: 2650 - total flux cleaned = 7.46057e-05 Jy ! Component: 2700 - total flux cleaned = 5.94476e-05 Jy ! Component: 2750 - total flux cleaned = 4.42663e-05 Jy ! Component: 2800 - total flux cleaned = 2.90715e-05 Jy ! Component: 2850 - total flux cleaned = -6.04915e-05 Jy ! Component: 2900 - total flux cleaned = -7.53102e-05 Jy ! Component: 2950 - total flux cleaned = -0.00011935 Jy ! Component: 3000 - total flux cleaned = -0.000133952 Jy ! Component: 3050 - total flux cleaned = -9.03222e-05 Jy ! Component: 3100 - total flux cleaned = -0.000162427 Jy ! Component: 3150 - total flux cleaned = -0.000191188 Jy ! Component: 3200 - total flux cleaned = -0.000176961 Jy ! Component: 3250 - total flux cleaned = -0.000233501 Jy ! Component: 3300 - total flux cleaned = -0.000261723 Jy ! Component: 3350 - total flux cleaned = -0.000331375 Jy ! Component: 3400 - total flux cleaned = -0.000345017 Jy ! Component: 3450 - total flux cleaned = -0.000331311 Jy ! Component: 3500 - total flux cleaned = -0.000331403 Jy ! Component: 3550 - total flux cleaned = -0.000372158 Jy ! Component: 3600 - total flux cleaned = -0.00037228 Jy ! Component: 3650 - total flux cleaned = -0.000372297 Jy ! Component: 3700 - total flux cleaned = -0.000438772 Jy ! Component: 3750 - total flux cleaned = -0.000425703 Jy ! Component: 3800 - total flux cleaned = -0.000465145 Jy ! Component: 3850 - total flux cleaned = -0.000504197 Jy ! Component: 3900 - total flux cleaned = -0.000569014 Jy ! Component: 3950 - total flux cleaned = -0.000568941 Jy ! Component: 4000 - total flux cleaned = -0.000581677 Jy ! Component: 4050 - total flux cleaned = -0.000543633 Jy ! Total flux subtracted in 4096 components = -0.000606867 Jy ! Clean residual min=-0.000662 max=0.000651 Jy/beam ! Clean residual mean=0.000000 rms=0.000248 Jy/beam ! Combined flux in latest and established models = 0.087321 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 376 components and 0.087321 Jy ![Exited script file: muppet] wmap "J1504+0407_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.262 x 9.69 at 15.84 degrees (North through East) ! Clean map min=-0.0014799 max=0.074961 Jy/beam ! Writing clean map to FITS file: J1504+0407_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0749615 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000245814 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.983761 0.983761 1.96752 3.93504 7.87009 15.7402 31.4804 62.9607 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.074 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.262 x 9.69 at 15.84 degrees (North through East) ! Clean map min=-0.0014799 max=0.074961 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 J1504+0407_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:16:10 2019