! Started logfile: J0213+1820_S_2017_07_16_pus_uvs.log on Thu May 9 10:58:27 2019 obs J0213+1820_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J0213+1820_S_2017_07_16_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.662191 visibilities/baseline/integration-bin. ! Found source: J0213+1820 ! ! 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 815 lines of history. ! ! Reading 17164 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 J0213+1820_S_2017_07_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 260 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 312 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 260 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1098 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.891539Jy sigma=0.008506 ! Fit after self-cal, rms=0.864713Jy sigma=0.008282 ! 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.462 mas, bmaj=6.032 mas, bpa=-6.518 degrees ! Estimated noise=1000.44 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.104429 Jy ! Component: 100 - total flux cleaned = 0.12872 Jy ! Total flux subtracted in 100 components = 0.12872 Jy ! Clean residual min=-0.003905 max=0.009303 Jy/beam ! Clean residual mean=-0.000007 rms=0.001103 Jy/beam ! Combined flux in latest and established models = 0.12872 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.12872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077261Jy sigma=0.000684 ! Fit after self-cal, rms=0.077249Jy sigma=0.000684 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101002 Jy ! Component: 100 - total flux cleaned = 0.0151562 Jy ! Total flux subtracted in 100 components = 0.0151562 Jy ! Clean residual min=-0.003044 max=0.004529 Jy/beam ! Clean residual mean=-0.000003 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.143876 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 13 components and 0.143876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075710Jy sigma=0.000671 ! Fit after self-cal, rms=0.075690Jy sigma=0.000671 ! 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.952 mas, bmaj=6.676 mas, bpa=-4.819 degrees ! Estimated noise=662.691 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 (-7, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00436642 Jy ! Component: 100 - total flux cleaned = 0.00698944 Jy ! Component: 150 - total flux cleaned = 0.00874036 Jy ! Component: 200 - total flux cleaned = 0.00995618 Jy ! Total flux subtracted in 200 components = 0.00995618 Jy ! Clean residual min=-0.002580 max=0.002427 Jy/beam ! Clean residual mean=0.000000 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.153832 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 33 components and 0.153832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075367Jy sigma=0.000668 ! Fit after self-cal, rms=0.075353Jy sigma=0.000668 ! 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.88 FD 1.00* HN 0.97 KP 1.02 ! LA 1.04 MK 0.99 NL 0.92 OV 1.00 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.27 FD 1.00* HN 0.99 KP 1.00 ! LA 0.95 MK 1.00 NL 1.05 OV 1.04 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00* HN 1.00 KP 0.98 ! LA 1.04 MK 1.03 NL 1.02 OV 0.94 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! A total of 342 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.075353Jy sigma=0.000668 ! Fit after self-cal, rms=0.073611Jy sigma=0.000662 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.995 mas, bmaj=6.654 mas, bpa=-3.939 degrees ! Estimated noise=667.387 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.00090405 Jy ! Component: 100 - total flux cleaned = 0.00102583 Jy ! Component: 150 - total flux cleaned = 0.00109508 Jy ! Component: 200 - total flux cleaned = 0.00121454 Jy ! Total flux subtracted in 200 components = 0.00121454 Jy ! Clean residual min=-0.002285 max=0.002132 Jy/beam ! Clean residual mean=-0.000002 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.155047 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 54 components and 0.155047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073563Jy sigma=0.000662 ! Fit after self-cal, rms=0.073560Jy sigma=0.000662 ! 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.073560Jy sigma=0.000662 ! Fit after self-cal, rms=0.073585Jy sigma=0.000654 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.998 mas, bmaj=6.646 mas, bpa=-3.997 degrees ! Estimated noise=668.956 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000670901 Jy ! Component: 100 - total flux cleaned = 0.000617994 Jy ! Component: 150 - total flux cleaned = 0.00061803 Jy ! Component: 200 - total flux cleaned = 0.000596753 Jy ! Total flux subtracted in 200 components = 0.000596753 Jy ! Clean residual min=-0.001733 max=0.001525 Jy/beam ! Clean residual mean=0.000000 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.155643 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 68 components and 0.155643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073567Jy sigma=0.000654 ! Fit after self-cal, rms=0.073590Jy 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 = 6.92139e-05 Jy ! Component: 100 - total flux cleaned = 8.88203e-05 Jy ! Component: 150 - total flux cleaned = 5.39788e-05 Jy ! Component: 200 - total flux cleaned = 3.72676e-05 Jy ! Total flux subtracted in 200 components = 3.72676e-05 Jy ! Clean residual min=-0.001676 max=0.001532 Jy/beam ! Clean residual mean=0.000000 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.155681 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 77 components and 0.155681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073582Jy sigma=0.000654 ! Fit after self-cal, rms=0.073581Jy sigma=0.000654 ! 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.073581Jy sigma=0.000654 ! Fit after self-cal, rms=0.073835Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3 mas, bmaj=6.644 mas, bpa=-3.931 degrees ! Estimated noise=667.819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000285758 Jy ! Component: 100 - total flux cleaned = 0.000231311 Jy ! Component: 150 - total flux cleaned = 0.00024552 Jy ! Component: 200 - total flux cleaned = 0.000245228 Jy ! Total flux subtracted in 200 components = 0.000245228 Jy ! Clean residual min=-0.001617 max=0.001565 Jy/beam ! Clean residual mean=0.000000 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.155926 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 89 components and 0.155926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073827Jy sigma=0.000653 ! Fit after self-cal, rms=0.073831Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.1372e-05 Jy ! Component: 100 - total flux cleaned = 7.96996e-05 Jy ! Component: 150 - total flux cleaned = 0.000103295 Jy ! Component: 200 - total flux cleaned = 0.000114143 Jy ! Total flux subtracted in 200 components = 0.000114143 Jy ! Clean residual min=-0.001592 max=0.001574 Jy/beam ! Clean residual mean=0.000000 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.15604 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 96 components and 0.15604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073827Jy sigma=0.000653 ! Fit after self-cal, rms=0.073827Jy sigma=0.000653 ! 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.073827Jy sigma=0.000653 ! Fit after self-cal, rms=0.073792Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.557 mas, bmaj=9.986 mas, bpa=-7.846 degrees ! Estimated noise=882.639 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000124074 Jy ! Component: 100 - total flux cleaned = 0.000182199 Jy ! Component: 150 - total flux cleaned = 0.000216091 Jy ! Component: 200 - total flux cleaned = 0.000275493 Jy ! Total flux subtracted in 200 components = 0.000275493 Jy ! Clean residual min=-0.002026 max=0.001970 Jy/beam ! Clean residual mean=0.000001 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.156316 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 106 components and 0.156316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073793Jy sigma=0.000653 ! Fit after self-cal, rms=0.073793Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.79823e-05 Jy ! Component: 100 - total flux cleaned = 1.43685e-05 Jy ! Component: 150 - total flux cleaned = 4.40193e-05 Jy ! Component: 200 - total flux cleaned = 5.73193e-05 Jy ! Total flux subtracted in 200 components = 5.73193e-05 Jy ! Clean residual min=-0.002021 max=0.001939 Jy/beam ! Clean residual mean=0.000001 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.156373 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 112 components and 0.156373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073795Jy sigma=0.000653 ! Fit after self-cal, rms=0.073795Jy sigma=0.000653 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.002 mas, bmaj=6.647 mas, bpa=-3.892 degrees ! Estimated noise=667.471 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.002 x 6.647 at -3.892 degrees (North through East) ! Clean map min=-0.0015662 max=0.13614 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.506 mas, bmaj=5.984 mas, bpa=-5.388 degrees ! Estimated noise=1011.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.10365 Jy ! Component: 100 - total flux cleaned = 0.127665 Jy ! Component: 150 - total flux cleaned = 0.137364 Jy ! Component: 200 - total flux cleaned = 0.143042 Jy ! Total flux subtracted in 200 components = 0.143042 Jy ! Clean residual min=-0.002699 max=0.002931 Jy/beam ! Clean residual mean=-0.000003 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.143042 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.143042 Jy ! Inverting map and beam ! Estimated beam: bmin=3.002 mas, bmaj=6.647 mas, bpa=-3.892 degrees ! Estimated noise=667.471 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.00500526 Jy ! Component: 100 - total flux cleaned = 0.00804696 Jy ! Component: 150 - total flux cleaned = 0.0100574 Jy ! Component: 200 - total flux cleaned = 0.0112217 Jy ! Total flux subtracted in 200 components = 0.0112217 Jy ! Clean residual min=-0.001766 max=0.001646 Jy/beam ! Clean residual mean=-0.000001 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.154264 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 45 components and 0.154264 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.557 mas, bmaj=9.986 mas, bpa=-7.846 degrees ! Estimated noise=882.639 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010737 Jy ! Component: 100 - total flux cleaned = 0.0014399 Jy ! Component: 150 - total flux cleaned = 0.00156452 Jy ! Component: 200 - total flux cleaned = 0.00169406 Jy ! Total flux subtracted in 200 components = 0.00169406 Jy ! Clean residual min=-0.002030 max=0.001977 Jy/beam ! Clean residual mean=-0.000000 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.155958 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 = 8.72866e-05 Jy ! Component: 100 - total flux cleaned = 0.000162458 Jy ! Component: 150 - total flux cleaned = 0.000212062 Jy ! Component: 200 - total flux cleaned = 0.000226411 Jy ! Total flux subtracted in 200 components = 0.000226411 Jy ! Clean residual min=-0.002015 max=0.001947 Jy/beam ! Clean residual mean=0.000000 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.156184 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 85 components and 0.156184 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.002 mas, bmaj=6.647 mas, bpa=-3.892 degrees ! Estimated noise=667.471 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000326817 Jy ! Component: 100 - total flux cleaned = -0.000247248 Jy ! Component: 150 - total flux cleaned = -0.00022431 Jy ! Component: 200 - total flux cleaned = -0.000223794 Jy ! Total flux subtracted in 200 components = -0.000223794 Jy ! Clean residual min=-0.001647 max=0.001449 Jy/beam ! Clean residual mean=-0.000000 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.15596 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 96 components and 0.15596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073803Jy sigma=0.000653 ! Fit after self-cal, rms=0.073803Jy sigma=0.000653 wmodel J0213+1820_S_2017_07_16_pus_map.mod ! Writing 96 model components to file: J0213+1820_S_2017_07_16_pus_map.mod wobs J0213+1820_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J0213+1820_S_2017_07_16_pus_uvs.fits wwins J0213+1820_S_2017_07_16_pus_map.win ! wwins: Wrote 2 windows to J0213+1820_S_2017_07_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.00075358 Jy ! Component: 100 - total flux cleaned = -0.00121661 Jy ! Component: 150 - total flux cleaned = -0.00139492 Jy ! Component: 200 - total flux cleaned = -0.00151576 Jy ! Component: 250 - total flux cleaned = -0.00163314 Jy ! Component: 300 - total flux cleaned = -0.0016783 Jy ! Component: 350 - total flux cleaned = -0.00172253 Jy ! Component: 400 - total flux cleaned = -0.00172265 Jy ! Component: 450 - total flux cleaned = -0.0017653 Jy ! Component: 500 - total flux cleaned = -0.00180658 Jy ! Component: 550 - total flux cleaned = -0.00176569 Jy ! Component: 600 - total flux cleaned = -0.0017059 Jy ! Component: 650 - total flux cleaned = -0.00172529 Jy ! Component: 700 - total flux cleaned = -0.00172486 Jy ! Component: 750 - total flux cleaned = -0.00168661 Jy ! Component: 800 - total flux cleaned = -0.00166794 Jy ! Component: 850 - total flux cleaned = -0.00166767 Jy ! Component: 900 - total flux cleaned = -0.00164957 Jy ! Component: 950 - total flux cleaned = -0.00163182 Jy ! Component: 1000 - total flux cleaned = -0.00164915 Jy ! Component: 1050 - total flux cleaned = -0.00163131 Jy ! Component: 1100 - total flux cleaned = -0.00156273 Jy ! Component: 1150 - total flux cleaned = -0.00151201 Jy ! Component: 1200 - total flux cleaned = -0.00146192 Jy ! Component: 1250 - total flux cleaned = -0.00147858 Jy ! Component: 1300 - total flux cleaned = -0.00152766 Jy ! Component: 1350 - total flux cleaned = -0.00151133 Jy ! Component: 1400 - total flux cleaned = -0.00151133 Jy ! Component: 1450 - total flux cleaned = -0.00151147 Jy ! Component: 1500 - total flux cleaned = -0.00152705 Jy ! Component: 1550 - total flux cleaned = -0.00155803 Jy ! Component: 1600 - total flux cleaned = -0.001558 Jy ! Component: 1650 - total flux cleaned = -0.00154285 Jy ! Component: 1700 - total flux cleaned = -0.00163275 Jy ! Component: 1750 - total flux cleaned = -0.00155856 Jy ! Component: 1800 - total flux cleaned = -0.0015882 Jy ! Component: 1850 - total flux cleaned = -0.00160263 Jy ! Component: 1900 - total flux cleaned = -0.00155942 Jy ! Component: 1950 - total flux cleaned = -0.00161671 Jy ! Component: 2000 - total flux cleaned = -0.00164489 Jy ! Component: 2050 - total flux cleaned = -0.0016868 Jy ! Component: 2100 - total flux cleaned = -0.00164509 Jy ! Component: 2150 - total flux cleaned = -0.00171384 Jy ! Component: 2200 - total flux cleaned = -0.00168648 Jy ! Component: 2250 - total flux cleaned = -0.0017542 Jy ! Component: 2300 - total flux cleaned = -0.00180775 Jy ! Component: 2350 - total flux cleaned = -0.00180758 Jy ! Component: 2400 - total flux cleaned = -0.00176794 Jy ! Component: 2450 - total flux cleaned = -0.00176803 Jy ! Component: 2500 - total flux cleaned = -0.00179413 Jy ! Component: 2550 - total flux cleaned = -0.0018457 Jy ! Component: 2600 - total flux cleaned = -0.00184557 Jy ! Component: 2650 - total flux cleaned = -0.00192191 Jy ! Component: 2700 - total flux cleaned = -0.00189663 Jy ! Component: 2750 - total flux cleaned = -0.00189668 Jy ! Component: 2800 - total flux cleaned = -0.00197131 Jy ! Component: 2850 - total flux cleaned = -0.00203313 Jy ! Component: 2900 - total flux cleaned = -0.0020698 Jy ! Component: 2950 - total flux cleaned = -0.00205758 Jy ! Component: 3000 - total flux cleaned = -0.0020938 Jy ! Component: 3050 - total flux cleaned = -0.00212985 Jy ! Component: 3100 - total flux cleaned = -0.00218954 Jy ! Component: 3150 - total flux cleaned = -0.00221339 Jy ! Component: 3200 - total flux cleaned = -0.00224864 Jy ! Component: 3250 - total flux cleaned = -0.00228377 Jy ! Component: 3300 - total flux cleaned = -0.00234172 Jy ! Component: 3350 - total flux cleaned = -0.00239935 Jy ! Component: 3400 - total flux cleaned = -0.00243379 Jy ! Component: 3450 - total flux cleaned = -0.00249071 Jy ! Component: 3500 - total flux cleaned = -0.00254723 Jy ! Component: 3550 - total flux cleaned = -0.0025809 Jy ! Component: 3600 - total flux cleaned = -0.00256976 Jy ! Component: 3650 - total flux cleaned = -0.00262533 Jy ! Component: 3700 - total flux cleaned = -0.00269151 Jy ! Component: 3750 - total flux cleaned = -0.00264775 Jy ! Component: 3800 - total flux cleaned = -0.00272413 Jy ! Component: 3850 - total flux cleaned = -0.00271323 Jy ! Component: 3900 - total flux cleaned = -0.00273479 Jy ! Component: 3950 - total flux cleaned = -0.00274554 Jy ! Component: 4000 - total flux cleaned = -0.00275619 Jy ! Component: 4050 - total flux cleaned = -0.00274554 Jy ! Total flux subtracted in 4096 components = -0.00273505 Jy ! Clean residual min=-0.000609 max=0.000842 Jy/beam ! Clean residual mean=0.000000 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.153225 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 408 components and 0.153225 Jy ![Exited script file: muppet] wmap "J0213+1820_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.002 x 6.647 at -3.892 degrees (North through East) ! Clean map min=-0.0012259 max=0.13585 Jy/beam ! Writing clean map to FITS file: J0213+1820_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.135851 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000190972 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.421724 0.421724 0.843448 1.6869 3.37379 6.74758 13.4952 26.9903 53.9807 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.135 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.002 x 6.647 at -3.892 degrees (North through East) ! Clean map min=-0.0012259 max=0.13585 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 J0213+1820_S_2017_07_16_pus_uvs.log closed on Thu May 9 10:58:32 2019