! Started logfile: J1848+3219_S_2017_05_27_pus_uvs.log on Fri May 3 11:13:14 2019 obs J1848+3219_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J1848+3219_S_2017_05_27_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.623611 visibilities/baseline/integration-bin. ! Found source: J1848+3219 ! ! 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 1211 lines of history. ! ! Reading 1796 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 J1848+3219_S_2017_05_27_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 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 108 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.464740Jy sigma=0.003985 ! Fit after self-cal, rms=0.461458Jy sigma=0.003956 ! 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.051 mas, bmaj=4.611 mas, bpa=-9.454 degrees ! Estimated noise=2599.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.423238 Jy ! Component: 100 - total flux cleaned = 0.517502 Jy ! Total flux subtracted in 100 components = 0.517502 Jy ! Clean residual min=-0.014750 max=0.031782 Jy/beam ! Clean residual mean=-0.000030 rms=0.004628 Jy/beam ! Combined flux in latest and established models = 0.517502 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.517502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106781Jy sigma=0.000863 ! Fit after self-cal, rms=0.106782Jy sigma=0.000863 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0327481 Jy ! Component: 100 - total flux cleaned = 0.0477127 Jy ! Total flux subtracted in 100 components = 0.0477127 Jy ! Clean residual min=-0.011942 max=0.015365 Jy/beam ! Clean residual mean=0.000044 rms=0.003239 Jy/beam ! Combined flux in latest and established models = 0.565215 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 15 components and 0.565215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095515Jy sigma=0.000764 ! Fit after self-cal, rms=0.095494Jy sigma=0.000764 ! 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.707 mas, bmaj=5.254 mas, bpa=-12.26 degrees ! Estimated noise=2200.86 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.0114601 Jy ! Component: 100 - total flux cleaned = 0.0179101 Jy ! Component: 150 - total flux cleaned = 0.0216759 Jy ! Component: 200 - total flux cleaned = 0.0234654 Jy ! Total flux subtracted in 200 components = 0.0234654 Jy ! Clean residual min=-0.011598 max=0.011978 Jy/beam ! Clean residual mean=0.000033 rms=0.002783 Jy/beam ! Combined flux in latest and established models = 0.58868 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 30 components and 0.58868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093888Jy sigma=0.000753 ! Fit after self-cal, rms=0.093874Jy sigma=0.000753 ! 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.98 FD 0.89 HN 1.01 KP 1.03 ! LA 1.01 MK 0.95 NL 0.89 OV 1.05 ! PT 1.10 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.94 HN 1.09 KP 0.99 ! LA 0.98 MK 1.00 NL 1.03 OV 1.00 ! PT 1.06 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00 HN 1.05 KP 1.00 ! LA 1.02 MK 0.99 NL 0.98 OV 0.98 ! PT 1.06 SC 1.00 ! ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.09 KP 1.00* ! LA 1.13 MK 1.05 NL 1.00* OV 1.00* ! PT 1.09 SC 1.00* ! ! ! Fit before self-cal, rms=0.093874Jy sigma=0.000753 ! Fit after self-cal, rms=0.085022Jy sigma=0.000675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.735 mas, bmaj=5.225 mas, bpa=-10.83 degrees ! Estimated noise=2218.39 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.000371645 Jy ! Component: 100 - total flux cleaned = -0.000367528 Jy ! Component: 150 - total flux cleaned = -0.000447801 Jy ! Component: 200 - total flux cleaned = -0.000554492 Jy ! Total flux subtracted in 200 components = -0.000554492 Jy ! Clean residual min=-0.006179 max=0.007041 Jy/beam ! Clean residual mean=0.000018 rms=0.001707 Jy/beam ! Combined flux in latest and established models = 0.588126 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 36 components and 0.588126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084949Jy sigma=0.000674 ! Fit after self-cal, rms=0.084944Jy sigma=0.000674 ! 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.084944Jy sigma=0.000674 ! Fit after self-cal, rms=0.083377Jy sigma=0.000654 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.72 mas, bmaj=5.237 mas, bpa=-9.826 degrees ! Estimated noise=2219.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104117 Jy ! Component: 100 - total flux cleaned = 0.000899657 Jy ! Component: 150 - total flux cleaned = 0.000664582 Jy ! Component: 200 - total flux cleaned = 0.000519451 Jy ! Total flux subtracted in 200 components = 0.000519451 Jy ! Clean residual min=-0.005550 max=0.006761 Jy/beam ! Clean residual mean=0.000002 rms=0.001468 Jy/beam ! Combined flux in latest and established models = 0.588645 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 46 components and 0.588645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083282Jy sigma=0.000653 ! Fit after self-cal, rms=0.083286Jy sigma=0.000653 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 (80.5, 18). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00378471 Jy ! Component: 100 - total flux cleaned = 0.00429755 Jy ! Component: 150 - total flux cleaned = 0.00459583 Jy ! Component: 200 - total flux cleaned = 0.00450287 Jy ! Total flux subtracted in 200 components = 0.00450287 Jy ! Clean residual min=-0.005536 max=0.005226 Jy/beam ! Clean residual mean=-0.000010 rms=0.001324 Jy/beam ! Combined flux in latest and established models = 0.593148 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 68 components and 0.593148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082811Jy sigma=0.000649 ! Fit after self-cal, rms=0.082790Jy sigma=0.000649 ! 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.082790Jy sigma=0.000649 ! Fit after self-cal, rms=0.082778Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.718 mas, bmaj=5.235 mas, bpa=-9.565 degrees ! Estimated noise=2218.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000996715 Jy ! Component: 100 - total flux cleaned = 0.00115251 Jy ! Component: 150 - total flux cleaned = 0.00129369 Jy ! Component: 200 - total flux cleaned = 0.00122868 Jy ! Total flux subtracted in 200 components = 0.00122868 Jy ! Clean residual min=-0.005727 max=0.005170 Jy/beam ! Clean residual mean=-0.000012 rms=0.001276 Jy/beam ! Combined flux in latest and established models = 0.594377 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 77 components and 0.594377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082656Jy sigma=0.000647 ! Fit after self-cal, rms=0.082650Jy sigma=0.000647 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.000130442 Jy ! Component: 100 - total flux cleaned = 0.000130215 Jy ! Component: 150 - total flux cleaned = 7.59924e-05 Jy ! Component: 200 - total flux cleaned = -2.61494e-05 Jy ! Total flux subtracted in 200 components = -2.61494e-05 Jy ! Clean residual min=-0.005775 max=0.005049 Jy/beam ! Clean residual mean=-0.000014 rms=0.001255 Jy/beam ! Combined flux in latest and established models = 0.594351 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 86 components and 0.594351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082584Jy sigma=0.000647 ! Fit after self-cal, rms=0.082582Jy sigma=0.000647 ! 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.082582Jy sigma=0.000647 ! Fit after self-cal, rms=0.082561Jy sigma=0.000647 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.856 mas, bmaj=9.46 mas, bpa=46.38 degrees ! Estimated noise=2692.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.34499e-05 Jy ! Component: 100 - total flux cleaned = -6.53391e-05 Jy ! Component: 150 - total flux cleaned = -1.98337e-05 Jy ! Component: 200 - total flux cleaned = -5.96363e-05 Jy ! Total flux subtracted in 200 components = -5.96363e-05 Jy ! Clean residual min=-0.006664 max=0.005423 Jy/beam ! Clean residual mean=-0.000033 rms=0.001553 Jy/beam ! Combined flux in latest and established models = 0.594291 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 96 components and 0.594291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082525Jy sigma=0.000646 ! Fit after self-cal, rms=0.082521Jy sigma=0.000646 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.57751e-05 Jy ! Component: 100 - total flux cleaned = 3.80921e-05 Jy ! Component: 150 - total flux cleaned = 3.84861e-05 Jy ! Component: 200 - total flux cleaned = 7.05874e-05 Jy ! Total flux subtracted in 200 components = 7.05874e-05 Jy ! Clean residual min=-0.006650 max=0.005357 Jy/beam ! Clean residual mean=-0.000036 rms=0.001543 Jy/beam ! Combined flux in latest and established models = 0.594362 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 99 components and 0.594362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082501Jy sigma=0.000646 ! Fit after self-cal, rms=0.082498Jy sigma=0.000646 ! 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.718 mas, bmaj=5.233 mas, bpa=-9.427 degrees ! Estimated noise=2218.33 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.718 x 5.233 at -9.427 degrees (North through East) ! Clean map min=-0.0054484 max=0.54514 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082498Jy sigma=0.000646 ! Fit after self-cal, rms=0.077485Jy sigma=0.000596 ! Inverting map and beam ! Estimated beam: bmin=4.718 mas, bmaj=5.231 mas, bpa=-9.279 degrees ! Estimated noise=2217.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000192883 Jy ! Component: 100 - total flux cleaned = 3.03249e-07 Jy ! Component: 150 - total flux cleaned = -8.56531e-05 Jy ! Component: 200 - total flux cleaned = -0.000127119 Jy ! Total flux subtracted in 200 components = -0.000127119 Jy ! Clean residual min=-0.005646 max=0.004767 Jy/beam ! Clean residual mean=-0.000015 rms=0.001214 Jy/beam ! Combined flux in latest and established models = 0.594234 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 115 components and 0.594234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077434Jy sigma=0.000595 ! Fit after self-cal, rms=0.077432Jy sigma=0.000595 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000134216 Jy ! Component: 100 - total flux cleaned = -0.000210487 Jy ! Component: 150 - total flux cleaned = -0.000282944 Jy ! Component: 200 - total flux cleaned = -0.000353313 Jy ! Total flux subtracted in 200 components = -0.000353313 Jy ! Clean residual min=-0.005655 max=0.004704 Jy/beam ! Clean residual mean=-0.000015 rms=0.001206 Jy/beam ! Combined flux in latest and established models = 0.593881 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 121 components and 0.593881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077397Jy sigma=0.000595 ! Fit after self-cal, rms=0.077396Jy sigma=0.000595 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077396Jy sigma=0.000595 ! Fit after self-cal, rms=0.077401Jy sigma=0.000595 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.065 mas, bmaj=4.585 mas, bpa=-5.382 degrees ! Estimated noise=2627.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.424241 Jy ! Component: 100 - total flux cleaned = 0.518361 Jy ! Component: 150 - total flux cleaned = 0.551419 Jy ! Component: 200 - total flux cleaned = 0.567371 Jy ! Total flux subtracted in 200 components = 0.567371 Jy ! Clean residual min=-0.006782 max=0.007571 Jy/beam ! Clean residual mean=-0.000028 rms=0.001838 Jy/beam ! Combined flux in latest and established models = 0.567371 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.567371 Jy ! Inverting map and beam ! Estimated beam: bmin=4.717 mas, bmaj=5.232 mas, bpa=-9.168 degrees ! Estimated noise=2216.97 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.010043 Jy ! Component: 100 - total flux cleaned = 0.016533 Jy ! Component: 150 - total flux cleaned = 0.0187533 Jy ! Component: 200 - total flux cleaned = 0.0199362 Jy ! Total flux subtracted in 200 components = 0.0199362 Jy ! Clean residual min=-0.005672 max=0.005041 Jy/beam ! Clean residual mean=-0.000012 rms=0.001353 Jy/beam ! Combined flux in latest and established models = 0.587307 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 48 components and 0.587307 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.853 mas, bmaj=9.46 mas, bpa=46.19 degrees ! Estimated noise=2691.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00245202 Jy ! Component: 100 - total flux cleaned = 0.00315568 Jy ! Component: 150 - total flux cleaned = 0.0035314 Jy ! Component: 200 - total flux cleaned = 0.00384362 Jy ! Total flux subtracted in 200 components = 0.00384362 Jy ! Clean residual min=-0.006607 max=0.005455 Jy/beam ! Clean residual mean=-0.000027 rms=0.001580 Jy/beam ! Combined flux in latest and established models = 0.591151 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.000331329 Jy ! Component: 100 - total flux cleaned = 0.000629592 Jy ! Component: 150 - total flux cleaned = 0.000848883 Jy ! Component: 200 - total flux cleaned = 0.00105495 Jy ! Total flux subtracted in 200 components = 0.00105495 Jy ! Clean residual min=-0.006600 max=0.005526 Jy/beam ! Clean residual mean=-0.000031 rms=0.001547 Jy/beam ! Combined flux in latest and established models = 0.592206 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 79 components and 0.592206 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.717 mas, bmaj=5.232 mas, bpa=-9.168 degrees ! Estimated noise=2216.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000165416 Jy ! Component: 100 - total flux cleaned = 8.87827e-05 Jy ! Component: 150 - total flux cleaned = -4.91982e-05 Jy ! Component: 200 - total flux cleaned = 1.07699e-05 Jy ! Total flux subtracted in 200 components = 1.07699e-05 Jy ! Clean residual min=-0.005606 max=0.004763 Jy/beam ! Clean residual mean=-0.000016 rms=0.001224 Jy/beam ! Combined flux in latest and established models = 0.592216 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 97 components and 0.592216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077486Jy sigma=0.000596 ! Fit after self-cal, rms=0.077477Jy sigma=0.000596 wmodel J1848+3219_S_2017_05_27_pus_map.mod ! Writing 97 model components to file: J1848+3219_S_2017_05_27_pus_map.mod wobs J1848+3219_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J1848+3219_S_2017_05_27_pus_uvs.fits wwins J1848+3219_S_2017_05_27_pus_map.win ! wwins: Wrote 2 windows to J1848+3219_S_2017_05_27_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.0013657 Jy ! Component: 100 - total flux cleaned = -0.00235329 Jy ! Component: 150 - total flux cleaned = -0.00289596 Jy ! Component: 200 - total flux cleaned = -0.00340808 Jy ! Component: 250 - total flux cleaned = -0.00389893 Jy ! Component: 300 - total flux cleaned = -0.00410094 Jy ! Component: 350 - total flux cleaned = -0.00423029 Jy ! Component: 400 - total flux cleaned = -0.00448191 Jy ! Component: 450 - total flux cleaned = -0.00472699 Jy ! Component: 500 - total flux cleaned = -0.00514142 Jy ! Component: 550 - total flux cleaned = -0.00537143 Jy ! Component: 600 - total flux cleaned = -0.00548418 Jy ! Component: 650 - total flux cleaned = -0.00570572 Jy ! Component: 700 - total flux cleaned = -0.00581327 Jy ! Component: 750 - total flux cleaned = -0.00607948 Jy ! Component: 800 - total flux cleaned = -0.00623481 Jy ! Component: 850 - total flux cleaned = -0.00643783 Jy ! Component: 900 - total flux cleaned = -0.00668622 Jy ! Component: 950 - total flux cleaned = -0.00673352 Jy ! Component: 1000 - total flux cleaned = -0.00687759 Jy ! Component: 1050 - total flux cleaned = -0.00711314 Jy ! Component: 1100 - total flux cleaned = -0.00725163 Jy ! Component: 1150 - total flux cleaned = -0.00743371 Jy ! Component: 1200 - total flux cleaned = -0.00761291 Jy ! Component: 1250 - total flux cleaned = -0.00783211 Jy ! Component: 1300 - total flux cleaned = -0.00796162 Jy ! Component: 1350 - total flux cleaned = -0.00829991 Jy ! Component: 1400 - total flux cleaned = -0.00842406 Jy ! Component: 1450 - total flux cleaned = -0.00875041 Jy ! Component: 1500 - total flux cleaned = -0.00895068 Jy ! Component: 1550 - total flux cleaned = -0.00922627 Jy ! Component: 1600 - total flux cleaned = -0.00938154 Jy ! Component: 1650 - total flux cleaned = -0.00953463 Jy ! Component: 1700 - total flux cleaned = -0.00972254 Jy ! Component: 1750 - total flux cleaned = -0.00983454 Jy ! Component: 1800 - total flux cleaned = -0.00998101 Jy ! Component: 1850 - total flux cleaned = -0.0100891 Jy ! Component: 1900 - total flux cleaned = -0.0101956 Jy ! Component: 1950 - total flux cleaned = -0.0103016 Jy ! Component: 2000 - total flux cleaned = -0.0105101 Jy ! Component: 2050 - total flux cleaned = -0.0106815 Jy ! Component: 2100 - total flux cleaned = -0.01075 Jy ! Component: 2150 - total flux cleaned = -0.0109501 Jy ! Component: 2200 - total flux cleaned = -0.0110486 Jy ! Component: 2250 - total flux cleaned = -0.0111789 Jy ! Component: 2300 - total flux cleaned = -0.0112752 Jy ! Component: 2350 - total flux cleaned = -0.0113703 Jy ! Component: 2400 - total flux cleaned = -0.0114963 Jy ! Component: 2450 - total flux cleaned = -0.0115274 Jy ! Component: 2500 - total flux cleaned = -0.0116201 Jy ! Component: 2550 - total flux cleaned = -0.0117422 Jy ! Component: 2600 - total flux cleaned = -0.0118032 Jy ! Component: 2650 - total flux cleaned = -0.0120432 Jy ! Component: 2700 - total flux cleaned = -0.0121319 Jy ! Component: 2750 - total flux cleaned = -0.0123082 Jy ! Component: 2800 - total flux cleaned = -0.0122789 Jy ! Component: 2850 - total flux cleaned = -0.0123947 Jy ! Component: 2900 - total flux cleaned = -0.0124805 Jy ! Component: 2950 - total flux cleaned = -0.0125941 Jy ! Component: 3000 - total flux cleaned = -0.0126784 Jy ! Component: 3050 - total flux cleaned = -0.0127623 Jy ! Component: 3100 - total flux cleaned = -0.0129007 Jy ! Component: 3150 - total flux cleaned = -0.0128732 Jy ! Component: 3200 - total flux cleaned = -0.0129278 Jy ! Component: 3250 - total flux cleaned = -0.0129551 Jy ! Component: 3300 - total flux cleaned = -0.0131161 Jy ! Component: 3350 - total flux cleaned = -0.0131428 Jy ! Component: 3400 - total flux cleaned = -0.0132749 Jy ! Component: 3450 - total flux cleaned = -0.0133533 Jy ! Component: 3500 - total flux cleaned = -0.0134054 Jy ! Component: 3550 - total flux cleaned = -0.0135086 Jy ! Component: 3600 - total flux cleaned = -0.0135342 Jy ! Component: 3650 - total flux cleaned = -0.0137123 Jy ! Component: 3700 - total flux cleaned = -0.0137879 Jy ! Component: 3750 - total flux cleaned = -0.0138629 Jy ! Component: 3800 - total flux cleaned = -0.0139375 Jy ! Component: 3850 - total flux cleaned = -0.0140117 Jy ! Component: 3900 - total flux cleaned = -0.0140607 Jy ! Component: 3950 - total flux cleaned = -0.0141338 Jy ! Component: 4000 - total flux cleaned = -0.0141583 Jy ! Component: 4050 - total flux cleaned = -0.0142066 Jy ! Total flux subtracted in 4096 components = -0.0143024 Jy ! Clean residual min=-0.001292 max=0.001499 Jy/beam ! Clean residual mean=-0.000006 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.577914 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 356 components and 0.577913 Jy ![Exited script file: muppet] wmap "J1848+3219_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.717 x 5.232 at -9.168 degrees (North through East) ! Clean map min=-0.0054004 max=0.54565 Jy/beam ! Writing clean map to FITS file: J1848+3219_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.545655 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000411303 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.226133 0.226133 0.452267 0.904533 1.80907 3.61813 7.23627 14.4725 28.9451 57.8901 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.545 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.717 x 5.232 at -9.168 degrees (North through East) ! Clean map min=-0.0054004 max=0.54565 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 J1848+3219_S_2017_05_27_pus_uvs.log closed on Fri May 3 11:13:19 2019