! Started logfile: J1632+1615_S_2017_02_19_pus_uvs.log on Sat May 4 18:55:02 2019 obs J1632+1615_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J1632+1615_S_2017_02_19_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.776218 visibilities/baseline/integration-bin. ! Found source: J1632+1615 ! ! 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 482 lines of history. ! ! Reading 15928 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 J1632+1615_S_2017_02_19_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 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 479 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.932939Jy sigma=0.008467 ! Fit after self-cal, rms=0.926153Jy sigma=0.008408 ! 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.535 mas, bmaj=6.686 mas, bpa=-7.002 degrees ! Estimated noise=951.252 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.0578321 Jy ! Component: 100 - total flux cleaned = 0.0712382 Jy ! Total flux subtracted in 100 components = 0.0712382 Jy ! Clean residual min=-0.003538 max=0.005142 Jy/beam ! Clean residual mean=0.000003 rms=0.000857 Jy/beam ! Combined flux in latest and established models = 0.0712382 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0712382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078254Jy sigma=0.000667 ! Fit after self-cal, rms=0.078234Jy sigma=0.000667 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00569849 Jy ! Component: 100 - total flux cleaned = 0.00859951 Jy ! Total flux subtracted in 100 components = 0.00859951 Jy ! Clean residual min=-0.003341 max=0.002905 Jy/beam ! Clean residual mean=0.000001 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 0.0798378 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 11 components and 0.0798378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077729Jy sigma=0.000664 ! Fit after self-cal, rms=0.077706Jy 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=2.946 mas, bmaj=7.007 mas, bpa=-5.943 degrees ! Estimated noise=678.226 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.00203725 Jy ! Component: 100 - total flux cleaned = 0.00320123 Jy ! Component: 150 - total flux cleaned = 0.00390605 Jy ! Component: 200 - total flux cleaned = 0.00434715 Jy ! Total flux subtracted in 200 components = 0.00434715 Jy ! Clean residual min=-0.002223 max=0.002366 Jy/beam ! Clean residual mean=0.000001 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.0841849 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 24 components and 0.0841849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077620Jy sigma=0.000663 ! Fit after self-cal, rms=0.077613Jy sigma=0.000663 ! 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.99 FD 0.96 HN 0.96 KP 1.02 ! LA 1.04 MK 0.95 NL 0.97 OV 1.05 ! PT 1.00* SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00 HN 1.00 KP 1.02 ! LA 0.94 MK 0.97 NL 1.12 OV 1.10 ! PT 1.00* SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.02 HN 0.99 KP 0.89 ! LA 0.82 MK 1.03 NL 1.17 OV 0.97 ! PT 1.00* SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.98 HN 0.91 KP 1.00* ! LA 0.81 MK 1.14 NL 1.00* OV 1.24 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.077613Jy sigma=0.000663 ! Fit after self-cal, rms=0.076538Jy sigma=0.000659 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.944 mas, bmaj=7.03 mas, bpa=-5.974 degrees ! Estimated noise=678.949 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.000234359 Jy ! Component: 100 - total flux cleaned = 0.00034724 Jy ! Component: 150 - total flux cleaned = 0.000439312 Jy ! Component: 200 - total flux cleaned = 0.000509705 Jy ! Total flux subtracted in 200 components = 0.000509705 Jy ! Clean residual min=-0.001968 max=0.001994 Jy/beam ! Clean residual mean=0.000003 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.0846946 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 28 components and 0.0846946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076533Jy sigma=0.000659 ! Fit after self-cal, rms=0.076543Jy sigma=0.000659 ! 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.076543Jy sigma=0.000659 ! Fit after self-cal, rms=0.076870Jy sigma=0.000658 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.941 mas, bmaj=7.029 mas, bpa=-5.941 degrees ! Estimated noise=679.589 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000198244 Jy ! Component: 100 - total flux cleaned = 0.000287146 Jy ! Component: 150 - total flux cleaned = 0.00036235 Jy ! Component: 200 - total flux cleaned = 0.000400619 Jy ! Total flux subtracted in 200 components = 0.000400619 Jy ! Clean residual min=-0.001689 max=0.001605 Jy/beam ! Clean residual mean=0.000003 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.0850952 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 37 components and 0.0850952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076866Jy sigma=0.000658 ! Fit after self-cal, rms=0.076911Jy sigma=0.000658 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.95785e-05 Jy ! Component: 100 - total flux cleaned = -2.71142e-06 Jy ! Component: 150 - total flux cleaned = 1.39462e-05 Jy ! Component: 200 - total flux cleaned = 3.76552e-05 Jy ! Total flux subtracted in 200 components = 3.76552e-05 Jy ! Clean residual min=-0.001684 max=0.001608 Jy/beam ! Clean residual mean=0.000003 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.0851329 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 40 components and 0.0851329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076909Jy sigma=0.000657 ! Fit after self-cal, rms=0.076910Jy sigma=0.000657 ! 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.076910Jy sigma=0.000657 ! Fit after self-cal, rms=0.076923Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.94 mas, bmaj=7.022 mas, bpa=-6.004 degrees ! Estimated noise=678.815 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00012104 Jy ! Component: 100 - total flux cleaned = 0.000160872 Jy ! Component: 150 - total flux cleaned = 0.000197127 Jy ! Component: 200 - total flux cleaned = 0.000216983 Jy ! Total flux subtracted in 200 components = 0.000216983 Jy ! Clean residual min=-0.001623 max=0.001530 Jy/beam ! Clean residual mean=0.000001 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.0853499 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 0.0853499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076922Jy sigma=0.000657 ! Fit after self-cal, rms=0.076943Jy sigma=0.000657 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.24732e-05 Jy ! Component: 100 - total flux cleaned = 5.57952e-05 Jy ! Component: 150 - total flux cleaned = 6.83498e-05 Jy ! Component: 200 - total flux cleaned = 8.60706e-05 Jy ! Total flux subtracted in 200 components = 8.60706e-05 Jy ! Clean residual min=-0.001641 max=0.001541 Jy/beam ! Clean residual mean=0.000002 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.0854359 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 46 components and 0.0854359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076942Jy sigma=0.000657 ! Fit after self-cal, rms=0.076943Jy sigma=0.000657 ! 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.076943Jy sigma=0.000657 ! Fit after self-cal, rms=0.076969Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.606 mas, bmaj=9.558 mas, bpa=-2.777 degrees ! Estimated noise=917.199 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000105588 Jy ! Component: 100 - total flux cleaned = 8.09855e-05 Jy ! Component: 150 - total flux cleaned = 5.95964e-05 Jy ! Component: 200 - total flux cleaned = 4.13427e-05 Jy ! Total flux subtracted in 200 components = 4.13427e-05 Jy ! Clean residual min=-0.001682 max=0.002254 Jy/beam ! Clean residual mean=0.000003 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.0854773 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 49 components and 0.0854773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076970Jy sigma=0.000657 ! Fit after self-cal, rms=0.076971Jy sigma=0.000657 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 (-60, -121). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00195041 Jy ! Component: 100 - total flux cleaned = 0.0024589 Jy ! Component: 150 - total flux cleaned = 0.00269923 Jy ! Component: 200 - total flux cleaned = 0.00289543 Jy ! Total flux subtracted in 200 components = 0.00289543 Jy ! Clean residual min=-0.001505 max=0.001656 Jy/beam ! Clean residual mean=0.000003 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.0883727 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 82 components and 0.0883727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076933Jy sigma=0.000656 ! Fit after self-cal, rms=0.076929Jy sigma=0.000656 ! 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=2.939 mas, bmaj=7.018 mas, bpa=-6 degrees ! Estimated noise=678.316 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.939 x 7.018 at -6 degrees (North through East) ! Clean map min=-0.0015522 max=0.075587 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.527 mas, bmaj=6.7 mas, bpa=-6.952 degrees ! Estimated noise=946.626 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.057374 Jy ! Component: 100 - total flux cleaned = 0.071297 Jy ! Component: 150 - total flux cleaned = 0.0774116 Jy ! Component: 200 - total flux cleaned = 0.0802713 Jy ! Total flux subtracted in 200 components = 0.0802713 Jy ! Clean residual min=-0.002624 max=0.002664 Jy/beam ! Clean residual mean=0.000003 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.0802714 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0802714 Jy ! Inverting map and beam ! Estimated beam: bmin=2.939 mas, bmaj=7.018 mas, bpa=-6 degrees ! Estimated noise=678.316 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.00240101 Jy ! Component: 100 - total flux cleaned = 0.00407922 Jy ! Component: 150 - total flux cleaned = 0.00533117 Jy ! Component: 200 - total flux cleaned = 0.00628817 Jy ! Total flux subtracted in 200 components = 0.00628817 Jy ! Clean residual min=-0.001738 max=0.001461 Jy/beam ! Clean residual mean=0.000001 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.0865595 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 48 components and 0.0865595 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=6.606 mas, bmaj=9.558 mas, bpa=-2.777 degrees ! Estimated noise=917.199 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149584 Jy ! Component: 100 - total flux cleaned = 0.00173566 Jy ! Component: 150 - total flux cleaned = 0.00207858 Jy ! Component: 200 - total flux cleaned = 0.00232853 Jy ! Total flux subtracted in 200 components = 0.00232853 Jy ! Clean residual min=-0.001470 max=0.001612 Jy/beam ! Clean residual mean=0.000003 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.0888881 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000183729 Jy ! Component: 100 - total flux cleaned = 0.000269674 Jy ! Component: 150 - total flux cleaned = 0.000330946 Jy ! Component: 200 - total flux cleaned = 0.000371213 Jy ! Total flux subtracted in 200 components = 0.000371213 Jy ! Clean residual min=-0.001499 max=0.001638 Jy/beam ! Clean residual mean=0.000003 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.0892593 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 96 components and 0.0892593 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.939 mas, bmaj=7.018 mas, bpa=-6 degrees ! Estimated noise=678.316 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00021182 Jy ! Component: 100 - total flux cleaned = 0.000244715 Jy ! Component: 150 - total flux cleaned = 0.000218885 Jy ! Component: 200 - total flux cleaned = 0.000101642 Jy ! Total flux subtracted in 200 components = 0.000101642 Jy ! Clean residual min=-0.001645 max=0.001440 Jy/beam ! Clean residual mean=0.000002 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.0893609 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 112 components and 0.0893609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076901Jy sigma=0.000656 ! Fit after self-cal, rms=0.076896Jy sigma=0.000656 wmodel J1632+1615_S_2017_02_19_pus_map.mod ! Writing 112 model components to file: J1632+1615_S_2017_02_19_pus_map.mod wobs J1632+1615_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J1632+1615_S_2017_02_19_pus_uvs.fits wwins J1632+1615_S_2017_02_19_pus_map.win ! wwins: Wrote 2 windows to J1632+1615_S_2017_02_19_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.00029957 Jy ! Component: 100 - total flux cleaned = -0.000247733 Jy ! Component: 150 - total flux cleaned = -0.000322136 Jy ! Component: 200 - total flux cleaned = -0.000369967 Jy ! Component: 250 - total flux cleaned = -0.000416744 Jy ! Component: 300 - total flux cleaned = -0.000439764 Jy ! Component: 350 - total flux cleaned = -0.000483847 Jy ! Component: 400 - total flux cleaned = -0.000548222 Jy ! Component: 450 - total flux cleaned = -0.000610916 Jy ! Component: 500 - total flux cleaned = -0.000692591 Jy ! Component: 550 - total flux cleaned = -0.000772733 Jy ! Component: 600 - total flux cleaned = -0.000831588 Jy ! Component: 650 - total flux cleaned = -0.000889499 Jy ! Component: 700 - total flux cleaned = -0.000946498 Jy ! Component: 750 - total flux cleaned = -0.0010401 Jy ! Component: 800 - total flux cleaned = -0.00115053 Jy ! Component: 850 - total flux cleaned = -0.00118682 Jy ! Component: 900 - total flux cleaned = -0.00127649 Jy ! Component: 950 - total flux cleaned = -0.00134711 Jy ! Component: 1000 - total flux cleaned = -0.00138221 Jy ! Component: 1050 - total flux cleaned = -0.00145153 Jy ! Component: 1100 - total flux cleaned = -0.00151986 Jy ! Component: 1150 - total flux cleaned = -0.00153673 Jy ! Component: 1200 - total flux cleaned = -0.0015532 Jy ! Component: 1250 - total flux cleaned = -0.00160299 Jy ! Component: 1300 - total flux cleaned = -0.00165205 Jy ! Component: 1350 - total flux cleaned = -0.00171655 Jy ! Component: 1400 - total flux cleaned = -0.0017485 Jy ! Component: 1450 - total flux cleaned = -0.00173255 Jy ! Component: 1500 - total flux cleaned = -0.00179535 Jy ! Component: 1550 - total flux cleaned = -0.00188829 Jy ! Component: 1600 - total flux cleaned = -0.00193429 Jy ! Component: 1650 - total flux cleaned = -0.00193423 Jy ! Component: 1700 - total flux cleaned = -0.00199454 Jy ! Component: 1750 - total flux cleaned = -0.00194983 Jy ! Component: 1800 - total flux cleaned = -0.00193509 Jy ! Component: 1850 - total flux cleaned = -0.00196427 Jy ! Component: 1900 - total flux cleaned = -0.00190597 Jy ! Component: 1950 - total flux cleaned = -0.0019782 Jy ! Component: 2000 - total flux cleaned = -0.00193527 Jy ! Component: 2050 - total flux cleaned = -0.00192095 Jy ! Component: 2100 - total flux cleaned = -0.00192115 Jy ! Component: 2150 - total flux cleaned = -0.00206109 Jy ! Component: 2200 - total flux cleaned = -0.00199144 Jy ! Component: 2250 - total flux cleaned = -0.00193637 Jy ! Component: 2300 - total flux cleaned = -0.00199108 Jy ! Component: 2350 - total flux cleaned = -0.0019641 Jy ! Component: 2400 - total flux cleaned = -0.0020044 Jy ! Component: 2450 - total flux cleaned = -0.00201769 Jy ! Component: 2500 - total flux cleaned = -0.00195129 Jy ! Component: 2550 - total flux cleaned = -0.00200395 Jy ! Component: 2600 - total flux cleaned = -0.00205618 Jy ! Component: 2650 - total flux cleaned = -0.002095 Jy ! Component: 2700 - total flux cleaned = -0.00204352 Jy ! Component: 2750 - total flux cleaned = -0.00203082 Jy ! Component: 2800 - total flux cleaned = -0.00204354 Jy ! Component: 2850 - total flux cleaned = -0.00206864 Jy ! Component: 2900 - total flux cleaned = -0.00210619 Jy ! Component: 2950 - total flux cleaned = -0.00209376 Jy ! Component: 3000 - total flux cleaned = -0.00211836 Jy ! Component: 3050 - total flux cleaned = -0.0020692 Jy ! Component: 3100 - total flux cleaned = -0.00205724 Jy ! Component: 3150 - total flux cleaned = -0.00210571 Jy ! Component: 3200 - total flux cleaned = -0.00212979 Jy ! Component: 3250 - total flux cleaned = -0.00210581 Jy ! Component: 3300 - total flux cleaned = -0.00218885 Jy ! Component: 3350 - total flux cleaned = -0.00212976 Jy ! Component: 3400 - total flux cleaned = -0.00211793 Jy ! Component: 3450 - total flux cleaned = -0.002211 Jy ! Component: 3500 - total flux cleaned = -0.00218779 Jy ! Component: 3550 - total flux cleaned = -0.00219931 Jy ! Component: 3600 - total flux cleaned = -0.00218785 Jy ! Component: 3650 - total flux cleaned = -0.00221071 Jy ! Component: 3700 - total flux cleaned = -0.00221061 Jy ! Component: 3750 - total flux cleaned = -0.00217708 Jy ! Component: 3800 - total flux cleaned = -0.00221044 Jy ! Component: 3850 - total flux cleaned = -0.00219937 Jy ! Component: 3900 - total flux cleaned = -0.00218833 Jy ! Component: 3950 - total flux cleaned = -0.00225427 Jy ! Component: 4000 - total flux cleaned = -0.00226508 Jy ! Component: 4050 - total flux cleaned = -0.00222163 Jy ! Total flux subtracted in 4096 components = -0.00225397 Jy ! Clean residual min=-0.000674 max=0.000634 Jy/beam ! Clean residual mean=0.000001 rms=0.000199 Jy/beam ! Combined flux in latest and established models = 0.087107 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 414 components and 0.087107 Jy ![Exited script file: muppet] wmap "J1632+1615_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.939 x 7.018 at -6 degrees (North through East) ! Clean map min=-0.0013438 max=0.075607 Jy/beam ! Writing clean map to FITS file: J1632+1615_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0756074 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000196845 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.781055 0.781055 1.56211 3.12422 6.24844 12.4969 24.9938 49.9875 99.975 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.075 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.939 x 7.018 at -6 degrees (North through East) ! Clean map min=-0.0013438 max=0.075607 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 J1632+1615_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:55:07 2019