! Started logfile: J1038+0512_S_2017_08_05_pus_uvs.log on Thu May 9 19:27:39 2019 obs J1038+0512_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J1038+0512_S_2017_08_05_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.965978 visibilities/baseline/integration-bin. ! Found source: J1038+0512 ! ! 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 19648 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 J1038+0512_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 134 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 665 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.497574Jy sigma=0.004137 ! Fit after self-cal, rms=0.414126Jy sigma=0.003510 ! 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.792 mas, bmaj=7.412 mas, bpa=-4.772 degrees ! Estimated noise=970.056 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.460802 Jy ! Component: 100 - total flux cleaned = 0.563592 Jy ! Total flux subtracted in 100 components = 0.563592 Jy ! Clean residual min=-0.013947 max=0.035211 Jy/beam ! Clean residual mean=-0.000036 rms=0.004137 Jy/beam ! Combined flux in latest and established models = 0.563592 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.563592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136009Jy sigma=0.001000 ! Fit after self-cal, rms=0.136013Jy sigma=0.001000 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0361753 Jy ! Component: 100 - total flux cleaned = 0.0547341 Jy ! Total flux subtracted in 100 components = 0.0547341 Jy ! Clean residual min=-0.012709 max=0.014443 Jy/beam ! Clean residual mean=-0.000028 rms=0.003442 Jy/beam ! Combined flux in latest and established models = 0.618326 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 27 components and 0.618326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122885Jy sigma=0.000910 ! Fit after self-cal, rms=0.122884Jy sigma=0.000910 ! 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.239 mas, bmaj=8.162 mas, bpa=-3.88 degrees ! Estimated noise=742.558 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.0156702 Jy ! Component: 100 - total flux cleaned = 0.0245564 Jy ! Component: 150 - total flux cleaned = 0.0301059 Jy ! Component: 200 - total flux cleaned = 0.0336011 Jy ! Total flux subtracted in 200 components = 0.0336011 Jy ! Clean residual min=-0.011250 max=0.012686 Jy/beam ! Clean residual mean=-0.000047 rms=0.002727 Jy/beam ! Combined flux in latest and established models = 0.651927 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 50 components and 0.651927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119913Jy sigma=0.000899 ! Fit after self-cal, rms=0.119898Jy sigma=0.000898 ! 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.90 FD 0.96 HN 0.97 KP 1.07 ! LA 1.03 MK 1.02 NL 0.91 OV 1.03 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.00 KP 1.03 ! LA 0.99 MK 0.95 NL 1.06 OV 1.07 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.97 KP 0.90 ! LA 0.77 MK 0.98 NL 1.19 OV 0.98 ! PT 0.98 SC 1.04 ! ! ! 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.09 HN 0.97 KP 1.00* ! LA 0.79 MK 1.34 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.119898Jy sigma=0.000898 ! Fit after self-cal, rms=0.094759Jy sigma=0.000737 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.257 mas, bmaj=8.177 mas, bpa=-3.759 degrees ! Estimated noise=742.609 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 (-1, 16). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00967373 Jy ! Component: 100 - total flux cleaned = 0.0142862 Jy ! Component: 150 - total flux cleaned = 0.0148677 Jy ! Component: 200 - total flux cleaned = 0.0147634 Jy ! Total flux subtracted in 200 components = 0.0147634 Jy ! Clean residual min=-0.005641 max=0.006962 Jy/beam ! Clean residual mean=-0.000011 rms=0.001376 Jy/beam ! Combined flux in latest and established models = 0.666691 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 71 components and 0.666691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093748Jy sigma=0.000728 ! Fit after self-cal, rms=0.093581Jy sigma=0.000727 ! 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.093581Jy sigma=0.000727 ! Fit after self-cal, rms=0.089366Jy sigma=0.000699 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=8.176 mas, bpa=-3.818 degrees ! Estimated noise=741.724 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00349393 Jy ! Component: 100 - total flux cleaned = 0.00370423 Jy ! Component: 150 - total flux cleaned = 0.00378272 Jy ! Component: 200 - total flux cleaned = 0.00371976 Jy ! Total flux subtracted in 200 components = 0.00371976 Jy ! Clean residual min=-0.004007 max=0.003595 Jy/beam ! Clean residual mean=-0.000009 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.67041 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 99 components and 0.670411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089176Jy sigma=0.000698 ! Fit after self-cal, rms=0.089145Jy sigma=0.000697 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.00160579 Jy ! Component: 100 - total flux cleaned = 0.00160634 Jy ! Component: 150 - total flux cleaned = 0.00155797 Jy ! Component: 200 - total flux cleaned = 0.00146615 Jy ! Total flux subtracted in 200 components = 0.00146615 Jy ! Clean residual min=-0.003589 max=0.003267 Jy/beam ! Clean residual mean=-0.000009 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.671877 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 110 components and 0.671877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089082Jy sigma=0.000697 ! Fit after self-cal, rms=0.089071Jy sigma=0.000697 ! 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.089071Jy sigma=0.000697 ! Fit after self-cal, rms=0.088572Jy sigma=0.000691 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.259 mas, bmaj=8.175 mas, bpa=-3.795 degrees ! Estimated noise=741.594 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.3365e-05 Jy ! Component: 100 - total flux cleaned = -0.000201692 Jy ! Component: 150 - total flux cleaned = -0.000402171 Jy ! Component: 200 - total flux cleaned = -0.000627618 Jy ! Total flux subtracted in 200 components = -0.000627618 Jy ! Clean residual min=-0.003052 max=0.002739 Jy/beam ! Clean residual mean=-0.000009 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.671249 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 128 components and 0.671249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088509Jy sigma=0.000690 ! Fit after self-cal, rms=0.088510Jy sigma=0.000690 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.000353604 Jy ! Component: 100 - total flux cleaned = 0.000224721 Jy ! Component: 150 - total flux cleaned = 0.000108334 Jy ! Component: 200 - total flux cleaned = -3.63908e-05 Jy ! Total flux subtracted in 200 components = -3.63908e-05 Jy ! Clean residual min=-0.002812 max=0.002669 Jy/beam ! Clean residual mean=-0.000009 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.671213 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 138 components and 0.671213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088477Jy sigma=0.000690 ! Fit after self-cal, rms=0.088473Jy sigma=0.000690 ! 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.088473Jy sigma=0.000690 ! Fit after self-cal, rms=0.088519Jy sigma=0.000690 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.434 mas, bmaj=12.99 mas, bpa=-7.527 degrees ! Estimated noise=924.108 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000390528 Jy ! Component: 100 - total flux cleaned = 0.00023996 Jy ! Component: 150 - total flux cleaned = 6.69735e-05 Jy ! Component: 200 - total flux cleaned = -8.11927e-05 Jy ! Total flux subtracted in 200 components = -8.11927e-05 Jy ! Clean residual min=-0.002939 max=0.002956 Jy/beam ! Clean residual mean=-0.000018 rms=0.000872 Jy/beam ! Combined flux in latest and established models = 0.671132 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 147 components and 0.671132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088511Jy sigma=0.000689 ! Fit after self-cal, rms=0.088501Jy sigma=0.000689 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.000596054 Jy ! Component: 100 - total flux cleaned = 0.000563078 Jy ! Component: 150 - total flux cleaned = 0.000501054 Jy ! Component: 200 - total flux cleaned = 0.000474008 Jy ! Total flux subtracted in 200 components = 0.000474008 Jy ! Clean residual min=-0.002890 max=0.002915 Jy/beam ! Clean residual mean=-0.000018 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.671606 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 148 components and 0.671606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088503Jy sigma=0.000689 ! Fit after self-cal, rms=0.088498Jy sigma=0.000689 ! 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.262 mas, bmaj=8.177 mas, bpa=-3.76 degrees ! Estimated noise=741.712 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.262 x 8.177 at -3.76 degrees (North through East) ! Clean map min=-0.0023445 max=0.59436 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088498Jy sigma=0.000689 ! Fit after self-cal, rms=0.080591Jy sigma=0.000622 ! Inverting map and beam ! Estimated beam: bmin=3.264 mas, bmaj=8.18 mas, bpa=-3.754 degrees ! Estimated noise=741.309 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000795625 Jy ! Component: 100 - total flux cleaned = -0.00116316 Jy ! Component: 150 - total flux cleaned = -0.00135874 Jy ! Component: 200 - total flux cleaned = -0.00146215 Jy ! Total flux subtracted in 200 components = -0.00146215 Jy ! Clean residual min=-0.002281 max=0.002525 Jy/beam ! Clean residual mean=-0.000008 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.670144 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 165 components and 0.670143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080542Jy sigma=0.000622 ! Fit after self-cal, rms=0.080539Jy sigma=0.000622 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.09652e-05 Jy ! Component: 100 - total flux cleaned = -3.73792e-05 Jy ! Component: 150 - total flux cleaned = -0.000121456 Jy ! Component: 200 - total flux cleaned = -0.000226685 Jy ! Total flux subtracted in 200 components = -0.000226685 Jy ! Clean residual min=-0.002281 max=0.002489 Jy/beam ! Clean residual mean=-0.000008 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.669917 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 172 components and 0.669917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080518Jy sigma=0.000622 ! Fit after self-cal, rms=0.080517Jy sigma=0.000622 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080517Jy sigma=0.000622 ! Fit after self-cal, rms=0.080546Jy sigma=0.000622 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.812 mas, bmaj=7.398 mas, bpa=-4.487 degrees ! Estimated noise=971.072 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.461047 Jy ! Component: 100 - total flux cleaned = 0.562445 Jy ! Component: 150 - total flux cleaned = 0.595722 Jy ! Component: 200 - total flux cleaned = 0.61367 Jy ! Total flux subtracted in 200 components = 0.61367 Jy ! Clean residual min=-0.007113 max=0.009501 Jy/beam ! Clean residual mean=-0.000014 rms=0.001426 Jy/beam ! Combined flux in latest and established models = 0.61367 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.61367 Jy ! Inverting map and beam ! Estimated beam: bmin=3.267 mas, bmaj=8.182 mas, bpa=-3.735 degrees ! Estimated noise=741.343 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.0160959 Jy ! Component: 100 - total flux cleaned = 0.0270076 Jy ! Component: 150 - total flux cleaned = 0.0346763 Jy ! Component: 200 - total flux cleaned = 0.040274 Jy ! Total flux subtracted in 200 components = 0.040274 Jy ! Clean residual min=-0.003205 max=0.004593 Jy/beam ! Clean residual mean=-0.000013 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.653944 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 68 components and 0.653945 Jy ! Inverting map ! Added new window around map position (6, 22). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00467464 Jy ! Component: 100 - total flux cleaned = 0.00800756 Jy ! Component: 150 - total flux cleaned = 0.0106016 Jy ! Component: 200 - total flux cleaned = 0.0126491 Jy ! Total flux subtracted in 200 components = 0.0126491 Jy ! Clean residual min=-0.002410 max=0.002173 Jy/beam ! Clean residual mean=-0.000009 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.666594 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 107 components and 0.666594 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.442 mas, bmaj=12.99 mas, bpa=-7.512 degrees ! Estimated noise=922.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00226414 Jy ! Component: 100 - total flux cleaned = 0.00364335 Jy ! Component: 150 - total flux cleaned = 0.00440245 Jy ! Component: 200 - total flux cleaned = 0.00469997 Jy ! Total flux subtracted in 200 components = 0.00469997 Jy ! Clean residual min=-0.002649 max=0.002874 Jy/beam ! Clean residual mean=-0.000015 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.671294 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.000227295 Jy ! Component: 100 - total flux cleaned = 0.00029388 Jy ! Component: 150 - total flux cleaned = 0.000335456 Jy ! Component: 200 - total flux cleaned = 0.000374986 Jy ! Total flux subtracted in 200 components = 0.000374986 Jy ! Clean residual min=-0.002622 max=0.002872 Jy/beam ! Clean residual mean=-0.000015 rms=0.000791 Jy/beam ! Combined flux in latest and established models = 0.671669 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 147 components and 0.671669 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.267 mas, bmaj=8.182 mas, bpa=-3.735 degrees ! Estimated noise=741.343 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000270561 Jy ! Component: 100 - total flux cleaned = -0.000116454 Jy ! Component: 150 - total flux cleaned = 2.324e-05 Jy ! Component: 200 - total flux cleaned = 0.000119077 Jy ! Total flux subtracted in 200 components = 0.000119077 Jy ! Clean residual min=-0.002642 max=0.002233 Jy/beam ! Clean residual mean=-0.000007 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.671788 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 172 components and 0.671788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080495Jy sigma=0.000622 ! Fit after self-cal, rms=0.080477Jy sigma=0.000622 wmodel J1038+0512_S_2017_08_05_pus_map.mod ! Writing 172 model components to file: J1038+0512_S_2017_08_05_pus_map.mod wobs J1038+0512_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J1038+0512_S_2017_08_05_pus_uvs.fits wwins J1038+0512_S_2017_08_05_pus_map.win ! wwins: Wrote 3 windows to J1038+0512_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.000468682 Jy ! Component: 100 - total flux cleaned = -0.000468469 Jy ! Component: 150 - total flux cleaned = -0.00065256 Jy ! Component: 200 - total flux cleaned = -0.000723549 Jy ! Component: 250 - total flux cleaned = -0.000792497 Jy ! Component: 300 - total flux cleaned = -0.000924848 Jy ! Component: 350 - total flux cleaned = -0.000957791 Jy ! Component: 400 - total flux cleaned = -0.00105386 Jy ! Component: 450 - total flux cleaned = -0.00124023 Jy ! Component: 500 - total flux cleaned = -0.00136176 Jy ! Component: 550 - total flux cleaned = -0.00151078 Jy ! Component: 600 - total flux cleaned = -0.00159816 Jy ! Component: 650 - total flux cleaned = -0.00165543 Jy ! Component: 700 - total flux cleaned = -0.00173984 Jy ! Component: 750 - total flux cleaned = -0.00182229 Jy ! Component: 800 - total flux cleaned = -0.00190308 Jy ! Component: 850 - total flux cleaned = -0.00198239 Jy ! Component: 900 - total flux cleaned = -0.00192966 Jy ! Component: 950 - total flux cleaned = -0.00193019 Jy ! Component: 1000 - total flux cleaned = -0.00198069 Jy ! Component: 1050 - total flux cleaned = -0.00197993 Jy ! Component: 1100 - total flux cleaned = -0.00190542 Jy ! Component: 1150 - total flux cleaned = -0.00190528 Jy ! Component: 1200 - total flux cleaned = -0.00190523 Jy ! Component: 1250 - total flux cleaned = -0.0019995 Jy ! Component: 1300 - total flux cleaned = -0.00197589 Jy ! Component: 1350 - total flux cleaned = -0.00195291 Jy ! Component: 1400 - total flux cleaned = -0.00193084 Jy ! Component: 1450 - total flux cleaned = -0.00195392 Jy ! Component: 1500 - total flux cleaned = -0.00206494 Jy ! Component: 1550 - total flux cleaned = -0.00188962 Jy ! Component: 1600 - total flux cleaned = -0.0019336 Jy ! Component: 1650 - total flux cleaned = -0.00195483 Jy ! Component: 1700 - total flux cleaned = -0.00189158 Jy ! Component: 1750 - total flux cleaned = -0.00189136 Jy ! Component: 1800 - total flux cleaned = -0.00189133 Jy ! Component: 1850 - total flux cleaned = -0.00172712 Jy ! Component: 1900 - total flux cleaned = -0.00172687 Jy ! Component: 1950 - total flux cleaned = -0.00176696 Jy ! Component: 2000 - total flux cleaned = -0.00172736 Jy ! Component: 2050 - total flux cleaned = -0.00178622 Jy ! Component: 2100 - total flux cleaned = -0.00176681 Jy ! Component: 2150 - total flux cleaned = -0.00174773 Jy ! Component: 2200 - total flux cleaned = -0.00176684 Jy ! Component: 2250 - total flux cleaned = -0.0017668 Jy ! Component: 2300 - total flux cleaned = -0.00180428 Jy ! Component: 2350 - total flux cleaned = -0.00176716 Jy ! Component: 2400 - total flux cleaned = -0.00180377 Jy ! Component: 2450 - total flux cleaned = -0.00174948 Jy ! Component: 2500 - total flux cleaned = -0.00176764 Jy ! Component: 2550 - total flux cleaned = -0.00182141 Jy ! Component: 2600 - total flux cleaned = -0.00183875 Jy ! Component: 2650 - total flux cleaned = -0.00182126 Jy ! Component: 2700 - total flux cleaned = -0.00180406 Jy ! Component: 2750 - total flux cleaned = -0.0018729 Jy ! Component: 2800 - total flux cleaned = -0.00188975 Jy ! Component: 2850 - total flux cleaned = -0.00188985 Jy ! Component: 2900 - total flux cleaned = -0.00192304 Jy ! Component: 2950 - total flux cleaned = -0.00193951 Jy ! Component: 3000 - total flux cleaned = -0.00200521 Jy ! Component: 3050 - total flux cleaned = -0.0019401 Jy ! Component: 3100 - total flux cleaned = -0.00198864 Jy ! Component: 3150 - total flux cleaned = -0.00205272 Jy ! Component: 3200 - total flux cleaned = -0.00205254 Jy ! Component: 3250 - total flux cleaned = -0.00206833 Jy ! Component: 3300 - total flux cleaned = -0.00209949 Jy ! Component: 3350 - total flux cleaned = -0.00213048 Jy ! Component: 3400 - total flux cleaned = -0.00209942 Jy ! Component: 3450 - total flux cleaned = -0.00214525 Jy ! Component: 3500 - total flux cleaned = -0.00211492 Jy ! Component: 3550 - total flux cleaned = -0.00216018 Jy ! Component: 3600 - total flux cleaned = -0.0021601 Jy ! Component: 3650 - total flux cleaned = -0.00218982 Jy ! Component: 3700 - total flux cleaned = -0.00220451 Jy ! Component: 3750 - total flux cleaned = -0.00223361 Jy ! Component: 3800 - total flux cleaned = -0.00224791 Jy ! Component: 3850 - total flux cleaned = -0.00227659 Jy ! Component: 3900 - total flux cleaned = -0.00230509 Jy ! Component: 3950 - total flux cleaned = -0.0023477 Jy ! Component: 4000 - total flux cleaned = -0.00236163 Jy ! Component: 4050 - total flux cleaned = -0.0023756 Jy ! Total flux subtracted in 4096 components = -0.00240349 Jy ! Clean residual min=-0.000761 max=0.000729 Jy/beam ! Clean residual mean=-0.000001 rms=0.000259 Jy/beam ! Combined flux in latest and established models = 0.669385 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 480 components and 0.669385 Jy ![Exited script file: muppet] wmap "J1038+0512_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.267 x 8.182 at -3.735 degrees (North through East) ! Clean map min=-0.0017488 max=0.59587 Jy/beam ! Writing clean map to FITS file: J1038+0512_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.595866 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000256964 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.129374 0.129374 0.258747 0.517494 1.03499 2.06998 4.13996 8.27991 16.5598 33.1196 66.2393 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.595 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.267 x 8.182 at -3.735 degrees (North through East) ! Clean map min=-0.0017488 max=0.59587 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 J1038+0512_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:27:46 2019