! Started logfile: J2210+0857_S_2017_07_16_pus_uvs.log on Thu May 9 11:20:17 2019 obs J2210+0857_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J2210+0857_S_2017_07_16_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.719246 visibilities/baseline/integration-bin. ! Found source: J2210+0857 ! ! 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 14500 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 J2210+0857_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 165 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 225 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 165 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 799 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.883464Jy sigma=0.008157 ! Fit after self-cal, rms=0.865232Jy sigma=0.007992 ! 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.611 mas, bmaj=6.616 mas, bpa=-3.871 degrees ! Estimated noise=1111.2 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.101374 Jy ! Component: 100 - total flux cleaned = 0.134205 Jy ! Total flux subtracted in 100 components = 0.134205 Jy ! Clean residual min=-0.005587 max=0.014132 Jy/beam ! Clean residual mean=-0.000003 rms=0.001618 Jy/beam ! Combined flux in latest and established models = 0.134205 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.134205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081315Jy sigma=0.000705 ! Fit after self-cal, rms=0.081115Jy sigma=0.000703 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0161481 Jy ! Component: 100 - total flux cleaned = 0.0242161 Jy ! Total flux subtracted in 100 components = 0.0242161 Jy ! Clean residual min=-0.003853 max=0.004540 Jy/beam ! Clean residual mean=-0.000002 rms=0.000962 Jy/beam ! Combined flux in latest and established models = 0.158422 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 15 components and 0.158422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077181Jy sigma=0.000667 ! Fit after self-cal, rms=0.077109Jy sigma=0.000666 ! 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.046 mas, bmaj=7.202 mas, bpa=-3.273 degrees ! Estimated noise=747.398 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 (-2.5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00735028 Jy ! Component: 100 - total flux cleaned = 0.0112049 Jy ! Component: 150 - total flux cleaned = 0.0136883 Jy ! Component: 200 - total flux cleaned = 0.0148757 Jy ! Total flux subtracted in 200 components = 0.0148757 Jy ! Clean residual min=-0.002402 max=0.002802 Jy/beam ! Clean residual mean=0.000001 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.173297 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 50 components and 0.173297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076353Jy sigma=0.000660 ! Fit after self-cal, rms=0.076320Jy sigma=0.000659 ! 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.03 FD 1.00* HN 0.95 KP 1.04 ! LA 1.02 MK 0.98 NL 0.88 OV 1.01 ! PT 1.03 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00* HN 1.00 KP 1.00 ! LA 0.97 MK 1.02 NL 1.05 OV 1.03 ! PT 1.00 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.00* HN 1.01 KP 1.00 ! LA 0.98 MK 1.06 NL 0.97 OV 0.95 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 4. ! A total of 201 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.06 KP 1.00* ! LA 0.98 MK 0.91 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.076320Jy sigma=0.000659 ! Fit after self-cal, rms=0.074901Jy sigma=0.000657 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.077 mas, bmaj=7.208 mas, bpa=-2.708 degrees ! Estimated noise=748.725 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.00152734 Jy ! Component: 100 - total flux cleaned = 0.00157951 Jy ! Component: 150 - total flux cleaned = 0.00154358 Jy ! Component: 200 - total flux cleaned = 0.0015114 Jy ! Total flux subtracted in 200 components = 0.0015114 Jy ! Clean residual min=-0.002417 max=0.002235 Jy/beam ! Clean residual mean=-0.000001 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.174809 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 66 components and 0.174809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074847Jy sigma=0.000656 ! Fit after self-cal, rms=0.074832Jy sigma=0.000656 ! 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.074832Jy sigma=0.000656 ! Fit after self-cal, rms=0.074797Jy sigma=0.000654 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.079 mas, bmaj=7.206 mas, bpa=-2.895 degrees ! Estimated noise=749.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00053517 Jy ! Component: 100 - total flux cleaned = 0.000456632 Jy ! Component: 150 - total flux cleaned = 0.000432833 Jy ! Component: 200 - total flux cleaned = 0.000389763 Jy ! Total flux subtracted in 200 components = 0.000389763 Jy ! Clean residual min=-0.001951 max=0.001905 Jy/beam ! Clean residual mean=-0.000001 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.175198 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 82 components and 0.175198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074778Jy sigma=0.000654 ! Fit after self-cal, rms=0.074791Jy 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 = -1.4217e-05 Jy ! Component: 100 - total flux cleaned = -3.45929e-05 Jy ! Component: 150 - total flux cleaned = -9.20317e-05 Jy ! Component: 200 - total flux cleaned = -0.00012689 Jy ! Total flux subtracted in 200 components = -0.00012689 Jy ! Clean residual min=-0.001966 max=0.001878 Jy/beam ! Clean residual mean=-0.000001 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.175072 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 86 components and 0.175072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074779Jy sigma=0.000653 ! Fit after self-cal, rms=0.074778Jy sigma=0.000653 ! 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.074778Jy sigma=0.000653 ! Fit after self-cal, rms=0.074941Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.08 mas, bmaj=7.208 mas, bpa=-2.885 degrees ! Estimated noise=749.728 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000257643 Jy ! Component: 100 - total flux cleaned = 0.000177624 Jy ! Component: 150 - total flux cleaned = 0.000124272 Jy ! Component: 200 - total flux cleaned = 9.10995e-05 Jy ! Total flux subtracted in 200 components = 9.10995e-05 Jy ! Clean residual min=-0.001832 max=0.001870 Jy/beam ! Clean residual mean=-0.000000 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.175163 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 90 components and 0.175163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074930Jy sigma=0.000653 ! Fit after self-cal, rms=0.074936Jy 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 = 3.96294e-05 Jy ! Component: 100 - total flux cleaned = -2.5752e-05 Jy ! Component: 150 - total flux cleaned = -5.53821e-05 Jy ! Component: 200 - total flux cleaned = -8.37904e-05 Jy ! Total flux subtracted in 200 components = -8.37904e-05 Jy ! Clean residual min=-0.001837 max=0.001861 Jy/beam ! Clean residual mean=-0.000000 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.175079 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 94 components and 0.175079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074929Jy sigma=0.000653 ! Fit after self-cal, rms=0.074929Jy 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.074929Jy sigma=0.000653 ! Fit after self-cal, rms=0.075001Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.688 mas, bmaj=11.24 mas, bpa=-6.444 degrees ! Estimated noise=979.555 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.28771e-05 Jy ! Component: 100 - total flux cleaned = -0.000137089 Jy ! Component: 150 - total flux cleaned = -0.000210326 Jy ! Component: 200 - total flux cleaned = -0.000244048 Jy ! Total flux subtracted in 200 components = -0.000244048 Jy ! Clean residual min=-0.001980 max=0.001706 Jy/beam ! Clean residual mean=-0.000000 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.174835 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 104 components and 0.174835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074997Jy sigma=0.000653 ! Fit after self-cal, rms=0.074997Jy 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 = 3.56699e-08 Jy ! Component: 100 - total flux cleaned = -2.65137e-05 Jy ! Component: 150 - total flux cleaned = -5.63488e-05 Jy ! Component: 200 - total flux cleaned = -6.94306e-05 Jy ! Total flux subtracted in 200 components = -6.94306e-05 Jy ! Clean residual min=-0.001959 max=0.001694 Jy/beam ! Clean residual mean=0.000000 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.174765 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 110 components and 0.174765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074995Jy sigma=0.000653 ! Fit after self-cal, rms=0.074994Jy 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.081 mas, bmaj=7.21 mas, bpa=-2.881 degrees ! Estimated noise=750.304 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.081 x 7.21 at -2.881 degrees (North through East) ! Clean map min=-0.0017275 max=0.13385 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.627 mas, bmaj=6.642 mas, bpa=-3.774 degrees ! Estimated noise=1129.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.101121 Jy ! Component: 100 - total flux cleaned = 0.135827 Jy ! Component: 150 - total flux cleaned = 0.151593 Jy ! Component: 200 - total flux cleaned = 0.159486 Jy ! Total flux subtracted in 200 components = 0.159486 Jy ! Clean residual min=-0.003143 max=0.003923 Jy/beam ! Clean residual mean=-0.000001 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.159486 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.159486 Jy ! Inverting map and beam ! Estimated beam: bmin=3.081 mas, bmaj=7.21 mas, bpa=-2.881 degrees ! Estimated noise=750.304 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.00671974 Jy ! Component: 100 - total flux cleaned = 0.0104274 Jy ! Component: 150 - total flux cleaned = 0.0127882 Jy ! Component: 200 - total flux cleaned = 0.0141595 Jy ! Total flux subtracted in 200 components = 0.0141595 Jy ! Clean residual min=-0.001808 max=0.001927 Jy/beam ! Clean residual mean=0.000000 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.173645 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 58 components and 0.173645 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.688 mas, bmaj=11.24 mas, bpa=-6.444 degrees ! Estimated noise=979.555 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000872678 Jy ! Component: 100 - total flux cleaned = 0.00105122 Jy ! Component: 150 - total flux cleaned = 0.00115097 Jy ! Component: 200 - total flux cleaned = 0.00122499 Jy ! Total flux subtracted in 200 components = 0.00122499 Jy ! Clean residual min=-0.001975 max=0.001706 Jy/beam ! Clean residual mean=0.000000 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.17487 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.55724e-05 Jy ! Component: 100 - total flux cleaned = 3.67903e-06 Jy ! Component: 150 - total flux cleaned = -1.85146e-05 Jy ! Component: 200 - total flux cleaned = -3.88711e-05 Jy ! Total flux subtracted in 200 components = -3.88711e-05 Jy ! Clean residual min=-0.001961 max=0.001721 Jy/beam ! Clean residual mean=0.000000 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.174831 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 100 components and 0.174832 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.081 mas, bmaj=7.21 mas, bpa=-2.881 degrees ! Estimated noise=750.304 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000282197 Jy ! Component: 100 - total flux cleaned = -0.000182084 Jy ! Component: 150 - total flux cleaned = -0.000123263 Jy ! Component: 200 - total flux cleaned = -6.95556e-05 Jy ! Total flux subtracted in 200 components = -6.95556e-05 Jy ! Clean residual min=-0.001845 max=0.001871 Jy/beam ! Clean residual mean=0.000000 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.174762 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 115 components and 0.174762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075021Jy sigma=0.000653 ! Fit after self-cal, rms=0.075013Jy sigma=0.000653 wmodel J2210+0857_S_2017_07_16_pus_map.mod ! Writing 115 model components to file: J2210+0857_S_2017_07_16_pus_map.mod wobs J2210+0857_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J2210+0857_S_2017_07_16_pus_uvs.fits wwins J2210+0857_S_2017_07_16_pus_map.win ! wwins: Wrote 2 windows to J2210+0857_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.000163528 Jy ! Component: 100 - total flux cleaned = -0.00025483 Jy ! Component: 150 - total flux cleaned = -0.000369148 Jy ! Component: 200 - total flux cleaned = -0.000616894 Jy ! Component: 250 - total flux cleaned = -0.00075037 Jy ! Component: 300 - total flux cleaned = -0.000802312 Jy ! Component: 350 - total flux cleaned = -0.000878377 Jy ! Component: 400 - total flux cleaned = -0.00105023 Jy ! Component: 450 - total flux cleaned = -0.00107379 Jy ! Component: 500 - total flux cleaned = -0.00121477 Jy ! Component: 550 - total flux cleaned = -0.00132933 Jy ! Component: 600 - total flux cleaned = -0.00144189 Jy ! Component: 650 - total flux cleaned = -0.00153053 Jy ! Component: 700 - total flux cleaned = -0.0017264 Jy ! Component: 750 - total flux cleaned = -0.00179027 Jy ! Component: 800 - total flux cleaned = -0.00183259 Jy ! Component: 850 - total flux cleaned = -0.00193685 Jy ! Component: 900 - total flux cleaned = -0.00205947 Jy ! Component: 950 - total flux cleaned = -0.00209937 Jy ! Component: 1000 - total flux cleaned = -0.00211876 Jy ! Component: 1050 - total flux cleaned = -0.00211868 Jy ! Component: 1100 - total flux cleaned = -0.00217596 Jy ! Component: 1150 - total flux cleaned = -0.00223272 Jy ! Component: 1200 - total flux cleaned = -0.00234407 Jy ! Component: 1250 - total flux cleaned = -0.00230711 Jy ! Component: 1300 - total flux cleaned = -0.0023981 Jy ! Component: 1350 - total flux cleaned = -0.0024518 Jy ! Component: 1400 - total flux cleaned = -0.00246937 Jy ! Component: 1450 - total flux cleaned = -0.00248716 Jy ! Component: 1500 - total flux cleaned = -0.00260882 Jy ! Component: 1550 - total flux cleaned = -0.00274592 Jy ! Component: 1600 - total flux cleaned = -0.00283012 Jy ! Component: 1650 - total flux cleaned = -0.00287992 Jy ! Component: 1700 - total flux cleaned = -0.00286323 Jy ! Component: 1750 - total flux cleaned = -0.00292883 Jy ! Component: 1800 - total flux cleaned = -0.00292884 Jy ! Component: 1850 - total flux cleaned = -0.00297717 Jy ! Component: 1900 - total flux cleaned = -0.00305663 Jy ! Component: 1950 - total flux cleaned = -0.0031037 Jy ! Component: 2000 - total flux cleaned = -0.00318125 Jy ! Component: 2050 - total flux cleaned = -0.00319648 Jy ! Component: 2100 - total flux cleaned = -0.00327276 Jy ! Component: 2150 - total flux cleaned = -0.00334798 Jy ! Component: 2200 - total flux cleaned = -0.00339261 Jy ! Component: 2250 - total flux cleaned = -0.0033335 Jy ! Component: 2300 - total flux cleaned = -0.003436 Jy ! Component: 2350 - total flux cleaned = -0.00346508 Jy ! Component: 2400 - total flux cleaned = -0.00350809 Jy ! Component: 2450 - total flux cleaned = -0.00355065 Jy ! Component: 2500 - total flux cleaned = -0.00356452 Jy ! Component: 2550 - total flux cleaned = -0.0035923 Jy ! Component: 2600 - total flux cleaned = -0.00367505 Jy ! Component: 2650 - total flux cleaned = -0.00364745 Jy ! Component: 2700 - total flux cleaned = -0.00368837 Jy ! Component: 2750 - total flux cleaned = -0.00378249 Jy ! Component: 2800 - total flux cleaned = -0.0038089 Jy ! Component: 2850 - total flux cleaned = -0.00387501 Jy ! Component: 2900 - total flux cleaned = -0.0039144 Jy ! Component: 2950 - total flux cleaned = -0.00399254 Jy ! Component: 3000 - total flux cleaned = -0.00400545 Jy ! Component: 3050 - total flux cleaned = -0.00408218 Jy ! Component: 3100 - total flux cleaned = -0.00409493 Jy ! Component: 3150 - total flux cleaned = -0.00413283 Jy ! Component: 3200 - total flux cleaned = -0.0042081 Jy ! Component: 3250 - total flux cleaned = -0.00424524 Jy ! Component: 3300 - total flux cleaned = -0.00429463 Jy ! Component: 3350 - total flux cleaned = -0.00428235 Jy ! Component: 3400 - total flux cleaned = -0.00434312 Jy ! Component: 3450 - total flux cleaned = -0.00435532 Jy ! Component: 3500 - total flux cleaned = -0.00439116 Jy ! Component: 3550 - total flux cleaned = -0.00439122 Jy ! Component: 3600 - total flux cleaned = -0.00439126 Jy ! Component: 3650 - total flux cleaned = -0.00444981 Jy ! Component: 3700 - total flux cleaned = -0.00447311 Jy ! Component: 3750 - total flux cleaned = -0.00444996 Jy ! Component: 3800 - total flux cleaned = -0.00453051 Jy ! Component: 3850 - total flux cleaned = -0.0045648 Jy ! Component: 3900 - total flux cleaned = -0.00451944 Jy ! Component: 3950 - total flux cleaned = -0.004542 Jy ! Component: 4000 - total flux cleaned = -0.00457552 Jy ! Component: 4050 - total flux cleaned = -0.00459762 Jy ! Total flux subtracted in 4096 components = -0.00459759 Jy ! Clean residual min=-0.000680 max=0.000665 Jy/beam ! Clean residual mean=-0.000001 rms=0.000200 Jy/beam ! Combined flux in latest and established models = 0.170164 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 390 components and 0.170164 Jy ![Exited script file: muppet] wmap "J2210+0857_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.081 x 7.21 at -2.881 degrees (North through East) ! Clean map min=-0.0013148 max=0.13367 Jy/beam ! Writing clean map to FITS file: J2210+0857_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.133665 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000198218 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.444882 0.444882 0.889764 1.77953 3.55906 7.11811 14.2362 28.4724 56.9449 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.133 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.081 x 7.21 at -2.881 degrees (North through East) ! Clean map min=-0.0013148 max=0.13367 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 J2210+0857_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:20:23 2019