! Started logfile: J1453+3505_S_2017_07_16_pus_uvs.log on Thu May 9 11:12:00 2019 obs J1453+3505_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1453+3505_S_2017_07_16_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.778858 visibilities/baseline/integration-bin. ! Found source: J1453+3505 ! ! 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 20188 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 J1453+3505_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 163 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 163 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 163 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 884 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.892508Jy sigma=0.008548 ! Fit after self-cal, rms=0.883732Jy sigma=0.008475 ! 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.9 mas, bmaj=4.924 mas, bpa=-3.831 degrees ! Estimated noise=1013 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.090401 Jy ! Component: 100 - total flux cleaned = 0.11211 Jy ! Total flux subtracted in 100 components = 0.11211 Jy ! Clean residual min=-0.003691 max=0.008199 Jy/beam ! Clean residual mean=-0.000013 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.11211 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.11211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077282Jy sigma=0.000694 ! Fit after self-cal, rms=0.077273Jy sigma=0.000694 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00821008 Jy ! Component: 100 - total flux cleaned = 0.0119946 Jy ! Total flux subtracted in 100 components = 0.0119946 Jy ! Clean residual min=-0.003931 max=0.003288 Jy/beam ! Clean residual mean=-0.000008 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.124105 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 20 components and 0.124105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076310Jy sigma=0.000685 ! Fit after self-cal, rms=0.076306Jy sigma=0.000685 ! 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=3.463 mas, bmaj=5.738 mas, bpa=0.4596 degrees ! Estimated noise=592 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.0025145 Jy ! Component: 100 - total flux cleaned = 0.00380081 Jy ! Component: 150 - total flux cleaned = 0.0044344 Jy ! Component: 200 - total flux cleaned = 0.00452257 Jy ! Total flux subtracted in 200 components = 0.00452257 Jy ! Clean residual min=-0.002574 max=0.002484 Jy/beam ! Clean residual mean=0.000002 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.128628 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 33 components and 0.128628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076206Jy sigma=0.000685 ! Fit after self-cal, rms=0.076205Jy sigma=0.000685 ! 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.02 FD 1.00* HN 0.99 KP 1.07 ! LA 1.00 MK 1.04 NL 0.93 OV 1.02 ! PT 1.04 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.00* HN 1.00 KP 1.03 ! LA 0.98 MK 1.06 NL 1.07 OV 0.97 ! PT 1.04 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.00* HN 1.03 KP 1.00 ! LA 1.01 MK 1.07 NL 1.03 OV 0.93 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.01 KP 1.00* ! LA 0.97 MK 1.08 NL 1.00* OV 1.00* ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.076205Jy sigma=0.000685 ! Fit after self-cal, rms=0.076131Jy sigma=0.000681 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.492 mas, bmaj=5.745 mas, bpa=1.458 degrees ! Estimated noise=596.286 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 = 1.45845e-05 Jy ! Component: 100 - total flux cleaned = 0.000157399 Jy ! Component: 150 - total flux cleaned = 0.000182355 Jy ! Component: 200 - total flux cleaned = 0.000203585 Jy ! Total flux subtracted in 200 components = 0.000203585 Jy ! Clean residual min=-0.002115 max=0.001935 Jy/beam ! Clean residual mean=0.000002 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.128831 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.128831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076100Jy sigma=0.000681 ! Fit after self-cal, rms=0.076110Jy sigma=0.000681 ! 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.076110Jy sigma=0.000681 ! Fit after self-cal, rms=0.075594Jy sigma=0.000678 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.489 mas, bmaj=5.767 mas, bpa=0.9792 degrees ! Estimated noise=597.446 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000450488 Jy ! Component: 100 - total flux cleaned = 0.000375537 Jy ! Component: 150 - total flux cleaned = 0.000363865 Jy ! Component: 200 - total flux cleaned = 0.000345056 Jy ! Total flux subtracted in 200 components = 0.000345056 Jy ! Clean residual min=-0.001413 max=0.001454 Jy/beam ! Clean residual mean=-0.000000 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.129176 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 47 components and 0.129176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075585Jy sigma=0.000678 ! Fit after self-cal, rms=0.075589Jy sigma=0.000678 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.74354e-05 Jy ! Component: 100 - total flux cleaned = -3.70615e-06 Jy ! Component: 150 - total flux cleaned = -2.08049e-05 Jy ! Component: 200 - total flux cleaned = -2.87952e-05 Jy ! Total flux subtracted in 200 components = -2.87952e-05 Jy ! Clean residual min=-0.001393 max=0.001461 Jy/beam ! Clean residual mean=-0.000000 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.129147 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 49 components and 0.129147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075585Jy sigma=0.000678 ! Fit after self-cal, rms=0.075584Jy sigma=0.000678 ! 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.075584Jy sigma=0.000678 ! Fit after self-cal, rms=0.075712Jy sigma=0.000678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.487 mas, bmaj=5.767 mas, bpa=0.8791 degrees ! Estimated noise=598.202 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000355811 Jy ! Component: 100 - total flux cleaned = 0.000319112 Jy ! Component: 150 - total flux cleaned = 0.000310803 Jy ! Component: 200 - total flux cleaned = 0.000303447 Jy ! Total flux subtracted in 200 components = 0.000303447 Jy ! Clean residual min=-0.001369 max=0.001460 Jy/beam ! Clean residual mean=-0.000000 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.129451 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 49 components and 0.129451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075708Jy sigma=0.000678 ! Fit after self-cal, rms=0.075708Jy sigma=0.000678 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 = 1.76835e-05 Jy ! Component: 100 - total flux cleaned = 1.37448e-06 Jy ! Component: 150 - total flux cleaned = -5.82313e-06 Jy ! Component: 200 - total flux cleaned = -1.93181e-05 Jy ! Total flux subtracted in 200 components = -1.93181e-05 Jy ! Clean residual min=-0.001357 max=0.001457 Jy/beam ! Clean residual mean=-0.000000 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.129432 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 50 components and 0.129432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075706Jy sigma=0.000678 ! Fit after self-cal, rms=0.075706Jy sigma=0.000678 ! 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.075706Jy sigma=0.000678 ! Fit after self-cal, rms=0.075800Jy sigma=0.000678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.028 mas, bmaj=9.367 mas, bpa=-0.531 degrees ! Estimated noise=754.871 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00039572 Jy ! Component: 100 - total flux cleaned = 0.000404207 Jy ! Component: 150 - total flux cleaned = 0.000415654 Jy ! Component: 200 - total flux cleaned = 0.000420256 Jy ! Total flux subtracted in 200 components = 0.000420256 Jy ! Clean residual min=-0.001719 max=0.001703 Jy/beam ! Clean residual mean=-0.000001 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.129852 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 54 components and 0.129852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075800Jy sigma=0.000678 ! Fit after self-cal, rms=0.075798Jy sigma=0.000678 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.25756e-06 Jy ! Component: 100 - total flux cleaned = 3.11658e-06 Jy ! Component: 150 - total flux cleaned = 2.67471e-06 Jy ! Component: 200 - total flux cleaned = 2.57503e-06 Jy ! Total flux subtracted in 200 components = 2.57503e-06 Jy ! Clean residual min=-0.001700 max=0.001703 Jy/beam ! Clean residual mean=-0.000001 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.129854 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 58 components and 0.129854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075799Jy sigma=0.000678 ! Fit after self-cal, rms=0.075798Jy sigma=0.000678 ! 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.485 mas, bmaj=5.766 mas, bpa=0.8324 degrees ! Estimated noise=598.913 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.485 x 5.766 at 0.8324 degrees (North through East) ! Clean map min=-0.0013337 max=0.1188 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.926 mas, bmaj=4.954 mas, bpa=-3.616 degrees ! Estimated noise=1030.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0916814 Jy ! Component: 100 - total flux cleaned = 0.113906 Jy ! Component: 150 - total flux cleaned = 0.122234 Jy ! Component: 200 - total flux cleaned = 0.125448 Jy ! Total flux subtracted in 200 components = 0.125448 Jy ! Clean residual min=-0.002950 max=0.002756 Jy/beam ! Clean residual mean=-0.000008 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.125448 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.125448 Jy ! Inverting map and beam ! Estimated beam: bmin=3.485 mas, bmaj=5.766 mas, bpa=0.8324 degrees ! Estimated noise=598.913 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.0024812 Jy ! Component: 100 - total flux cleaned = 0.00332998 Jy ! Component: 150 - total flux cleaned = 0.00360423 Jy ! Component: 200 - total flux cleaned = 0.00384381 Jy ! Total flux subtracted in 200 components = 0.00384381 Jy ! Clean residual min=-0.001355 max=0.001450 Jy/beam ! Clean residual mean=-0.000000 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.129292 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 30 components and 0.129292 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.028 mas, bmaj=9.367 mas, bpa=-0.531 degrees ! Estimated noise=754.871 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00051473 Jy ! Component: 100 - total flux cleaned = 0.000536772 Jy ! Component: 150 - total flux cleaned = 0.000561233 Jy ! Component: 200 - total flux cleaned = 0.000573521 Jy ! Total flux subtracted in 200 components = 0.000573521 Jy ! Clean residual min=-0.001688 max=0.001700 Jy/beam ! Clean residual mean=-0.000001 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.129866 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 = 5.46859e-06 Jy ! Component: 100 - total flux cleaned = 1.10911e-06 Jy ! Component: 150 - total flux cleaned = 1.20999e-06 Jy ! Component: 200 - total flux cleaned = 1.03369e-06 Jy ! Total flux subtracted in 200 components = 1.03369e-06 Jy ! Clean residual min=-0.001688 max=0.001702 Jy/beam ! Clean residual mean=-0.000001 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.129867 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 37 components and 0.129867 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.485 mas, bmaj=5.766 mas, bpa=0.8324 degrees ! Estimated noise=598.913 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.07523e-06 Jy ! Component: 100 - total flux cleaned = 5.10823e-05 Jy ! Component: 150 - total flux cleaned = 5.10527e-05 Jy ! Component: 200 - total flux cleaned = 9.32087e-06 Jy ! Total flux subtracted in 200 components = 9.32087e-06 Jy ! Clean residual min=-0.001376 max=0.001367 Jy/beam ! Clean residual mean=-0.000000 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.129876 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.129876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075812Jy sigma=0.000678 ! Fit after self-cal, rms=0.075805Jy sigma=0.000678 wmodel J1453+3505_S_2017_07_16_pus_map.mod ! Writing 44 model components to file: J1453+3505_S_2017_07_16_pus_map.mod wobs J1453+3505_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1453+3505_S_2017_07_16_pus_uvs.fits wwins J1453+3505_S_2017_07_16_pus_map.win ! wwins: Wrote 1 windows to J1453+3505_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.000158031 Jy ! Component: 100 - total flux cleaned = 0.00020603 Jy ! Component: 150 - total flux cleaned = 0.0002517 Jy ! Component: 200 - total flux cleaned = 0.000340899 Jy ! Component: 250 - total flux cleaned = 0.000406315 Jy ! Component: 300 - total flux cleaned = 0.000491173 Jy ! Component: 350 - total flux cleaned = 0.000512157 Jy ! Component: 400 - total flux cleaned = 0.000573461 Jy ! Component: 450 - total flux cleaned = 0.00061356 Jy ! Component: 500 - total flux cleaned = 0.000671706 Jy ! Component: 550 - total flux cleaned = 0.000709902 Jy ! Component: 600 - total flux cleaned = 0.000785077 Jy ! Component: 650 - total flux cleaned = 0.00087691 Jy ! Component: 700 - total flux cleaned = 0.000894662 Jy ! Component: 750 - total flux cleaned = 0.000912326 Jy ! Component: 800 - total flux cleaned = 0.000982559 Jy ! Component: 850 - total flux cleaned = 0.00103435 Jy ! Component: 900 - total flux cleaned = 0.0010683 Jy ! Component: 950 - total flux cleaned = 0.00110198 Jy ! Component: 1000 - total flux cleaned = 0.0011683 Jy ! Component: 1050 - total flux cleaned = 0.0012335 Jy ! Component: 1100 - total flux cleaned = 0.00124964 Jy ! Component: 1150 - total flux cleaned = 0.00136117 Jy ! Component: 1200 - total flux cleaned = 0.00136078 Jy ! Component: 1250 - total flux cleaned = 0.00139172 Jy ! Component: 1300 - total flux cleaned = 0.00145298 Jy ! Component: 1350 - total flux cleaned = 0.00146792 Jy ! Component: 1400 - total flux cleaned = 0.00152772 Jy ! Component: 1450 - total flux cleaned = 0.00152769 Jy ! Component: 1500 - total flux cleaned = 0.00154247 Jy ! Component: 1550 - total flux cleaned = 0.00158589 Jy ! Component: 1600 - total flux cleaned = 0.00155762 Jy ! Component: 1650 - total flux cleaned = 0.00164278 Jy ! Component: 1700 - total flux cleaned = 0.00162882 Jy ! Component: 1750 - total flux cleaned = 0.0016983 Jy ! Component: 1800 - total flux cleaned = 0.00167066 Jy ! Component: 1850 - total flux cleaned = 0.0016979 Jy ! Component: 1900 - total flux cleaned = 0.00172486 Jy ! Component: 1950 - total flux cleaned = 0.00180484 Jy ! Component: 2000 - total flux cleaned = 0.0017784 Jy ! Component: 2050 - total flux cleaned = 0.00180438 Jy ! Component: 2100 - total flux cleaned = 0.00181709 Jy ! Component: 2150 - total flux cleaned = 0.00181707 Jy ! Component: 2200 - total flux cleaned = 0.00182967 Jy ! Component: 2250 - total flux cleaned = 0.00186727 Jy ! Component: 2300 - total flux cleaned = 0.00186728 Jy ! Component: 2350 - total flux cleaned = 0.0018797 Jy ! Component: 2400 - total flux cleaned = 0.0018798 Jy ! Component: 2450 - total flux cleaned = 0.00194058 Jy ! Component: 2500 - total flux cleaned = 0.0019285 Jy ! Component: 2550 - total flux cleaned = 0.0020003 Jy ! Component: 2600 - total flux cleaned = 0.00197658 Jy ! Component: 2650 - total flux cleaned = 0.00202357 Jy ! Component: 2700 - total flux cleaned = 0.00209323 Jy ! Component: 2750 - total flux cleaned = 0.00207012 Jy ! Component: 2800 - total flux cleaned = 0.00210449 Jy ! Component: 2850 - total flux cleaned = 0.00210447 Jy ! Component: 2900 - total flux cleaned = 0.00213825 Jy ! Component: 2950 - total flux cleaned = 0.00214948 Jy ! Component: 3000 - total flux cleaned = 0.00220501 Jy ! Component: 3050 - total flux cleaned = 0.00220505 Jy ! Component: 3100 - total flux cleaned = 0.00224884 Jy ! Component: 3150 - total flux cleaned = 0.00224867 Jy ! Component: 3200 - total flux cleaned = 0.0022271 Jy ! Component: 3250 - total flux cleaned = 0.0022806 Jy ! Component: 3300 - total flux cleaned = 0.00233387 Jy ! Component: 3350 - total flux cleaned = 0.00235497 Jy ! Component: 3400 - total flux cleaned = 0.00238643 Jy ! Component: 3450 - total flux cleaned = 0.00239681 Jy ! Component: 3500 - total flux cleaned = 0.00244855 Jy ! Component: 3550 - total flux cleaned = 0.00247936 Jy ! Component: 3600 - total flux cleaned = 0.0024999 Jy ! Component: 3650 - total flux cleaned = 0.0025506 Jy ! Component: 3700 - total flux cleaned = 0.00256075 Jy ! Component: 3750 - total flux cleaned = 0.00259077 Jy ! Component: 3800 - total flux cleaned = 0.00265032 Jy ! Component: 3850 - total flux cleaned = 0.00263076 Jy ! Component: 3900 - total flux cleaned = 0.00267985 Jy ! Component: 3950 - total flux cleaned = 0.00270897 Jy ! Component: 4000 - total flux cleaned = 0.00276699 Jy ! Component: 4050 - total flux cleaned = 0.00274775 Jy ! Total flux subtracted in 4096 components = 0.00278603 Jy ! Clean residual min=-0.000631 max=0.000621 Jy/beam ! Clean residual mean=-0.000000 rms=0.000175 Jy/beam ! Combined flux in latest and established models = 0.132662 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 327 components and 0.132662 Jy ![Exited script file: muppet] wmap "J1453+3505_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.485 x 5.766 at 0.8324 degrees (North through East) ! Clean map min=-0.00090805 max=0.11887 Jy/beam ! Writing clean map to FITS file: J1453+3505_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.118872 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000174745 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.441007 0.441007 0.882015 1.76403 3.52806 7.05612 14.1122 28.2245 56.4489 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.118 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.485 x 5.766 at 0.8324 degrees (North through East) ! Clean map min=-0.00090805 max=0.11887 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 J1453+3505_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:12:05 2019