! Started logfile: J1152+3307_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:40:31 2019 obs J1152+3307_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J1152+3307_S_2017_03_27_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.845419 visibilities/baseline/integration-bin. ! Found source: J1152+3307 ! ! 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 17348 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 J1152+3307_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 96 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 96 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 96 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 438 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.863329Jy sigma=0.007877 ! Fit after self-cal, rms=0.851677Jy sigma=0.007790 ! 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.324 mas, bmaj=5.054 mas, bpa=-10.1 degrees ! Estimated noise=1065.52 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.115074 Jy ! Component: 100 - total flux cleaned = 0.14465 Jy ! Total flux subtracted in 100 components = 0.14465 Jy ! Clean residual min=-0.005065 max=0.011599 Jy/beam ! Clean residual mean=-0.000017 rms=0.001384 Jy/beam ! Combined flux in latest and established models = 0.14465 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.14465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081339Jy sigma=0.000688 ! Fit after self-cal, rms=0.081331Jy sigma=0.000688 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0120061 Jy ! Component: 100 - total flux cleaned = 0.0173926 Jy ! Total flux subtracted in 100 components = 0.0173926 Jy ! Clean residual min=-0.004689 max=0.004191 Jy/beam ! Clean residual mean=-0.000010 rms=0.001010 Jy/beam ! Combined flux in latest and established models = 0.162043 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 22 components and 0.162043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079707Jy sigma=0.000669 ! Fit after self-cal, rms=0.079693Jy sigma=0.000668 ! 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=4.056 mas, bmaj=6.023 mas, bpa=-1.802 degrees ! Estimated noise=642.797 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.5, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00449221 Jy ! Component: 100 - total flux cleaned = 0.00724043 Jy ! Component: 150 - total flux cleaned = 0.00908814 Jy ! Component: 200 - total flux cleaned = 0.00998368 Jy ! Total flux subtracted in 200 components = 0.00998368 Jy ! Clean residual min=-0.002267 max=0.002245 Jy/beam ! Clean residual mean=-0.000002 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.172027 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 48 components and 0.172027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079459Jy sigma=0.000665 ! Fit after self-cal, rms=0.079453Jy sigma=0.000665 ! 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.01 FD 0.98 HN 0.96 KP 1.02 ! LA 0.99 MK 1.05 NL 0.98 OV 1.00 ! PT 0.98 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.98 HN 1.00 KP 0.99 ! LA 0.97 MK 1.01 NL 1.03 OV 1.04 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.02 HN 0.99 KP 0.97 ! LA 0.97 MK 1.04 NL 1.01 OV 0.95 ! PT 0.96 SC 0.98 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.04 HN 0.97 KP 1.00* ! LA 1.00 MK 1.22 NL 1.00* OV 1.52 ! PT 1.00 SC 1.39 ! ! ! Fit before self-cal, rms=0.079453Jy sigma=0.000665 ! Fit after self-cal, rms=0.084955Jy sigma=0.000658 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.075 mas, bmaj=6.037 mas, bpa=-0.9859 degrees ! Estimated noise=639.868 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 (-111.5, 84.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00203507 Jy ! Component: 100 - total flux cleaned = 0.00271281 Jy ! Component: 150 - total flux cleaned = 0.00286152 Jy ! Component: 200 - total flux cleaned = 0.0029612 Jy ! Total flux subtracted in 200 components = 0.0029612 Jy ! Clean residual min=-0.001759 max=0.001849 Jy/beam ! Clean residual mean=0.000000 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.174988 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 70 components and 0.174988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084890Jy sigma=0.000658 ! Fit after self-cal, rms=0.085270Jy sigma=0.000658 ! 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.085270Jy sigma=0.000658 ! Fit after self-cal, rms=0.086268Jy sigma=0.000656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.074 mas, bmaj=6.043 mas, bpa=-1.304 degrees ! Estimated noise=640.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.79607e-05 Jy ! Component: 100 - total flux cleaned = 8.72362e-05 Jy ! Component: 150 - total flux cleaned = 0.000116124 Jy ! Component: 200 - total flux cleaned = 0.000166353 Jy ! Total flux subtracted in 200 components = 0.000166353 Jy ! Clean residual min=-0.001565 max=0.001566 Jy/beam ! Clean residual mean=-0.000003 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.175154 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 95 components and 0.175154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086250Jy sigma=0.000656 ! Fit after self-cal, rms=0.086268Jy sigma=0.000656 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 (47, -71). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000890851 Jy ! Component: 100 - total flux cleaned = 0.00098461 Jy ! Component: 150 - total flux cleaned = 0.00116744 Jy ! Component: 200 - total flux cleaned = 0.00126243 Jy ! Total flux subtracted in 200 components = 0.00126243 Jy ! Clean residual min=-0.001465 max=0.001466 Jy/beam ! Clean residual mean=-0.000003 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.176417 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 116 components and 0.176417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086237Jy sigma=0.000655 ! Fit after self-cal, rms=0.086235Jy sigma=0.000655 ! 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.086235Jy sigma=0.000655 ! Fit after self-cal, rms=0.086238Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.073 mas, bmaj=6.041 mas, bpa=-1.268 degrees ! Estimated noise=640.648 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000255862 Jy ! Component: 100 - total flux cleaned = 0.000278331 Jy ! Component: 150 - total flux cleaned = 0.000322481 Jy ! Component: 200 - total flux cleaned = 0.000343616 Jy ! Total flux subtracted in 200 components = 0.000343616 Jy ! Clean residual min=-0.001469 max=0.001442 Jy/beam ! Clean residual mean=-0.000003 rms=0.000341 Jy/beam ! Combined flux in latest and established models = 0.17676 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 127 components and 0.17676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086225Jy sigma=0.000655 ! Fit after self-cal, rms=0.086221Jy sigma=0.000655 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.36134e-05 Jy ! Component: 100 - total flux cleaned = 6.4133e-05 Jy ! Component: 150 - total flux cleaned = 6.40902e-05 Jy ! Component: 200 - total flux cleaned = 6.46519e-05 Jy ! Total flux subtracted in 200 components = 6.46519e-05 Jy ! Clean residual min=-0.001451 max=0.001418 Jy/beam ! Clean residual mean=-0.000003 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.176825 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 136 components and 0.176825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086212Jy sigma=0.000655 ! Fit after self-cal, rms=0.086208Jy sigma=0.000655 ! 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.086208Jy sigma=0.000655 ! Fit after self-cal, rms=0.086202Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.611 mas, bmaj=9.321 mas, bpa=-0.09685 degrees ! Estimated noise=765.419 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00012802 Jy ! Component: 100 - total flux cleaned = -0.000169328 Jy ! Component: 150 - total flux cleaned = -0.000206838 Jy ! Component: 200 - total flux cleaned = -0.000207035 Jy ! Total flux subtracted in 200 components = -0.000207035 Jy ! Clean residual min=-0.001350 max=0.001414 Jy/beam ! Clean residual mean=-0.000005 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.176618 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 153 components and 0.176618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086201Jy sigma=0.000655 ! Fit after self-cal, rms=0.086198Jy sigma=0.000655 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.95012e-05 Jy ! Component: 100 - total flux cleaned = -9.14712e-05 Jy ! Component: 150 - total flux cleaned = -0.000101839 Jy ! Component: 200 - total flux cleaned = -0.000101535 Jy ! Total flux subtracted in 200 components = -0.000101535 Jy ! Clean residual min=-0.001330 max=0.001402 Jy/beam ! Clean residual mean=-0.000005 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.176516 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 163 components and 0.176516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086198Jy sigma=0.000655 ! Fit after self-cal, rms=0.086196Jy sigma=0.000655 ! 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=4.073 mas, bmaj=6.039 mas, bpa=-1.272 degrees ! Estimated noise=640.471 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.073 x 6.039 at -1.272 degrees (North through East) ! Clean map min=-0.0013693 max=0.15035 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.343 mas, bmaj=5.059 mas, bpa=-9.514 degrees ! Estimated noise=1070.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.115416 Jy ! Component: 100 - total flux cleaned = 0.145439 Jy ! Component: 150 - total flux cleaned = 0.157405 Jy ! Component: 200 - total flux cleaned = 0.162869 Jy ! Total flux subtracted in 200 components = 0.162869 Jy ! Clean residual min=-0.002855 max=0.002604 Jy/beam ! Clean residual mean=-0.000008 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.162869 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.162869 Jy ! Inverting map and beam ! Estimated beam: bmin=4.073 mas, bmaj=6.039 mas, bpa=-1.272 degrees ! Estimated noise=640.471 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0035437 Jy ! Component: 100 - total flux cleaned = 0.00593024 Jy ! Component: 150 - total flux cleaned = 0.00777481 Jy ! Component: 200 - total flux cleaned = 0.0089708 Jy ! Total flux subtracted in 200 components = 0.0089708 Jy ! Clean residual min=-0.001622 max=0.001562 Jy/beam ! Clean residual mean=-0.000004 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.17184 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 60 components and 0.17184 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.611 mas, bmaj=9.321 mas, bpa=-0.09685 degrees ! Estimated noise=765.419 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00157933 Jy ! Component: 100 - total flux cleaned = 0.00263864 Jy ! Component: 150 - total flux cleaned = 0.00319245 Jy ! Component: 200 - total flux cleaned = 0.00347961 Jy ! Total flux subtracted in 200 components = 0.00347961 Jy ! Clean residual min=-0.001463 max=0.001312 Jy/beam ! Clean residual mean=-0.000005 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.17532 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.000180698 Jy ! Component: 100 - total flux cleaned = 0.000283488 Jy ! Component: 150 - total flux cleaned = 0.000359602 Jy ! Component: 200 - total flux cleaned = 0.000430802 Jy ! Total flux subtracted in 200 components = 0.000430802 Jy ! Clean residual min=-0.001423 max=0.001315 Jy/beam ! Clean residual mean=-0.000005 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.17575 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 122 components and 0.17575 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.073 mas, bmaj=6.039 mas, bpa=-1.272 degrees ! Estimated noise=640.471 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.01644e-05 Jy ! Component: 100 - total flux cleaned = -2.73751e-05 Jy ! Component: 150 - total flux cleaned = 2.81512e-06 Jy ! Component: 200 - total flux cleaned = 5.91704e-05 Jy ! Total flux subtracted in 200 components = 5.91704e-05 Jy ! Clean residual min=-0.001486 max=0.001448 Jy/beam ! Clean residual mean=-0.000003 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.17581 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 142 components and 0.17581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086231Jy sigma=0.000655 ! Fit after self-cal, rms=0.086228Jy sigma=0.000655 wmodel J1152+3307_S_2017_03_27_pus_map.mod ! Writing 142 model components to file: J1152+3307_S_2017_03_27_pus_map.mod wobs J1152+3307_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J1152+3307_S_2017_03_27_pus_uvs.fits wwins J1152+3307_S_2017_03_27_pus_map.win ! wwins: Wrote 4 windows to J1152+3307_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.000134511 Jy ! Component: 100 - total flux cleaned = -0.000386488 Jy ! Component: 150 - total flux cleaned = -0.000579785 Jy ! Component: 200 - total flux cleaned = -0.000696121 Jy ! Component: 250 - total flux cleaned = -0.000763406 Jy ! Component: 300 - total flux cleaned = -0.000784875 Jy ! Component: 350 - total flux cleaned = -0.000806012 Jy ! Component: 400 - total flux cleaned = -0.000806164 Jy ! Component: 450 - total flux cleaned = -0.000806306 Jy ! Component: 500 - total flux cleaned = -0.000826239 Jy ! Component: 550 - total flux cleaned = -0.000767297 Jy ! Component: 600 - total flux cleaned = -0.000748343 Jy ! Component: 650 - total flux cleaned = -0.000691354 Jy ! Component: 700 - total flux cleaned = -0.000598308 Jy ! Component: 750 - total flux cleaned = -0.000580203 Jy ! Component: 800 - total flux cleaned = -0.000561873 Jy ! Component: 850 - total flux cleaned = -0.000490247 Jy ! Component: 900 - total flux cleaned = -0.000472827 Jy ! Component: 950 - total flux cleaned = -0.000455618 Jy ! Component: 1000 - total flux cleaned = -0.000438496 Jy ! Component: 1050 - total flux cleaned = -0.000387366 Jy ! Component: 1100 - total flux cleaned = -0.000336924 Jy ! Component: 1150 - total flux cleaned = -0.000270276 Jy ! Component: 1200 - total flux cleaned = -0.000237278 Jy ! Component: 1250 - total flux cleaned = -0.000204911 Jy ! Component: 1300 - total flux cleaned = -0.000173228 Jy ! Component: 1350 - total flux cleaned = -0.000189296 Jy ! Component: 1400 - total flux cleaned = -0.000220801 Jy ! Component: 1450 - total flux cleaned = -0.000189671 Jy ! Component: 1500 - total flux cleaned = -0.000220604 Jy ! Component: 1550 - total flux cleaned = -0.000281932 Jy ! Component: 1600 - total flux cleaned = -0.000236422 Jy ! Component: 1650 - total flux cleaned = -0.000266573 Jy ! Component: 1700 - total flux cleaned = -0.000310907 Jy ! Component: 1750 - total flux cleaned = -0.000222816 Jy ! Component: 1800 - total flux cleaned = -0.000266539 Jy ! Component: 1850 - total flux cleaned = -0.00019424 Jy ! Component: 1900 - total flux cleaned = -0.00019406 Jy ! Component: 1950 - total flux cleaned = -0.000137209 Jy ! Component: 2000 - total flux cleaned = -0.00010924 Jy ! Component: 2050 - total flux cleaned = -5.36587e-05 Jy ! Component: 2100 - total flux cleaned = -3.98557e-05 Jy ! Component: 2150 - total flux cleaned = 1.0373e-06 Jy ! Component: 2200 - total flux cleaned = 9.92055e-07 Jy ! Component: 2250 - total flux cleaned = 6.84309e-05 Jy ! Component: 2300 - total flux cleaned = 0.000135185 Jy ! Component: 2350 - total flux cleaned = 0.000201285 Jy ! Component: 2400 - total flux cleaned = 0.000188162 Jy ! Component: 2450 - total flux cleaned = 0.000240191 Jy ! Component: 2500 - total flux cleaned = 0.000279009 Jy ! Component: 2550 - total flux cleaned = 0.000317613 Jy ! Component: 2600 - total flux cleaned = 0.000355798 Jy ! Component: 2650 - total flux cleaned = 0.000368515 Jy ! Component: 2700 - total flux cleaned = 0.000368717 Jy ! Component: 2750 - total flux cleaned = 0.000393702 Jy ! Component: 2800 - total flux cleaned = 0.000418457 Jy ! Component: 2850 - total flux cleaned = 0.00048011 Jy ! Component: 2900 - total flux cleaned = 0.000431035 Jy ! Component: 2950 - total flux cleaned = 0.000443189 Jy ! Component: 3000 - total flux cleaned = 0.000479409 Jy ! Component: 3050 - total flux cleaned = 0.000563255 Jy ! Component: 3100 - total flux cleaned = 0.000598807 Jy ! Component: 3150 - total flux cleaned = 0.000598943 Jy ! Component: 3200 - total flux cleaned = 0.000681212 Jy ! Component: 3250 - total flux cleaned = 0.000669549 Jy ! Component: 3300 - total flux cleaned = 0.000715879 Jy ! Component: 3350 - total flux cleaned = 0.000773552 Jy ! Component: 3400 - total flux cleaned = 0.000796421 Jy ! Component: 3450 - total flux cleaned = 0.000830604 Jy ! Component: 3500 - total flux cleaned = 0.00087585 Jy ! Component: 3550 - total flux cleaned = 0.000898222 Jy ! Component: 3600 - total flux cleaned = 0.000976316 Jy ! Component: 3650 - total flux cleaned = 0.00100964 Jy ! Component: 3700 - total flux cleaned = 0.00108668 Jy ! Component: 3750 - total flux cleaned = 0.0010757 Jy ! Component: 3800 - total flux cleaned = 0.00114102 Jy ! Component: 3850 - total flux cleaned = 0.00120594 Jy ! Component: 3900 - total flux cleaned = 0.0011844 Jy ! Component: 3950 - total flux cleaned = 0.00124849 Jy ! Component: 4000 - total flux cleaned = 0.00128039 Jy ! Component: 4050 - total flux cleaned = 0.00135448 Jy ! Total flux subtracted in 4096 components = 0.00140712 Jy ! Clean residual min=-0.000557 max=0.000663 Jy/beam ! Clean residual mean=-0.000001 rms=0.000191 Jy/beam ! Combined flux in latest and established models = 0.177217 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 420 components and 0.177217 Jy ![Exited script file: muppet] wmap "J1152+3307_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.073 x 6.039 at -1.272 degrees (North through East) ! Clean map min=-0.001301 max=0.15031 Jy/beam ! Writing clean map to FITS file: J1152+3307_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.150307 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000188882 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.376993 0.376993 0.753985 1.50797 3.01594 6.03188 12.0638 24.1275 48.2551 96.5101 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.15 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.073 x 6.039 at -1.272 degrees (North through East) ! Clean map min=-0.001301 max=0.15031 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 J1152+3307_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:40:35 2019