! Started logfile: J0758+1136_S_2017_05_27_pus_uvs.log on Fri May 3 11:00:59 2019 obs J0758+1136_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J0758+1136_S_2017_05_27_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.969201 visibilities/baseline/integration-bin. ! Found source: J0758+1136 ! ! 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 1211 lines of history. ! ! Reading 19888 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 J0758+1136_S_2017_05_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 592 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.853874Jy sigma=0.017384 ! Fit after self-cal, rms=0.834452Jy sigma=0.017322 ! 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.909 mas, bmaj=6.483 mas, bpa=-1.304 degrees ! Estimated noise=929.652 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.114553 Jy ! Component: 100 - total flux cleaned = 0.162313 Jy ! Total flux subtracted in 100 components = 0.162313 Jy ! Clean residual min=-0.013834 max=0.028897 Jy/beam ! Clean residual mean=-0.000042 rms=0.004019 Jy/beam ! Combined flux in latest and established models = 0.162313 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.162313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134882Jy sigma=0.002245 ! Fit after self-cal, rms=0.134388Jy sigma=0.002242 ! Inverting map ! Added new window around map position (5.5, -3). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0312519 Jy ! Component: 100 - total flux cleaned = 0.053155 Jy ! Total flux subtracted in 100 components = 0.053155 Jy ! Clean residual min=-0.012411 max=0.016407 Jy/beam ! Clean residual mean=-0.000033 rms=0.003513 Jy/beam ! Combined flux in latest and established models = 0.215468 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 36 components and 0.215468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120559Jy sigma=0.002389 ! Fit after self-cal, rms=0.120166Jy sigma=0.002388 ! 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.46 mas, bmaj=7.237 mas, bpa=-0.7763 degrees ! Estimated noise=607.267 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.0245097 Jy ! Component: 100 - total flux cleaned = 0.04119 Jy ! Component: 150 - total flux cleaned = 0.0531872 Jy ! Component: 200 - total flux cleaned = 0.0622122 Jy ! Total flux subtracted in 200 components = 0.0622122 Jy ! Clean residual min=-0.014875 max=0.017928 Jy/beam ! Clean residual mean=-0.000038 rms=0.004198 Jy/beam ! Combined flux in latest and established models = 0.27768 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 71 components and 0.27768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113953Jy sigma=0.002322 ! Fit after self-cal, rms=0.113550Jy sigma=0.002321 ! 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.70 FD 0.81 HN 1.05 KP 0.92 ! LA 0.94 MK 1.04 NL 0.95 OV 0.98 ! PT 0.99 SC 0.82 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 14.48 FD 0.85 HN 1.06 KP 0.91 ! LA 0.91 MK 1.01 NL 1.12 OV 0.99 ! PT 0.99 SC 0.92 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.74 FD 0.89 HN 1.05 KP 0.97 ! LA 0.95 MK 1.06 NL 1.09 OV 0.92 ! PT 0.96 SC 0.89 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.88 HN 1.03 KP 1.00* ! LA 0.98 MK 1.05 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.113550Jy sigma=0.002321 ! Fit after self-cal, rms=0.843377Jy sigma=0.000805 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.439 mas, bmaj=7.551 mas, bpa=-0.7104 degrees ! Estimated noise=648.59 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.00364486 Jy ! Component: 100 - total flux cleaned = 0.00581192 Jy ! Component: 150 - total flux cleaned = 0.00607052 Jy ! Component: 200 - total flux cleaned = 0.00631422 Jy ! Total flux subtracted in 200 components = 0.00631422 Jy ! Clean residual min=-0.006632 max=0.005068 Jy/beam ! Clean residual mean=0.000003 rms=0.001367 Jy/beam ! Combined flux in latest and established models = 0.283994 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 76 components and 0.283994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.839461Jy sigma=0.000802 ! Fit after self-cal, rms=0.839666Jy sigma=0.000796 ! 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.839666Jy sigma=0.000796 ! Fit after self-cal, rms=0.749484Jy sigma=0.000733 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.423 mas, bmaj=7.432 mas, bpa=-0.4231 degrees ! Estimated noise=639.789 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00451772 Jy ! Component: 100 - total flux cleaned = 0.00437988 Jy ! Component: 150 - total flux cleaned = 0.00405717 Jy ! Component: 200 - total flux cleaned = 0.00386461 Jy ! Total flux subtracted in 200 components = 0.00386461 Jy ! Clean residual min=-0.003589 max=0.003375 Jy/beam ! Clean residual mean=0.000001 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.287859 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 87 components and 0.287859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.748814Jy sigma=0.000731 ! Fit after self-cal, rms=0.748800Jy sigma=0.000730 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 = 0.000625281 Jy ! Component: 100 - total flux cleaned = 0.000369228 Jy ! Component: 150 - total flux cleaned = 0.000141398 Jy ! Component: 200 - total flux cleaned = -6.39778e-05 Jy ! Total flux subtracted in 200 components = -6.39778e-05 Jy ! Clean residual min=-0.003366 max=0.003286 Jy/beam ! Clean residual mean=0.000002 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.287795 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 92 components and 0.287795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.748449Jy sigma=0.000730 ! Fit after self-cal, rms=0.748450Jy sigma=0.000730 ! 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.748450Jy sigma=0.000730 ! Fit after self-cal, rms=0.794000Jy sigma=0.000729 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.421 mas, bmaj=7.462 mas, bpa=-0.6862 degrees ! Estimated noise=645.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00319673 Jy ! Component: 100 - total flux cleaned = 0.00320547 Jy ! Component: 150 - total flux cleaned = 0.00304639 Jy ! Component: 200 - total flux cleaned = 0.00283314 Jy ! Total flux subtracted in 200 components = 0.00283314 Jy ! Clean residual min=-0.003351 max=0.003356 Jy/beam ! Clean residual mean=0.000001 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.290628 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 96 components and 0.290628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.793507Jy sigma=0.000728 ! Fit after self-cal, rms=0.793504Jy sigma=0.000728 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 = 0.000392916 Jy ! Component: 100 - total flux cleaned = 0.000139175 Jy ! Component: 150 - total flux cleaned = 2.30217e-05 Jy ! Component: 200 - total flux cleaned = -0.00013574 Jy ! Total flux subtracted in 200 components = -0.00013574 Jy ! Clean residual min=-0.003187 max=0.003264 Jy/beam ! Clean residual mean=0.000002 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.290492 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 99 components and 0.290492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.793250Jy sigma=0.000728 ! Fit after self-cal, rms=0.793251Jy sigma=0.000728 ! 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.793251Jy sigma=0.000728 ! Fit after self-cal, rms=0.828452Jy sigma=0.000728 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.525 mas, bmaj=11.19 mas, bpa=-3.271 degrees ! Estimated noise=799.783 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00328063 Jy ! Component: 100 - total flux cleaned = 0.00328632 Jy ! Component: 150 - total flux cleaned = 0.003195 Jy ! Component: 200 - total flux cleaned = 0.00311823 Jy ! Total flux subtracted in 200 components = 0.00311823 Jy ! Clean residual min=-0.003623 max=0.004254 Jy/beam ! Clean residual mean=0.000001 rms=0.001110 Jy/beam ! Combined flux in latest and established models = 0.293611 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 101 components and 0.293611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.827885Jy sigma=0.000728 ! Fit after self-cal, rms=0.827882Jy sigma=0.000728 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.15876e-05 Jy ! Component: 100 - total flux cleaned = -6.90748e-05 Jy ! Component: 150 - total flux cleaned = -0.000232919 Jy ! Component: 200 - total flux cleaned = -0.000384819 Jy ! Total flux subtracted in 200 components = -0.000384819 Jy ! Clean residual min=-0.003514 max=0.004041 Jy/beam ! Clean residual mean=0.000002 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.293226 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 105 components and 0.293226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.827679Jy sigma=0.000729 ! Fit after self-cal, rms=0.827677Jy sigma=0.000729 ! 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.424 mas, bmaj=7.498 mas, bpa=-0.9982 degrees ! Estimated noise=653.837 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.424 x 7.498 at -0.9982 degrees (North through East) ! Clean map min=-0.0030185 max=0.15128 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.891 mas, bmaj=6.738 mas, bpa=-2.082 degrees ! Estimated noise=977.478 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.120449 Jy ! Component: 100 - total flux cleaned = 0.173436 Jy ! Component: 150 - total flux cleaned = 0.206888 Jy ! Component: 200 - total flux cleaned = 0.229992 Jy ! Total flux subtracted in 200 components = 0.229992 Jy ! Clean residual min=-0.006013 max=0.012895 Jy/beam ! Clean residual mean=-0.000012 rms=0.001696 Jy/beam ! Combined flux in latest and established models = 0.229992 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.229992 Jy ! Inverting map and beam ! Estimated beam: bmin=3.424 mas, bmaj=7.498 mas, bpa=-0.9982 degrees ! Estimated noise=653.837 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.0220571 Jy ! Component: 100 - total flux cleaned = 0.0355752 Jy ! Component: 150 - total flux cleaned = 0.044234 Jy ! Component: 200 - total flux cleaned = 0.0499175 Jy ! Total flux subtracted in 200 components = 0.0499175 Jy ! Clean residual min=-0.003176 max=0.005420 Jy/beam ! Clean residual mean=-0.000002 rms=0.000877 Jy/beam ! Combined flux in latest and established models = 0.27991 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 76 components and 0.27991 Jy ! Inverting map ! Added new window around map position (-4, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00486777 Jy ! Component: 100 - total flux cleaned = 0.00662336 Jy ! Component: 150 - total flux cleaned = 0.00729005 Jy ! Component: 200 - total flux cleaned = 0.00767423 Jy ! Total flux subtracted in 200 components = 0.00767423 Jy ! Clean residual min=-0.002815 max=0.003826 Jy/beam ! Clean residual mean=0.000001 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.287584 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 91 components and 0.287584 Jy ! Inverting map ! Added new window around map position (10.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00329751 Jy ! Component: 100 - total flux cleaned = 0.00346428 Jy ! Component: 150 - total flux cleaned = 0.00358236 Jy ! Component: 200 - total flux cleaned = 0.00363633 Jy ! Total flux subtracted in 200 components = 0.00363633 Jy ! Clean residual min=-0.002709 max=0.003395 Jy/beam ! Clean residual mean=0.000002 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.29122 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 113 components and 0.29122 Jy ! Inverting map ! Added new window around map position (36, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00226089 Jy ! Component: 100 - total flux cleaned = 0.00294464 Jy ! Component: 150 - total flux cleaned = 0.00326928 Jy ! Component: 200 - total flux cleaned = 0.00341763 Jy ! Total flux subtracted in 200 components = 0.00341763 Jy ! Clean residual min=-0.002664 max=0.002954 Jy/beam ! Clean residual mean=0.000004 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.294638 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 131 components and 0.294638 Jy ! Inverting map ! Added new window around map position (-48.5, -100.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00128362 Jy ! Component: 100 - total flux cleaned = 0.00114761 Jy ! Component: 150 - total flux cleaned = 0.000888825 Jy ! Component: 200 - total flux cleaned = 0.000935464 Jy ! Total flux subtracted in 200 components = 0.000935464 Jy ! Clean residual min=-0.002571 max=0.002452 Jy/beam ! Clean residual mean=0.000004 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.295573 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 152 components and 0.295573 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.525 mas, bmaj=11.19 mas, bpa=-3.271 degrees ! Estimated noise=799.783 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000260448 Jy ! Component: 100 - total flux cleaned = -0.000209283 Jy ! Component: 150 - total flux cleaned = -7.27515e-05 Jy ! Component: 200 - total flux cleaned = -7.21108e-05 Jy ! Total flux subtracted in 200 components = -7.21108e-05 Jy ! Clean residual min=-0.002959 max=0.003057 Jy/beam ! Clean residual mean=0.000006 rms=0.000878 Jy/beam ! Combined flux in latest and established models = 0.295501 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 = 2.12537e-06 Jy ! Component: 100 - total flux cleaned = 3.55029e-06 Jy ! Component: 150 - total flux cleaned = 3.42502e-06 Jy ! Component: 200 - total flux cleaned = 3.40546e-06 Jy ! Total flux subtracted in 200 components = 3.40546e-06 Jy ! Clean residual min=-0.002909 max=0.003034 Jy/beam ! Clean residual mean=0.000007 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.295505 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 188 components and 0.295505 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.424 mas, bmaj=7.498 mas, bpa=-0.9982 degrees ! Estimated noise=653.837 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.80983e-05 Jy ! Component: 100 - total flux cleaned = 0.000252429 Jy ! Component: 150 - total flux cleaned = 0.000289941 Jy ! Component: 200 - total flux cleaned = 0.000326533 Jy ! Total flux subtracted in 200 components = 0.000326533 Jy ! Clean residual min=-0.002403 max=0.002395 Jy/beam ! Clean residual mean=0.000004 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.295831 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 207 components and 0.295831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.826413Jy sigma=0.000727 ! Fit after self-cal, rms=0.826407Jy sigma=0.000727 wmodel J0758+1136_S_2017_05_27_pus_map.mod ! Writing 207 model components to file: J0758+1136_S_2017_05_27_pus_map.mod wobs J0758+1136_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J0758+1136_S_2017_05_27_pus_uvs.fits wwins J0758+1136_S_2017_05_27_pus_map.win ! wwins: Wrote 6 windows to J0758+1136_S_2017_05_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.000528412 Jy ! Component: 100 - total flux cleaned = 0.000890506 Jy ! Component: 150 - total flux cleaned = 0.00123622 Jy ! Component: 200 - total flux cleaned = 0.00153326 Jy ! Component: 250 - total flux cleaned = 0.00156887 Jy ! Component: 300 - total flux cleaned = 0.00177909 Jy ! Component: 350 - total flux cleaned = 0.00174474 Jy ! Component: 400 - total flux cleaned = 0.00171166 Jy ! Component: 450 - total flux cleaned = 0.00158106 Jy ! Component: 500 - total flux cleaned = 0.00151664 Jy ! Component: 550 - total flux cleaned = 0.00161132 Jy ! Component: 600 - total flux cleaned = 0.00164177 Jy ! Component: 650 - total flux cleaned = 0.00167177 Jy ! Component: 700 - total flux cleaned = 0.00161193 Jy ! Component: 750 - total flux cleaned = 0.00179056 Jy ! Component: 800 - total flux cleaned = 0.00187879 Jy ! Component: 850 - total flux cleaned = 0.00193676 Jy ! Component: 900 - total flux cleaned = 0.00210739 Jy ! Component: 950 - total flux cleaned = 0.00227544 Jy ! Component: 1000 - total flux cleaned = 0.00233089 Jy ! Component: 1050 - total flux cleaned = 0.0024676 Jy ! Component: 1100 - total flux cleaned = 0.00254843 Jy ! Component: 1150 - total flux cleaned = 0.00262859 Jy ! Component: 1200 - total flux cleaned = 0.00276067 Jy ! Component: 1250 - total flux cleaned = 0.00273475 Jy ! Component: 1300 - total flux cleaned = 0.00283729 Jy ! Component: 1350 - total flux cleaned = 0.00286324 Jy ! Component: 1400 - total flux cleaned = 0.00288887 Jy ! Component: 1450 - total flux cleaned = 0.00291412 Jy ! Component: 1500 - total flux cleaned = 0.0030371 Jy ! Component: 1550 - total flux cleaned = 0.00308546 Jy ! Component: 1600 - total flux cleaned = 0.0030852 Jy ! Component: 1650 - total flux cleaned = 0.00315713 Jy ! Component: 1700 - total flux cleaned = 0.0032516 Jy ! Component: 1750 - total flux cleaned = 0.00334531 Jy ! Component: 1800 - total flux cleaned = 0.00348425 Jy ! Component: 1850 - total flux cleaned = 0.00346122 Jy ! Component: 1900 - total flux cleaned = 0.00359792 Jy ! Component: 1950 - total flux cleaned = 0.00362038 Jy ! Component: 2000 - total flux cleaned = 0.00368721 Jy ! Component: 2050 - total flux cleaned = 0.00379822 Jy ! Component: 2100 - total flux cleaned = 0.00390838 Jy ! Component: 2150 - total flux cleaned = 0.00388646 Jy ! Component: 2200 - total flux cleaned = 0.00397285 Jy ! Component: 2250 - total flux cleaned = 0.00405866 Jy ! Component: 2300 - total flux cleaned = 0.00405864 Jy ! Component: 2350 - total flux cleaned = 0.00418545 Jy ! Component: 2400 - total flux cleaned = 0.00414353 Jy ! Component: 2450 - total flux cleaned = 0.00424722 Jy ! Component: 2500 - total flux cleaned = 0.00424707 Jy ! Component: 2550 - total flux cleaned = 0.00434933 Jy ! Component: 2600 - total flux cleaned = 0.00441016 Jy ! Component: 2650 - total flux cleaned = 0.00438963 Jy ! Component: 2700 - total flux cleaned = 0.00440967 Jy ! Component: 2750 - total flux cleaned = 0.00446923 Jy ! Component: 2800 - total flux cleaned = 0.00454831 Jy ! Component: 2850 - total flux cleaned = 0.00454802 Jy ! Component: 2900 - total flux cleaned = 0.00460651 Jy ! Component: 2950 - total flux cleaned = 0.00470298 Jy ! Component: 3000 - total flux cleaned = 0.00468365 Jy ! Component: 3050 - total flux cleaned = 0.00472196 Jy ! Component: 3100 - total flux cleaned = 0.00474101 Jy ! Component: 3150 - total flux cleaned = 0.00485413 Jy ! Component: 3200 - total flux cleaned = 0.00489167 Jy ! Component: 3250 - total flux cleaned = 0.00491032 Jy ! Component: 3300 - total flux cleaned = 0.00505814 Jy ! Component: 3350 - total flux cleaned = 0.00503969 Jy ! Component: 3400 - total flux cleaned = 0.00507622 Jy ! Component: 3450 - total flux cleaned = 0.00504014 Jy ! Component: 3500 - total flux cleaned = 0.00520257 Jy ! Component: 3550 - total flux cleaned = 0.00527404 Jy ! Component: 3600 - total flux cleaned = 0.00527414 Jy ! Component: 3650 - total flux cleaned = 0.00530957 Jy ! Component: 3700 - total flux cleaned = 0.00530966 Jy ! Component: 3750 - total flux cleaned = 0.00534482 Jy ! Component: 3800 - total flux cleaned = 0.00537969 Jy ! Component: 3850 - total flux cleaned = 0.00543175 Jy ! Component: 3900 - total flux cleaned = 0.00544884 Jy ! Component: 3950 - total flux cleaned = 0.00544889 Jy ! Component: 4000 - total flux cleaned = 0.0054829 Jy ! Component: 4050 - total flux cleaned = 0.00546599 Jy ! Total flux subtracted in 4096 components = 0.00549974 Jy ! Clean residual min=-0.001034 max=0.000938 Jy/beam ! Clean residual mean=0.000001 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.301331 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 518 components and 0.301331 Jy ![Exited script file: muppet] wmap "J0758+1136_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.424 x 7.498 at -0.9982 degrees (North through East) ! Clean map min=-0.0023381 max=0.15235 Jy/beam ! Writing clean map to FITS file: J0758+1136_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.152352 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000323386 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.636789 0.636789 1.27358 2.54716 5.09431 10.1886 20.3772 40.7545 81.509 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.152 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.424 x 7.498 at -0.9982 degrees (North through East) ! Clean map min=-0.0023381 max=0.15235 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 J0758+1136_S_2017_05_27_pus_uvs.log closed on Fri May 3 11:01:06 2019