! Started logfile: J0522-1627_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:32:36 2019 obs J0522-1627_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0522-1627_S_2017_03_27_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.959621 visibilities/baseline/integration-bin. ! Found source: J0522-1627 ! ! 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 1684 lines of history. ! ! Reading 14164 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 J0522-1627_S_2017_03_27_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 264 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.836716Jy sigma=0.006208 ! Fit after self-cal, rms=0.832134Jy sigma=0.006177 ! 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.515 mas, bmaj=6.812 mas, bpa=-3.946 degrees ! Estimated noise=1172.15 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.132419 Jy ! Component: 100 - total flux cleaned = 0.163414 Jy ! Total flux subtracted in 100 components = 0.163414 Jy ! Clean residual min=-0.004690 max=0.012519 Jy/beam ! Clean residual mean=-0.000010 rms=0.001307 Jy/beam ! Combined flux in latest and established models = 0.163414 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.163414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097800Jy sigma=0.000684 ! Fit after self-cal, rms=0.097777Jy sigma=0.000684 ! Inverting map ! Added new window around map position (-2.5, 10.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0132495 Jy ! Component: 100 - total flux cleaned = 0.0203783 Jy ! Total flux subtracted in 100 components = 0.0203783 Jy ! Clean residual min=-0.003858 max=0.005126 Jy/beam ! Clean residual mean=-0.000005 rms=0.000957 Jy/beam ! Combined flux in latest and established models = 0.183792 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 23 components and 0.183792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095849Jy sigma=0.000669 ! Fit after self-cal, rms=0.095832Jy sigma=0.000668 ! 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.134 mas, bmaj=7.928 mas, bpa=-3.458 degrees ! Estimated noise=870.183 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.00540919 Jy ! Component: 100 - total flux cleaned = 0.00825868 Jy ! Component: 150 - total flux cleaned = 0.00987638 Jy ! Component: 200 - total flux cleaned = 0.0108465 Jy ! Total flux subtracted in 200 components = 0.0108465 Jy ! Clean residual min=-0.002966 max=0.002753 Jy/beam ! Clean residual mean=-0.000003 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.194639 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 42 components and 0.194639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095534Jy sigma=0.000666 ! Fit after self-cal, rms=0.095541Jy sigma=0.000666 ! 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.99 FD 0.94 HN 0.97 KP 1.06 ! LA 1.03 MK 1.05 NL 0.98 OV 1.04 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.97 HN 1.03 KP 1.00 ! LA 0.96 MK 1.03 NL 1.00 OV 1.09 ! PT 0.97 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.03 HN 1.00 KP 1.00 ! LA 0.98 MK 0.98 NL 0.99 OV 0.97 ! PT 0.96 SC 1.00 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.04 HN 0.95 KP 1.00* ! LA 0.98 MK 1.03 NL 1.00* OV 0.99 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.095541Jy sigma=0.000666 ! Fit after self-cal, rms=0.094621Jy sigma=0.000662 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.145 mas, bmaj=7.946 mas, bpa=-3.299 degrees ! Estimated noise=871.625 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.000317305 Jy ! Component: 100 - total flux cleaned = 0.000289711 Jy ! Component: 150 - total flux cleaned = 0.000240413 Jy ! Component: 200 - total flux cleaned = 0.000218748 Jy ! Total flux subtracted in 200 components = 0.000218748 Jy ! Clean residual min=-0.002785 max=0.002822 Jy/beam ! Clean residual mean=0.000000 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.194857 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 58 components and 0.194857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094603Jy sigma=0.000662 ! Fit after self-cal, rms=0.094586Jy sigma=0.000662 ! 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.094586Jy sigma=0.000662 ! Fit after self-cal, rms=0.094777Jy sigma=0.000661 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.148 mas, bmaj=7.963 mas, bpa=-3.241 degrees ! Estimated noise=873.578 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000513421 Jy ! Component: 100 - total flux cleaned = 0.000448773 Jy ! Component: 150 - total flux cleaned = 0.000393219 Jy ! Component: 200 - total flux cleaned = 0.000345989 Jy ! Total flux subtracted in 200 components = 0.000345989 Jy ! Clean residual min=-0.002416 max=0.002355 Jy/beam ! Clean residual mean=0.000000 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.195203 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 64 components and 0.195203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094764Jy sigma=0.000661 ! Fit after self-cal, rms=0.094773Jy sigma=0.000660 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.000150277 Jy ! Component: 100 - total flux cleaned = 0.000135553 Jy ! Component: 150 - total flux cleaned = 0.000109435 Jy ! Component: 200 - total flux cleaned = 8.49098e-05 Jy ! Total flux subtracted in 200 components = 8.49098e-05 Jy ! Clean residual min=-0.002412 max=0.002379 Jy/beam ! Clean residual mean=0.000000 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.195288 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 73 components and 0.195288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094768Jy sigma=0.000660 ! Fit after self-cal, rms=0.094767Jy sigma=0.000660 ! 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.094767Jy sigma=0.000660 ! Fit after self-cal, rms=0.094849Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.149 mas, bmaj=7.986 mas, bpa=-3.071 degrees ! Estimated noise=874.484 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000111785 Jy ! Component: 100 - total flux cleaned = 4.42581e-05 Jy ! Component: 150 - total flux cleaned = -3.59956e-05 Jy ! Component: 200 - total flux cleaned = -0.000105972 Jy ! Total flux subtracted in 200 components = -0.000105972 Jy ! Clean residual min=-0.002253 max=0.002083 Jy/beam ! Clean residual mean=-0.000002 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.195182 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 82 components and 0.195182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094838Jy sigma=0.000658 ! Fit after self-cal, rms=0.094843Jy sigma=0.000658 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 = 7.3043e-05 Jy ! Component: 100 - total flux cleaned = 2.53904e-05 Jy ! Component: 150 - total flux cleaned = -3.0794e-05 Jy ! Component: 200 - total flux cleaned = -8.0376e-05 Jy ! Total flux subtracted in 200 components = -8.0376e-05 Jy ! Clean residual min=-0.002221 max=0.002099 Jy/beam ! Clean residual mean=-0.000002 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.195102 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 86 components and 0.195102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094838Jy sigma=0.000658 ! Fit after self-cal, rms=0.094836Jy sigma=0.000658 ! 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.094836Jy sigma=0.000658 ! Fit after self-cal, rms=0.095006Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.624 mas, bmaj=15.61 mas, bpa=3.057 degrees ! Estimated noise=1098.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000291355 Jy ! Component: 100 - total flux cleaned = -0.000314081 Jy ! Component: 150 - total flux cleaned = -0.00031401 Jy ! Component: 200 - total flux cleaned = -0.000314012 Jy ! Total flux subtracted in 200 components = -0.000314012 Jy ! Clean residual min=-0.002028 max=0.002140 Jy/beam ! Clean residual mean=-0.000004 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.194788 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 92 components and 0.194788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095006Jy sigma=0.000658 ! Fit after self-cal, rms=0.095008Jy sigma=0.000658 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 = -8.89531e-06 Jy ! Component: 100 - total flux cleaned = -9.78372e-07 Jy ! Component: 150 - total flux cleaned = -8.31674e-06 Jy ! Component: 200 - total flux cleaned = -1.34763e-06 Jy ! Total flux subtracted in 200 components = -1.34763e-06 Jy ! Clean residual min=-0.002041 max=0.002151 Jy/beam ! Clean residual mean=-0.000004 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.194787 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 96 components and 0.194787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095008Jy sigma=0.000658 ! Fit after self-cal, rms=0.095008Jy sigma=0.000658 ! 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.151 mas, bmaj=7.995 mas, bpa=-3.013 degrees ! Estimated noise=874.706 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.151 x 7.995 at -3.013 degrees (North through East) ! Clean map min=-0.0021294 max=0.1691 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.534 mas, bmaj=6.856 mas, bpa=-3.484 degrees ! Estimated noise=1179.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.133036 Jy ! Component: 100 - total flux cleaned = 0.163647 Jy ! Component: 150 - total flux cleaned = 0.176398 Jy ! Component: 200 - total flux cleaned = 0.183188 Jy ! Total flux subtracted in 200 components = 0.183188 Jy ! Clean residual min=-0.003570 max=0.003383 Jy/beam ! Clean residual mean=-0.000004 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.183188 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.183188 Jy ! Inverting map and beam ! Estimated beam: bmin=3.151 mas, bmaj=7.995 mas, bpa=-3.013 degrees ! Estimated noise=874.706 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.00529173 Jy ! Component: 100 - total flux cleaned = 0.00809905 Jy ! Component: 150 - total flux cleaned = 0.0097343 Jy ! Component: 200 - total flux cleaned = 0.0107319 Jy ! Total flux subtracted in 200 components = 0.0107319 Jy ! Clean residual min=-0.002170 max=0.002177 Jy/beam ! Clean residual mean=-0.000002 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.19392 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 66 components and 0.19392 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.624 mas, bmaj=15.61 mas, bpa=3.057 degrees ! Estimated noise=1098.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000784707 Jy ! Component: 100 - total flux cleaned = 0.00091895 Jy ! Component: 150 - total flux cleaned = 0.000919403 Jy ! Component: 200 - total flux cleaned = 0.000930274 Jy ! Total flux subtracted in 200 components = 0.000930274 Jy ! Clean residual min=-0.002015 max=0.002128 Jy/beam ! Clean residual mean=-0.000004 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.19485 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 = -1.86867e-07 Jy ! Component: 100 - total flux cleaned = 9.11324e-06 Jy ! Component: 150 - total flux cleaned = 9.20682e-06 Jy ! Component: 200 - total flux cleaned = 1.68301e-05 Jy ! Total flux subtracted in 200 components = 1.68301e-05 Jy ! Clean residual min=-0.002021 max=0.002138 Jy/beam ! Clean residual mean=-0.000004 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.194867 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 84 components and 0.194867 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.151 mas, bmaj=7.995 mas, bpa=-3.013 degrees ! Estimated noise=874.706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000162633 Jy ! Component: 100 - total flux cleaned = 0.000167457 Jy ! Component: 150 - total flux cleaned = 0.00016722 Jy ! Component: 200 - total flux cleaned = 0.000152287 Jy ! Total flux subtracted in 200 components = 0.000152287 Jy ! Clean residual min=-0.002156 max=0.002116 Jy/beam ! Clean residual mean=-0.000002 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.195019 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 98 components and 0.195019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095014Jy sigma=0.000658 ! Fit after self-cal, rms=0.095003Jy sigma=0.000658 wmodel J0522-1627_S_2017_03_27_pus_map.mod ! Writing 98 model components to file: J0522-1627_S_2017_03_27_pus_map.mod wobs J0522-1627_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0522-1627_S_2017_03_27_pus_uvs.fits wwins J0522-1627_S_2017_03_27_pus_map.win ! wwins: Wrote 2 windows to J0522-1627_S_2017_03_27_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.000413061 Jy ! Component: 100 - total flux cleaned = -0.00052636 Jy ! Component: 150 - total flux cleaned = -0.000492193 Jy ! Component: 200 - total flux cleaned = -0.000424309 Jy ! Component: 250 - total flux cleaned = -0.000423906 Jy ! Component: 300 - total flux cleaned = -0.000359035 Jy ! Component: 350 - total flux cleaned = -0.000359331 Jy ! Component: 400 - total flux cleaned = -0.000421748 Jy ! Component: 450 - total flux cleaned = -0.000452697 Jy ! Component: 500 - total flux cleaned = -0.00057274 Jy ! Component: 550 - total flux cleaned = -0.000573365 Jy ! Component: 600 - total flux cleaned = -0.000660912 Jy ! Component: 650 - total flux cleaned = -0.00068942 Jy ! Component: 700 - total flux cleaned = -0.000800791 Jy ! Component: 750 - total flux cleaned = -0.00079969 Jy ! Component: 800 - total flux cleaned = -0.000772196 Jy ! Component: 850 - total flux cleaned = -0.000852679 Jy ! Component: 900 - total flux cleaned = -0.000905586 Jy ! Component: 950 - total flux cleaned = -0.000905787 Jy ! Component: 1000 - total flux cleaned = -0.00100948 Jy ! Component: 1050 - total flux cleaned = -0.00103534 Jy ! Component: 1100 - total flux cleaned = -0.00108592 Jy ! Component: 1150 - total flux cleaned = -0.00116079 Jy ! Component: 1200 - total flux cleaned = -0.00116086 Jy ! Component: 1250 - total flux cleaned = -0.00113672 Jy ! Component: 1300 - total flux cleaned = -0.00113688 Jy ! Component: 1350 - total flux cleaned = -0.00118507 Jy ! Component: 1400 - total flux cleaned = -0.00113807 Jy ! Component: 1450 - total flux cleaned = -0.00113761 Jy ! Component: 1500 - total flux cleaned = -0.00102183 Jy ! Component: 1550 - total flux cleaned = -0.00111377 Jy ! Component: 1600 - total flux cleaned = -0.00106851 Jy ! Component: 1650 - total flux cleaned = -0.00109104 Jy ! Component: 1700 - total flux cleaned = -0.00093443 Jy ! Component: 1750 - total flux cleaned = -0.000934663 Jy ! Component: 1800 - total flux cleaned = -0.000869166 Jy ! Component: 1850 - total flux cleaned = -0.00086915 Jy ! Component: 1900 - total flux cleaned = -0.000890918 Jy ! Component: 1950 - total flux cleaned = -0.000826583 Jy ! Component: 2000 - total flux cleaned = -0.000741961 Jy ! Component: 2050 - total flux cleaned = -0.000763126 Jy ! Component: 2100 - total flux cleaned = -0.000637749 Jy ! Component: 2150 - total flux cleaned = -0.000658377 Jy ! Component: 2200 - total flux cleaned = -0.000596783 Jy ! Component: 2250 - total flux cleaned = -0.000596602 Jy ! Component: 2300 - total flux cleaned = -0.000475089 Jy ! Component: 2350 - total flux cleaned = -0.000575584 Jy ! Component: 2400 - total flux cleaned = -0.000555528 Jy ! Component: 2450 - total flux cleaned = -0.000495878 Jy ! Component: 2500 - total flux cleaned = -0.000456533 Jy ! Component: 2550 - total flux cleaned = -0.000456377 Jy ! Component: 2600 - total flux cleaned = -0.000436638 Jy ! Component: 2650 - total flux cleaned = -0.000455943 Jy ! Component: 2700 - total flux cleaned = -0.000302531 Jy ! Component: 2750 - total flux cleaned = -0.000340778 Jy ! Component: 2800 - total flux cleaned = -0.00030292 Jy ! Component: 2850 - total flux cleaned = -0.000227961 Jy ! Component: 2900 - total flux cleaned = -0.000153477 Jy ! Component: 2950 - total flux cleaned = -0.000116281 Jy ! Component: 3000 - total flux cleaned = -0.000116224 Jy ! Component: 3050 - total flux cleaned = -6.13406e-05 Jy ! Component: 3100 - total flux cleaned = -6.85902e-06 Jy ! Component: 3150 - total flux cleaned = -6.11106e-05 Jy ! Component: 3200 - total flux cleaned = 2.85874e-05 Jy ! Component: 3250 - total flux cleaned = 2.84678e-05 Jy ! Component: 3300 - total flux cleaned = -6.037e-05 Jy ! Component: 3350 - total flux cleaned = -9.55382e-05 Jy ! Component: 3400 - total flux cleaned = -9.56478e-05 Jy ! Component: 3450 - total flux cleaned = -9.57814e-05 Jy ! Component: 3500 - total flux cleaned = -7.84141e-05 Jy ! Component: 3550 - total flux cleaned = -0.000112814 Jy ! Component: 3600 - total flux cleaned = -4.43999e-05 Jy ! Component: 3650 - total flux cleaned = -6.12846e-05 Jy ! Component: 3700 - total flux cleaned = -4.42172e-05 Jy ! Component: 3750 - total flux cleaned = -7.80915e-05 Jy ! Component: 3800 - total flux cleaned = -0.000111352 Jy ! Component: 3850 - total flux cleaned = -7.78887e-05 Jy ! Component: 3900 - total flux cleaned = -7.79311e-05 Jy ! Component: 3950 - total flux cleaned = -7.7997e-05 Jy ! Component: 4000 - total flux cleaned = -0.000143416 Jy ! Component: 4050 - total flux cleaned = -0.000143511 Jy ! Total flux subtracted in 4096 components = -0.000143552 Jy ! Clean residual min=-0.000879 max=0.001352 Jy/beam ! Clean residual mean=-0.000001 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.194876 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 410 components and 0.194876 Jy ![Exited script file: muppet] wmap "J0522-1627_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.151 x 7.995 at -3.013 degrees (North through East) ! Clean map min=-0.0016369 max=0.16952 Jy/beam ! Writing clean map to FITS file: J0522-1627_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.169525 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000299295 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.529647 0.529647 1.05929 2.11859 4.23718 8.47435 16.9487 33.8974 67.7948 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.169 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.151 x 7.995 at -3.013 degrees (North through East) ! Clean map min=-0.0016369 max=0.16952 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 J0522-1627_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:32:42 2019