! Started logfile: J0600-0005_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:40:27 2019 obs J0600-0005_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0600-0005_S_2017_05_31_pus_uva.fits ! AN table 1: 116 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.970881 visibilities/baseline/integration-bin. ! Found source: J0600-0005 ! ! 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 703 lines of history. ! ! Reading 20272 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 J0600-0005_S_2017_05_31_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 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 547 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.919527Jy sigma=0.007254 ! Fit after self-cal, rms=0.902277Jy sigma=0.007151 ! 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.673 mas, bmaj=7.275 mas, bpa=-5.765 degrees ! Estimated noise=1166.5 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.0748991 Jy ! Component: 100 - total flux cleaned = 0.107225 Jy ! Total flux subtracted in 100 components = 0.107225 Jy ! Clean residual min=-0.006967 max=0.017067 Jy/beam ! Clean residual mean=0.000057 rms=0.002247 Jy/beam ! Combined flux in latest and established models = 0.107225 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.107225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.240271Jy sigma=0.000745 ! Fit after self-cal, rms=0.240066Jy sigma=0.000742 ! Inverting map ! Added new window around map position (-2.5, 0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0204551 Jy ! Component: 100 - total flux cleaned = 0.0328138 Jy ! Total flux subtracted in 100 components = 0.0328138 Jy ! Clean residual min=-0.005455 max=0.008371 Jy/beam ! Clean residual mean=0.000025 rms=0.001456 Jy/beam ! Combined flux in latest and established models = 0.140038 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 35 components and 0.140038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.235709Jy sigma=0.000696 ! Fit after self-cal, rms=0.235646Jy sigma=0.000695 ! 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.346 mas, bmaj=8.128 mas, bpa=-2.639 degrees ! Estimated noise=736.115 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.011862 Jy ! Component: 100 - total flux cleaned = 0.0180412 Jy ! Component: 150 - total flux cleaned = 0.0194409 Jy ! Component: 200 - total flux cleaned = 0.0202968 Jy ! Total flux subtracted in 200 components = 0.0202968 Jy ! Clean residual min=-0.004925 max=0.003975 Jy/beam ! Clean residual mean=0.000006 rms=0.001136 Jy/beam ! Combined flux in latest and established models = 0.160335 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 71 components and 0.160335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.233528Jy sigma=0.000686 ! Fit after self-cal, rms=0.233515Jy sigma=0.000686 ! 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.97 FD 0.96 HN 1.01 KP 1.05 ! LA 0.98 MK 1.11 NL 0.89 OV 1.01 ! PT 1.04 SC 1.15 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.97 HN 1.04 KP 0.98 ! LA 0.98 MK 1.05 NL 1.04 OV 1.06 ! PT 1.04 SC 1.19 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.60 FD 1.03 HN 1.02 KP 0.99 ! LA 0.98 MK 1.07 NL 1.01 OV 0.96 ! PT 1.04 SC 1.18 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.95 KP 0.97 ! LA 0.95 MK 0.80 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.233515Jy sigma=0.000686 ! Fit after self-cal, rms=0.159467Jy sigma=0.000679 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.433 mas, bmaj=8.346 mas, bpa=-3.965 degrees ! Estimated noise=754.362 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.000941658 Jy ! Component: 100 - total flux cleaned = 0.000940306 Jy ! Component: 150 - total flux cleaned = 0.000867045 Jy ! Component: 200 - total flux cleaned = 0.000803346 Jy ! Total flux subtracted in 200 components = 0.000803346 Jy ! Clean residual min=-0.004073 max=0.003260 Jy/beam ! Clean residual mean=-0.000001 rms=0.001004 Jy/beam ! Combined flux in latest and established models = 0.161139 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 89 components and 0.161139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159064Jy sigma=0.000680 ! Fit after self-cal, rms=0.158998Jy sigma=0.000679 ! 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.158998Jy sigma=0.000679 ! Fit after self-cal, rms=0.100035Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.392 mas, bmaj=8.367 mas, bpa=-4.721 degrees ! Estimated noise=745.632 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000742692 Jy ! Component: 100 - total flux cleaned = 0.00092766 Jy ! Component: 150 - total flux cleaned = 0.00107699 Jy ! Component: 200 - total flux cleaned = 0.00118763 Jy ! Total flux subtracted in 200 components = 0.00118763 Jy ! Clean residual min=-0.001987 max=0.002248 Jy/beam ! Clean residual mean=0.000005 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.162326 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 103 components and 0.162326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100022Jy sigma=0.000670 ! Fit after self-cal, rms=0.100010Jy sigma=0.000670 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.86343e-06 Jy ! Component: 100 - total flux cleaned = 3.53541e-05 Jy ! Component: 150 - total flux cleaned = 7.31993e-05 Jy ! Component: 200 - total flux cleaned = 9.62935e-05 Jy ! Total flux subtracted in 200 components = 9.62935e-05 Jy ! Clean residual min=-0.001976 max=0.002272 Jy/beam ! Clean residual mean=0.000005 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.162423 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 110 components and 0.162423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100005Jy sigma=0.000670 ! Fit after self-cal, rms=0.100001Jy sigma=0.000670 ! 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.100001Jy sigma=0.000670 ! Fit after self-cal, rms=0.100369Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.374 mas, bmaj=8.383 mas, bpa=-5.042 degrees ! Estimated noise=745.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000701899 Jy ! Component: 100 - total flux cleaned = 0.000892504 Jy ! Component: 150 - total flux cleaned = 0.000977169 Jy ! Component: 200 - total flux cleaned = 0.00101465 Jy ! Total flux subtracted in 200 components = 0.00101465 Jy ! Clean residual min=-0.001945 max=0.002187 Jy/beam ! Clean residual mean=0.000005 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.163437 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 113 components and 0.163437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100360Jy sigma=0.000670 ! Fit after self-cal, rms=0.100368Jy sigma=0.000670 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.45596e-05 Jy ! Component: 100 - total flux cleaned = 6.32405e-05 Jy ! Component: 150 - total flux cleaned = 6.2986e-05 Jy ! Component: 200 - total flux cleaned = 7.24664e-05 Jy ! Total flux subtracted in 200 components = 7.24664e-05 Jy ! Clean residual min=-0.001931 max=0.002196 Jy/beam ! Clean residual mean=0.000005 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.16351 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 114 components and 0.16351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100365Jy sigma=0.000670 ! Fit after self-cal, rms=0.100362Jy sigma=0.000670 ! 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.100362Jy sigma=0.000670 ! Fit after self-cal, rms=0.100753Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.307 mas, bmaj=13.27 mas, bpa=-8.166 degrees ! Estimated noise=922.155 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107107 Jy ! Component: 100 - total flux cleaned = 0.00139133 Jy ! Component: 150 - total flux cleaned = 0.00137832 Jy ! Component: 200 - total flux cleaned = 0.0013673 Jy ! Total flux subtracted in 200 components = 0.0013673 Jy ! Clean residual min=-0.002108 max=0.002394 Jy/beam ! Clean residual mean=0.000009 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.164877 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 117 components and 0.164877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100746Jy sigma=0.000669 ! Fit after self-cal, rms=0.100750Jy sigma=0.000669 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 = 1.8264e-05 Jy ! Component: 100 - total flux cleaned = 8.01794e-06 Jy ! Component: 150 - total flux cleaned = 8.14027e-06 Jy ! Component: 200 - total flux cleaned = 1.70426e-05 Jy ! Total flux subtracted in 200 components = 1.70426e-05 Jy ! Clean residual min=-0.002102 max=0.002376 Jy/beam ! Clean residual mean=0.000009 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.164894 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 118 components and 0.164894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100750Jy sigma=0.000669 ! Fit after self-cal, rms=0.100749Jy sigma=0.000669 ! 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.361 mas, bmaj=8.393 mas, bpa=-5.25 degrees ! Estimated noise=746.507 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.361 x 8.393 at -5.25 degrees (North through East) ! Clean map min=-0.0018901 max=0.10727 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.608 mas, bmaj=7.596 mas, bpa=-8.756 degrees ! Estimated noise=1150.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0749676 Jy ! Component: 100 - total flux cleaned = 0.108918 Jy ! Component: 150 - total flux cleaned = 0.128202 Jy ! Component: 200 - total flux cleaned = 0.140336 Jy ! Total flux subtracted in 200 components = 0.140336 Jy ! Clean residual min=-0.003895 max=0.008274 Jy/beam ! Clean residual mean=0.000028 rms=0.001110 Jy/beam ! Combined flux in latest and established models = 0.140336 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.140336 Jy ! Inverting map and beam ! Estimated beam: bmin=3.361 mas, bmaj=8.393 mas, bpa=-5.25 degrees ! Estimated noise=746.507 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.0114988 Jy ! Component: 100 - total flux cleaned = 0.0177402 Jy ! Component: 150 - total flux cleaned = 0.0213353 Jy ! Component: 200 - total flux cleaned = 0.0234715 Jy ! Total flux subtracted in 200 components = 0.0234715 Jy ! Clean residual min=-0.002499 max=0.002691 Jy/beam ! Clean residual mean=0.000008 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.163807 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 48 components and 0.163807 Jy ! Inverting map ! Added new window around map position (4, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000917534 Jy ! Component: 100 - total flux cleaned = 0.00079055 Jy ! Component: 150 - total flux cleaned = 0.000844379 Jy ! Component: 200 - total flux cleaned = 0.000843441 Jy ! Total flux subtracted in 200 components = 0.000843441 Jy ! Clean residual min=-0.001910 max=0.002143 Jy/beam ! Clean residual mean=0.000005 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.164651 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 0.164651 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.307 mas, bmaj=13.27 mas, bpa=-8.166 degrees ! Estimated noise=922.155 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000533091 Jy ! Component: 100 - total flux cleaned = 0.000475804 Jy ! Component: 150 - total flux cleaned = 0.000376318 Jy ! Component: 200 - total flux cleaned = 0.000291687 Jy ! Total flux subtracted in 200 components = 0.000291687 Jy ! Clean residual min=-0.002098 max=0.002434 Jy/beam ! Clean residual mean=0.000008 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.164943 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.93764e-05 Jy ! Component: 100 - total flux cleaned = -5.29557e-05 Jy ! Component: 150 - total flux cleaned = -6.84915e-05 Jy ! Component: 200 - total flux cleaned = -8.28315e-05 Jy ! Total flux subtracted in 200 components = -8.28315e-05 Jy ! Clean residual min=-0.002054 max=0.002404 Jy/beam ! Clean residual mean=0.000008 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.16486 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 89 components and 0.16486 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.361 mas, bmaj=8.393 mas, bpa=-5.25 degrees ! Estimated noise=746.507 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.50381e-05 Jy ! Component: 100 - total flux cleaned = 6.42588e-06 Jy ! Component: 150 - total flux cleaned = -4.54187e-05 Jy ! Component: 200 - total flux cleaned = -6.83945e-05 Jy ! Total flux subtracted in 200 components = -6.83945e-05 Jy ! Clean residual min=-0.001871 max=0.002129 Jy/beam ! Clean residual mean=0.000004 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.164791 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 103 components and 0.164791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100733Jy sigma=0.000669 ! Fit after self-cal, rms=0.100732Jy sigma=0.000669 wmodel J0600-0005_S_2017_05_31_pus_map.mod ! Writing 103 model components to file: J0600-0005_S_2017_05_31_pus_map.mod wobs J0600-0005_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0600-0005_S_2017_05_31_pus_uvs.fits wwins J0600-0005_S_2017_05_31_pus_map.win ! wwins: Wrote 3 windows to J0600-0005_S_2017_05_31_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.000797205 Jy ! Component: 100 - total flux cleaned = 0.00134255 Jy ! Component: 150 - total flux cleaned = 0.00160024 Jy ! Component: 200 - total flux cleaned = 0.00166251 Jy ! Component: 250 - total flux cleaned = 0.00163359 Jy ! Component: 300 - total flux cleaned = 0.00163362 Jy ! Component: 350 - total flux cleaned = 0.00157696 Jy ! Component: 400 - total flux cleaned = 0.00157686 Jy ! Component: 450 - total flux cleaned = 0.00157704 Jy ! Component: 500 - total flux cleaned = 0.0016029 Jy ! Component: 550 - total flux cleaned = 0.00162821 Jy ! Component: 600 - total flux cleaned = 0.00157821 Jy ! Component: 650 - total flux cleaned = 0.00160307 Jy ! Component: 700 - total flux cleaned = 0.00165172 Jy ! Component: 750 - total flux cleaned = 0.00174618 Jy ! Component: 800 - total flux cleaned = 0.00176925 Jy ! Component: 850 - total flux cleaned = 0.00183719 Jy ! Component: 900 - total flux cleaned = 0.00183706 Jy ! Component: 950 - total flux cleaned = 0.00190267 Jy ! Component: 1000 - total flux cleaned = 0.00194522 Jy ! Component: 1050 - total flux cleaned = 0.00192409 Jy ! Component: 1100 - total flux cleaned = 0.00200742 Jy ! Component: 1150 - total flux cleaned = 0.00204867 Jy ! Component: 1200 - total flux cleaned = 0.00210926 Jy ! Component: 1250 - total flux cleaned = 0.00222876 Jy ! Component: 1300 - total flux cleaned = 0.00220937 Jy ! Component: 1350 - total flux cleaned = 0.00228717 Jy ! Component: 1400 - total flux cleaned = 0.0023448 Jy ! Component: 1450 - total flux cleaned = 0.00242029 Jy ! Component: 1500 - total flux cleaned = 0.00253215 Jy ! Component: 1550 - total flux cleaned = 0.00255066 Jy ! Component: 1600 - total flux cleaned = 0.00267842 Jy ! Component: 1650 - total flux cleaned = 0.00280434 Jy ! Component: 1700 - total flux cleaned = 0.00285774 Jy ! Component: 1750 - total flux cleaned = 0.00298086 Jy ! Component: 1800 - total flux cleaned = 0.00299838 Jy ! Component: 1850 - total flux cleaned = 0.00308441 Jy ! Component: 1900 - total flux cleaned = 0.00310156 Jy ! Component: 1950 - total flux cleaned = 0.00315238 Jy ! Component: 2000 - total flux cleaned = 0.00318609 Jy ! Component: 2050 - total flux cleaned = 0.00325221 Jy ! Component: 2100 - total flux cleaned = 0.00323577 Jy ! Component: 2150 - total flux cleaned = 0.00323606 Jy ! Component: 2200 - total flux cleaned = 0.00331621 Jy ! Component: 2250 - total flux cleaned = 0.00333224 Jy ! Component: 2300 - total flux cleaned = 0.00330086 Jy ! Component: 2350 - total flux cleaned = 0.00333203 Jy ! Component: 2400 - total flux cleaned = 0.00340951 Jy ! Component: 2450 - total flux cleaned = 0.00337881 Jy ! Component: 2500 - total flux cleaned = 0.00337888 Jy ! Component: 2550 - total flux cleaned = 0.00337866 Jy ! Component: 2600 - total flux cleaned = 0.00337857 Jy ! Component: 2650 - total flux cleaned = 0.00334885 Jy ! Component: 2700 - total flux cleaned = 0.00337838 Jy ! Component: 2750 - total flux cleaned = 0.00332005 Jy ! Component: 2800 - total flux cleaned = 0.00332012 Jy ! Component: 2850 - total flux cleaned = 0.00332022 Jy ! Component: 2900 - total flux cleaned = 0.00329181 Jy ! Component: 2950 - total flux cleaned = 0.00327759 Jy ! Component: 3000 - total flux cleaned = 0.0032915 Jy ! Component: 3050 - total flux cleaned = 0.00330545 Jy ! Component: 3100 - total flux cleaned = 0.00331942 Jy ! Component: 3150 - total flux cleaned = 0.00329209 Jy ! Component: 3200 - total flux cleaned = 0.00329195 Jy ! Component: 3250 - total flux cleaned = 0.00327824 Jy ! Component: 3300 - total flux cleaned = 0.00327824 Jy ! Component: 3350 - total flux cleaned = 0.00329182 Jy ! Component: 3400 - total flux cleaned = 0.00330498 Jy ! Component: 3450 - total flux cleaned = 0.00330486 Jy ! Component: 3500 - total flux cleaned = 0.0033441 Jy ! Component: 3550 - total flux cleaned = 0.00335701 Jy ! Component: 3600 - total flux cleaned = 0.00338277 Jy ! Component: 3650 - total flux cleaned = 0.00338281 Jy ! Component: 3700 - total flux cleaned = 0.00340827 Jy ! Component: 3750 - total flux cleaned = 0.00340821 Jy ! Component: 3800 - total flux cleaned = 0.00340816 Jy ! Component: 3850 - total flux cleaned = 0.00344563 Jy ! Component: 3900 - total flux cleaned = 0.00347042 Jy ! Component: 3950 - total flux cleaned = 0.0034212 Jy ! Component: 4000 - total flux cleaned = 0.00343359 Jy ! Component: 4050 - total flux cleaned = 0.00344579 Jy ! Total flux subtracted in 4096 components = 0.00348201 Jy ! Clean residual min=-0.000814 max=0.000897 Jy/beam ! Clean residual mean=0.000001 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 0.168273 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 392 components and 0.168273 Jy ![Exited script file: muppet] wmap "J0600-0005_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.361 x 8.393 at -5.25 degrees (North through East) ! Clean map min=-0.0019813 max=0.10617 Jy/beam ! Writing clean map to FITS file: J0600-0005_S_2017_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.106172 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000220178 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.622132 0.622132 1.24426 2.48853 4.97705 9.95411 19.9082 39.8164 79.6329 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.106 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.361 x 8.393 at -5.25 degrees (North through East) ! Clean map min=-0.0019813 max=0.10617 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 J0600-0005_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:40:33 2019