! Started logfile: J0952+3512_S_2017_08_12_pus_uvs.log on Fri May 10 14:57:08 2019 obs J0952+3512_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J0952+3512_S_2017_08_12_pus_uva.fits ! AN table 1: 28 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.336508 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0952+3512 ! ! 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 594 lines of history. ! ! Reading 1696 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 J0952+3512_S_2017_08_12_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 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 265 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.796217Jy sigma=0.007737 ! Fit after self-cal, rms=0.789055Jy sigma=0.007693 ! 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.693 mas, bmaj=8.046 mas, bpa=8.829 degrees ! Estimated noise=2442.08 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.166938 Jy ! Component: 100 - total flux cleaned = 0.207688 Jy ! Total flux subtracted in 100 components = 0.207688 Jy ! Clean residual min=-0.011082 max=0.022472 Jy/beam ! Clean residual mean=0.000036 rms=0.003742 Jy/beam ! Combined flux in latest and established models = 0.207688 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.207688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089000Jy sigma=0.000816 ! Fit after self-cal, rms=0.088895Jy sigma=0.000814 ! Inverting map ! Added new window around map position (3, -9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0226005 Jy ! Component: 100 - total flux cleaned = 0.0358424 Jy ! Total flux subtracted in 100 components = 0.0358424 Jy ! Clean residual min=-0.008180 max=0.009721 Jy/beam ! Clean residual mean=0.000020 rms=0.002455 Jy/beam ! Combined flux in latest and established models = 0.24353 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 19 components and 0.24353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082279Jy sigma=0.000738 ! Fit after self-cal, rms=0.082106Jy sigma=0.000736 ! 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.294 mas, bmaj=8.525 mas, bpa=9.434 degrees ! Estimated noise=2058.4 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.0132682 Jy ! Component: 100 - total flux cleaned = 0.0216261 Jy ! Component: 150 - total flux cleaned = 0.0280146 Jy ! Component: 200 - total flux cleaned = 0.0330049 Jy ! Total flux subtracted in 200 components = 0.0330049 Jy ! Clean residual min=-0.006372 max=0.007637 Jy/beam ! Clean residual mean=0.000013 rms=0.001874 Jy/beam ! Combined flux in latest and established models = 0.276535 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 67 components and 0.276535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079628Jy sigma=0.000706 ! Fit after self-cal, rms=0.079481Jy sigma=0.000705 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 0.97 KP 1.04 ! LA 0.97 MK 1.08 NL 0.85 OV 1.02 ! PT 1.01 SC 1.05 ! ! ! Correcting IF 2. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.05 HN 0.99 KP 1.00 ! LA 0.98 MK 0.99 NL 1.00 OV 1.03 ! PT 0.98 SC 0.82 ! ! ! Correcting IF 3. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00 HN 0.98 KP 0.98 ! LA 1.02 MK 1.10 NL 0.91 OV 0.96 ! PT 0.98 SC 1.12 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.079481Jy sigma=0.000705 ! Fit after self-cal, rms=0.072675Jy sigma=0.000687 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.208 mas, bmaj=8.452 mas, bpa=9.356 degrees ! Estimated noise=2104.77 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.00354409 Jy ! Component: 100 - total flux cleaned = 0.00499347 Jy ! Component: 150 - total flux cleaned = 0.00620733 Jy ! Component: 200 - total flux cleaned = 0.00721091 Jy ! Total flux subtracted in 200 components = 0.00721091 Jy ! Clean residual min=-0.004485 max=0.005103 Jy/beam ! Clean residual mean=-0.000000 rms=0.001289 Jy/beam ! Combined flux in latest and established models = 0.283746 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 80 components and 0.283746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072413Jy sigma=0.000684 ! Fit after self-cal, rms=0.072406Jy sigma=0.000684 ! 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.072406Jy sigma=0.000684 ! Fit after self-cal, rms=0.072488Jy sigma=0.000683 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.205 mas, bmaj=8.435 mas, bpa=9.278 degrees ! Estimated noise=2106.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00194599 Jy ! Component: 100 - total flux cleaned = 0.00277487 Jy ! Component: 150 - total flux cleaned = 0.00333987 Jy ! Component: 200 - total flux cleaned = 0.00369165 Jy ! Total flux subtracted in 200 components = 0.00369165 Jy ! Clean residual min=-0.004359 max=0.004769 Jy/beam ! Clean residual mean=-0.000000 rms=0.001229 Jy/beam ! Combined flux in latest and established models = 0.287438 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 90 components and 0.287438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072397Jy sigma=0.000683 ! Fit after self-cal, rms=0.072392Jy sigma=0.000682 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.32418e-05 Jy ! Component: 100 - total flux cleaned = 0.000373452 Jy ! Component: 150 - total flux cleaned = 0.000521064 Jy ! Component: 200 - total flux cleaned = 0.000701621 Jy ! Total flux subtracted in 200 components = 0.000701621 Jy ! Clean residual min=-0.004370 max=0.004785 Jy/beam ! Clean residual mean=-0.000001 rms=0.001215 Jy/beam ! Combined flux in latest and established models = 0.288139 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 96 components and 0.288139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072358Jy sigma=0.000682 ! Fit after self-cal, rms=0.072356Jy sigma=0.000682 ! 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.072356Jy sigma=0.000682 ! Fit after self-cal, rms=0.072376Jy sigma=0.000682 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.202 mas, bmaj=8.424 mas, bpa=9.223 degrees ! Estimated noise=2106.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000810815 Jy ! Component: 100 - total flux cleaned = 0.00134094 Jy ! Component: 150 - total flux cleaned = 0.00178574 Jy ! Component: 200 - total flux cleaned = 0.00201159 Jy ! Total flux subtracted in 200 components = 0.00201159 Jy ! Clean residual min=-0.004306 max=0.004626 Jy/beam ! Clean residual mean=-0.000000 rms=0.001190 Jy/beam ! Combined flux in latest and established models = 0.290151 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 107 components and 0.290151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072343Jy sigma=0.000682 ! Fit after self-cal, rms=0.072343Jy sigma=0.000682 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.2093e-05 Jy ! Component: 100 - total flux cleaned = 0.000256076 Jy ! Component: 150 - total flux cleaned = 0.000334989 Jy ! Component: 200 - total flux cleaned = 0.000389063 Jy ! Total flux subtracted in 200 components = 0.000389063 Jy ! Clean residual min=-0.004300 max=0.004647 Jy/beam ! Clean residual mean=-0.000000 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 0.29054 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 112 components and 0.29054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072325Jy sigma=0.000681 ! Fit after self-cal, rms=0.072326Jy sigma=0.000681 ! 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.072326Jy sigma=0.000681 ! Fit after self-cal, rms=0.072347Jy sigma=0.000681 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.975 mas, bmaj=10.34 mas, bpa=2.758 degrees ! Estimated noise=2621.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178447 Jy ! Component: 100 - total flux cleaned = 0.00217734 Jy ! Component: 150 - total flux cleaned = 0.00237746 Jy ! Component: 200 - total flux cleaned = 0.00245795 Jy ! Total flux subtracted in 200 components = 0.00245795 Jy ! Clean residual min=-0.005231 max=0.004979 Jy/beam ! Clean residual mean=-0.000002 rms=0.001462 Jy/beam ! Combined flux in latest and established models = 0.292998 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 125 components and 0.292998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072349Jy sigma=0.000682 ! Fit after self-cal, rms=0.072343Jy sigma=0.000681 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.49967e-06 Jy ! Component: 100 - total flux cleaned = 0.00013335 Jy ! Component: 150 - total flux cleaned = 0.000151003 Jy ! Component: 200 - total flux cleaned = 0.00018495 Jy ! Total flux subtracted in 200 components = 0.00018495 Jy ! Clean residual min=-0.005199 max=0.004921 Jy/beam ! Clean residual mean=-0.000002 rms=0.001453 Jy/beam ! Combined flux in latest and established models = 0.293183 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 130 components and 0.293183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072342Jy sigma=0.000681 ! Fit after self-cal, rms=0.072342Jy sigma=0.000681 ! 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.199 mas, bmaj=8.418 mas, bpa=9.193 degrees ! Estimated noise=2106.55 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.199 x 8.418 at 9.193 degrees (North through East) ! Clean map min=-0.0040336 max=0.20907 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.647 mas, bmaj=8.009 mas, bpa=9.027 degrees ! Estimated noise=2476.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.164272 Jy ! Component: 100 - total flux cleaned = 0.207075 Jy ! Component: 150 - total flux cleaned = 0.228802 Jy ! Component: 200 - total flux cleaned = 0.240939 Jy ! Total flux subtracted in 200 components = 0.240939 Jy ! Clean residual min=-0.006758 max=0.007452 Jy/beam ! Clean residual mean=0.000022 rms=0.001946 Jy/beam ! Combined flux in latest and established models = 0.240939 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.240939 Jy ! Inverting map and beam ! Estimated beam: bmin=3.199 mas, bmaj=8.418 mas, bpa=9.193 degrees ! Estimated noise=2106.55 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.0126587 Jy ! Component: 100 - total flux cleaned = 0.0213386 Jy ! Component: 150 - total flux cleaned = 0.027711 Jy ! Component: 200 - total flux cleaned = 0.0325217 Jy ! Total flux subtracted in 200 components = 0.0325217 Jy ! Clean residual min=-0.004801 max=0.004935 Jy/beam ! Clean residual mean=0.000015 rms=0.001412 Jy/beam ! Combined flux in latest and established models = 0.273461 Jy ! Adding 71 model components to the UV plane model. ! The established model now contains 87 components and 0.273461 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=6.975 mas, bmaj=10.34 mas, bpa=2.758 degrees ! Estimated noise=2621.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00680676 Jy ! Component: 100 - total flux cleaned = 0.0108292 Jy ! Component: 150 - total flux cleaned = 0.0135483 Jy ! Component: 200 - total flux cleaned = 0.0154285 Jy ! Total flux subtracted in 200 components = 0.0154285 Jy ! Clean residual min=-0.005104 max=0.005191 Jy/beam ! Clean residual mean=0.000005 rms=0.001493 Jy/beam ! Combined flux in latest and established models = 0.288889 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.00130305 Jy ! Component: 100 - total flux cleaned = 0.00220851 Jy ! Component: 150 - total flux cleaned = 0.00283781 Jy ! Component: 200 - total flux cleaned = 0.00297786 Jy ! Total flux subtracted in 200 components = 0.00297786 Jy ! Clean residual min=-0.004993 max=0.005067 Jy/beam ! Clean residual mean=-0.000000 rms=0.001456 Jy/beam ! Combined flux in latest and established models = 0.291867 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 131 components and 0.291867 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.199 mas, bmaj=8.418 mas, bpa=9.193 degrees ! Estimated noise=2106.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000845148 Jy ! Component: 100 - total flux cleaned = -0.000995029 Jy ! Component: 150 - total flux cleaned = -0.000912556 Jy ! Component: 200 - total flux cleaned = -0.000835251 Jy ! Total flux subtracted in 200 components = -0.000835251 Jy ! Clean residual min=-0.004414 max=0.004527 Jy/beam ! Clean residual mean=0.000001 rms=0.001196 Jy/beam ! Combined flux in latest and established models = 0.291032 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 145 components and 0.291032 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072406Jy sigma=0.000682 ! Fit after self-cal, rms=0.072400Jy sigma=0.000682 wmodel J0952+3512_S_2017_08_12_pus_map.mod ! Writing 145 model components to file: J0952+3512_S_2017_08_12_pus_map.mod wobs J0952+3512_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J0952+3512_S_2017_08_12_pus_uvs.fits wwins J0952+3512_S_2017_08_12_pus_map.win ! wwins: Wrote 2 windows to J0952+3512_S_2017_08_12_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.000865855 Jy ! Component: 100 - total flux cleaned = 0.0013308 Jy ! Component: 150 - total flux cleaned = 0.00140398 Jy ! Component: 200 - total flux cleaned = 0.00154028 Jy ! Component: 250 - total flux cleaned = 0.00160334 Jy ! Component: 300 - total flux cleaned = 0.00160174 Jy ! Component: 350 - total flux cleaned = 0.00160151 Jy ! Component: 400 - total flux cleaned = 0.00160114 Jy ! Component: 450 - total flux cleaned = 0.00171603 Jy ! Component: 500 - total flux cleaned = 0.00182677 Jy ! Component: 550 - total flux cleaned = 0.00209541 Jy ! Component: 600 - total flux cleaned = 0.00230383 Jy ! Component: 650 - total flux cleaned = 0.00250615 Jy ! Component: 700 - total flux cleaned = 0.00270191 Jy ! Component: 750 - total flux cleaned = 0.00294117 Jy ! Component: 800 - total flux cleaned = 0.00312902 Jy ! Component: 850 - total flux cleaned = 0.0035411 Jy ! Component: 900 - total flux cleaned = 0.00376426 Jy ! Component: 950 - total flux cleaned = 0.00402711 Jy ! Component: 1000 - total flux cleaned = 0.00428458 Jy ! Component: 1050 - total flux cleaned = 0.00470647 Jy ! Component: 1100 - total flux cleaned = 0.00499582 Jy ! Component: 1150 - total flux cleaned = 0.00548303 Jy ! Component: 1200 - total flux cleaned = 0.00588209 Jy ! Component: 1250 - total flux cleaned = 0.00623489 Jy ! Component: 1300 - total flux cleaned = 0.00665978 Jy ! Component: 1350 - total flux cleaned = 0.00688723 Jy ! Component: 1400 - total flux cleaned = 0.00729859 Jy ! Component: 1450 - total flux cleaned = 0.00770231 Jy ! Component: 1500 - total flux cleaned = 0.00791921 Jy ! Component: 1550 - total flux cleaned = 0.0082761 Jy ! Component: 1600 - total flux cleaned = 0.00848711 Jy ! Component: 1650 - total flux cleaned = 0.00872926 Jy ! Component: 1700 - total flux cleaned = 0.00903625 Jy ! Component: 1750 - total flux cleaned = 0.00927103 Jy ! Component: 1800 - total flux cleaned = 0.00940393 Jy ! Component: 1850 - total flux cleaned = 0.00963205 Jy ! Component: 1900 - total flux cleaned = 0.00979272 Jy ! Component: 1950 - total flux cleaned = 0.00979288 Jy ! Component: 2000 - total flux cleaned = 0.0100445 Jy ! Component: 2050 - total flux cleaned = 0.010169 Jy ! Component: 2100 - total flux cleaned = 0.0103231 Jy ! Component: 2150 - total flux cleaned = 0.0104756 Jy ! Component: 2200 - total flux cleaned = 0.010566 Jy ! Component: 2250 - total flux cleaned = 0.010775 Jy ! Component: 2300 - total flux cleaned = 0.0109819 Jy ! Component: 2350 - total flux cleaned = 0.0110406 Jy ! Component: 2400 - total flux cleaned = 0.0112145 Jy ! Component: 2450 - total flux cleaned = 0.0113297 Jy ! Component: 2500 - total flux cleaned = 0.0114434 Jy ! Component: 2550 - total flux cleaned = 0.0115281 Jy ! Component: 2600 - total flux cleaned = 0.0116681 Jy ! Component: 2650 - total flux cleaned = 0.0116959 Jy ! Component: 2700 - total flux cleaned = 0.0118059 Jy ! Component: 2750 - total flux cleaned = 0.0118328 Jy ! Component: 2800 - total flux cleaned = 0.0118053 Jy ! Component: 2850 - total flux cleaned = 0.0118322 Jy ! Component: 2900 - total flux cleaned = 0.011859 Jy ! Component: 2950 - total flux cleaned = 0.0118855 Jy ! Component: 3000 - total flux cleaned = 0.0118591 Jy ! Component: 3050 - total flux cleaned = 0.0119638 Jy ! Component: 3100 - total flux cleaned = 0.0119639 Jy ! Component: 3150 - total flux cleaned = 0.0120156 Jy ! Component: 3200 - total flux cleaned = 0.0120669 Jy ! Component: 3250 - total flux cleaned = 0.0120922 Jy ! Component: 3300 - total flux cleaned = 0.0121431 Jy ! Component: 3350 - total flux cleaned = 0.0122191 Jy ! Component: 3400 - total flux cleaned = 0.0122693 Jy ! Component: 3450 - total flux cleaned = 0.0123441 Jy ! Component: 3500 - total flux cleaned = 0.0123439 Jy ! Component: 3550 - total flux cleaned = 0.0123688 Jy ! Component: 3600 - total flux cleaned = 0.0124671 Jy ! Component: 3650 - total flux cleaned = 0.0123692 Jy ! Component: 3700 - total flux cleaned = 0.0124422 Jy ! Component: 3750 - total flux cleaned = 0.0124907 Jy ! Component: 3800 - total flux cleaned = 0.0125389 Jy ! Component: 3850 - total flux cleaned = 0.0124907 Jy ! Component: 3900 - total flux cleaned = 0.0125627 Jy ! Component: 3950 - total flux cleaned = 0.0125867 Jy ! Component: 4000 - total flux cleaned = 0.0126106 Jy ! Component: 4050 - total flux cleaned = 0.0126106 Jy ! Total flux subtracted in 4096 components = 0.0126816 Jy ! Clean residual min=-0.001488 max=0.001381 Jy/beam ! Clean residual mean=-0.000000 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.303713 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 436 components and 0.303713 Jy ![Exited script file: muppet] wmap "J0952+3512_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.199 x 8.418 at 9.193 degrees (North through East) ! Clean map min=-0.0028671 max=0.20859 Jy/beam ! Writing clean map to FITS file: J0952+3512_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.208589 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000390477 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.561597 0.561597 1.12319 2.24639 4.49278 8.98556 17.9711 35.9422 71.8845 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.208 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.199 x 8.418 at 9.193 degrees (North through East) ! Clean map min=-0.0028671 max=0.20859 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 J0952+3512_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:57:12 2019