! Started logfile: J0702-2841_S_2017_02_19_pus_uvs.log on Sat May 4 18:44:44 2019 obs J0702-2841_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J0702-2841_S_2017_02_19_pus_uva.fits ! AN table 1: 74 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.726126 visibilities/baseline/integration-bin. ! Found source: J0702-2841 ! ! 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 482 lines of history. ! ! Reading 9672 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 J0702-2841_S_2017_02_19_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 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 347 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.897419Jy sigma=0.005824 ! Fit after self-cal, rms=0.872728Jy sigma=0.005675 ! 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.344 mas, bmaj=6.422 mas, bpa=-5.363 degrees ! Estimated noise=1590.86 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.0940068 Jy ! Component: 100 - total flux cleaned = 0.125948 Jy ! Total flux subtracted in 100 components = 0.125948 Jy ! Clean residual min=-0.008285 max=0.015238 Jy/beam ! Clean residual mean=0.000011 rms=0.002585 Jy/beam ! Combined flux in latest and established models = 0.125948 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.125948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124798Jy sigma=0.000730 ! Fit after self-cal, rms=0.124740Jy sigma=0.000730 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0189616 Jy ! Component: 100 - total flux cleaned = 0.0314257 Jy ! Total flux subtracted in 100 components = 0.0314257 Jy ! Clean residual min=-0.006950 max=0.009763 Jy/beam ! Clean residual mean=0.000004 rms=0.001950 Jy/beam ! Combined flux in latest and established models = 0.157373 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 32 components and 0.157373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119727Jy sigma=0.000698 ! Fit after self-cal, rms=0.119687Jy sigma=0.000698 ! 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.895 mas, bmaj=7.538 mas, bpa=-5.313 degrees ! Estimated noise=1236.13 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.0138277 Jy ! Component: 100 - total flux cleaned = 0.0215326 Jy ! Component: 150 - total flux cleaned = 0.0258932 Jy ! Component: 200 - total flux cleaned = 0.0283657 Jy ! Total flux subtracted in 200 components = 0.0283657 Jy ! Clean residual min=-0.007185 max=0.008225 Jy/beam ! Clean residual mean=-0.000013 rms=0.001818 Jy/beam ! Combined flux in latest and established models = 0.185739 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 44 components and 0.185739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117734Jy sigma=0.000688 ! Fit after self-cal, rms=0.117717Jy sigma=0.000688 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.95 HN 1.34 KP 1.02 ! LA 0.97 MK 1.01 NL 0.96 OV 1.02 ! PT 1.00* SC 0.88 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00 HN 1.32 KP 1.02 ! LA 0.97 MK 0.96 NL 1.17 OV 1.07 ! PT 1.00* SC 0.92 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.79 FD 1.03 HN 1.43 KP 0.85 ! LA 0.74 MK 1.02 NL 1.25 OV 0.92 ! PT 1.00* SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.02 HN 1.05 KP 1.00* ! LA 0.80 MK 1.15 NL 1.00* OV 0.95 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.117717Jy sigma=0.000688 ! Fit after self-cal, rms=0.118700Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.912 mas, bmaj=7.418 mas, bpa=-4.131 degrees ! Estimated noise=1233.91 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.00070686 Jy ! Component: 100 - total flux cleaned = -0.000785428 Jy ! Component: 150 - total flux cleaned = -0.000787732 Jy ! Component: 200 - total flux cleaned = -0.000836345 Jy ! Total flux subtracted in 200 components = -0.000836345 Jy ! Clean residual min=-0.005006 max=0.005226 Jy/beam ! Clean residual mean=-0.000010 rms=0.001258 Jy/beam ! Combined flux in latest and established models = 0.184903 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 52 components and 0.184903 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118565Jy sigma=0.000671 ! Fit after self-cal, rms=0.118748Jy sigma=0.000670 ! 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.118748Jy sigma=0.000670 ! Fit after self-cal, rms=0.134486Jy sigma=0.000662 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.905 mas, bmaj=7.512 mas, bpa=-4.094 degrees ! Estimated noise=1234.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000347793 Jy ! Component: 100 - total flux cleaned = 0.000290186 Jy ! Component: 150 - total flux cleaned = 0.000226021 Jy ! Component: 200 - total flux cleaned = 0.000183419 Jy ! Total flux subtracted in 200 components = 0.000183419 Jy ! Clean residual min=-0.003114 max=0.003075 Jy/beam ! Clean residual mean=-0.000004 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.185086 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 62 components and 0.185086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134476Jy sigma=0.000662 ! Fit after self-cal, rms=0.134715Jy sigma=0.000662 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 (-92, 105). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00139795 Jy ! Component: 100 - total flux cleaned = 0.00140941 Jy ! Component: 150 - total flux cleaned = 0.00134719 Jy ! Component: 200 - total flux cleaned = 0.00129363 Jy ! Total flux subtracted in 200 components = 0.00129363 Jy ! Clean residual min=-0.002917 max=0.002956 Jy/beam ! Clean residual mean=-0.000005 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.18638 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 75 components and 0.18638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134577Jy sigma=0.000662 ! Fit after self-cal, rms=0.134571Jy sigma=0.000662 ! 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.134571Jy sigma=0.000662 ! Fit after self-cal, rms=0.136067Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.903 mas, bmaj=7.514 mas, bpa=-4.035 degrees ! Estimated noise=1231.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000661366 Jy ! Component: 100 - total flux cleaned = 0.000661873 Jy ! Component: 150 - total flux cleaned = 0.000663295 Jy ! Component: 200 - total flux cleaned = 0.000622989 Jy ! Total flux subtracted in 200 components = 0.000622989 Jy ! Clean residual min=-0.002777 max=0.003024 Jy/beam ! Clean residual mean=-0.000004 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.187003 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 82 components and 0.187003 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136005Jy sigma=0.000661 ! Fit after self-cal, rms=0.136019Jy sigma=0.000661 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 (16.5, -14). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00208143 Jy ! Component: 100 - total flux cleaned = 0.00194602 Jy ! Component: 150 - total flux cleaned = 0.00237119 Jy ! Component: 200 - total flux cleaned = 0.00251054 Jy ! Total flux subtracted in 200 components = 0.00251054 Jy ! Clean residual min=-0.002869 max=0.002618 Jy/beam ! Clean residual mean=-0.000003 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.189513 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 98 components and 0.189513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135913Jy sigma=0.000661 ! Fit after self-cal, rms=0.135894Jy sigma=0.000661 ! 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.135894Jy sigma=0.000661 ! Fit after self-cal, rms=0.134092Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.287 mas, bmaj=17.31 mas, bpa=4.767 degrees ! Estimated noise=1629.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000112757 Jy ! Component: 100 - total flux cleaned = -0.000330423 Jy ! Component: 150 - total flux cleaned = -0.000357998 Jy ! Component: 200 - total flux cleaned = -0.000358747 Jy ! Total flux subtracted in 200 components = -0.000358747 Jy ! Clean residual min=-0.002153 max=0.002857 Jy/beam ! Clean residual mean=-0.000004 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.189154 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 106 components and 0.189154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134069Jy sigma=0.000661 ! Fit after self-cal, rms=0.134072Jy sigma=0.000661 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.000115925 Jy ! Component: 100 - total flux cleaned = -0.000115045 Jy ! Component: 150 - total flux cleaned = -9.0636e-05 Jy ! Component: 200 - total flux cleaned = -9.04187e-05 Jy ! Total flux subtracted in 200 components = -9.04187e-05 Jy ! Clean residual min=-0.002166 max=0.002875 Jy/beam ! Clean residual mean=-0.000004 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.189064 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 110 components and 0.189064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134058Jy sigma=0.000661 ! Fit after self-cal, rms=0.134061Jy sigma=0.000661 ! 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.898 mas, bmaj=7.487 mas, bpa=-3.894 degrees ! Estimated noise=1224.87 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.898 x 7.487 at -3.894 degrees (North through East) ! Clean map min=-0.0034868 max=0.12207 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.348 mas, bmaj=6.336 mas, bpa=-3.908 degrees ! Estimated noise=1601.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0945736 Jy ! Component: 100 - total flux cleaned = 0.129239 Jy ! Component: 150 - total flux cleaned = 0.14851 Jy ! Component: 200 - total flux cleaned = 0.160945 Jy ! Total flux subtracted in 200 components = 0.160945 Jy ! Clean residual min=-0.005178 max=0.006733 Jy/beam ! Clean residual mean=0.000003 rms=0.001368 Jy/beam ! Combined flux in latest and established models = 0.160945 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.160945 Jy ! Inverting map and beam ! Estimated beam: bmin=2.898 mas, bmaj=7.487 mas, bpa=-3.894 degrees ! Estimated noise=1224.87 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.0110686 Jy ! Component: 100 - total flux cleaned = 0.0173075 Jy ! Component: 150 - total flux cleaned = 0.0209385 Jy ! Component: 200 - total flux cleaned = 0.0232962 Jy ! Total flux subtracted in 200 components = 0.0232962 Jy ! Clean residual min=-0.003326 max=0.002857 Jy/beam ! Clean residual mean=-0.000001 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.184241 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 44 components and 0.184241 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.287 mas, bmaj=17.31 mas, bpa=4.767 degrees ! Estimated noise=1629.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00308633 Jy ! Component: 100 - total flux cleaned = 0.00355898 Jy ! Component: 150 - total flux cleaned = 0.00392927 Jy ! Component: 200 - total flux cleaned = 0.00418928 Jy ! Total flux subtracted in 200 components = 0.00418928 Jy ! Clean residual min=-0.002325 max=0.002692 Jy/beam ! Clean residual mean=-0.000004 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.188431 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.000222503 Jy ! Component: 100 - total flux cleaned = 0.00034302 Jy ! Component: 150 - total flux cleaned = 0.000380994 Jy ! Component: 200 - total flux cleaned = 0.000416428 Jy ! Total flux subtracted in 200 components = 0.000416428 Jy ! Clean residual min=-0.002260 max=0.002801 Jy/beam ! Clean residual mean=-0.000004 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.188847 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 72 components and 0.188847 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.898 mas, bmaj=7.487 mas, bpa=-3.894 degrees ! Estimated noise=1224.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000775605 Jy ! Component: 100 - total flux cleaned = 0.000690149 Jy ! Component: 150 - total flux cleaned = 0.000688145 Jy ! Component: 200 - total flux cleaned = 0.00055336 Jy ! Total flux subtracted in 200 components = 0.00055336 Jy ! Clean residual min=-0.002795 max=0.002561 Jy/beam ! Clean residual mean=-0.000002 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.189401 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 90 components and 0.189401 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134158Jy sigma=0.000661 ! Fit after self-cal, rms=0.134135Jy sigma=0.000661 wmodel J0702-2841_S_2017_02_19_pus_map.mod ! Writing 90 model components to file: J0702-2841_S_2017_02_19_pus_map.mod wobs J0702-2841_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J0702-2841_S_2017_02_19_pus_uvs.fits wwins J0702-2841_S_2017_02_19_pus_map.win ! wwins: Wrote 3 windows to J0702-2841_S_2017_02_19_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.000629589 Jy ! Component: 100 - total flux cleaned = -0.000675999 Jy ! Component: 150 - total flux cleaned = -0.000633125 Jy ! Component: 200 - total flux cleaned = -0.000634688 Jy ! Component: 250 - total flux cleaned = -0.000634769 Jy ! Component: 300 - total flux cleaned = -0.000595061 Jy ! Component: 350 - total flux cleaned = -0.000594632 Jy ! Component: 400 - total flux cleaned = -0.000594419 Jy ! Component: 450 - total flux cleaned = -0.000631074 Jy ! Component: 500 - total flux cleaned = -0.00066709 Jy ! Component: 550 - total flux cleaned = -0.000736832 Jy ! Component: 600 - total flux cleaned = -0.000839639 Jy ! Component: 650 - total flux cleaned = -0.000872928 Jy ! Component: 700 - total flux cleaned = -0.000840174 Jy ! Component: 750 - total flux cleaned = -0.00087356 Jy ! Component: 800 - total flux cleaned = -0.000937498 Jy ! Component: 850 - total flux cleaned = -0.000906479 Jy ! Component: 900 - total flux cleaned = -0.000937496 Jy ! Component: 950 - total flux cleaned = -0.000937376 Jy ! Component: 1000 - total flux cleaned = -0.000908251 Jy ! Component: 1050 - total flux cleaned = -0.000996223 Jy ! Component: 1100 - total flux cleaned = -0.000995906 Jy ! Component: 1150 - total flux cleaned = -0.000995835 Jy ! Component: 1200 - total flux cleaned = -0.00108026 Jy ! Component: 1250 - total flux cleaned = -0.000996916 Jy ! Component: 1300 - total flux cleaned = -0.00094255 Jy ! Component: 1350 - total flux cleaned = -0.000969121 Jy ! Component: 1400 - total flux cleaned = -0.000942585 Jy ! Component: 1450 - total flux cleaned = -0.000968725 Jy ! Component: 1500 - total flux cleaned = -0.000994621 Jy ! Component: 1550 - total flux cleaned = -0.000994737 Jy ! Component: 1600 - total flux cleaned = -0.000994517 Jy ! Component: 1650 - total flux cleaned = -0.00096941 Jy ! Component: 1700 - total flux cleaned = -0.000994085 Jy ! Component: 1750 - total flux cleaned = -0.0010186 Jy ! Component: 1800 - total flux cleaned = -0.000994556 Jy ! Component: 1850 - total flux cleaned = -0.000994094 Jy ! Component: 1900 - total flux cleaned = -0.000994317 Jy ! Component: 1950 - total flux cleaned = -0.000947442 Jy ! Component: 2000 - total flux cleaned = -0.000993999 Jy ! Component: 2050 - total flux cleaned = -0.00101688 Jy ! Component: 2100 - total flux cleaned = -0.00103984 Jy ! Component: 2150 - total flux cleaned = -0.00103974 Jy ! Component: 2200 - total flux cleaned = -0.00106225 Jy ! Component: 2250 - total flux cleaned = -0.00103998 Jy ! Component: 2300 - total flux cleaned = -0.00104003 Jy ! Component: 2350 - total flux cleaned = -0.00104009 Jy ! Component: 2400 - total flux cleaned = -0.00101818 Jy ! Component: 2450 - total flux cleaned = -0.000953634 Jy ! Component: 2500 - total flux cleaned = -0.000889502 Jy ! Component: 2550 - total flux cleaned = -0.00088955 Jy ! Component: 2600 - total flux cleaned = -0.000910623 Jy ! Component: 2650 - total flux cleaned = -0.000952295 Jy ! Component: 2700 - total flux cleaned = -0.000889996 Jy ! Component: 2750 - total flux cleaned = -0.000848697 Jy ! Component: 2800 - total flux cleaned = -0.00082825 Jy ! Component: 2850 - total flux cleaned = -0.000747371 Jy ! Component: 2900 - total flux cleaned = -0.000707137 Jy ! Component: 2950 - total flux cleaned = -0.000707372 Jy ! Component: 3000 - total flux cleaned = -0.000687541 Jy ! Component: 3050 - total flux cleaned = -0.00072689 Jy ! Component: 3100 - total flux cleaned = -0.000746535 Jy ! Component: 3150 - total flux cleaned = -0.000746417 Jy ! Component: 3200 - total flux cleaned = -0.000727066 Jy ! Component: 3250 - total flux cleaned = -0.00066921 Jy ! Component: 3300 - total flux cleaned = -0.000611889 Jy ! Component: 3350 - total flux cleaned = -0.000630926 Jy ! Component: 3400 - total flux cleaned = -0.000630981 Jy ! Component: 3450 - total flux cleaned = -0.000649879 Jy ! Component: 3500 - total flux cleaned = -0.000668403 Jy ! Component: 3550 - total flux cleaned = -0.000668471 Jy ! Component: 3600 - total flux cleaned = -0.000668571 Jy ! Component: 3650 - total flux cleaned = -0.000705361 Jy ! Component: 3700 - total flux cleaned = -0.000741849 Jy ! Component: 3750 - total flux cleaned = -0.000760055 Jy ! Component: 3800 - total flux cleaned = -0.000741946 Jy ! Component: 3850 - total flux cleaned = -0.000777866 Jy ! Component: 3900 - total flux cleaned = -0.000742077 Jy ! Component: 3950 - total flux cleaned = -0.000831096 Jy ! Component: 4000 - total flux cleaned = -0.000795603 Jy ! Component: 4050 - total flux cleaned = -0.000848481 Jy ! Total flux subtracted in 4096 components = -0.000866052 Jy ! Clean residual min=-0.001246 max=0.001221 Jy/beam ! Clean residual mean=0.000002 rms=0.000320 Jy/beam ! Combined flux in latest and established models = 0.188534 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 363 components and 0.188534 Jy ![Exited script file: muppet] wmap "J0702-2841_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.898 x 7.487 at -3.894 degrees (North through East) ! Clean map min=-0.0029286 max=0.12023 Jy/beam ! Writing clean map to FITS file: J0702-2841_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.120233 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000320943 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.800803 0.800803 1.60161 3.20321 6.40642 12.8128 25.6257 51.2514 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.12 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.898 x 7.487 at -3.894 degrees (North through East) ! Clean map min=-0.0029286 max=0.12023 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 J0702-2841_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:44:49 2019