! Started logfile: J0458+5508_S_2017_08_05_pus_uvs.log on Thu May 9 19:20:48 2019 obs J0458+5508_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0458+5508_S_2017_08_05_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.968765 visibilities/baseline/integration-bin. ! Found source: J0458+5508 ! ! 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 513 lines of history. ! ! Reading 24936 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 J0458+5508_S_2017_08_05_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 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 769 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.759418Jy sigma=0.007184 ! Fit after self-cal, rms=0.740704Jy sigma=0.007029 ! 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.067 mas, bmaj=4.269 mas, bpa=11.04 degrees ! Estimated noise=985.156 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.193926 Jy ! Component: 100 - total flux cleaned = 0.252393 Jy ! Total flux subtracted in 100 components = 0.252393 Jy ! Clean residual min=-0.007889 max=0.024802 Jy/beam ! Clean residual mean=0.000011 rms=0.002250 Jy/beam ! Combined flux in latest and established models = 0.252393 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.252393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094777Jy sigma=0.000805 ! Fit after self-cal, rms=0.094743Jy sigma=0.000805 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0266013 Jy ! Component: 100 - total flux cleaned = 0.0400613 Jy ! Total flux subtracted in 100 components = 0.0400613 Jy ! Clean residual min=-0.004729 max=0.006400 Jy/beam ! Clean residual mean=0.000011 rms=0.001331 Jy/beam ! Combined flux in latest and established models = 0.292455 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 16 components and 0.292455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085110Jy sigma=0.000727 ! Fit after self-cal, rms=0.085077Jy sigma=0.000727 ! 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.768 mas, bmaj=5.008 mas, bpa=14.28 degrees ! Estimated noise=542.94 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, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00913766 Jy ! Component: 100 - total flux cleaned = 0.0143786 Jy ! Component: 150 - total flux cleaned = 0.0178613 Jy ! Component: 200 - total flux cleaned = 0.0203278 Jy ! Total flux subtracted in 200 components = 0.0203278 Jy ! Clean residual min=-0.004216 max=0.003804 Jy/beam ! Clean residual mean=0.000018 rms=0.001033 Jy/beam ! Combined flux in latest and established models = 0.312783 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 38 components and 0.312783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083594Jy sigma=0.000720 ! Fit after self-cal, rms=0.083555Jy sigma=0.000719 ! 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.97 FD 1.01 HN 0.98 KP 1.05 ! LA 1.02 MK 1.04 NL 0.89 OV 1.02 ! PT 1.03 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.05 HN 1.01 KP 1.01 ! LA 0.98 MK 1.03 NL 1.03 OV 1.07 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.07 HN 0.99 KP 0.87 ! LA 0.78 MK 1.08 NL 1.17 OV 0.97 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.12 HN 0.98 KP 1.00* ! LA 0.80 MK 1.15 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.083555Jy sigma=0.000719 ! Fit after self-cal, rms=0.075316Jy sigma=0.000670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.8 mas, bmaj=5.055 mas, bpa=14.99 degrees ! Estimated noise=543.411 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 (-10.5, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00273776 Jy ! Component: 100 - total flux cleaned = 0.00294046 Jy ! Component: 150 - total flux cleaned = 0.00289179 Jy ! Component: 200 - total flux cleaned = 0.00284877 Jy ! Total flux subtracted in 200 components = 0.00284877 Jy ! Clean residual min=-0.001869 max=0.001982 Jy/beam ! Clean residual mean=-0.000001 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.315631 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 66 components and 0.315631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075202Jy sigma=0.000669 ! Fit after self-cal, rms=0.075141Jy sigma=0.000669 ! 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.075141Jy sigma=0.000669 ! Fit after self-cal, rms=0.075535Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.798 mas, bmaj=5.068 mas, bpa=15.23 degrees ! Estimated noise=543.242 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000437698 Jy ! Component: 100 - total flux cleaned = 0.000541244 Jy ! Component: 150 - total flux cleaned = 0.000539707 Jy ! Component: 200 - total flux cleaned = 0.000539262 Jy ! Total flux subtracted in 200 components = 0.000539262 Jy ! Clean residual min=-0.001339 max=0.001572 Jy/beam ! Clean residual mean=-0.000005 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.316171 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 78 components and 0.31617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075505Jy sigma=0.000666 ! Fit after self-cal, rms=0.075508Jy sigma=0.000666 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 (-37.5, 95.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000404972 Jy ! Component: 100 - total flux cleaned = 0.000178595 Jy ! Component: 150 - total flux cleaned = 0.000146555 Jy ! Component: 200 - total flux cleaned = 0.00017456 Jy ! Total flux subtracted in 200 components = 0.00017456 Jy ! Clean residual min=-0.001283 max=0.001441 Jy/beam ! Clean residual mean=-0.000005 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.316345 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 91 components and 0.316345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075469Jy sigma=0.000665 ! Fit after self-cal, rms=0.075468Jy sigma=0.000665 ! Inverting map ! Added new window around map position (-4, -23.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00130291 Jy ! Component: 100 - total flux cleaned = 0.00169828 Jy ! Component: 150 - total flux cleaned = 0.0018671 Jy ! Component: 200 - total flux cleaned = 0.00181812 Jy ! Total flux subtracted in 200 components = 0.00181812 Jy ! Clean residual min=-0.001316 max=0.001332 Jy/beam ! Clean residual mean=-0.000004 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.318163 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 107 components and 0.318163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075433Jy sigma=0.000665 ! Fit after self-cal, rms=0.075432Jy sigma=0.000665 ! 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.075432Jy sigma=0.000665 ! Fit after self-cal, rms=0.075457Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.8 mas, bmaj=5.071 mas, bpa=15.29 degrees ! Estimated noise=542.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.21817e-06 Jy ! Component: 100 - total flux cleaned = -0.000125746 Jy ! Component: 150 - total flux cleaned = -0.0001936 Jy ! Component: 200 - total flux cleaned = -0.000257326 Jy ! Total flux subtracted in 200 components = -0.000257326 Jy ! Clean residual min=-0.001255 max=0.001281 Jy/beam ! Clean residual mean=-0.000003 rms=0.000306 Jy/beam ! Combined flux in latest and established models = 0.317906 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 117 components and 0.317906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075442Jy sigma=0.000665 ! Fit after self-cal, rms=0.075443Jy sigma=0.000665 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.94984e-05 Jy ! Component: 100 - total flux cleaned = -4.02825e-05 Jy ! Component: 150 - total flux cleaned = -7.81761e-05 Jy ! Component: 200 - total flux cleaned = -9.66452e-05 Jy ! Total flux subtracted in 200 components = -9.66452e-05 Jy ! Clean residual min=-0.001268 max=0.001262 Jy/beam ! Clean residual mean=-0.000003 rms=0.000302 Jy/beam ! Combined flux in latest and established models = 0.317809 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 124 components and 0.317809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075433Jy sigma=0.000665 ! Fit after self-cal, rms=0.075433Jy sigma=0.000665 ! 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.075433Jy sigma=0.000665 ! Fit after self-cal, rms=0.075441Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.83 mas, bmaj=8.926 mas, bpa=25.01 degrees ! Estimated noise=675.999 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000126034 Jy ! Component: 100 - total flux cleaned = -7.80421e-05 Jy ! Component: 150 - total flux cleaned = -5.00334e-05 Jy ! Component: 200 - total flux cleaned = -5.00727e-05 Jy ! Total flux subtracted in 200 components = -5.00727e-05 Jy ! Clean residual min=-0.001406 max=0.001640 Jy/beam ! Clean residual mean=-0.000007 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.317759 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 140 components and 0.317759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075438Jy sigma=0.000665 ! Fit after self-cal, rms=0.075438Jy sigma=0.000665 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 (-50.5, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147223 Jy ! Component: 100 - total flux cleaned = 0.00182987 Jy ! Component: 150 - total flux cleaned = 0.00196528 Jy ! Component: 200 - total flux cleaned = 0.00194161 Jy ! Total flux subtracted in 200 components = 0.00194161 Jy ! Clean residual min=-0.001220 max=0.001082 Jy/beam ! Clean residual mean=-0.000010 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.319701 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 188 components and 0.319701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075424Jy sigma=0.000665 ! Fit after self-cal, rms=0.075422Jy sigma=0.000665 ! 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.801 mas, bmaj=5.074 mas, bpa=15.34 degrees ! Estimated noise=542.715 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.801 x 5.074 at 15.34 degrees (North through East) ! Clean map min=-0.0011518 max=0.25748 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.108 mas, bmaj=4.329 mas, bpa=12.33 degrees ! Estimated noise=988.006 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.193865 Jy ! Component: 100 - total flux cleaned = 0.250269 Jy ! Component: 150 - total flux cleaned = 0.275459 Jy ! Component: 200 - total flux cleaned = 0.288327 Jy ! Total flux subtracted in 200 components = 0.288327 Jy ! Clean residual min=-0.003059 max=0.006134 Jy/beam ! Clean residual mean=-0.000004 rms=0.000816 Jy/beam ! Combined flux in latest and established models = 0.288327 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.288327 Jy ! Inverting map and beam ! Estimated beam: bmin=3.801 mas, bmaj=5.074 mas, bpa=15.34 degrees ! Estimated noise=542.715 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.00943216 Jy ! Component: 100 - total flux cleaned = 0.0149 Jy ! Component: 150 - total flux cleaned = 0.0185233 Jy ! Component: 200 - total flux cleaned = 0.0211939 Jy ! Total flux subtracted in 200 components = 0.0211939 Jy ! Clean residual min=-0.001704 max=0.001667 Jy/beam ! Clean residual mean=-0.000006 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.309521 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 50 components and 0.309521 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.83 mas, bmaj=8.926 mas, bpa=25.01 degrees ! Estimated noise=675.999 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00292739 Jy ! Component: 100 - total flux cleaned = 0.00486749 Jy ! Component: 150 - total flux cleaned = 0.00636151 Jy ! Component: 200 - total flux cleaned = 0.00733296 Jy ! Total flux subtracted in 200 components = 0.00733296 Jy ! Clean residual min=-0.001406 max=0.001403 Jy/beam ! Clean residual mean=-0.000013 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.316854 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.000622255 Jy ! Component: 100 - total flux cleaned = 0.00110407 Jy ! Component: 150 - total flux cleaned = 0.00143931 Jy ! Component: 200 - total flux cleaned = 0.00168532 Jy ! Total flux subtracted in 200 components = 0.00168532 Jy ! Clean residual min=-0.001295 max=0.001267 Jy/beam ! Clean residual mean=-0.000012 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.318539 Jy ! Adding 106 model components to the UV plane model. ! The established model now contains 149 components and 0.318539 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.801 mas, bmaj=5.074 mas, bpa=15.34 degrees ! Estimated noise=542.715 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000637509 Jy ! Component: 100 - total flux cleaned = 0.000995642 Jy ! Component: 150 - total flux cleaned = 0.00136279 Jy ! Component: 200 - total flux cleaned = 0.00151431 Jy ! Total flux subtracted in 200 components = 0.00151431 Jy ! Clean residual min=-0.001370 max=0.001382 Jy/beam ! Clean residual mean=-0.000004 rms=0.000307 Jy/beam ! Combined flux in latest and established models = 0.320054 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 175 components and 0.320054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075508Jy sigma=0.000665 ! Fit after self-cal, rms=0.075494Jy sigma=0.000665 wmodel J0458+5508_S_2017_08_05_pus_map.mod ! Writing 175 model components to file: J0458+5508_S_2017_08_05_pus_map.mod wobs J0458+5508_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0458+5508_S_2017_08_05_pus_uvs.fits wwins J0458+5508_S_2017_08_05_pus_map.win ! wwins: Wrote 6 windows to J0458+5508_S_2017_08_05_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.000149152 Jy ! Component: 100 - total flux cleaned = -0.000237785 Jy ! Component: 150 - total flux cleaned = -0.000384518 Jy ! Component: 200 - total flux cleaned = -0.000566005 Jy ! Component: 250 - total flux cleaned = -0.000643595 Jy ! Component: 300 - total flux cleaned = -0.000681564 Jy ! Component: 350 - total flux cleaned = -0.00079293 Jy ! Component: 400 - total flux cleaned = -0.000865559 Jy ! Component: 450 - total flux cleaned = -0.000954624 Jy ! Component: 500 - total flux cleaned = -0.0010594 Jy ! Component: 550 - total flux cleaned = -0.00111093 Jy ! Component: 600 - total flux cleaned = -0.00117879 Jy ! Component: 650 - total flux cleaned = -0.00129584 Jy ! Component: 700 - total flux cleaned = -0.00136169 Jy ! Component: 750 - total flux cleaned = -0.00139431 Jy ! Component: 800 - total flux cleaned = -0.0014425 Jy ! Component: 850 - total flux cleaned = -0.00153741 Jy ! Component: 900 - total flux cleaned = -0.00150558 Jy ! Component: 950 - total flux cleaned = -0.00149017 Jy ! Component: 1000 - total flux cleaned = -0.00150564 Jy ! Component: 1050 - total flux cleaned = -0.00152085 Jy ! Component: 1100 - total flux cleaned = -0.00150581 Jy ! Component: 1150 - total flux cleaned = -0.00152061 Jy ! Component: 1200 - total flux cleaned = -0.00144692 Jy ! Component: 1250 - total flux cleaned = -0.00141789 Jy ! Component: 1300 - total flux cleaned = -0.00140343 Jy ! Component: 1350 - total flux cleaned = -0.00137477 Jy ! Component: 1400 - total flux cleaned = -0.00133218 Jy ! Component: 1450 - total flux cleaned = -0.00127623 Jy ! Component: 1500 - total flux cleaned = -0.00127628 Jy ! Component: 1550 - total flux cleaned = -0.00124869 Jy ! Component: 1600 - total flux cleaned = -0.00127602 Jy ! Component: 1650 - total flux cleaned = -0.00127584 Jy ! Component: 1700 - total flux cleaned = -0.00122202 Jy ! Component: 1750 - total flux cleaned = -0.00124865 Jy ! Component: 1800 - total flux cleaned = -0.00119562 Jy ! Component: 1850 - total flux cleaned = -0.00122191 Jy ! Component: 1900 - total flux cleaned = -0.00120881 Jy ! Component: 1950 - total flux cleaned = -0.00118302 Jy ! Component: 2000 - total flux cleaned = -0.00118299 Jy ! Component: 2050 - total flux cleaned = -0.00114473 Jy ! Component: 2100 - total flux cleaned = -0.00111961 Jy ! Component: 2150 - total flux cleaned = -0.00109469 Jy ! Component: 2200 - total flux cleaned = -0.00115686 Jy ! Component: 2250 - total flux cleaned = -0.00113212 Jy ! Component: 2300 - total flux cleaned = -0.00113217 Jy ! Component: 2350 - total flux cleaned = -0.00112008 Jy ! Component: 2400 - total flux cleaned = -0.001108 Jy ! Component: 2450 - total flux cleaned = -0.00114378 Jy ! Component: 2500 - total flux cleaned = -0.00114391 Jy ! Component: 2550 - total flux cleaned = -0.00120292 Jy ! Component: 2600 - total flux cleaned = -0.00117947 Jy ! Component: 2650 - total flux cleaned = -0.00122616 Jy ! Component: 2700 - total flux cleaned = -0.00124932 Jy ! Component: 2750 - total flux cleaned = -0.00123771 Jy ! Component: 2800 - total flux cleaned = -0.0012606 Jy ! Component: 2850 - total flux cleaned = -0.00130621 Jy ! Component: 2900 - total flux cleaned = -0.00134008 Jy ! Component: 2950 - total flux cleaned = -0.00135129 Jy ! Component: 3000 - total flux cleaned = -0.00131795 Jy ! Component: 3050 - total flux cleaned = -0.00138457 Jy ! Component: 3100 - total flux cleaned = -0.00138462 Jy ! Component: 3150 - total flux cleaned = -0.00141757 Jy ! Component: 3200 - total flux cleaned = -0.00143929 Jy ! Component: 3250 - total flux cleaned = -0.00145018 Jy ! Component: 3300 - total flux cleaned = -0.0014932 Jy ! Component: 3350 - total flux cleaned = -0.00152533 Jy ! Component: 3400 - total flux cleaned = -0.00152531 Jy ! Component: 3450 - total flux cleaned = -0.00153592 Jy ! Component: 3500 - total flux cleaned = -0.0015885 Jy ! Component: 3550 - total flux cleaned = -0.00159897 Jy ! Component: 3600 - total flux cleaned = -0.00163022 Jy ! Component: 3650 - total flux cleaned = -0.00165098 Jy ! Component: 3700 - total flux cleaned = -0.00165096 Jy ! Component: 3750 - total flux cleaned = -0.00167144 Jy ! Component: 3800 - total flux cleaned = -0.00171214 Jy ! Component: 3850 - total flux cleaned = -0.00169195 Jy ! Component: 3900 - total flux cleaned = -0.00170203 Jy ! Component: 3950 - total flux cleaned = -0.0017421 Jy ! Component: 4000 - total flux cleaned = -0.00176204 Jy ! Component: 4050 - total flux cleaned = -0.00174216 Jy ! Total flux subtracted in 4096 components = -0.00173235 Jy ! Clean residual min=-0.000646 max=0.000544 Jy/beam ! Clean residual mean=-0.000003 rms=0.000173 Jy/beam ! Combined flux in latest and established models = 0.318321 Jy keep ! Adding 268 model components to the UV plane model. ! The established model now contains 442 components and 0.318321 Jy ![Exited script file: muppet] wmap "J0458+5508_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.801 x 5.074 at 15.34 degrees (North through East) ! Clean map min=-0.00092346 max=0.25796 Jy/beam ! Writing clean map to FITS file: J0458+5508_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.257961 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000170608 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.198411 0.198411 0.396822 0.793644 1.58729 3.17458 6.34915 12.6983 25.3966 50.7932 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.257 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.801 x 5.074 at 15.34 degrees (North through East) ! Clean map min=-0.00092346 max=0.25796 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 J0458+5508_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:20:54 2019