! Started logfile: J2212+3308_S_2017_08_12_pus_uvs.log on Fri May 10 15:09:01 2019 obs J2212+3308_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J2212+3308_S_2017_08_12_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.658099 visibilities/baseline/integration-bin. ! Found source: J2212+3308 ! ! 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 594 lines of history. ! ! Reading 9832 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 J2212+3308_S_2017_08_12_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 156 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 196 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 156 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 653 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.926667Jy sigma=0.008867 ! Fit after self-cal, rms=0.918215Jy sigma=0.008799 ! 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=3.161 mas, bmaj=5.011 mas, bpa=-2.01 degrees ! Estimated noise=1145.08 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.0634926 Jy ! Component: 100 - total flux cleaned = 0.0808495 Jy ! Total flux subtracted in 100 components = 0.0808495 Jy ! Clean residual min=-0.004089 max=0.007712 Jy/beam ! Clean residual mean=-0.000003 rms=0.001090 Jy/beam ! Combined flux in latest and established models = 0.0808495 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0808495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075658Jy sigma=0.000672 ! Fit after self-cal, rms=0.075619Jy sigma=0.000672 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0088125 Jy ! Component: 100 - total flux cleaned = 0.0133718 Jy ! Total flux subtracted in 100 components = 0.0133718 Jy ! Clean residual min=-0.003197 max=0.003025 Jy/beam ! Clean residual mean=0.000001 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 0.0942213 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 14 components and 0.0942213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074558Jy sigma=0.000662 ! Fit after self-cal, rms=0.074524Jy sigma=0.000661 ! 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.653 mas, bmaj=5.794 mas, bpa=-2.653 degrees ! Estimated noise=877.542 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.00302655 Jy ! Component: 100 - total flux cleaned = 0.00450173 Jy ! Component: 150 - total flux cleaned = 0.00535857 Jy ! Component: 200 - total flux cleaned = 0.00579549 Jy ! Total flux subtracted in 200 components = 0.00579549 Jy ! Clean residual min=-0.002145 max=0.002391 Jy/beam ! Clean residual mean=0.000000 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.100017 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 30 components and 0.100017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074400Jy sigma=0.000660 ! Fit after self-cal, rms=0.074402Jy sigma=0.000660 ! 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.96 FD 1.00* HN 0.92 KP 1.00 ! LA 1.01 MK 1.03 NL 0.93 OV 1.01 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00* HN 1.05 KP 1.00 ! LA 0.96 MK 0.98 NL 1.08 OV 1.05 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.00* HN 1.01 KP 1.01 ! LA 0.96 MK 1.08 NL 1.11 OV 0.93 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 4. ! A total of 81 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00 KP 1.00* ! LA 1.28 MK 0.97 NL 1.00* OV 1.00* ! PT 1.12 SC 1.00* ! ! ! Fit before self-cal, rms=0.074402Jy sigma=0.000660 ! Fit after self-cal, rms=0.073790Jy sigma=0.000659 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.688 mas, bmaj=5.892 mas, bpa=-0.7405 degrees ! Estimated noise=883.071 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.000297408 Jy ! Component: 100 - total flux cleaned = 0.000411779 Jy ! Component: 150 - total flux cleaned = 0.000473167 Jy ! Component: 200 - total flux cleaned = 0.000514926 Jy ! Total flux subtracted in 200 components = 0.000514926 Jy ! Clean residual min=-0.002092 max=0.002279 Jy/beam ! Clean residual mean=-0.000001 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.100532 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.100532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073782Jy sigma=0.000659 ! Fit after self-cal, rms=0.073785Jy sigma=0.000659 ! 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.073785Jy sigma=0.000659 ! Fit after self-cal, rms=0.073578Jy sigma=0.000657 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.685 mas, bmaj=5.892 mas, bpa=-0.81 degrees ! Estimated noise=882.265 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.56585e-05 Jy ! Component: 100 - total flux cleaned = 3.18989e-05 Jy ! Component: 150 - total flux cleaned = 4.39687e-05 Jy ! Component: 200 - total flux cleaned = 4.3493e-05 Jy ! Total flux subtracted in 200 components = 4.3493e-05 Jy ! Clean residual min=-0.002006 max=0.002256 Jy/beam ! Clean residual mean=-0.000003 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.100575 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 42 components and 0.100575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073573Jy sigma=0.000657 ! Fit after self-cal, rms=0.073588Jy sigma=0.000657 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 = -5.02037e-06 Jy ! Component: 100 - total flux cleaned = -1.82069e-05 Jy ! Component: 150 - total flux cleaned = -7.02182e-06 Jy ! Component: 200 - total flux cleaned = 3.69043e-06 Jy ! Total flux subtracted in 200 components = 3.69043e-06 Jy ! Clean residual min=-0.001989 max=0.002268 Jy/beam ! Clean residual mean=-0.000003 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.100579 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 43 components and 0.100579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073583Jy sigma=0.000657 ! Fit after self-cal, rms=0.073583Jy sigma=0.000657 ! 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.073583Jy sigma=0.000657 ! Fit after self-cal, rms=0.073573Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.683 mas, bmaj=5.891 mas, bpa=-0.8342 degrees ! Estimated noise=881.911 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.4004e-05 Jy ! Component: 100 - total flux cleaned = 1.91718e-07 Jy ! Component: 150 - total flux cleaned = 1.11407e-05 Jy ! Component: 200 - total flux cleaned = 2.13375e-05 Jy ! Total flux subtracted in 200 components = 2.13375e-05 Jy ! Clean residual min=-0.001967 max=0.002274 Jy/beam ! Clean residual mean=-0.000003 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.1006 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.1006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073569Jy sigma=0.000657 ! Fit after self-cal, rms=0.073571Jy sigma=0.000657 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.75573e-06 Jy ! Component: 100 - total flux cleaned = -2.21848e-06 Jy ! Component: 150 - total flux cleaned = 7.69567e-06 Jy ! Component: 200 - total flux cleaned = 2.65254e-05 Jy ! Total flux subtracted in 200 components = 2.65254e-05 Jy ! Clean residual min=-0.001953 max=0.002280 Jy/beam ! Clean residual mean=-0.000003 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.100627 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.100627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073568Jy sigma=0.000657 ! Fit after self-cal, rms=0.073568Jy sigma=0.000657 ! 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.073568Jy sigma=0.000657 ! Fit after self-cal, rms=0.073540Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.975 mas, bmaj=9.62 mas, bpa=-4.159 degrees ! Estimated noise=1090.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00045783 Jy ! Component: 100 - total flux cleaned = 0.000560403 Jy ! Component: 150 - total flux cleaned = 0.000623403 Jy ! Component: 200 - total flux cleaned = 0.000675939 Jy ! Total flux subtracted in 200 components = 0.000675939 Jy ! Clean residual min=-0.002539 max=0.002680 Jy/beam ! Clean residual mean=-0.000006 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.101303 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 49 components and 0.101303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073541Jy sigma=0.000657 ! Fit after self-cal, rms=0.073540Jy sigma=0.000657 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.25084e-06 Jy ! Component: 100 - total flux cleaned = 4.12581e-05 Jy ! Component: 150 - total flux cleaned = 7.11475e-05 Jy ! Component: 200 - total flux cleaned = 9.53789e-05 Jy ! Total flux subtracted in 200 components = 9.53789e-05 Jy ! Clean residual min=-0.002531 max=0.002671 Jy/beam ! Clean residual mean=-0.000006 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.101398 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 55 components and 0.101398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073542Jy sigma=0.000657 ! Fit after self-cal, rms=0.073540Jy sigma=0.000657 ! 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.682 mas, bmaj=5.89 mas, bpa=-0.8554 degrees ! Estimated noise=881.601 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.682 x 5.89 at -0.8554 degrees (North through East) ! Clean map min=-0.0018687 max=0.083053 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=3.197 mas, bmaj=5.114 mas, bpa=0.2842 degrees ! Estimated noise=1147.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0629655 Jy ! Component: 100 - total flux cleaned = 0.0810227 Jy ! Component: 150 - total flux cleaned = 0.0897719 Jy ! Component: 200 - total flux cleaned = 0.0942291 Jy ! Total flux subtracted in 200 components = 0.0942291 Jy ! Clean residual min=-0.002850 max=0.002757 Jy/beam ! Clean residual mean=-0.000003 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.094229 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.094229 Jy ! Inverting map and beam ! Estimated beam: bmin=3.682 mas, bmaj=5.89 mas, bpa=-0.8554 degrees ! Estimated noise=881.601 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.00310482 Jy ! Component: 100 - total flux cleaned = 0.00480021 Jy ! Component: 150 - total flux cleaned = 0.00526928 Jy ! Component: 200 - total flux cleaned = 0.00562081 Jy ! Total flux subtracted in 200 components = 0.00562081 Jy ! Clean residual min=-0.002133 max=0.002229 Jy/beam ! Clean residual mean=-0.000003 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.0998498 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 29 components and 0.0998498 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.975 mas, bmaj=9.62 mas, bpa=-4.159 degrees ! Estimated noise=1090.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109572 Jy ! Component: 100 - total flux cleaned = 0.00124068 Jy ! Component: 150 - total flux cleaned = 0.00136315 Jy ! Component: 200 - total flux cleaned = 0.00145003 Jy ! Total flux subtracted in 200 components = 0.00145003 Jy ! Clean residual min=-0.002552 max=0.002696 Jy/beam ! Clean residual mean=-0.000006 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.1013 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.40137e-05 Jy ! Component: 100 - total flux cleaned = 6.96139e-05 Jy ! Component: 150 - total flux cleaned = 9.16076e-05 Jy ! Component: 200 - total flux cleaned = 0.000112083 Jy ! Total flux subtracted in 200 components = 0.000112083 Jy ! Clean residual min=-0.002538 max=0.002675 Jy/beam ! Clean residual mean=-0.000006 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.101412 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 44 components and 0.101412 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.682 mas, bmaj=5.89 mas, bpa=-0.8554 degrees ! Estimated noise=881.601 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000200025 Jy ! Component: 100 - total flux cleaned = -0.000350173 Jy ! Component: 150 - total flux cleaned = -0.000469284 Jy ! Component: 200 - total flux cleaned = -0.000544432 Jy ! Total flux subtracted in 200 components = -0.000544432 Jy ! Clean residual min=-0.001954 max=0.002264 Jy/beam ! Clean residual mean=-0.000003 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.100868 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 55 components and 0.100868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073545Jy sigma=0.000657 ! Fit after self-cal, rms=0.073541Jy sigma=0.000657 wmodel J2212+3308_S_2017_08_12_pus_map.mod ! Writing 55 model components to file: J2212+3308_S_2017_08_12_pus_map.mod wobs J2212+3308_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J2212+3308_S_2017_08_12_pus_uvs.fits wwins J2212+3308_S_2017_08_12_pus_map.win ! wwins: Wrote 1 windows to J2212+3308_S_2017_08_12_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.00097862 Jy ! Component: 100 - total flux cleaned = 0.00153126 Jy ! Component: 150 - total flux cleaned = 0.00174255 Jy ! Component: 200 - total flux cleaned = 0.0020816 Jy ! Component: 250 - total flux cleaned = 0.00240943 Jy ! Component: 300 - total flux cleaned = 0.00263132 Jy ! Component: 350 - total flux cleaned = 0.00294055 Jy ! Component: 400 - total flux cleaned = 0.00309184 Jy ! Component: 450 - total flux cleaned = 0.0033583 Jy ! Component: 500 - total flux cleaned = 0.0036175 Jy ! Component: 550 - total flux cleaned = 0.00389902 Jy ! Component: 600 - total flux cleaned = 0.00411873 Jy ! Component: 650 - total flux cleaned = 0.00433434 Jy ! Component: 700 - total flux cleaned = 0.004624 Jy ! Component: 750 - total flux cleaned = 0.00493199 Jy ! Component: 800 - total flux cleaned = 0.00510778 Jy ! Component: 850 - total flux cleaned = 0.00530528 Jy ! Component: 900 - total flux cleaned = 0.00549846 Jy ! Component: 950 - total flux cleaned = 0.00561748 Jy ! Component: 1000 - total flux cleaned = 0.00578073 Jy ! Component: 1050 - total flux cleaned = 0.00589535 Jy ! Component: 1100 - total flux cleaned = 0.0060526 Jy ! Component: 1150 - total flux cleaned = 0.0061851 Jy ! Component: 1200 - total flux cleaned = 0.00638098 Jy ! Component: 1250 - total flux cleaned = 0.00657272 Jy ! Component: 1300 - total flux cleaned = 0.00669837 Jy ! Component: 1350 - total flux cleaned = 0.00682212 Jy ! Component: 1400 - total flux cleaned = 0.00696459 Jy ! Component: 1450 - total flux cleaned = 0.00708551 Jy ! Component: 1500 - total flux cleaned = 0.00726342 Jy ! Component: 1550 - total flux cleaned = 0.00738003 Jy ! Component: 1600 - total flux cleaned = 0.00757194 Jy ! Component: 1650 - total flux cleaned = 0.00768556 Jy ! Component: 1700 - total flux cleaned = 0.00783508 Jy ! Component: 1750 - total flux cleaned = 0.00798293 Jy ! Component: 1800 - total flux cleaned = 0.0081287 Jy ! Component: 1850 - total flux cleaned = 0.00832635 Jy ! Component: 1900 - total flux cleaned = 0.00845077 Jy ! Component: 1950 - total flux cleaned = 0.0085739 Jy ! Component: 2000 - total flux cleaned = 0.00866056 Jy ! Component: 2050 - total flux cleaned = 0.00883202 Jy ! Component: 2100 - total flux cleaned = 0.00891641 Jy ! Component: 2150 - total flux cleaned = 0.00900014 Jy ! Component: 2200 - total flux cleaned = 0.00904996 Jy ! Component: 2250 - total flux cleaned = 0.00909928 Jy ! Component: 2300 - total flux cleaned = 0.00919671 Jy ! Component: 2350 - total flux cleaned = 0.00922881 Jy ! Component: 2400 - total flux cleaned = 0.00929228 Jy ! Component: 2450 - total flux cleaned = 0.00930815 Jy ! Component: 2500 - total flux cleaned = 0.00935522 Jy ! Component: 2550 - total flux cleaned = 0.00941714 Jy ! Component: 2600 - total flux cleaned = 0.00944778 Jy ! Component: 2650 - total flux cleaned = 0.00946291 Jy ! Component: 2700 - total flux cleaned = 0.00947769 Jy ! Component: 2750 - total flux cleaned = 0.00949243 Jy ! Component: 2800 - total flux cleaned = 0.00952188 Jy ! Component: 2850 - total flux cleaned = 0.00952188 Jy ! Component: 2900 - total flux cleaned = 0.00953644 Jy ! Component: 2950 - total flux cleaned = 0.00955107 Jy ! Component: 3000 - total flux cleaned = 0.00956529 Jy ! Component: 3050 - total flux cleaned = 0.00962178 Jy ! Component: 3100 - total flux cleaned = 0.00959381 Jy ! Component: 3150 - total flux cleaned = 0.0096217 Jy ! Component: 3200 - total flux cleaned = 0.00971813 Jy ! Component: 3250 - total flux cleaned = 0.00971801 Jy ! Component: 3300 - total flux cleaned = 0.00973151 Jy ! Component: 3350 - total flux cleaned = 0.00971802 Jy ! Component: 3400 - total flux cleaned = 0.00975813 Jy ! Component: 3450 - total flux cleaned = 0.00977141 Jy ! Component: 3500 - total flux cleaned = 0.00977149 Jy ! Component: 3550 - total flux cleaned = 0.00982364 Jy ! Component: 3600 - total flux cleaned = 0.00978499 Jy ! Component: 3650 - total flux cleaned = 0.00978502 Jy ! Component: 3700 - total flux cleaned = 0.00978499 Jy ! Component: 3750 - total flux cleaned = 0.00978509 Jy ! Component: 3800 - total flux cleaned = 0.00974739 Jy ! Component: 3850 - total flux cleaned = 0.00975989 Jy ! Component: 3900 - total flux cleaned = 0.00982204 Jy ! Component: 3950 - total flux cleaned = 0.00982193 Jy ! Component: 4000 - total flux cleaned = 0.00982196 Jy ! Component: 4050 - total flux cleaned = 0.00983416 Jy ! Total flux subtracted in 4096 components = 0.00982201 Jy ! Clean residual min=-0.000731 max=0.000665 Jy/beam ! Clean residual mean=0.000002 rms=0.000221 Jy/beam ! Combined flux in latest and established models = 0.11069 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 354 components and 0.11069 Jy ![Exited script file: muppet] wmap "J2212+3308_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.682 x 5.89 at -0.8554 degrees (North through East) ! Clean map min=-0.0012431 max=0.083148 Jy/beam ! Writing clean map to FITS file: J2212+3308_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0831484 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000220068 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.794006 0.794006 1.58801 3.17602 6.35205 12.7041 25.4082 50.8164 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.083 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.682 x 5.89 at -0.8554 degrees (North through East) ! Clean map min=-0.0012431 max=0.083148 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 J2212+3308_S_2017_08_12_pus_uvs.log closed on Fri May 10 15:09:06 2019