! Started logfile: J0315+1012_S_2017_08_12_pus_uvs.log on Fri May 10 14:51:04 2019 obs J0315+1012_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J0315+1012_S_2017_08_12_pus_uva.fits ! AN table 1: 174 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.977778 visibilities/baseline/integration-bin. ! Found source: J0315+1012 ! ! 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 30624 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 J0315+1012_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 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 124 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1069 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.906121Jy sigma=0.008479 ! Fit after self-cal, rms=0.891753Jy sigma=0.008353 ! 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.694 mas, bmaj=7.034 mas, bpa=-3.464 degrees ! Estimated noise=705.301 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.0832233 Jy ! Component: 100 - total flux cleaned = 0.103613 Jy ! Total flux subtracted in 100 components = 0.103613 Jy ! Clean residual min=-0.003448 max=0.007789 Jy/beam ! Clean residual mean=-0.000005 rms=0.000954 Jy/beam ! Combined flux in latest and established models = 0.103613 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.103613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077857Jy sigma=0.000689 ! Fit after self-cal, rms=0.077843Jy sigma=0.000689 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00789579 Jy ! Component: 100 - total flux cleaned = 0.0115029 Jy ! Total flux subtracted in 100 components = 0.0115029 Jy ! Clean residual min=-0.003261 max=0.003531 Jy/beam ! Clean residual mean=-0.000003 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.115116 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 18 components and 0.115116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076774Jy sigma=0.000679 ! Fit after self-cal, rms=0.076776Jy sigma=0.000679 ! 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.179 mas, bmaj=7.695 mas, bpa=-3.921 degrees ! Estimated noise=516.436 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 (5, -8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00480496 Jy ! Component: 100 - total flux cleaned = 0.00731972 Jy ! Component: 150 - total flux cleaned = 0.00839727 Jy ! Component: 200 - total flux cleaned = 0.00927682 Jy ! Total flux subtracted in 200 components = 0.00927682 Jy ! Clean residual min=-0.002461 max=0.002413 Jy/beam ! Clean residual mean=0.000002 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.124393 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 53 components and 0.124393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076412Jy sigma=0.000676 ! Fit after self-cal, rms=0.076398Jy sigma=0.000676 ! 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 1.02 FD 0.86 HN 0.97 KP 1.03 ! LA 1.00 MK 1.02 NL 0.89 OV 1.14 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.27 FD 0.93 HN 0.98 KP 1.03 ! LA 0.98 MK 1.04 NL 1.06 OV 1.08 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.96 HN 0.99 KP 0.99 ! LA 0.99 MK 1.04 NL 1.01 OV 0.99 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.87 HN 0.93 KP 1.00* ! LA 1.00* MK 1.08 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.076398Jy sigma=0.000676 ! Fit after self-cal, rms=0.075909Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.204 mas, bmaj=7.741 mas, bpa=-3.91 degrees ! Estimated noise=514.251 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.000876731 Jy ! Component: 100 - total flux cleaned = 0.00114415 Jy ! Component: 150 - total flux cleaned = 0.00125601 Jy ! Component: 200 - total flux cleaned = 0.00128144 Jy ! Total flux subtracted in 200 components = 0.00128144 Jy ! Clean residual min=-0.001502 max=0.001795 Jy/beam ! Clean residual mean=0.000002 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.125674 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 71 components and 0.125674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075880Jy sigma=0.000669 ! Fit after self-cal, rms=0.075914Jy 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.075914Jy sigma=0.000669 ! Fit after self-cal, rms=0.075735Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.208 mas, bmaj=7.745 mas, bpa=-3.964 degrees ! Estimated noise=514.422 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000359831 Jy ! Component: 100 - total flux cleaned = 0.000385711 Jy ! Component: 150 - total flux cleaned = 0.000365192 Jy ! Component: 200 - total flux cleaned = 0.000310433 Jy ! Total flux subtracted in 200 components = 0.000310433 Jy ! Clean residual min=-0.001313 max=0.001453 Jy/beam ! Clean residual mean=0.000003 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.125985 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 86 components and 0.125985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075721Jy sigma=0.000666 ! Fit after self-cal, rms=0.075732Jy 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 (-90.5, -98). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000795171 Jy ! Component: 100 - total flux cleaned = 0.000653949 Jy ! Component: 150 - total flux cleaned = 0.000555789 Jy ! Component: 200 - total flux cleaned = 0.000467896 Jy ! Total flux subtracted in 200 components = 0.000467896 Jy ! Clean residual min=-0.001255 max=0.001343 Jy/beam ! Clean residual mean=0.000003 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.126453 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 101 components and 0.126453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075706Jy sigma=0.000665 ! Fit after self-cal, rms=0.075703Jy 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.075703Jy sigma=0.000665 ! Fit after self-cal, rms=0.075685Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.209 mas, bmaj=7.742 mas, bpa=-3.899 degrees ! Estimated noise=514.413 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00026828 Jy ! Component: 100 - total flux cleaned = 0.000205214 Jy ! Component: 150 - total flux cleaned = 0.000148714 Jy ! Component: 200 - total flux cleaned = 9.54008e-05 Jy ! Total flux subtracted in 200 components = 9.54008e-05 Jy ! Clean residual min=-0.001189 max=0.001336 Jy/beam ! Clean residual mean=0.000003 rms=0.000309 Jy/beam ! Combined flux in latest and established models = 0.126548 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 105 components and 0.126548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075674Jy sigma=0.000665 ! Fit after self-cal, rms=0.075674Jy 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 (-54.5, 117.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000966578 Jy ! Component: 100 - total flux cleaned = 0.00103169 Jy ! Component: 150 - total flux cleaned = 0.00118497 Jy ! Component: 200 - total flux cleaned = 0.00133894 Jy ! Total flux subtracted in 200 components = 0.00133894 Jy ! Clean residual min=-0.001118 max=0.001293 Jy/beam ! Clean residual mean=0.000003 rms=0.000294 Jy/beam ! Combined flux in latest and established models = 0.127887 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 121 components and 0.127887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075648Jy sigma=0.000665 ! Fit after self-cal, rms=0.075645Jy sigma=0.000665 ! Inverting map ! Added new window around map position (92, 47). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00055992 Jy ! Component: 100 - total flux cleaned = 0.000958993 Jy ! Component: 150 - total flux cleaned = 0.00137415 Jy ! Component: 200 - total flux cleaned = 0.00166886 Jy ! Total flux subtracted in 200 components = 0.00166886 Jy ! Clean residual min=-0.001053 max=0.001236 Jy/beam ! Clean residual mean=0.000002 rms=0.000278 Jy/beam ! Combined flux in latest and established models = 0.129556 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 141 components and 0.129556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075617Jy sigma=0.000665 ! Fit after self-cal, rms=0.075616Jy sigma=0.000665 ! Inverting map ! Added new window around map position (119, 34.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000690801 Jy ! Component: 100 - total flux cleaned = 0.000775123 Jy ! Component: 150 - total flux cleaned = 0.000799242 Jy ! Component: 200 - total flux cleaned = 0.000843362 Jy ! Total flux subtracted in 200 components = 0.000843362 Jy ! Clean residual min=-0.000981 max=0.001102 Jy/beam ! Clean residual mean=0.000001 rms=0.000266 Jy/beam ! Combined flux in latest and established models = 0.130399 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 154 components and 0.130399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075594Jy sigma=0.000664 ! Fit after self-cal, rms=0.075592Jy sigma=0.000664 ! 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.075592Jy sigma=0.000664 ! Fit after self-cal, rms=0.075478Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.208 mas, bmaj=11.61 mas, bpa=-6.162 degrees ! Estimated noise=649.608 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000165861 Jy ! Component: 100 - total flux cleaned = 0.000162861 Jy ! Component: 150 - total flux cleaned = 0.00017988 Jy ! Component: 200 - total flux cleaned = 0.000241346 Jy ! Total flux subtracted in 200 components = 0.000241346 Jy ! Clean residual min=-0.001137 max=0.001141 Jy/beam ! Clean residual mean=0.000003 rms=0.000318 Jy/beam ! Combined flux in latest and established models = 0.130641 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 177 components and 0.130641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075473Jy sigma=0.000664 ! Fit after self-cal, rms=0.075473Jy sigma=0.000664 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.92147e-05 Jy ! Component: 100 - total flux cleaned = 7.23013e-05 Jy ! Component: 150 - total flux cleaned = 0.00013865 Jy ! Component: 200 - total flux cleaned = 0.000225541 Jy ! Total flux subtracted in 200 components = 0.000225541 Jy ! Clean residual min=-0.001149 max=0.001137 Jy/beam ! Clean residual mean=0.000003 rms=0.000312 Jy/beam ! Combined flux in latest and established models = 0.130866 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 190 components and 0.130866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075471Jy sigma=0.000664 ! Fit after self-cal, rms=0.075471Jy sigma=0.000664 ! 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.21 mas, bmaj=7.742 mas, bpa=-3.866 degrees ! Estimated noise=513.579 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.21 x 7.742 at -3.866 degrees (North through East) ! Clean map min=-0.0014651 max=0.10924 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.714 mas, bmaj=7.079 mas, bpa=-3.423 degrees ! Estimated noise=713.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0839749 Jy ! Component: 100 - total flux cleaned = 0.104783 Jy ! Component: 150 - total flux cleaned = 0.112703 Jy ! Component: 200 - total flux cleaned = 0.116404 Jy ! Total flux subtracted in 200 components = 0.116404 Jy ! Clean residual min=-0.001774 max=0.001956 Jy/beam ! Clean residual mean=-0.000001 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.116404 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.116404 Jy ! Inverting map and beam ! Estimated beam: bmin=3.21 mas, bmaj=7.742 mas, bpa=-3.866 degrees ! Estimated noise=513.579 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.00333231 Jy ! Component: 100 - total flux cleaned = 0.0055569 Jy ! Component: 150 - total flux cleaned = 0.00734587 Jy ! Component: 200 - total flux cleaned = 0.00855917 Jy ! Total flux subtracted in 200 components = 0.00855917 Jy ! Clean residual min=-0.001169 max=0.001361 Jy/beam ! Clean residual mean=0.000003 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.124963 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 44 components and 0.124963 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.208 mas, bmaj=11.61 mas, bpa=-6.162 degrees ! Estimated noise=649.608 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178629 Jy ! Component: 100 - total flux cleaned = 0.00295165 Jy ! Component: 150 - total flux cleaned = 0.00368909 Jy ! Component: 200 - total flux cleaned = 0.0040435 Jy ! Total flux subtracted in 200 components = 0.0040435 Jy ! Clean residual min=-0.001208 max=0.001510 Jy/beam ! Clean residual mean=0.000005 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.129007 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.000192057 Jy ! Component: 100 - total flux cleaned = 0.00036932 Jy ! Component: 150 - total flux cleaned = 0.000506337 Jy ! Component: 200 - total flux cleaned = 0.00063455 Jy ! Total flux subtracted in 200 components = 0.00063455 Jy ! Clean residual min=-0.001131 max=0.001356 Jy/beam ! Clean residual mean=0.000005 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.129641 Jy ! Adding 72 model components to the UV plane model. ! The established model now contains 113 components and 0.129641 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.21 mas, bmaj=7.742 mas, bpa=-3.866 degrees ! Estimated noise=513.579 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.15141e-05 Jy ! Component: 100 - total flux cleaned = 0.000234763 Jy ! Component: 150 - total flux cleaned = 0.000437928 Jy ! Component: 200 - total flux cleaned = 0.00056424 Jy ! Total flux subtracted in 200 components = 0.00056424 Jy ! Clean residual min=-0.001085 max=0.001121 Jy/beam ! Clean residual mean=0.000002 rms=0.000279 Jy/beam ! Combined flux in latest and established models = 0.130205 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 137 components and 0.130205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075515Jy sigma=0.000665 ! Fit after self-cal, rms=0.075505Jy sigma=0.000665 wmodel J0315+1012_S_2017_08_12_pus_map.mod ! Writing 137 model components to file: J0315+1012_S_2017_08_12_pus_map.mod wobs J0315+1012_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J0315+1012_S_2017_08_12_pus_uvs.fits wwins J0315+1012_S_2017_08_12_pus_map.win ! wwins: Wrote 6 windows to J0315+1012_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.000179389 Jy ! Component: 100 - total flux cleaned = 0.000444732 Jy ! Component: 150 - total flux cleaned = 0.000571772 Jy ! Component: 200 - total flux cleaned = 0.000747668 Jy ! Component: 250 - total flux cleaned = 0.000884539 Jy ! Component: 300 - total flux cleaned = 0.00103503 Jy ! Component: 350 - total flux cleaned = 0.00116592 Jy ! Component: 400 - total flux cleaned = 0.00131019 Jy ! Component: 450 - total flux cleaned = 0.00137299 Jy ! Component: 500 - total flux cleaned = 0.00145045 Jy ! Component: 550 - total flux cleaned = 0.00155699 Jy ! Component: 600 - total flux cleaned = 0.0016168 Jy ! Component: 650 - total flux cleaned = 0.00173454 Jy ! Component: 700 - total flux cleaned = 0.00179249 Jy ! Component: 750 - total flux cleaned = 0.00190627 Jy ! Component: 800 - total flux cleaned = 0.001934 Jy ! Component: 850 - total flux cleaned = 0.00198951 Jy ! Component: 900 - total flux cleaned = 0.00203079 Jy ! Component: 950 - total flux cleaned = 0.00211217 Jy ! Component: 1000 - total flux cleaned = 0.00219229 Jy ! Component: 1050 - total flux cleaned = 0.00221858 Jy ! Component: 1100 - total flux cleaned = 0.00228366 Jy ! Component: 1150 - total flux cleaned = 0.00225787 Jy ! Component: 1200 - total flux cleaned = 0.00234745 Jy ! Component: 1250 - total flux cleaned = 0.00235999 Jy ! Component: 1300 - total flux cleaned = 0.00238519 Jy ! Component: 1350 - total flux cleaned = 0.00241009 Jy ! Component: 1400 - total flux cleaned = 0.00243467 Jy ! Component: 1450 - total flux cleaned = 0.0024588 Jy ! Component: 1500 - total flux cleaned = 0.00250671 Jy ! Component: 1550 - total flux cleaned = 0.00253043 Jy ! Component: 1600 - total flux cleaned = 0.00253032 Jy ! Component: 1650 - total flux cleaned = 0.00257679 Jy ! Component: 1700 - total flux cleaned = 0.00259996 Jy ! Component: 1750 - total flux cleaned = 0.0026456 Jy ! Component: 1800 - total flux cleaned = 0.002623 Jy ! Component: 1850 - total flux cleaned = 0.00261189 Jy ! Component: 1900 - total flux cleaned = 0.00268986 Jy ! Component: 1950 - total flux cleaned = 0.00268985 Jy ! Component: 2000 - total flux cleaned = 0.00267893 Jy ! Component: 2050 - total flux cleaned = 0.00267915 Jy ! Component: 2100 - total flux cleaned = 0.0027221 Jy ! Component: 2150 - total flux cleaned = 0.00272211 Jy ! Component: 2200 - total flux cleaned = 0.00272214 Jy ! Component: 2250 - total flux cleaned = 0.00275358 Jy ! Component: 2300 - total flux cleaned = 0.00277433 Jy ! Component: 2350 - total flux cleaned = 0.00280531 Jy ! Component: 2400 - total flux cleaned = 0.00283589 Jy ! Component: 2450 - total flux cleaned = 0.00283585 Jy ! Component: 2500 - total flux cleaned = 0.00284592 Jy ! Component: 2550 - total flux cleaned = 0.00283584 Jy ! Component: 2600 - total flux cleaned = 0.00285566 Jy ! Component: 2650 - total flux cleaned = 0.00284565 Jy ! Component: 2700 - total flux cleaned = 0.00285539 Jy ! Component: 2750 - total flux cleaned = 0.0028651 Jy ! Component: 2800 - total flux cleaned = 0.00287473 Jy ! Component: 2850 - total flux cleaned = 0.00288419 Jy ! Component: 2900 - total flux cleaned = 0.00288421 Jy ! Component: 2950 - total flux cleaned = 0.00288416 Jy ! Component: 3000 - total flux cleaned = 0.00289358 Jy ! Component: 3050 - total flux cleaned = 0.00285637 Jy ! Component: 3100 - total flux cleaned = 0.00290258 Jy ! Component: 3150 - total flux cleaned = 0.00290262 Jy ! Component: 3200 - total flux cleaned = 0.00291163 Jy ! Component: 3250 - total flux cleaned = 0.00290248 Jy ! Component: 3300 - total flux cleaned = 0.00289348 Jy ! Component: 3350 - total flux cleaned = 0.00292024 Jy ! Component: 3400 - total flux cleaned = 0.00292921 Jy ! Component: 3450 - total flux cleaned = 0.002938 Jy ! Component: 3500 - total flux cleaned = 0.00294675 Jy ! Component: 3550 - total flux cleaned = 0.00296419 Jy ! Component: 3600 - total flux cleaned = 0.00294689 Jy ! Component: 3650 - total flux cleaned = 0.00292979 Jy ! Component: 3700 - total flux cleaned = 0.002981 Jy ! Component: 3750 - total flux cleaned = 0.00296402 Jy ! Component: 3800 - total flux cleaned = 0.00293867 Jy ! Component: 3850 - total flux cleaned = 0.00297225 Jy ! Component: 3900 - total flux cleaned = 0.00295558 Jy ! Component: 3950 - total flux cleaned = 0.00293076 Jy ! Component: 4000 - total flux cleaned = 0.00293077 Jy ! Component: 4050 - total flux cleaned = 0.00294718 Jy ! Total flux subtracted in 4096 components = 0.00293083 Jy ! Clean residual min=-0.000543 max=0.000487 Jy/beam ! Clean residual mean=0.000000 rms=0.000153 Jy/beam ! Combined flux in latest and established models = 0.133136 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 436 components and 0.133136 Jy ![Exited script file: muppet] wmap "J0315+1012_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.21 x 7.742 at -3.866 degrees (North through East) ! Clean map min=-0.0012758 max=0.10899 Jy/beam ! Writing clean map to FITS file: J0315+1012_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.108987 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000151718 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.417623 0.417623 0.835246 1.67049 3.34098 6.68197 13.3639 26.7279 53.4557 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.108 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.21 x 7.742 at -3.866 degrees (North through East) ! Clean map min=-0.0012758 max=0.10899 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 J0315+1012_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:51:09 2019