! Started logfile: J1214+0829_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:41:06 2019 obs J1214+0829_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J1214+0829_S_2017_03_27_pus_uva.fits ! AN table 1: 173 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.85639 visibilities/baseline/integration-bin. ! Found source: J1214+0829 ! ! 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 1684 lines of history. ! ! Reading 26668 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 J1214+0829_S_2017_03_27_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 180 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 180 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 584 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.838746Jy sigma=0.007178 ! Fit after self-cal, rms=0.815419Jy sigma=0.007000 ! 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.017 mas, bmaj=6.837 mas, bpa=-0.07651 degrees ! Estimated noise=999.218 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.142903 Jy ! Component: 100 - total flux cleaned = 0.178255 Jy ! Total flux subtracted in 100 components = 0.178255 Jy ! Clean residual min=-0.006168 max=0.014510 Jy/beam ! Clean residual mean=-0.000038 rms=0.001725 Jy/beam ! Combined flux in latest and established models = 0.178255 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.178255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098641Jy sigma=0.000732 ! Fit after self-cal, rms=0.098612Jy sigma=0.000732 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0160692 Jy ! Component: 100 - total flux cleaned = 0.0246111 Jy ! Total flux subtracted in 100 components = 0.0246111 Jy ! Clean residual min=-0.004693 max=0.005951 Jy/beam ! Clean residual mean=-0.000019 rms=0.001269 Jy/beam ! Combined flux in latest and established models = 0.202866 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 20 components and 0.202866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095657Jy sigma=0.000701 ! Fit after self-cal, rms=0.095650Jy sigma=0.000701 ! 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.664 mas, bmaj=7.642 mas, bpa=2.723 degrees ! Estimated noise=561.113 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 (-3.5, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0069641 Jy ! Component: 100 - total flux cleaned = 0.0104234 Jy ! Component: 150 - total flux cleaned = 0.01146 Jy ! Component: 200 - total flux cleaned = 0.012429 Jy ! Total flux subtracted in 200 components = 0.012429 Jy ! Clean residual min=-0.003291 max=0.003496 Jy/beam ! Clean residual mean=-0.000011 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.215295 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 41 components and 0.215295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095112Jy sigma=0.000695 ! Fit after self-cal, rms=0.095101Jy sigma=0.000695 ! 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.00 FD 0.98 HN 0.99 KP 1.03 ! LA 0.99 MK 1.30 NL 0.97 OV 1.04 ! PT 0.98 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.01 HN 1.00 KP 0.99 ! LA 0.95 MK 1.12 NL 1.04 OV 1.03 ! PT 0.94 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.05 HN 0.97 KP 0.98 ! LA 0.98 MK 1.01 NL 0.98 OV 0.99 ! PT 0.93 SC 1.01 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.09 HN 0.93 KP 1.00* ! LA 0.98 MK 1.02 NL 1.00* OV 1.00 ! PT 1.00 SC 1.21 ! ! ! Fit before self-cal, rms=0.095101Jy sigma=0.000695 ! Fit after self-cal, rms=0.097961Jy sigma=0.000687 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.705 mas, bmaj=7.716 mas, bpa=3.345 degrees ! Estimated noise=561.561 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 = 7.99883e-05 Jy ! Component: 100 - total flux cleaned = -0.000173306 Jy ! Component: 150 - total flux cleaned = -0.000304507 Jy ! Component: 200 - total flux cleaned = -0.000342547 Jy ! Total flux subtracted in 200 components = -0.000342547 Jy ! Clean residual min=-0.002766 max=0.002731 Jy/beam ! Clean residual mean=-0.000003 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.214953 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 59 components and 0.214953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097908Jy sigma=0.000687 ! Fit after self-cal, rms=0.097956Jy sigma=0.000686 ! 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.097956Jy sigma=0.000686 ! Fit after self-cal, rms=0.098761Jy sigma=0.000680 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.708 mas, bmaj=7.759 mas, bpa=3.713 degrees ! Estimated noise=562.557 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000208436 Jy ! Component: 100 - total flux cleaned = -0.000310818 Jy ! Component: 150 - total flux cleaned = -0.00040171 Jy ! Component: 200 - total flux cleaned = -0.000429901 Jy ! Total flux subtracted in 200 components = -0.000429901 Jy ! Clean residual min=-0.001853 max=0.001942 Jy/beam ! Clean residual mean=-0.000001 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.214523 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 77 components and 0.214523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098728Jy sigma=0.000680 ! Fit after self-cal, rms=0.098802Jy sigma=0.000680 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-11.5, 14). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00187095 Jy ! Component: 100 - total flux cleaned = 0.00273086 Jy ! Component: 150 - total flux cleaned = 0.0028604 Jy ! Component: 200 - total flux cleaned = 0.00291772 Jy ! Total flux subtracted in 200 components = 0.00291772 Jy ! Clean residual min=-0.001700 max=0.001497 Jy/beam ! Clean residual mean=0.000001 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.217441 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 104 components and 0.217441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098758Jy sigma=0.000680 ! Fit after self-cal, rms=0.098750Jy sigma=0.000680 ! 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.098750Jy sigma=0.000680 ! Fit after self-cal, rms=0.099399Jy sigma=0.000680 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.712 mas, bmaj=7.773 mas, bpa=3.901 degrees ! Estimated noise=562.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000317592 Jy ! Component: 100 - total flux cleaned = 0.000260111 Jy ! Component: 150 - total flux cleaned = 0.000259694 Jy ! Component: 200 - total flux cleaned = 0.00025935 Jy ! Total flux subtracted in 200 components = 0.00025935 Jy ! Clean residual min=-0.001644 max=0.001467 Jy/beam ! Clean residual mean=0.000001 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.2177 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 111 components and 0.2177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099375Jy sigma=0.000680 ! Fit after self-cal, rms=0.099381Jy sigma=0.000680 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 = 8.23837e-05 Jy ! Component: 100 - total flux cleaned = 8.22393e-05 Jy ! Component: 150 - total flux cleaned = 0.000104588 Jy ! Component: 200 - total flux cleaned = 0.000147248 Jy ! Total flux subtracted in 200 components = 0.000147248 Jy ! Clean residual min=-0.001636 max=0.001458 Jy/beam ! Clean residual mean=0.000001 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.217847 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 120 components and 0.217847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099365Jy sigma=0.000680 ! Fit after self-cal, rms=0.099363Jy sigma=0.000680 ! 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.099363Jy sigma=0.000680 ! Fit after self-cal, rms=0.099682Jy sigma=0.000680 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.605 mas, bmaj=11.15 mas, bpa=2.965 degrees ! Estimated noise=662.562 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000330644 Jy ! Component: 100 - total flux cleaned = 0.000394941 Jy ! Component: 150 - total flux cleaned = 0.000435593 Jy ! Component: 200 - total flux cleaned = 0.000458305 Jy ! Total flux subtracted in 200 components = 0.000458305 Jy ! Clean residual min=-0.001430 max=0.001158 Jy/beam ! Clean residual mean=0.000002 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.218306 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 148 components and 0.218305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099678Jy sigma=0.000680 ! Fit after self-cal, rms=0.099678Jy sigma=0.000679 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.84222e-05 Jy ! Component: 100 - total flux cleaned = 3.69301e-05 Jy ! Component: 150 - total flux cleaned = 2.77317e-05 Jy ! Component: 200 - total flux cleaned = 2.8163e-05 Jy ! Total flux subtracted in 200 components = 2.8163e-05 Jy ! Clean residual min=-0.001431 max=0.001149 Jy/beam ! Clean residual mean=0.000002 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.218334 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 162 components and 0.218334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099676Jy sigma=0.000679 ! Fit after self-cal, rms=0.099675Jy sigma=0.000679 ! 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.716 mas, bmaj=7.783 mas, bpa=4.051 degrees ! Estimated noise=563.3 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.716 x 7.783 at 4.051 degrees (North through East) ! Clean map min=-0.0015776 max=0.18922 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.065 mas, bmaj=6.928 mas, bpa=0.9873 degrees ! Estimated noise=1013.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.144827 Jy ! Component: 100 - total flux cleaned = 0.179236 Jy ! Component: 150 - total flux cleaned = 0.19453 Jy ! Component: 200 - total flux cleaned = 0.202486 Jy ! Total flux subtracted in 200 components = 0.202486 Jy ! Clean residual min=-0.003170 max=0.003769 Jy/beam ! Clean residual mean=-0.000010 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.202486 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.202486 Jy ! Inverting map and beam ! Estimated beam: bmin=3.716 mas, bmaj=7.783 mas, bpa=4.051 degrees ! Estimated noise=563.3 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.00509862 Jy ! Component: 100 - total flux cleaned = 0.00804767 Jy ! Component: 150 - total flux cleaned = 0.0100552 Jy ! Component: 200 - total flux cleaned = 0.0114857 Jy ! Total flux subtracted in 200 components = 0.0114857 Jy ! Clean residual min=-0.001590 max=0.001455 Jy/beam ! Clean residual mean=-0.000003 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.213971 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 50 components and 0.213971 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.605 mas, bmaj=11.15 mas, bpa=2.965 degrees ! Estimated noise=662.562 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00167232 Jy ! Component: 100 - total flux cleaned = 0.00272306 Jy ! Component: 150 - total flux cleaned = 0.00318072 Jy ! Component: 200 - total flux cleaned = 0.00344629 Jy ! Total flux subtracted in 200 components = 0.00344629 Jy ! Clean residual min=-0.001460 max=0.001209 Jy/beam ! Clean residual mean=0.000000 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.217418 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000183828 Jy ! Component: 100 - total flux cleaned = 0.000305889 Jy ! Component: 150 - total flux cleaned = 0.000415982 Jy ! Component: 200 - total flux cleaned = 0.000531514 Jy ! Total flux subtracted in 200 components = 0.000531514 Jy ! Clean residual min=-0.001441 max=0.001182 Jy/beam ! Clean residual mean=0.000001 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.217949 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 115 components and 0.217949 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.716 mas, bmaj=7.783 mas, bpa=4.051 degrees ! Estimated noise=563.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000313915 Jy ! Component: 100 - total flux cleaned = 0.000342322 Jy ! Component: 150 - total flux cleaned = 0.000385723 Jy ! Component: 200 - total flux cleaned = 0.000405236 Jy ! Total flux subtracted in 200 components = 0.000405236 Jy ! Clean residual min=-0.001518 max=0.001386 Jy/beam ! Clean residual mean=0.000001 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.218354 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 131 components and 0.218354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099610Jy sigma=0.000680 ! Fit after self-cal, rms=0.099595Jy sigma=0.000680 wmodel J1214+0829_S_2017_03_27_pus_map.mod ! Writing 131 model components to file: J1214+0829_S_2017_03_27_pus_map.mod wobs J1214+0829_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J1214+0829_S_2017_03_27_pus_uvs.fits wwins J1214+0829_S_2017_03_27_pus_map.win ! wwins: Wrote 3 windows to J1214+0829_S_2017_03_27_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000119828 Jy ! Component: 100 - total flux cleaned = -7.41729e-05 Jy ! Component: 150 - total flux cleaned = -0.000159553 Jy ! Component: 200 - total flux cleaned = -0.000139238 Jy ! Component: 250 - total flux cleaned = -0.00011927 Jy ! Component: 300 - total flux cleaned = -0.000119275 Jy ! Component: 350 - total flux cleaned = -0.000100845 Jy ! Component: 400 - total flux cleaned = -6.48303e-05 Jy ! Component: 450 - total flux cleaned = -8.27542e-05 Jy ! Component: 500 - total flux cleaned = -0.000100253 Jy ! Component: 550 - total flux cleaned = -4.8765e-05 Jy ! Component: 600 - total flux cleaned = -6.58561e-05 Jy ! Component: 650 - total flux cleaned = -4.93921e-05 Jy ! Component: 700 - total flux cleaned = -1.68885e-05 Jy ! Component: 750 - total flux cleaned = -1.71767e-05 Jy ! Component: 800 - total flux cleaned = -4.8805e-05 Jy ! Component: 850 - total flux cleaned = 1.39635e-05 Jy ! Component: 900 - total flux cleaned = -1.57029e-06 Jy ! Component: 950 - total flux cleaned = 4.43222e-05 Jy ! Component: 1000 - total flux cleaned = 2.90333e-05 Jy ! Component: 1050 - total flux cleaned = 2.88074e-05 Jy ! Component: 1100 - total flux cleaned = -1.0302e-06 Jy ! Component: 1150 - total flux cleaned = -1.5922e-05 Jy ! Component: 1200 - total flux cleaned = 1.28159e-05 Jy ! Component: 1250 - total flux cleaned = -4.47257e-05 Jy ! Component: 1300 - total flux cleaned = -5.91689e-05 Jy ! Component: 1350 - total flux cleaned = -7.30824e-05 Jy ! Component: 1400 - total flux cleaned = -0.000114887 Jy ! Component: 1450 - total flux cleaned = -0.000101038 Jy ! Component: 1500 - total flux cleaned = -0.000128425 Jy ! Component: 1550 - total flux cleaned = -8.79218e-05 Jy ! Component: 1600 - total flux cleaned = -0.000128397 Jy ! Component: 1650 - total flux cleaned = -0.000115168 Jy ! Component: 1700 - total flux cleaned = -0.000128444 Jy ! Component: 1750 - total flux cleaned = -0.00011515 Jy ! Component: 1800 - total flux cleaned = -0.000128216 Jy ! Component: 1850 - total flux cleaned = -0.000102507 Jy ! Component: 1900 - total flux cleaned = -0.000153481 Jy ! Component: 1950 - total flux cleaned = -0.000115491 Jy ! Component: 2000 - total flux cleaned = -0.00015309 Jy ! Component: 2050 - total flux cleaned = -0.000128178 Jy ! Component: 2100 - total flux cleaned = -0.000103591 Jy ! Component: 2150 - total flux cleaned = -0.000152927 Jy ! Component: 2200 - total flux cleaned = -0.000213883 Jy ! Component: 2250 - total flux cleaned = -0.000213901 Jy ! Component: 2300 - total flux cleaned = -0.000213924 Jy ! Component: 2350 - total flux cleaned = -0.000213822 Jy ! Component: 2400 - total flux cleaned = -0.000320317 Jy ! Component: 2450 - total flux cleaned = -0.000332049 Jy ! Component: 2500 - total flux cleaned = -0.000366984 Jy ! Component: 2550 - total flux cleaned = -0.000378615 Jy ! Component: 2600 - total flux cleaned = -0.00039013 Jy ! Component: 2650 - total flux cleaned = -0.000458814 Jy ! Component: 2700 - total flux cleaned = -0.000515547 Jy ! Component: 2750 - total flux cleaned = -0.000560603 Jy ! Component: 2800 - total flux cleaned = -0.000594297 Jy ! Component: 2850 - total flux cleaned = -0.000594325 Jy ! Component: 2900 - total flux cleaned = -0.000671799 Jy ! Component: 2950 - total flux cleaned = -0.000671742 Jy ! Component: 3000 - total flux cleaned = -0.000759249 Jy ! Component: 3050 - total flux cleaned = -0.000802669 Jy ! Component: 3100 - total flux cleaned = -0.000813544 Jy ! Component: 3150 - total flux cleaned = -0.000899349 Jy ! Component: 3200 - total flux cleaned = -0.000920568 Jy ! Component: 3250 - total flux cleaned = -0.000941767 Jy ! Component: 3300 - total flux cleaned = -0.00098399 Jy ! Component: 3350 - total flux cleaned = -0.00103648 Jy ! Component: 3400 - total flux cleaned = -0.00103645 Jy ! Component: 3450 - total flux cleaned = -0.00105727 Jy ! Component: 3500 - total flux cleaned = -0.0010987 Jy ! Component: 3550 - total flux cleaned = -0.00112952 Jy ! Component: 3600 - total flux cleaned = -0.00118067 Jy ! Component: 3650 - total flux cleaned = -0.00121114 Jy ! Component: 3700 - total flux cleaned = -0.00127181 Jy ! Component: 3750 - total flux cleaned = -0.00132217 Jy ! Component: 3800 - total flux cleaned = -0.00137226 Jy ! Component: 3850 - total flux cleaned = -0.00135234 Jy ! Component: 3900 - total flux cleaned = -0.00144165 Jy ! Component: 3950 - total flux cleaned = -0.00148114 Jy ! Component: 4000 - total flux cleaned = -0.00154007 Jy ! Component: 4050 - total flux cleaned = -0.0015499 Jy ! Total flux subtracted in 4096 components = -0.0015888 Jy ! Clean residual min=-0.000689 max=0.000614 Jy/beam ! Clean residual mean=0.000001 rms=0.000180 Jy/beam ! Combined flux in latest and established models = 0.216766 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 432 components and 0.216765 Jy ![Exited script file: muppet] wmap "J1214+0829_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.716 x 7.783 at 4.051 degrees (North through East) ! Clean map min=-0.0010186 max=0.18989 Jy/beam ! Writing clean map to FITS file: J1214+0829_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.189886 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00017958 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.283718 0.283718 0.567437 1.13487 2.26975 4.5395 9.07899 18.158 36.316 72.6319 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.189 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.716 x 7.783 at 4.051 degrees (North through East) ! Clean map min=-0.0010186 max=0.18989 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 J1214+0829_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:41:11 2019