! Started logfile: J2208+7423_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:24:00 2019 obs J2208+7423_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J2208+7423_S_2017_01_16_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.772271 visibilities/baseline/integration-bin. ! Found source: J2208+7423 ! ! 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 15708 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 J2208+7423_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 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 472 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.931861Jy sigma=0.007708 ! Fit after self-cal, rms=0.921265Jy sigma=0.007631 ! 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=4.081 mas, bmaj=5.177 mas, bpa=62.18 degrees ! Estimated noise=1053.79 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.0625024 Jy ! Component: 100 - total flux cleaned = 0.0791461 Jy ! Total flux subtracted in 100 components = 0.0791461 Jy ! Clean residual min=-0.003118 max=0.006764 Jy/beam ! Clean residual mean=0.000006 rms=0.000937 Jy/beam ! Combined flux in latest and established models = 0.0791461 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0791461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084518Jy sigma=0.000663 ! Fit after self-cal, rms=0.084474Jy sigma=0.000663 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00712828 Jy ! Component: 100 - total flux cleaned = 0.0105222 Jy ! Total flux subtracted in 100 components = 0.0105222 Jy ! Clean residual min=-0.002928 max=0.003407 Jy/beam ! Clean residual mean=0.000002 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.0896684 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 15 components and 0.0896684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083850Jy sigma=0.000658 ! Fit after self-cal, rms=0.083845Jy sigma=0.000657 ! 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.883 mas, bmaj=6.182 mas, bpa=64.41 degrees ! Estimated noise=746.175 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.00229252 Jy ! Component: 100 - total flux cleaned = 0.00271713 Jy ! Component: 150 - total flux cleaned = 0.00280095 Jy ! Component: 200 - total flux cleaned = 0.00287291 Jy ! Total flux subtracted in 200 components = 0.00287291 Jy ! Clean residual min=-0.002487 max=0.002841 Jy/beam ! Clean residual mean=0.000005 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.0925413 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 24 components and 0.0925413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083772Jy sigma=0.000657 ! Fit after self-cal, rms=0.083769Jy sigma=0.000657 ! 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.05 FD 0.95 HN 0.94 KP 0.97 ! LA 0.99 MK 1.00* NL 0.90 OV 1.00 ! PT 0.98 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.04 HN 1.02 KP 0.93 ! LA 0.96 MK 1.00* NL 0.96 OV 1.01 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 FD 1.05 HN 0.99 KP 1.01 ! LA 0.97 MK 1.00* NL 0.95 OV 0.95 ! PT 0.94 SC 1.02 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.05 HN 0.96 KP 1.00* ! LA 1.16 MK 1.00* NL 1.00* OV 0.97 ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.083769Jy sigma=0.000657 ! Fit after self-cal, rms=0.083023Jy sigma=0.000654 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.891 mas, bmaj=6.193 mas, bpa=64.08 degrees ! Estimated noise=742.784 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.000249891 Jy ! Component: 100 - total flux cleaned = -0.000227883 Jy ! Component: 150 - total flux cleaned = -0.000206635 Jy ! Component: 200 - total flux cleaned = -0.000188161 Jy ! Total flux subtracted in 200 components = -0.000188161 Jy ! Clean residual min=-0.002097 max=0.002173 Jy/beam ! Clean residual mean=0.000005 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.0923531 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 31 components and 0.0923531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083007Jy sigma=0.000654 ! Fit after self-cal, rms=0.083028Jy sigma=0.000654 ! 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.083028Jy sigma=0.000654 ! Fit after self-cal, rms=0.084378Jy sigma=0.000652 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.872 mas, bmaj=6.192 mas, bpa=64.11 degrees ! Estimated noise=742.685 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000451928 Jy ! Component: 100 - total flux cleaned = 0.000467946 Jy ! Component: 150 - total flux cleaned = 0.000468191 Jy ! Component: 200 - total flux cleaned = 0.000467644 Jy ! Total flux subtracted in 200 components = 0.000467644 Jy ! Clean residual min=-0.001980 max=0.001704 Jy/beam ! Clean residual mean=-0.000002 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.0928208 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 36 components and 0.0928207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084373Jy sigma=0.000652 ! Fit after self-cal, rms=0.084452Jy sigma=0.000652 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.07533e-05 Jy ! Component: 100 - total flux cleaned = 9.45687e-06 Jy ! Component: 150 - total flux cleaned = -9.09711e-07 Jy ! Component: 200 - total flux cleaned = -2.10148e-05 Jy ! Total flux subtracted in 200 components = -2.10148e-05 Jy ! Clean residual min=-0.001923 max=0.001762 Jy/beam ! Clean residual mean=-0.000002 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.0927997 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 0.0927997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084449Jy sigma=0.000652 ! Fit after self-cal, rms=0.084451Jy sigma=0.000652 ! 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.084451Jy sigma=0.000652 ! Fit after self-cal, rms=0.084632Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.853 mas, bmaj=6.188 mas, bpa=64.34 degrees ! Estimated noise=742.383 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000315756 Jy ! Component: 100 - total flux cleaned = 0.000352134 Jy ! Component: 150 - total flux cleaned = 0.000352721 Jy ! Component: 200 - total flux cleaned = 0.000343492 Jy ! Total flux subtracted in 200 components = 0.000343492 Jy ! Clean residual min=-0.001955 max=0.001723 Jy/beam ! Clean residual mean=-0.000002 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.0931432 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 43 components and 0.0931432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084629Jy sigma=0.000652 ! Fit after self-cal, rms=0.084631Jy sigma=0.000652 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.89956e-05 Jy ! Component: 100 - total flux cleaned = 1.95946e-05 Jy ! Component: 150 - total flux cleaned = 1.37183e-06 Jy ! Component: 200 - total flux cleaned = 1.31663e-06 Jy ! Total flux subtracted in 200 components = 1.31663e-06 Jy ! Clean residual min=-0.001947 max=0.001726 Jy/beam ! Clean residual mean=-0.000002 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.0931446 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 44 components and 0.0931446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084628Jy sigma=0.000652 ! Fit after self-cal, rms=0.084629Jy sigma=0.000652 ! 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.084629Jy sigma=0.000652 ! Fit after self-cal, rms=0.084613Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.467 mas, bmaj=10.07 mas, bpa=69.2 degrees ! Estimated noise=882.663 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000153967 Jy ! Component: 100 - total flux cleaned = 0.000126511 Jy ! Component: 150 - total flux cleaned = 0.000119095 Jy ! Component: 200 - total flux cleaned = 0.000112857 Jy ! Total flux subtracted in 200 components = 0.000112857 Jy ! Clean residual min=-0.002414 max=0.001728 Jy/beam ! Clean residual mean=-0.000004 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.0932574 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 55 components and 0.0932574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084614Jy sigma=0.000652 ! Fit after self-cal, rms=0.084614Jy sigma=0.000652 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 = 8.45446e-06 Jy ! Component: 100 - total flux cleaned = 8.72703e-07 Jy ! Component: 150 - total flux cleaned = 1.31166e-06 Jy ! Component: 200 - total flux cleaned = 1.48905e-06 Jy ! Total flux subtracted in 200 components = 1.48905e-06 Jy ! Clean residual min=-0.002417 max=0.001734 Jy/beam ! Clean residual mean=-0.000004 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.0932589 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 58 components and 0.0932589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084615Jy sigma=0.000652 ! Fit after self-cal, rms=0.084615Jy sigma=0.000652 ! 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.839 mas, bmaj=6.185 mas, bpa=64.52 degrees ! Estimated noise=742.335 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.839 x 6.185 at 64.52 degrees (North through East) ! Clean map min=-0.0018987 max=0.081571 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=4.033 mas, bmaj=5.216 mas, bpa=62.93 degrees ! Estimated noise=1044.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0615925 Jy ! Component: 100 - total flux cleaned = 0.0794103 Jy ! Component: 150 - total flux cleaned = 0.0869622 Jy ! Component: 200 - total flux cleaned = 0.0905152 Jy ! Total flux subtracted in 200 components = 0.0905152 Jy ! Clean residual min=-0.002501 max=0.003091 Jy/beam ! Clean residual mean=-0.000000 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.0905152 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0905152 Jy ! Inverting map and beam ! Estimated beam: bmin=4.839 mas, bmaj=6.185 mas, bpa=64.52 degrees ! Estimated noise=742.335 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.0019303 Jy ! Component: 100 - total flux cleaned = 0.00247898 Jy ! Component: 150 - total flux cleaned = 0.00264443 Jy ! Component: 200 - total flux cleaned = 0.00266738 Jy ! Total flux subtracted in 200 components = 0.00266738 Jy ! Clean residual min=-0.001973 max=0.001680 Jy/beam ! Clean residual mean=-0.000002 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.0931825 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 25 components and 0.0931826 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=8.467 mas, bmaj=10.07 mas, bpa=69.2 degrees ! Estimated noise=882.663 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.32584e-05 Jy ! Component: 100 - total flux cleaned = 2.32649e-05 Jy ! Component: 150 - total flux cleaned = 3.24497e-05 Jy ! Component: 200 - total flux cleaned = 4.92222e-05 Jy ! Total flux subtracted in 200 components = 4.92222e-05 Jy ! Clean residual min=-0.002456 max=0.001712 Jy/beam ! Clean residual mean=-0.000004 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.0932318 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.53791e-05 Jy ! Component: 100 - total flux cleaned = 1.52949e-05 Jy ! Component: 150 - total flux cleaned = 8.3614e-06 Jy ! Component: 200 - total flux cleaned = 1.79062e-06 Jy ! Total flux subtracted in 200 components = 1.79062e-06 Jy ! Clean residual min=-0.002446 max=0.001709 Jy/beam ! Clean residual mean=-0.000004 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.0932336 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 39 components and 0.0932336 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.839 mas, bmaj=6.185 mas, bpa=64.52 degrees ! Estimated noise=742.335 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.3687e-05 Jy ! Component: 100 - total flux cleaned = -8.22161e-06 Jy ! Component: 150 - total flux cleaned = 2.31679e-05 Jy ! Component: 200 - total flux cleaned = 5.06676e-05 Jy ! Total flux subtracted in 200 components = 5.06676e-05 Jy ! Clean residual min=-0.001943 max=0.001661 Jy/beam ! Clean residual mean=-0.000002 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.0932842 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 45 components and 0.0932842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084615Jy sigma=0.000652 ! Fit after self-cal, rms=0.084614Jy sigma=0.000652 wmodel J2208+7423_S_2017_01_16_pus_map.mod ! Writing 45 model components to file: J2208+7423_S_2017_01_16_pus_map.mod wobs J2208+7423_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J2208+7423_S_2017_01_16_pus_uvs.fits wwins J2208+7423_S_2017_01_16_pus_map.win ! wwins: Wrote 1 windows to J2208+7423_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.000895922 Jy ! Component: 100 - total flux cleaned = -0.00148697 Jy ! Component: 150 - total flux cleaned = -0.00170336 Jy ! Component: 200 - total flux cleaned = -0.00176206 Jy ! Component: 250 - total flux cleaned = -0.00184683 Jy ! Component: 300 - total flux cleaned = -0.00192951 Jy ! Component: 350 - total flux cleaned = -0.00203603 Jy ! Component: 400 - total flux cleaned = -0.00206154 Jy ! Component: 450 - total flux cleaned = -0.00206203 Jy ! Component: 500 - total flux cleaned = -0.00213577 Jy ! Component: 550 - total flux cleaned = -0.00215932 Jy ! Component: 600 - total flux cleaned = -0.00222984 Jy ! Component: 650 - total flux cleaned = -0.00229953 Jy ! Component: 700 - total flux cleaned = -0.00236769 Jy ! Component: 750 - total flux cleaned = -0.00239017 Jy ! Component: 800 - total flux cleaned = -0.00245595 Jy ! Component: 850 - total flux cleaned = -0.00245571 Jy ! Component: 900 - total flux cleaned = -0.002413 Jy ! Component: 950 - total flux cleaned = -0.00247548 Jy ! Component: 1000 - total flux cleaned = -0.00241322 Jy ! Component: 1050 - total flux cleaned = -0.00241323 Jy ! Component: 1100 - total flux cleaned = -0.00243346 Jy ! Component: 1150 - total flux cleaned = -0.00243344 Jy ! Component: 1200 - total flux cleaned = -0.0024719 Jy ! Component: 1250 - total flux cleaned = -0.00243357 Jy ! Component: 1300 - total flux cleaned = -0.00249021 Jy ! Component: 1350 - total flux cleaned = -0.00243426 Jy ! Component: 1400 - total flux cleaned = -0.00248979 Jy ! Component: 1450 - total flux cleaned = -0.00252596 Jy ! Component: 1500 - total flux cleaned = -0.0025258 Jy ! Component: 1550 - total flux cleaned = -0.00254313 Jy ! Component: 1600 - total flux cleaned = -0.0025081 Jy ! Component: 1650 - total flux cleaned = -0.00247352 Jy ! Component: 1700 - total flux cleaned = -0.00252525 Jy ! Component: 1750 - total flux cleaned = -0.00249123 Jy ! Component: 1800 - total flux cleaned = -0.00247452 Jy ! Component: 1850 - total flux cleaned = -0.00250779 Jy ! Component: 1900 - total flux cleaned = -0.00247509 Jy ! Component: 1950 - total flux cleaned = -0.00249117 Jy ! Component: 2000 - total flux cleaned = -0.00247517 Jy ! Component: 2050 - total flux cleaned = -0.00245933 Jy ! Component: 2100 - total flux cleaned = -0.00242814 Jy ! Component: 2150 - total flux cleaned = -0.00245907 Jy ! Component: 2200 - total flux cleaned = -0.00245899 Jy ! Component: 2250 - total flux cleaned = -0.00244399 Jy ! Component: 2300 - total flux cleaned = -0.00239913 Jy ! Component: 2350 - total flux cleaned = -0.00242872 Jy ! Component: 2400 - total flux cleaned = -0.00239942 Jy ! Component: 2450 - total flux cleaned = -0.00241404 Jy ! Component: 2500 - total flux cleaned = -0.00238516 Jy ! Component: 2550 - total flux cleaned = -0.00235654 Jy ! Component: 2600 - total flux cleaned = -0.00232839 Jy ! Component: 2650 - total flux cleaned = -0.0023705 Jy ! Component: 2700 - total flux cleaned = -0.00232884 Jy ! Component: 2750 - total flux cleaned = -0.00238415 Jy ! Component: 2800 - total flux cleaned = -0.00242507 Jy ! Component: 2850 - total flux cleaned = -0.00241156 Jy ! Component: 2900 - total flux cleaned = -0.00234425 Jy ! Component: 2950 - total flux cleaned = -0.0023975 Jy ! Component: 3000 - total flux cleaned = -0.00237115 Jy ! Component: 3050 - total flux cleaned = -0.00243678 Jy ! Component: 3100 - total flux cleaned = -0.00246275 Jy ! Component: 3150 - total flux cleaned = -0.00247566 Jy ! Component: 3200 - total flux cleaned = -0.00250127 Jy ! Component: 3250 - total flux cleaned = -0.00247595 Jy ! Component: 3300 - total flux cleaned = -0.00257695 Jy ! Component: 3350 - total flux cleaned = -0.00260203 Jy ! Component: 3400 - total flux cleaned = -0.00262667 Jy ! Component: 3450 - total flux cleaned = -0.00262657 Jy ! Component: 3500 - total flux cleaned = -0.00263886 Jy ! Component: 3550 - total flux cleaned = -0.0026753 Jy ! Component: 3600 - total flux cleaned = -0.00268738 Jy ! Component: 3650 - total flux cleaned = -0.00274725 Jy ! Component: 3700 - total flux cleaned = -0.00277101 Jy ! Component: 3750 - total flux cleaned = -0.0027709 Jy ! Component: 3800 - total flux cleaned = -0.00278273 Jy ! Component: 3850 - total flux cleaned = -0.00278287 Jy ! Component: 3900 - total flux cleaned = -0.00280597 Jy ! Component: 3950 - total flux cleaned = -0.00278298 Jy ! Component: 4000 - total flux cleaned = -0.00277177 Jy ! Component: 4050 - total flux cleaned = -0.00285105 Jy ! Total flux subtracted in 4096 components = -0.00280609 Jy ! Clean residual min=-0.000731 max=0.000797 Jy/beam ! Clean residual mean=-0.000000 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.0904781 Jy keep ! Adding 324 model components to the UV plane model. ! The established model now contains 369 components and 0.0904782 Jy ![Exited script file: muppet] wmap "J2208+7423_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.839 x 6.185 at 64.52 degrees (North through East) ! Clean map min=-0.0012697 max=0.081002 Jy/beam ! Writing clean map to FITS file: J2208+7423_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.0810023 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000212586 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.787333 0.787333 1.57467 3.14933 6.29866 12.5973 25.1946 50.3893 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.081 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.839 x 6.185 at 64.52 degrees (North through East) ! Clean map min=-0.0012697 max=0.081002 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 J2208+7423_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:24:06 2019