! Started logfile: J0504+2802_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:32:09 2019 obs J0504+2802_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0504+2802_S_2017_03_27_pus_uva.fits ! AN table 1: 173 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.978035 visibilities/baseline/integration-bin. ! Found source: J0504+2802 ! ! 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 30456 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 J0504+2802_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 600 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.903527Jy sigma=0.008342 ! Fit after self-cal, rms=0.892673Jy sigma=0.008261 ! 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.882 mas, bmaj=5.812 mas, bpa=-2.897 degrees ! Estimated noise=725.255 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.0803304 Jy ! Component: 100 - total flux cleaned = 0.108857 Jy ! Total flux subtracted in 100 components = 0.108857 Jy ! Clean residual min=-0.004970 max=0.013098 Jy/beam ! Clean residual mean=0.000002 rms=0.001425 Jy/beam ! Combined flux in latest and established models = 0.108857 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.108857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097488Jy sigma=0.000748 ! Fit after self-cal, rms=0.097390Jy sigma=0.000747 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.015231 Jy ! Component: 100 - total flux cleaned = 0.0231734 Jy ! Total flux subtracted in 100 components = 0.0231734 Jy ! Clean residual min=-0.003628 max=0.005844 Jy/beam ! Clean residual mean=0.000001 rms=0.000992 Jy/beam ! Combined flux in latest and established models = 0.13203 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 11 components and 0.13203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094600Jy sigma=0.000714 ! Fit after self-cal, rms=0.094576Jy sigma=0.000714 ! 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.493 mas, bmaj=6.73 mas, bpa=-1.745 degrees ! Estimated noise=484.44 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 (-14.5, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00873896 Jy ! Component: 100 - total flux cleaned = 0.0147216 Jy ! Component: 150 - total flux cleaned = 0.0191019 Jy ! Component: 200 - total flux cleaned = 0.0224148 Jy ! Total flux subtracted in 200 components = 0.0224148 Jy ! Clean residual min=-0.002551 max=0.003582 Jy/beam ! Clean residual mean=0.000004 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.154445 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 44 components and 0.154445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093602Jy sigma=0.000702 ! Fit after self-cal, rms=0.093521Jy sigma=0.000701 ! 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.99 FD 1.00 HN 0.99 KP 1.08 ! LA 0.95 MK 1.09 NL 0.98 OV 1.06 ! PT 0.95 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.96 HN 1.03 KP 0.93 ! LA 0.92 MK 1.05 NL 1.04 OV 1.06 ! PT 0.93 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.03 HN 1.00 KP 0.96 ! LA 0.95 MK 1.08 NL 1.04 OV 0.95 ! PT 0.92 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.09 HN 0.97 KP 1.00* ! LA 1.12 MK 0.92 NL 1.00* OV 1.26 ! PT 0.92 SC 1.00* ! ! ! Fit before self-cal, rms=0.093521Jy sigma=0.000701 ! Fit after self-cal, rms=0.098449Jy sigma=0.000695 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.532 mas, bmaj=6.755 mas, bpa=-1.105 degrees ! Estimated noise=479.272 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.00264866 Jy ! Component: 100 - total flux cleaned = 0.00416119 Jy ! Component: 150 - total flux cleaned = 0.00457718 Jy ! Component: 200 - total flux cleaned = 0.00478243 Jy ! Total flux subtracted in 200 components = 0.00478243 Jy ! Clean residual min=-0.002149 max=0.002204 Jy/beam ! Clean residual mean=0.000004 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.159227 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 71 components and 0.159227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098350Jy sigma=0.000694 ! Fit after self-cal, rms=0.098495Jy sigma=0.000693 ! 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.098495Jy sigma=0.000693 ! Fit after self-cal, rms=0.099600Jy sigma=0.000688 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.527 mas, bmaj=6.733 mas, bpa=-1.43 degrees ! Estimated noise=478.068 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00139688 Jy ! Component: 100 - total flux cleaned = 0.00186234 Jy ! Component: 150 - total flux cleaned = 0.0021696 Jy ! Component: 200 - total flux cleaned = 0.00227114 Jy ! Total flux subtracted in 200 components = 0.00227114 Jy ! Clean residual min=-0.001763 max=0.001958 Jy/beam ! Clean residual mean=0.000001 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.161499 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 87 components and 0.161499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099565Jy sigma=0.000688 ! Fit after self-cal, rms=0.099658Jy sigma=0.000687 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.000369184 Jy ! Component: 100 - total flux cleaned = 0.000461226 Jy ! Component: 150 - total flux cleaned = 0.000544319 Jy ! Component: 200 - total flux cleaned = 0.000620842 Jy ! Total flux subtracted in 200 components = 0.000620842 Jy ! Clean residual min=-0.001751 max=0.001897 Jy/beam ! Clean residual mean=0.000001 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.162119 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 97 components and 0.162119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099643Jy sigma=0.000687 ! Fit after self-cal, rms=0.099640Jy sigma=0.000687 ! 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.099640Jy sigma=0.000687 ! Fit after self-cal, rms=0.099143Jy sigma=0.000687 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.526 mas, bmaj=6.729 mas, bpa=-1.515 degrees ! Estimated noise=478.497 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000616051 Jy ! Component: 100 - total flux cleaned = 0.000812033 Jy ! Component: 150 - total flux cleaned = 0.000965927 Jy ! Component: 200 - total flux cleaned = 0.00107234 Jy ! Total flux subtracted in 200 components = 0.00107234 Jy ! Clean residual min=-0.001767 max=0.001947 Jy/beam ! Clean residual mean=0.000000 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.163192 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 102 components and 0.163192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099130Jy sigma=0.000687 ! Fit after self-cal, rms=0.099132Jy sigma=0.000687 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.000130422 Jy ! Component: 100 - total flux cleaned = 0.000164792 Jy ! Component: 150 - total flux cleaned = 0.000229777 Jy ! Component: 200 - total flux cleaned = 0.000245362 Jy ! Total flux subtracted in 200 components = 0.000245362 Jy ! Clean residual min=-0.001764 max=0.001928 Jy/beam ! Clean residual mean=0.000000 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.163437 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 107 components and 0.163437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099123Jy sigma=0.000687 ! Fit after self-cal, rms=0.099121Jy sigma=0.000687 ! 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.099121Jy sigma=0.000687 ! Fit after self-cal, rms=0.098799Jy sigma=0.000687 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.456 mas, bmaj=9.906 mas, bpa=-0.4037 degrees ! Estimated noise=588.084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00128601 Jy ! Component: 100 - total flux cleaned = 0.00168913 Jy ! Component: 150 - total flux cleaned = 0.00188635 Jy ! Component: 200 - total flux cleaned = 0.00199766 Jy ! Total flux subtracted in 200 components = 0.00199766 Jy ! Clean residual min=-0.001464 max=0.001596 Jy/beam ! Clean residual mean=0.000000 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.165435 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 112 components and 0.165435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098799Jy sigma=0.000687 ! Fit after self-cal, rms=0.098790Jy sigma=0.000687 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.81079e-05 Jy ! Component: 100 - total flux cleaned = 0.000151214 Jy ! Component: 150 - total flux cleaned = 0.000206333 Jy ! Component: 200 - total flux cleaned = 0.000221816 Jy ! Total flux subtracted in 200 components = 0.000221816 Jy ! Clean residual min=-0.001491 max=0.001590 Jy/beam ! Clean residual mean=0.000000 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.165657 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 116 components and 0.165657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098791Jy sigma=0.000687 ! Fit after self-cal, rms=0.098786Jy sigma=0.000687 ! 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.527 mas, bmaj=6.724 mas, bpa=-1.552 degrees ! Estimated noise=479.322 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.527 x 6.724 at -1.552 degrees (North through East) ! Clean map min=-0.0017623 max=0.10903 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.902 mas, bmaj=5.777 mas, bpa=-2.961 degrees ! Estimated noise=723.706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0798187 Jy ! Component: 100 - total flux cleaned = 0.109056 Jy ! Component: 150 - total flux cleaned = 0.12385 Jy ! Component: 200 - total flux cleaned = 0.132405 Jy ! Total flux subtracted in 200 components = 0.132405 Jy ! Clean residual min=-0.003158 max=0.004845 Jy/beam ! Clean residual mean=-0.000000 rms=0.000905 Jy/beam ! Combined flux in latest and established models = 0.132405 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.132405 Jy ! Inverting map and beam ! Estimated beam: bmin=3.527 mas, bmaj=6.724 mas, bpa=-1.552 degrees ! Estimated noise=479.322 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.00878155 Jy ! Component: 100 - total flux cleaned = 0.0148858 Jy ! Component: 150 - total flux cleaned = 0.0193249 Jy ! Component: 200 - total flux cleaned = 0.0226514 Jy ! Total flux subtracted in 200 components = 0.0226514 Jy ! Clean residual min=-0.002147 max=0.002595 Jy/beam ! Clean residual mean=-0.000000 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.155056 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 47 components and 0.155056 Jy ! Inverting map ! Added new window around map position (-5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00276234 Jy ! Component: 100 - total flux cleaned = 0.00479076 Jy ! Component: 150 - total flux cleaned = 0.00633161 Jy ! Component: 200 - total flux cleaned = 0.00723138 Jy ! Total flux subtracted in 200 components = 0.00723138 Jy ! Clean residual min=-0.001812 max=0.001844 Jy/beam ! Clean residual mean=0.000001 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.162287 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 76 components and 0.162287 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.456 mas, bmaj=9.906 mas, bpa=-0.4037 degrees ! Estimated noise=588.084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00186758 Jy ! Component: 100 - total flux cleaned = 0.00283311 Jy ! Component: 150 - total flux cleaned = 0.00299617 Jy ! Component: 200 - total flux cleaned = 0.00307697 Jy ! Total flux subtracted in 200 components = 0.00307697 Jy ! Clean residual min=-0.001410 max=0.001628 Jy/beam ! Clean residual mean=0.000001 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.165364 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 = 4.57953e-05 Jy ! Component: 100 - total flux cleaned = 8.66714e-05 Jy ! Component: 150 - total flux cleaned = 0.000140197 Jy ! Component: 200 - total flux cleaned = 0.000155632 Jy ! Total flux subtracted in 200 components = 0.000155632 Jy ! Clean residual min=-0.001382 max=0.001618 Jy/beam ! Clean residual mean=0.000001 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.16552 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 117 components and 0.16552 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.527 mas, bmaj=6.724 mas, bpa=-1.552 degrees ! Estimated noise=479.322 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000541014 Jy ! Component: 100 - total flux cleaned = -0.000510278 Jy ! Component: 150 - total flux cleaned = -0.000377168 Jy ! Component: 200 - total flux cleaned = -0.000329677 Jy ! Total flux subtracted in 200 components = -0.000329677 Jy ! Clean residual min=-0.001680 max=0.001828 Jy/beam ! Clean residual mean=0.000000 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.16519 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 134 components and 0.16519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098781Jy sigma=0.000687 ! Fit after self-cal, rms=0.098789Jy sigma=0.000687 wmodel J0504+2802_S_2017_03_27_pus_map.mod ! Writing 134 model components to file: J0504+2802_S_2017_03_27_pus_map.mod wobs J0504+2802_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0504+2802_S_2017_03_27_pus_uvs.fits wwins J0504+2802_S_2017_03_27_pus_map.win ! wwins: Wrote 3 windows to J0504+2802_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.00043766 Jy ! Component: 100 - total flux cleaned = 0.000623185 Jy ! Component: 150 - total flux cleaned = 0.000859702 Jy ! Component: 200 - total flux cleaned = 0.00117231 Jy ! Component: 250 - total flux cleaned = 0.00144744 Jy ! Component: 300 - total flux cleaned = 0.00168822 Jy ! Component: 350 - total flux cleaned = 0.00194928 Jy ! Component: 400 - total flux cleaned = 0.00225529 Jy ! Component: 450 - total flux cleaned = 0.00253014 Jy ! Component: 500 - total flux cleaned = 0.002751 Jy ! Component: 550 - total flux cleaned = 0.00287177 Jy ! Component: 600 - total flux cleaned = 0.00306189 Jy ! Component: 650 - total flux cleaned = 0.00329513 Jy ! Component: 700 - total flux cleaned = 0.00338657 Jy ! Component: 750 - total flux cleaned = 0.0035001 Jy ! Component: 800 - total flux cleaned = 0.00363417 Jy ! Component: 850 - total flux cleaned = 0.00378816 Jy ! Component: 900 - total flux cleaned = 0.0039185 Jy ! Component: 950 - total flux cleaned = 0.00402561 Jy ! Component: 1000 - total flux cleaned = 0.00411055 Jy ! Component: 1050 - total flux cleaned = 0.00421556 Jy ! Component: 1100 - total flux cleaned = 0.00440265 Jy ! Component: 1150 - total flux cleaned = 0.00442326 Jy ! Component: 1200 - total flux cleaned = 0.00446411 Jy ! Component: 1250 - total flux cleaned = 0.00462588 Jy ! Component: 1300 - total flux cleaned = 0.0047461 Jy ! Component: 1350 - total flux cleaned = 0.00480578 Jy ! Component: 1400 - total flux cleaned = 0.00488463 Jy ! Component: 1450 - total flux cleaned = 0.00498214 Jy ! Component: 1500 - total flux cleaned = 0.00513732 Jy ! Component: 1550 - total flux cleaned = 0.00529094 Jy ! Component: 1600 - total flux cleaned = 0.00534818 Jy ! Component: 1650 - total flux cleaned = 0.00542414 Jy ! Component: 1700 - total flux cleaned = 0.00555598 Jy ! Component: 1750 - total flux cleaned = 0.00563093 Jy ! Component: 1800 - total flux cleaned = 0.00572369 Jy ! Component: 1850 - total flux cleaned = 0.00585262 Jy ! Component: 1900 - total flux cleaned = 0.00587086 Jy ! Component: 1950 - total flux cleaned = 0.00596166 Jy ! Component: 2000 - total flux cleaned = 0.0059798 Jy ! Component: 2050 - total flux cleaned = 0.00606945 Jy ! Component: 2100 - total flux cleaned = 0.00614079 Jy ! Component: 2150 - total flux cleaned = 0.00624706 Jy ! Component: 2200 - total flux cleaned = 0.00628224 Jy ! Component: 2250 - total flux cleaned = 0.00636976 Jy ! Component: 2300 - total flux cleaned = 0.00647412 Jy ! Component: 2350 - total flux cleaned = 0.00650852 Jy ! Component: 2400 - total flux cleaned = 0.00657725 Jy ! Component: 2450 - total flux cleaned = 0.00666245 Jy ! Component: 2500 - total flux cleaned = 0.00667941 Jy ! Component: 2550 - total flux cleaned = 0.0067807 Jy ! Component: 2600 - total flux cleaned = 0.00679761 Jy ! Component: 2650 - total flux cleaned = 0.00683112 Jy ! Component: 2700 - total flux cleaned = 0.00689761 Jy ! Component: 2750 - total flux cleaned = 0.00696369 Jy ! Component: 2800 - total flux cleaned = 0.00699659 Jy ! Component: 2850 - total flux cleaned = 0.00696386 Jy ! Component: 2900 - total flux cleaned = 0.0070452 Jy ! Component: 2950 - total flux cleaned = 0.00706139 Jy ! Component: 3000 - total flux cleaned = 0.00706145 Jy ! Component: 3050 - total flux cleaned = 0.00718977 Jy ! Component: 3100 - total flux cleaned = 0.00718983 Jy ! Component: 3150 - total flux cleaned = 0.00720567 Jy ! Component: 3200 - total flux cleaned = 0.00722141 Jy ! Component: 3250 - total flux cleaned = 0.00728436 Jy ! Component: 3300 - total flux cleaned = 0.00728422 Jy ! Component: 3350 - total flux cleaned = 0.00728412 Jy ! Component: 3400 - total flux cleaned = 0.00728414 Jy ! Component: 3450 - total flux cleaned = 0.00740798 Jy ! Component: 3500 - total flux cleaned = 0.00734634 Jy ! Component: 3550 - total flux cleaned = 0.00737698 Jy ! Component: 3600 - total flux cleaned = 0.00733126 Jy ! Component: 3650 - total flux cleaned = 0.00740728 Jy ! Component: 3700 - total flux cleaned = 0.00739207 Jy ! Component: 3750 - total flux cleaned = 0.0074676 Jy ! Component: 3800 - total flux cleaned = 0.00748266 Jy ! Component: 3850 - total flux cleaned = 0.00743769 Jy ! Component: 3900 - total flux cleaned = 0.00757186 Jy ! Component: 3950 - total flux cleaned = 0.00763114 Jy ! Component: 4000 - total flux cleaned = 0.00757196 Jy ! Component: 4050 - total flux cleaned = 0.00764557 Jy ! Total flux subtracted in 4096 components = 0.00761633 Jy ! Clean residual min=-0.000733 max=0.000733 Jy/beam ! Clean residual mean=-0.000001 rms=0.000291 Jy/beam ! Combined flux in latest and established models = 0.172807 Jy keep ! Adding 319 model components to the UV plane model. ! The established model now contains 453 components and 0.172807 Jy ![Exited script file: muppet] wmap "J0504+2802_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.527 x 6.724 at -1.552 degrees (North through East) ! Clean map min=-0.0014895 max=0.1089 Jy/beam ! Writing clean map to FITS file: J0504+2802_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.108903 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000291423 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.802798 0.802798 1.6056 3.21119 6.42239 12.8448 25.6895 51.3791 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.108 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.527 x 6.724 at -1.552 degrees (North through East) ! Clean map min=-0.0014895 max=0.1089 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 J0504+2802_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:32:16 2019