! Started logfile: J1158+4825_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:58:33 2016 obs J1158+4825_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1158+4825_S_2015_03_17_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.87095 visibilities/baseline/integration-bin. ! Found source: J1158+4825 ! ! 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 330 lines of history. ! ! Reading 13012 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 J1158+4825_S_2015_03_17_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 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.890320Jy sigma=0.010727 ! Fit after self-cal, rms=0.878217Jy sigma=0.010584 ! 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.188 mas, bmaj=3.969 mas, bpa=9.491 degrees ! Estimated noise=715.621 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.0873203 Jy ! Component: 100 - total flux cleaned = 0.110556 Jy ! Total flux subtracted in 100 components = 0.110556 Jy ! Clean residual min=-0.005618 max=0.012090 Jy/beam ! Clean residual mean=-0.000009 rms=0.001614 Jy/beam ! Combined flux in latest and established models = 0.110556 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.110556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080117Jy sigma=0.000875 ! Fit after self-cal, rms=0.080088Jy sigma=0.000875 ! Inverting map ! Added new window around map position (-6, -1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0140774 Jy ! Component: 100 - total flux cleaned = 0.0237822 Jy ! Total flux subtracted in 100 components = 0.0237822 Jy ! Clean residual min=-0.004510 max=0.005490 Jy/beam ! Clean residual mean=-0.000002 rms=0.001184 Jy/beam ! Combined flux in latest and established models = 0.134338 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 29 components and 0.134338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075217Jy sigma=0.000822 ! Fit after self-cal, rms=0.075082Jy sigma=0.000821 ! 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.985 mas, bmaj=4.877 mas, bpa=8.251 degrees ! Estimated noise=526.457 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.0127364 Jy ! Component: 100 - total flux cleaned = 0.0203594 Jy ! Component: 150 - total flux cleaned = 0.0254626 Jy ! Component: 200 - total flux cleaned = 0.0289766 Jy ! Total flux subtracted in 200 components = 0.0289766 Jy ! Clean residual min=-0.004362 max=0.004349 Jy/beam ! Clean residual mean=0.000020 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.163314 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 69 components and 0.163314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072282Jy sigma=0.000795 ! Fit after self-cal, rms=0.072159Jy sigma=0.000793 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.87 HN 0.93 KP 1.08 ! LA 1.00 MK 1.05 NL 0.87 OV 0.98 ! PT 1.08 SC 1.01 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.89 HN 1.02 KP 1.07 ! LA 0.94 MK 1.05 NL 1.02 OV 0.99 ! PT 1.09 SC 1.05 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.92 HN 1.02 KP 0.96 ! LA 0.78 MK 1.11 NL 1.10 OV 0.93 ! PT 1.04 SC 1.05 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.93 HN 0.93 KP 0.92 ! LA 0.84 MK 1.08 NL 1.01 OV 1.01 ! PT 1.08 SC 0.99 ! ! ! Fit before self-cal, rms=0.072159Jy sigma=0.000793 ! Fit after self-cal, rms=0.068316Jy sigma=0.000775 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.05 mas, bmaj=4.994 mas, bpa=9.006 degrees ! Estimated noise=522.543 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.000507984 Jy ! Component: 100 - total flux cleaned = 0.000562425 Jy ! Component: 150 - total flux cleaned = 0.000564576 Jy ! Component: 200 - total flux cleaned = 0.000596196 Jy ! Total flux subtracted in 200 components = 0.000596196 Jy ! Clean residual min=-0.002059 max=0.002448 Jy/beam ! Clean residual mean=0.000023 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.163911 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 80 components and 0.163911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068237Jy sigma=0.000774 ! Fit after self-cal, rms=0.068197Jy sigma=0.000774 ! 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.068197Jy sigma=0.000774 ! Fit after self-cal, rms=0.068861Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.07 mas, bmaj=4.971 mas, bpa=6.99 degrees ! Estimated noise=522.109 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000434528 Jy ! Component: 100 - total flux cleaned = 0.000520116 Jy ! Component: 150 - total flux cleaned = 0.000607083 Jy ! Component: 200 - total flux cleaned = 0.000641399 Jy ! Total flux subtracted in 200 components = 0.000641399 Jy ! Clean residual min=-0.001874 max=0.002365 Jy/beam ! Clean residual mean=0.000010 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.164552 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 93 components and 0.164552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068837Jy sigma=0.000771 ! Fit after self-cal, rms=0.068863Jy sigma=0.000771 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 (-21, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00217341 Jy ! Component: 100 - total flux cleaned = 0.00326892 Jy ! Component: 150 - total flux cleaned = 0.00376407 Jy ! Component: 200 - total flux cleaned = 0.0040138 Jy ! Total flux subtracted in 200 components = 0.0040138 Jy ! Clean residual min=-0.001641 max=0.001655 Jy/beam ! Clean residual mean=0.000007 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.168566 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 116 components and 0.168566 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068790Jy sigma=0.000771 ! Fit after self-cal, rms=0.068785Jy sigma=0.000770 ! 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.068785Jy sigma=0.000770 ! Fit after self-cal, rms=0.068769Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.079 mas, bmaj=4.969 mas, bpa=6.241 degrees ! Estimated noise=521.132 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000652711 Jy ! Component: 100 - total flux cleaned = 0.000881613 Jy ! Component: 150 - total flux cleaned = 0.00105669 Jy ! Component: 200 - total flux cleaned = 0.00122692 Jy ! Total flux subtracted in 200 components = 0.00122692 Jy ! Clean residual min=-0.001650 max=0.001685 Jy/beam ! Clean residual mean=0.000006 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.169793 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 125 components and 0.169793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068751Jy sigma=0.000770 ! Fit after self-cal, rms=0.068753Jy sigma=0.000770 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 (-2.5, -110). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000556498 Jy ! Component: 100 - total flux cleaned = 0.000408537 Jy ! Component: 150 - total flux cleaned = 0.000346786 Jy ! Component: 200 - total flux cleaned = 0.000459134 Jy ! Total flux subtracted in 200 components = 0.000459134 Jy ! Clean residual min=-0.001540 max=0.001485 Jy/beam ! Clean residual mean=0.000006 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.170252 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 142 components and 0.170252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068708Jy sigma=0.000770 ! Fit after self-cal, rms=0.068706Jy sigma=0.000770 ! 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.068706Jy sigma=0.000770 ! Fit after self-cal, rms=0.068750Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.015 mas, bmaj=9.269 mas, bpa=13.25 degrees ! Estimated noise=647.005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000661617 Jy ! Component: 100 - total flux cleaned = 0.000878254 Jy ! Component: 150 - total flux cleaned = 0.00100851 Jy ! Component: 200 - total flux cleaned = 0.00104084 Jy ! Total flux subtracted in 200 components = 0.00104084 Jy ! Clean residual min=-0.001483 max=0.001345 Jy/beam ! Clean residual mean=0.000010 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.171293 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 160 components and 0.171293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068747Jy sigma=0.000770 ! Fit after self-cal, rms=0.068748Jy sigma=0.000770 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.000114672 Jy ! Component: 100 - total flux cleaned = 0.000156187 Jy ! Component: 150 - total flux cleaned = 0.000178609 Jy ! Component: 200 - total flux cleaned = 0.000198233 Jy ! Total flux subtracted in 200 components = 0.000198233 Jy ! Clean residual min=-0.001500 max=0.001306 Jy/beam ! Clean residual mean=0.000009 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.171491 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 169 components and 0.171491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068748Jy sigma=0.000770 ! Fit after self-cal, rms=0.068748Jy sigma=0.000770 ! 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.084 mas, bmaj=4.972 mas, bpa=6.104 degrees ! Estimated noise=520.844 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.084 x 4.972 at 6.104 degrees (North through East) ! Clean map min=-0.0014663 max=0.11643 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.258 mas, bmaj=4.032 mas, bpa=7.252 degrees ! Estimated noise=719.817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0874259 Jy ! Component: 100 - total flux cleaned = 0.110845 Jy ! Component: 150 - total flux cleaned = 0.124943 Jy ! Component: 200 - total flux cleaned = 0.134464 Jy ! Total flux subtracted in 200 components = 0.134464 Jy ! Clean residual min=-0.003230 max=0.005263 Jy/beam ! Clean residual mean=-0.000003 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.134464 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.134464 Jy ! Inverting map and beam ! Estimated beam: bmin=4.084 mas, bmaj=4.972 mas, bpa=6.104 degrees ! Estimated noise=520.844 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.0106328 Jy ! Component: 100 - total flux cleaned = 0.0169177 Jy ! Component: 150 - total flux cleaned = 0.0209893 Jy ! Component: 200 - total flux cleaned = 0.0240195 Jy ! Total flux subtracted in 200 components = 0.0240195 Jy ! Clean residual min=-0.001887 max=0.002252 Jy/beam ! Clean residual mean=0.000005 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.158483 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 68 components and 0.158483 Jy ! Inverting map ! Added new window around map position (-10.5, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00255845 Jy ! Component: 100 - total flux cleaned = 0.00450966 Jy ! Component: 150 - total flux cleaned = 0.00579178 Jy ! Component: 200 - total flux cleaned = 0.00670867 Jy ! Total flux subtracted in 200 components = 0.00670867 Jy ! Clean residual min=-0.001692 max=0.001444 Jy/beam ! Clean residual mean=0.000005 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.165192 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 103 components and 0.165192 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=8.015 mas, bmaj=9.269 mas, bpa=13.25 degrees ! Estimated noise=647.005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0019336 Jy ! Component: 100 - total flux cleaned = 0.00322519 Jy ! Component: 150 - total flux cleaned = 0.00393034 Jy ! Component: 200 - total flux cleaned = 0.00449502 Jy ! Total flux subtracted in 200 components = 0.00449502 Jy ! Clean residual min=-0.001591 max=0.001354 Jy/beam ! Clean residual mean=0.000009 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.169687 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.000431523 Jy ! Component: 100 - total flux cleaned = 0.000679275 Jy ! Component: 150 - total flux cleaned = 0.000833597 Jy ! Component: 200 - total flux cleaned = 0.000952303 Jy ! Total flux subtracted in 200 components = 0.000952303 Jy ! Clean residual min=-0.001541 max=0.001270 Jy/beam ! Clean residual mean=0.000009 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.170639 Jy ! Adding 94 model components to the UV plane model. ! The established model now contains 191 components and 0.170639 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.084 mas, bmaj=4.972 mas, bpa=6.104 degrees ! Estimated noise=520.844 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000197491 Jy ! Component: 100 - total flux cleaned = -5.48531e-05 Jy ! Component: 150 - total flux cleaned = 7.78274e-06 Jy ! Component: 200 - total flux cleaned = 6.55077e-05 Jy ! Total flux subtracted in 200 components = 6.55077e-05 Jy ! Clean residual min=-0.001560 max=0.001441 Jy/beam ! Clean residual mean=0.000005 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.170705 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 210 components and 0.170705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068731Jy sigma=0.000769 ! Fit after self-cal, rms=0.068722Jy sigma=0.000769 wmodel J1158+4825_S_2015_03_17_pus_map.mod ! Writing 210 model components to file: J1158+4825_S_2015_03_17_pus_map.mod wobs J1158+4825_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1158+4825_S_2015_03_17_pus_uvs.fits wwins J1158+4825_S_2015_03_17_pus_map.win ! wwins: Wrote 5 windows to J1158+4825_S_2015_03_17_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.000630737 Jy ! Component: 100 - total flux cleaned = -0.000878847 Jy ! Component: 150 - total flux cleaned = -0.00111393 Jy ! Component: 200 - total flux cleaned = -0.0013393 Jy ! Component: 250 - total flux cleaned = -0.00136118 Jy ! Component: 300 - total flux cleaned = -0.00148838 Jy ! Component: 350 - total flux cleaned = -0.0015085 Jy ! Component: 400 - total flux cleaned = -0.00146853 Jy ! Component: 450 - total flux cleaned = -0.00142915 Jy ! Component: 500 - total flux cleaned = -0.0013902 Jy ! Component: 550 - total flux cleaned = -0.00127769 Jy ! Component: 600 - total flux cleaned = -0.00129644 Jy ! Component: 650 - total flux cleaned = -0.00122418 Jy ! Component: 700 - total flux cleaned = -0.00118851 Jy ! Component: 750 - total flux cleaned = -0.00118846 Jy ! Component: 800 - total flux cleaned = -0.00111961 Jy ! Component: 850 - total flux cleaned = -0.00106898 Jy ! Component: 900 - total flux cleaned = -0.00105247 Jy ! Component: 950 - total flux cleaned = -0.00101954 Jy ! Component: 1000 - total flux cleaned = -0.000987444 Jy ! Component: 1050 - total flux cleaned = -0.000971663 Jy ! Component: 1100 - total flux cleaned = -0.000955755 Jy ! Component: 1150 - total flux cleaned = -0.000924589 Jy ! Component: 1200 - total flux cleaned = -0.00086341 Jy ! Component: 1250 - total flux cleaned = -0.00078848 Jy ! Component: 1300 - total flux cleaned = -0.000670195 Jy ! Component: 1350 - total flux cleaned = -0.000626441 Jy ! Component: 1400 - total flux cleaned = -0.000511175 Jy ! Component: 1450 - total flux cleaned = -0.000411593 Jy ! Component: 1500 - total flux cleaned = -0.000313027 Jy ! Component: 1550 - total flux cleaned = -0.000215756 Jy ! Component: 1600 - total flux cleaned = -0.000147188 Jy ! Component: 1650 - total flux cleaned = -9.29088e-05 Jy ! Component: 1700 - total flux cleaned = 2.82502e-05 Jy ! Component: 1750 - total flux cleaned = 9.45945e-05 Jy ! Component: 1800 - total flux cleaned = 0.000120944 Jy ! Component: 1850 - total flux cleaned = 0.000212057 Jy ! Component: 1900 - total flux cleaned = 0.000263774 Jy ! Component: 1950 - total flux cleaned = 0.000352929 Jy ! Component: 2000 - total flux cleaned = 0.000378167 Jy ! Component: 2050 - total flux cleaned = 0.000428079 Jy ! Component: 2100 - total flux cleaned = 0.000489909 Jy ! Component: 2150 - total flux cleaned = 0.000526852 Jy ! Component: 2200 - total flux cleaned = 0.000575321 Jy ! Component: 2250 - total flux cleaned = 0.000659231 Jy ! Component: 2300 - total flux cleaned = 0.000659228 Jy ! Component: 2350 - total flux cleaned = 0.000718242 Jy ! Component: 2400 - total flux cleaned = 0.000718148 Jy ! Component: 2450 - total flux cleaned = 0.000787646 Jy ! Component: 2500 - total flux cleaned = 0.000776187 Jy ! Component: 2550 - total flux cleaned = 0.000855666 Jy ! Component: 2600 - total flux cleaned = 0.000855606 Jy ! Component: 2650 - total flux cleaned = 0.000911299 Jy ! Component: 2700 - total flux cleaned = 0.000955579 Jy ! Component: 2750 - total flux cleaned = 0.00096652 Jy ! Component: 2800 - total flux cleaned = 0.00103178 Jy ! Component: 2850 - total flux cleaned = 0.001064 Jy ! Component: 2900 - total flux cleaned = 0.00107467 Jy ! Component: 2950 - total flux cleaned = 0.00113838 Jy ! Component: 3000 - total flux cleaned = 0.00114884 Jy ! Component: 3050 - total flux cleaned = 0.00116988 Jy ! Component: 3100 - total flux cleaned = 0.00120093 Jy ! Component: 3150 - total flux cleaned = 0.00121122 Jy ! Component: 3200 - total flux cleaned = 0.00127248 Jy ! Component: 3250 - total flux cleaned = 0.0012724 Jy ! Component: 3300 - total flux cleaned = 0.00129246 Jy ! Component: 3350 - total flux cleaned = 0.0012827 Jy ! Component: 3400 - total flux cleaned = 0.00136197 Jy ! Component: 3450 - total flux cleaned = 0.00137176 Jy ! Component: 3500 - total flux cleaned = 0.00139126 Jy ! Component: 3550 - total flux cleaned = 0.00143966 Jy ! Component: 3600 - total flux cleaned = 0.00144916 Jy ! Component: 3650 - total flux cleaned = 0.00151586 Jy ! Component: 3700 - total flux cleaned = 0.00156318 Jy ! Component: 3750 - total flux cleaned = 0.00155372 Jy ! Component: 3800 - total flux cleaned = 0.0015725 Jy ! Component: 3850 - total flux cleaned = 0.00161886 Jy ! Component: 3900 - total flux cleaned = 0.00164648 Jy ! Component: 3950 - total flux cleaned = 0.00165562 Jy ! Component: 4000 - total flux cleaned = 0.00170099 Jy ! Component: 4050 - total flux cleaned = 0.00171004 Jy ! Total flux subtracted in 4096 components = 0.00175493 Jy ! Clean residual min=-0.000477 max=0.000598 Jy/beam ! Clean residual mean=0.000001 rms=0.000160 Jy/beam ! Combined flux in latest and established models = 0.17246 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 486 components and 0.17246 Jy ![Exited script file: muppet] wmap "J1158+4825_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.084 x 4.972 at 6.104 degrees (North through East) ! Clean map min=-0.0010828 max=0.11702 Jy/beam ! Writing clean map to FITS file: J1158+4825_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.117019 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00015841 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.406113 0.406113 0.812225 1.62445 3.2489 6.4978 12.9956 25.9912 51.9824 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.117 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.084 x 4.972 at 6.104 degrees (North through East) ! Clean map min=-0.0010828 max=0.11702 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 J1158+4825_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:58:37 2016