! Started logfile: J0950-2844_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:19:58 2017 obs J0950-2844_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0950-2844_S_2015_01_23_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.886869 visibilities/baseline/integration-bin. ! Found source: J0950-2844 ! ! 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 338 lines of history. ! ! Reading 19316 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 J0950-2844_S_2015_01_23_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 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.014081Jy sigma=0.008616 ! Fit after self-cal, rms=0.959303Jy sigma=0.008245 ! 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.343 mas, bmaj=6.294 mas, bpa=-3.119 degrees ! Estimated noise=921.263 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.0360834 Jy ! Component: 100 - total flux cleaned = 0.0439926 Jy ! Total flux subtracted in 100 components = 0.0439926 Jy ! Clean residual min=-0.003673 max=0.003136 Jy/beam ! Clean residual mean=-0.000008 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.0439926 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0439926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.167744Jy sigma=0.000758 ! Fit after self-cal, rms=0.166734Jy sigma=0.000745 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00437501 Jy ! Component: 100 - total flux cleaned = 0.00628103 Jy ! Total flux subtracted in 100 components = 0.00628103 Jy ! Clean residual min=-0.003604 max=0.003017 Jy/beam ! Clean residual mean=0.000001 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.0502736 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 21 components and 0.0502736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166304Jy sigma=0.000745 ! Fit after self-cal, rms=0.166262Jy sigma=0.000744 ! 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=2.899 mas, bmaj=7.355 mas, bpa=-3.257 degrees ! Estimated noise=626.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00191295 Jy ! Component: 100 - total flux cleaned = 0.0023906 Jy ! Component: 150 - total flux cleaned = 0.00242487 Jy ! Component: 200 - total flux cleaned = 0.00242566 Jy ! Total flux subtracted in 200 components = 0.00242566 Jy ! Clean residual min=-0.003834 max=0.002456 Jy/beam ! Clean residual mean=-0.000004 rms=0.000839 Jy/beam ! Combined flux in latest and established models = 0.0526993 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 30 components and 0.0526993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166133Jy sigma=0.000745 ! Fit after self-cal, rms=0.166108Jy sigma=0.000744 ! 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.29 HN 0.83 KP 1.10 ! LA 1.01 MK 1.08 NL 1.17 OV 1.07 ! PT 1.04 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.40 HN 0.96 KP 1.06 ! LA 1.01 MK 0.98 NL 1.18 OV 1.11 ! PT 1.09 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.37 HN 0.85 KP 1.04 ! LA 0.83 MK 1.05 NL 1.14 OV 1.04 ! PT 1.07 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.35 HN 0.83 KP 0.93 ! LA 0.84 MK 0.95 NL 1.08 OV 1.10 ! PT 1.07 SC 1.07 ! ! ! Fit before self-cal, rms=0.166108Jy sigma=0.000744 ! Fit after self-cal, rms=0.097851Jy sigma=0.000739 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.909 mas, bmaj=7.472 mas, bpa=-3.407 degrees ! Estimated noise=626.974 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.000370841 Jy ! Component: 100 - total flux cleaned = 0.00040311 Jy ! Component: 150 - total flux cleaned = 0.00040315 Jy ! Component: 200 - total flux cleaned = 0.000403532 Jy ! Total flux subtracted in 200 components = 0.000403532 Jy ! Clean residual min=-0.002251 max=0.001844 Jy/beam ! Clean residual mean=-0.000004 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.0531028 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.0531028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097845Jy sigma=0.000739 ! Fit after self-cal, rms=0.097208Jy sigma=0.000737 ! 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.097208Jy sigma=0.000737 ! Fit after self-cal, rms=0.092925Jy sigma=0.000736 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.915 mas, bmaj=7.499 mas, bpa=-3.554 degrees ! Estimated noise=620.217 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000136566 Jy ! Component: 100 - total flux cleaned = 0.00016106 Jy ! Component: 150 - total flux cleaned = 0.00018233 Jy ! Component: 200 - total flux cleaned = 0.000192014 Jy ! Total flux subtracted in 200 components = 0.000192014 Jy ! Clean residual min=-0.002217 max=0.001721 Jy/beam ! Clean residual mean=-0.000006 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.0532948 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 46 components and 0.0532948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092922Jy sigma=0.000736 ! Fit after self-cal, rms=0.092798Jy sigma=0.000736 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.000189264 Jy ! Component: 100 - total flux cleaned = 0.00020297 Jy ! Component: 150 - total flux cleaned = 0.000203346 Jy ! Component: 200 - total flux cleaned = 0.000203377 Jy ! Total flux subtracted in 200 components = 0.000203377 Jy ! Clean residual min=-0.002310 max=0.001818 Jy/beam ! Clean residual mean=-0.000006 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.0534982 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 51 components and 0.0534982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092794Jy sigma=0.000736 ! Fit after self-cal, rms=0.092789Jy sigma=0.000736 ! 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.092789Jy sigma=0.000736 ! Fit after self-cal, rms=0.092684Jy sigma=0.000736 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.916 mas, bmaj=7.51 mas, bpa=-3.654 degrees ! Estimated noise=621.548 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00010161 Jy ! Component: 100 - total flux cleaned = 0.000160788 Jy ! Component: 150 - total flux cleaned = 0.000181285 Jy ! Component: 200 - total flux cleaned = 0.000200341 Jy ! Total flux subtracted in 200 components = 0.000200341 Jy ! Clean residual min=-0.002183 max=0.001726 Jy/beam ! Clean residual mean=-0.000008 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.0536985 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.0536985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092682Jy sigma=0.000736 ! Fit after self-cal, rms=0.092671Jy sigma=0.000736 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.95527e-05 Jy ! Component: 100 - total flux cleaned = 6.42214e-05 Jy ! Component: 150 - total flux cleaned = 9.46168e-05 Jy ! Component: 200 - total flux cleaned = 8.51763e-05 Jy ! Total flux subtracted in 200 components = 8.51763e-05 Jy ! Clean residual min=-0.002167 max=0.001773 Jy/beam ! Clean residual mean=-0.000007 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.0537837 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 52 components and 0.0537837 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092669Jy sigma=0.000736 ! Fit after self-cal, rms=0.092663Jy sigma=0.000736 ! 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.092663Jy sigma=0.000736 ! Fit after self-cal, rms=0.092938Jy sigma=0.000736 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.237 mas, bmaj=18.11 mas, bpa=3.72 degrees ! Estimated noise=829.805 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000265437 Jy ! Component: 100 - total flux cleaned = 0.000278174 Jy ! Component: 150 - total flux cleaned = 0.000289393 Jy ! Component: 200 - total flux cleaned = 0.000294634 Jy ! Total flux subtracted in 200 components = 0.000294634 Jy ! Clean residual min=-0.002483 max=0.002117 Jy/beam ! Clean residual mean=-0.000018 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.0540783 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 52 components and 0.0540783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092937Jy sigma=0.000736 ! Fit after self-cal, rms=0.092935Jy sigma=0.000736 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 = 3.45476e-05 Jy ! Component: 100 - total flux cleaned = 3.43015e-05 Jy ! Component: 150 - total flux cleaned = 4.48364e-05 Jy ! Component: 200 - total flux cleaned = 5.41065e-05 Jy ! Total flux subtracted in 200 components = 5.41065e-05 Jy ! Clean residual min=-0.002512 max=0.002117 Jy/beam ! Clean residual mean=-0.000018 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.0541325 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 52 components and 0.0541325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092934Jy sigma=0.000736 ! Fit after self-cal, rms=0.092931Jy sigma=0.000736 ! 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=2.916 mas, bmaj=7.518 mas, bpa=-3.708 degrees ! Estimated noise=623.237 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.916 x 7.518 at -3.708 degrees (North through East) ! Clean map min=-0.0020569 max=0.049585 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.34 mas, bmaj=6.445 mas, bpa=-3.866 degrees ! Estimated noise=917.426 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.038548 Jy ! Component: 100 - total flux cleaned = 0.0471336 Jy ! Component: 150 - total flux cleaned = 0.050536 Jy ! Component: 200 - total flux cleaned = 0.0525306 Jy ! Total flux subtracted in 200 components = 0.0525306 Jy ! Clean residual min=-0.002626 max=0.002616 Jy/beam ! Clean residual mean=-0.000006 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.0525306 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.0525306 Jy ! Inverting map and beam ! Estimated beam: bmin=2.916 mas, bmaj=7.518 mas, bpa=-3.708 degrees ! Estimated noise=623.237 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.00095949 Jy ! Component: 100 - total flux cleaned = 0.00112575 Jy ! Component: 150 - total flux cleaned = 0.0012366 Jy ! Component: 200 - total flux cleaned = 0.00130795 Jy ! Total flux subtracted in 200 components = 0.00130795 Jy ! Clean residual min=-0.002164 max=0.001832 Jy/beam ! Clean residual mean=-0.000009 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.0538386 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 41 components and 0.0538386 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.237 mas, bmaj=18.11 mas, bpa=3.72 degrees ! Estimated noise=829.805 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000320494 Jy ! Component: 100 - total flux cleaned = 0.000347933 Jy ! Component: 150 - total flux cleaned = 0.000360162 Jy ! Component: 200 - total flux cleaned = 0.000380325 Jy ! Total flux subtracted in 200 components = 0.000380325 Jy ! Clean residual min=-0.002485 max=0.002111 Jy/beam ! Clean residual mean=-0.000017 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.0542189 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 = 9.05442e-06 Jy ! Component: 100 - total flux cleaned = 2.42481e-05 Jy ! Component: 150 - total flux cleaned = 3.11024e-05 Jy ! Component: 200 - total flux cleaned = 4.32691e-05 Jy ! Total flux subtracted in 200 components = 4.32691e-05 Jy ! Clean residual min=-0.002497 max=0.002115 Jy/beam ! Clean residual mean=-0.000017 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.0542622 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 44 components and 0.0542622 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.916 mas, bmaj=7.518 mas, bpa=-3.708 degrees ! Estimated noise=623.237 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000109138 Jy ! Component: 100 - total flux cleaned = 3.28468e-05 Jy ! Component: 150 - total flux cleaned = -3.44177e-05 Jy ! Component: 200 - total flux cleaned = -8.10829e-05 Jy ! Total flux subtracted in 200 components = -8.10829e-05 Jy ! Clean residual min=-0.002120 max=0.001775 Jy/beam ! Clean residual mean=-0.000008 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.0541811 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 53 components and 0.0541811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092939Jy sigma=0.000736 ! Fit after self-cal, rms=0.092931Jy sigma=0.000736 wmodel J0950-2844_S_2015_01_23_pus_map.mod ! Writing 53 model components to file: J0950-2844_S_2015_01_23_pus_map.mod wobs J0950-2844_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0950-2844_S_2015_01_23_pus_uvs.fits wwins J0950-2844_S_2015_01_23_pus_map.win ! wwins: Wrote 1 windows to J0950-2844_S_2015_01_23_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.00021569 Jy ! Component: 100 - total flux cleaned = -0.000246572 Jy ! Component: 150 - total flux cleaned = -0.000159416 Jy ! Component: 200 - total flux cleaned = -0.000242694 Jy ! Component: 250 - total flux cleaned = -0.00026913 Jy ! Component: 300 - total flux cleaned = -0.000371657 Jy ! Component: 350 - total flux cleaned = -0.000446223 Jy ! Component: 400 - total flux cleaned = -0.000471036 Jy ! Component: 450 - total flux cleaned = -0.00061101 Jy ! Component: 500 - total flux cleaned = -0.000588119 Jy ! Component: 550 - total flux cleaned = -0.000588128 Jy ! Component: 600 - total flux cleaned = -0.000609952 Jy ! Component: 650 - total flux cleaned = -0.000695202 Jy ! Component: 700 - total flux cleaned = -0.000716205 Jy ! Component: 750 - total flux cleaned = -0.000859946 Jy ! Component: 800 - total flux cleaned = -0.000940281 Jy ! Component: 850 - total flux cleaned = -0.000980268 Jy ! Component: 900 - total flux cleaned = -0.00107837 Jy ! Component: 950 - total flux cleaned = -0.00121345 Jy ! Component: 1000 - total flux cleaned = -0.00127027 Jy ! Component: 1050 - total flux cleaned = -0.00136377 Jy ! Component: 1100 - total flux cleaned = -0.00141914 Jy ! Component: 1150 - total flux cleaned = -0.00149217 Jy ! Component: 1200 - total flux cleaned = -0.00167202 Jy ! Component: 1250 - total flux cleaned = -0.00172525 Jy ! Component: 1300 - total flux cleaned = -0.00181252 Jy ! Component: 1350 - total flux cleaned = -0.00189914 Jy ! Component: 1400 - total flux cleaned = -0.00203584 Jy ! Component: 1450 - total flux cleaned = -0.00213714 Jy ! Component: 1500 - total flux cleaned = -0.0022374 Jy ! Component: 1550 - total flux cleaned = -0.00235329 Jy ! Component: 1600 - total flux cleaned = -0.00246795 Jy ! Component: 1650 - total flux cleaned = -0.00254891 Jy ! Component: 1700 - total flux cleaned = -0.00266163 Jy ! Component: 1750 - total flux cleaned = -0.00270919 Jy ! Component: 1800 - total flux cleaned = -0.00286685 Jy ! Component: 1850 - total flux cleaned = -0.00286677 Jy ! Component: 1900 - total flux cleaned = -0.00292864 Jy ! Component: 1950 - total flux cleaned = -0.00300524 Jy ! Component: 2000 - total flux cleaned = -0.00306586 Jy ! Component: 2050 - total flux cleaned = -0.00315608 Jy ! Component: 2100 - total flux cleaned = -0.00320087 Jy ! Component: 2150 - total flux cleaned = -0.00327471 Jy ! Component: 2200 - total flux cleaned = -0.00333332 Jy ! Component: 2250 - total flux cleaned = -0.00346398 Jy ! Component: 2300 - total flux cleaned = -0.00352154 Jy ! Component: 2350 - total flux cleaned = -0.00359289 Jy ! Component: 2400 - total flux cleaned = -0.00363537 Jy ! Component: 2450 - total flux cleaned = -0.0037197 Jy ! Component: 2500 - total flux cleaned = -0.00387268 Jy ! Component: 2550 - total flux cleaned = -0.00390026 Jy ! Component: 2600 - total flux cleaned = -0.00392766 Jy ! Component: 2650 - total flux cleaned = -0.00395488 Jy ! Component: 2700 - total flux cleaned = -0.00408984 Jy ! Component: 2750 - total flux cleaned = -0.00416987 Jy ! Component: 2800 - total flux cleaned = -0.00420951 Jy ! Component: 2850 - total flux cleaned = -0.00418307 Jy ! Component: 2900 - total flux cleaned = -0.00426155 Jy ! Component: 2950 - total flux cleaned = -0.00435231 Jy ! Component: 3000 - total flux cleaned = -0.00433948 Jy ! Component: 3050 - total flux cleaned = -0.00442903 Jy ! Component: 3100 - total flux cleaned = -0.00449239 Jy ! Component: 3150 - total flux cleaned = -0.00449224 Jy ! Component: 3200 - total flux cleaned = -0.00456749 Jy ! Component: 3250 - total flux cleaned = -0.00459233 Jy ! Component: 3300 - total flux cleaned = -0.00466625 Jy ! Component: 3350 - total flux cleaned = -0.00473971 Jy ! Component: 3400 - total flux cleaned = -0.00477616 Jy ! Component: 3450 - total flux cleaned = -0.00476413 Jy ! Component: 3500 - total flux cleaned = -0.00490819 Jy ! Component: 3550 - total flux cleaned = -0.00492022 Jy ! Component: 3600 - total flux cleaned = -0.00502663 Jy ! Component: 3650 - total flux cleaned = -0.00505016 Jy ! Component: 3700 - total flux cleaned = -0.00510861 Jy ! Component: 3750 - total flux cleaned = -0.00515487 Jy ! Component: 3800 - total flux cleaned = -0.00520088 Jy ! Component: 3850 - total flux cleaned = -0.00520093 Jy ! Component: 3900 - total flux cleaned = -0.00529199 Jy ! Component: 3950 - total flux cleaned = -0.00532583 Jy ! Component: 4000 - total flux cleaned = -0.00538206 Jy ! Component: 4050 - total flux cleaned = -0.00541537 Jy ! Total flux subtracted in 4096 components = -0.00544866 Jy ! Clean residual min=-0.000727 max=0.000732 Jy/beam ! Clean residual mean=-0.000004 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.0487324 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 361 components and 0.0487324 Jy ![Exited script file: muppet] wmap "J0950-2844_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.916 x 7.518 at -3.708 degrees (North through East) ! Clean map min=-0.0012471 max=0.049384 Jy/beam ! Writing clean map to FITS file: J0950-2844_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0493845 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000203122 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.23392 1.23392 2.46784 4.93568 9.87136 19.7427 39.4855 78.9709 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.049 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.916 x 7.518 at -3.708 degrees (North through East) ! Clean map min=-0.0012471 max=0.049384 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 J0950-2844_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:20:03 2017