! Started logfile: J0919-0739_S_2017_04_28_pus_uvs.log on Thu May 2 16:22:10 2019 obs J0919-0739_S_2017_04_28_pus_uva.fits ! Reading UV FITS file: J0919-0739_S_2017_04_28_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.977001 visibilities/baseline/integration-bin. ! Found source: J0919-0739 ! ! 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 671 lines of history. ! ! Reading 25148 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 J0919-0739_S_2017_04_28_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 590 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.841722Jy sigma=0.006926 ! Fit after self-cal, rms=0.828493Jy sigma=0.006851 ! 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.664 mas, bmaj=6.728 mas, bpa=-3.361 degrees ! Estimated noise=1062.44 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.124963 Jy ! Component: 100 - total flux cleaned = 0.161316 Jy ! Total flux subtracted in 100 components = 0.161316 Jy ! Clean residual min=-0.008057 max=0.016758 Jy/beam ! Clean residual mean=-0.000011 rms=0.002299 Jy/beam ! Combined flux in latest and established models = 0.161316 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.161316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129351Jy sigma=0.000909 ! Fit after self-cal, rms=0.129297Jy sigma=0.000908 ! Inverting map ! Added new window around map position (2.5, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0193513 Jy ! Component: 100 - total flux cleaned = 0.0309724 Jy ! Total flux subtracted in 100 components = 0.0309724 Jy ! Clean residual min=-0.006998 max=0.008224 Jy/beam ! Clean residual mean=-0.000006 rms=0.001833 Jy/beam ! Combined flux in latest and established models = 0.192288 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 27 components and 0.192288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123755Jy sigma=0.000918 ! Fit after self-cal, rms=0.123722Jy sigma=0.000918 ! 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.28 mas, bmaj=7.912 mas, bpa=-3.332 degrees ! Estimated noise=692.273 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.0128995 Jy ! Component: 100 - total flux cleaned = 0.0196753 Jy ! Component: 150 - total flux cleaned = 0.0235117 Jy ! Component: 200 - total flux cleaned = 0.0258377 Jy ! Total flux subtracted in 200 components = 0.0258377 Jy ! Clean residual min=-0.006815 max=0.005949 Jy/beam ! Clean residual mean=-0.000013 rms=0.001504 Jy/beam ! Combined flux in latest and established models = 0.218126 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 49 components and 0.218126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121650Jy sigma=0.000942 ! Fit after self-cal, rms=0.121622Jy sigma=0.000942 ! 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.92 FD 0.93 HN 1.00 KP 1.00 ! LA 0.97 MK 1.04 NL 0.98 OV 1.00 ! PT 1.08 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.85 HN 1.02 KP 0.95 ! LA 0.95 MK 0.97 NL 1.14 OV 0.95 ! PT 1.07 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.38 FD 0.90 HN 1.01 KP 0.99 ! LA 0.98 MK 0.98 NL 1.02 OV 0.94 ! PT 1.06 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.45 FD 0.95 HN 0.93 KP 1.00* ! LA 9.79 MK 1.20 NL 1.00* OV 1.00* ! PT 1.11 SC 1.00* ! ! ! Fit before self-cal, rms=0.121622Jy sigma=0.000942 ! Fit after self-cal, rms=0.860733Jy sigma=0.000712 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.269 mas, bmaj=7.932 mas, bpa=-2.848 degrees ! Estimated noise=716.453 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 (21.5, -51). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00743221 Jy ! Component: 100 - total flux cleaned = 0.0101766 Jy ! Component: 150 - total flux cleaned = 0.0115867 Jy ! Component: 200 - total flux cleaned = 0.0119421 Jy ! Total flux subtracted in 200 components = 0.0119421 Jy ! Clean residual min=-0.004657 max=0.006230 Jy/beam ! Clean residual mean=0.000030 rms=0.001325 Jy/beam ! Combined flux in latest and established models = 0.230068 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 72 components and 0.230068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.859744Jy sigma=0.000711 ! Fit after self-cal, rms=0.860746Jy sigma=0.000710 ! 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.860746Jy sigma=0.000710 ! Fit after self-cal, rms=2.396274Jy sigma=0.000694 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.254 mas, bmaj=7.93 mas, bpa=-2.754 degrees ! Estimated noise=744.222 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00730698 Jy ! Component: 100 - total flux cleaned = 0.00907249 Jy ! Component: 150 - total flux cleaned = 0.00907104 Jy ! Component: 200 - total flux cleaned = 0.00916579 Jy ! Total flux subtracted in 200 components = 0.00916579 Jy ! Clean residual min=-0.005009 max=0.004706 Jy/beam ! Clean residual mean=0.000019 rms=0.001135 Jy/beam ! Combined flux in latest and established models = 0.239234 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 82 components and 0.239234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=2.395547Jy sigma=0.000695 ! Fit after self-cal, rms=2.395631Jy sigma=0.000694 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 = 9.37279e-05 Jy ! Component: 100 - total flux cleaned = 0.000168906 Jy ! Component: 150 - total flux cleaned = 0.000237027 Jy ! Component: 200 - total flux cleaned = 0.000237108 Jy ! Total flux subtracted in 200 components = 0.000237108 Jy ! Clean residual min=-0.004919 max=0.004740 Jy/beam ! Clean residual mean=0.000019 rms=0.001124 Jy/beam ! Combined flux in latest and established models = 0.239471 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 93 components and 0.239471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=2.395492Jy sigma=0.000694 ! Fit after self-cal, rms=2.395492Jy sigma=0.000694 ! 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=2.395492Jy sigma=0.000694 ! Fit after self-cal, rms=3.253925Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.93 mas, bpa=-2.759 degrees ! Estimated noise=750.966 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000898757 Jy ! Component: 100 - total flux cleaned = 0.00111412 Jy ! Component: 150 - total flux cleaned = 0.0013455 Jy ! Component: 200 - total flux cleaned = 0.00149663 Jy ! Total flux subtracted in 200 components = 0.00149663 Jy ! Clean residual min=-0.002898 max=0.002848 Jy/beam ! Clean residual mean=0.000010 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.240967 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 109 components and 0.240967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=3.253820Jy sigma=0.000672 ! Fit after self-cal, rms=3.253827Jy sigma=0.000671 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 = 9.8763e-05 Jy ! Component: 100 - total flux cleaned = 0.000184293 Jy ! Component: 150 - total flux cleaned = 0.000260703 Jy ! Component: 200 - total flux cleaned = 0.000327669 Jy ! Total flux subtracted in 200 components = 0.000327669 Jy ! Clean residual min=-0.002924 max=0.002689 Jy/beam ! Clean residual mean=0.000011 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.241295 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 125 components and 0.241295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=3.253772Jy sigma=0.000671 ! Fit after self-cal, rms=3.253764Jy sigma=0.000671 ! 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=3.253764Jy sigma=0.000671 ! Fit after self-cal, rms=3.387045Jy sigma=0.000671 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.459 mas, bmaj=13.41 mas, bpa=1.03 degrees ! Estimated noise=953.047 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184557 Jy ! Component: 100 - total flux cleaned = 0.00216948 Jy ! Component: 150 - total flux cleaned = 0.00241845 Jy ! Component: 200 - total flux cleaned = 0.00260728 Jy ! Total flux subtracted in 200 components = 0.00260728 Jy ! Clean residual min=-0.003034 max=0.003687 Jy/beam ! Clean residual mean=0.000021 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.243902 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 135 components and 0.243902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=3.386928Jy sigma=0.000671 ! Fit after self-cal, rms=3.386915Jy sigma=0.000671 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.00016684 Jy ! Component: 100 - total flux cleaned = 0.000234083 Jy ! Component: 150 - total flux cleaned = 0.000287698 Jy ! Component: 200 - total flux cleaned = 0.000358896 Jy ! Total flux subtracted in 200 components = 0.000358896 Jy ! Clean residual min=-0.003006 max=0.003414 Jy/beam ! Clean residual mean=0.000020 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.244261 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 145 components and 0.244261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=3.386883Jy sigma=0.000671 ! Fit after self-cal, rms=3.386876Jy sigma=0.000671 ! 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.268 mas, bmaj=7.923 mas, bpa=-2.682 degrees ! Estimated noise=758.262 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.268 x 7.923 at -2.682 degrees (North through East) ! Clean map min=-0.0026884 max=0.18713 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.651 mas, bmaj=6.752 mas, bpa=-2.726 degrees ! Estimated noise=1171.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.137329 Jy ! Component: 100 - total flux cleaned = 0.17973 Jy ! Component: 150 - total flux cleaned = 0.202088 Jy ! Component: 200 - total flux cleaned = 0.215665 Jy ! Total flux subtracted in 200 components = 0.215665 Jy ! Clean residual min=-0.005042 max=0.007189 Jy/beam ! Clean residual mean=-0.000001 rms=0.001216 Jy/beam ! Combined flux in latest and established models = 0.215666 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.215666 Jy ! Inverting map and beam ! Estimated beam: bmin=3.268 mas, bmaj=7.923 mas, bpa=-2.682 degrees ! Estimated noise=758.262 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.0125066 Jy ! Component: 100 - total flux cleaned = 0.019022 Jy ! Component: 150 - total flux cleaned = 0.0227494 Jy ! Component: 200 - total flux cleaned = 0.0250786 Jy ! Total flux subtracted in 200 components = 0.0250786 Jy ! Clean residual min=-0.002760 max=0.002727 Jy/beam ! Clean residual mean=0.000010 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.240744 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 37 components and 0.240744 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.459 mas, bmaj=13.41 mas, bpa=1.03 degrees ! Estimated noise=953.047 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00220967 Jy ! Component: 100 - total flux cleaned = 0.00301225 Jy ! Component: 150 - total flux cleaned = 0.00330257 Jy ! Component: 200 - total flux cleaned = 0.00337571 Jy ! Total flux subtracted in 200 components = 0.00337571 Jy ! Clean residual min=-0.002952 max=0.003428 Jy/beam ! Clean residual mean=0.000020 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.24412 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 = 3.45035e-05 Jy ! Component: 100 - total flux cleaned = 3.48745e-05 Jy ! Component: 150 - total flux cleaned = 3.40925e-05 Jy ! Component: 200 - total flux cleaned = 3.33465e-05 Jy ! Total flux subtracted in 200 components = 3.33465e-05 Jy ! Clean residual min=-0.002960 max=0.003391 Jy/beam ! Clean residual mean=0.000020 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.244153 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 65 components and 0.244153 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.268 mas, bmaj=7.923 mas, bpa=-2.682 degrees ! Estimated noise=758.262 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000293232 Jy ! Component: 100 - total flux cleaned = -0.000294486 Jy ! Component: 150 - total flux cleaned = -0.000335013 Jy ! Component: 200 - total flux cleaned = -0.000334951 Jy ! Total flux subtracted in 200 components = -0.000334951 Jy ! Clean residual min=-0.002698 max=0.002614 Jy/beam ! Clean residual mean=0.000010 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.243818 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 84 components and 0.243818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=3.386890Jy sigma=0.000671 ! Fit after self-cal, rms=3.386876Jy sigma=0.000671 wmodel J0919-0739_S_2017_04_28_pus_map.mod ! Writing 84 model components to file: J0919-0739_S_2017_04_28_pus_map.mod wobs J0919-0739_S_2017_04_28_pus_uvs.fits ! Writing UV FITS file: J0919-0739_S_2017_04_28_pus_uvs.fits wwins J0919-0739_S_2017_04_28_pus_map.win ! wwins: Wrote 3 windows to J0919-0739_S_2017_04_28_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 = 1.74503e-05 Jy ! Component: 100 - total flux cleaned = 0.000332377 Jy ! Component: 150 - total flux cleaned = 0.000374667 Jy ! Component: 200 - total flux cleaned = 0.000499205 Jy ! Component: 250 - total flux cleaned = 0.000579625 Jy ! Component: 300 - total flux cleaned = 0.000618319 Jy ! Component: 350 - total flux cleaned = 0.000695226 Jy ! Component: 400 - total flux cleaned = 0.000732836 Jy ! Component: 450 - total flux cleaned = 0.000696512 Jy ! Component: 500 - total flux cleaned = 0.00073296 Jy ! Component: 550 - total flux cleaned = 0.000803873 Jy ! Component: 600 - total flux cleaned = 0.000907767 Jy ! Component: 650 - total flux cleaned = 0.00100992 Jy ! Component: 700 - total flux cleaned = 0.00111044 Jy ! Component: 750 - total flux cleaned = 0.00117649 Jy ! Component: 800 - total flux cleaned = 0.00130637 Jy ! Component: 850 - total flux cleaned = 0.00143416 Jy ! Component: 900 - total flux cleaned = 0.00159098 Jy ! Component: 950 - total flux cleaned = 0.00171478 Jy ! Component: 1000 - total flux cleaned = 0.00180713 Jy ! Component: 1050 - total flux cleaned = 0.00201854 Jy ! Component: 1100 - total flux cleaned = 0.00219691 Jy ! Component: 1150 - total flux cleaned = 0.00222619 Jy ! Component: 1200 - total flux cleaned = 0.00216827 Jy ! Component: 1250 - total flux cleaned = 0.00242898 Jy ! Component: 1300 - total flux cleaned = 0.00240024 Jy ! Component: 1350 - total flux cleaned = 0.00251391 Jy ! Component: 1400 - total flux cleaned = 0.00259837 Jy ! Component: 1450 - total flux cleaned = 0.00273777 Jy ! Component: 1500 - total flux cleaned = 0.00279292 Jy ! Component: 1550 - total flux cleaned = 0.00295725 Jy ! Component: 1600 - total flux cleaned = 0.00303883 Jy ! Component: 1650 - total flux cleaned = 0.00317382 Jy ! Component: 1700 - total flux cleaned = 0.00320105 Jy ! Component: 1750 - total flux cleaned = 0.00344029 Jy ! Component: 1800 - total flux cleaned = 0.00357213 Jy ! Component: 1850 - total flux cleaned = 0.00367708 Jy ! Component: 1900 - total flux cleaned = 0.00380702 Jy ! Component: 1950 - total flux cleaned = 0.00388472 Jy ! Component: 2000 - total flux cleaned = 0.00403883 Jy ! Component: 2050 - total flux cleaned = 0.00414081 Jy ! Component: 2100 - total flux cleaned = 0.00426737 Jy ! Component: 2150 - total flux cleaned = 0.00441825 Jy ! Component: 2200 - total flux cleaned = 0.00454298 Jy ! Component: 2250 - total flux cleaned = 0.00469153 Jy ! Component: 2300 - total flux cleaned = 0.00476563 Jy ! Component: 2350 - total flux cleaned = 0.00496162 Jy ! Component: 2400 - total flux cleaned = 0.00510743 Jy ! Component: 2450 - total flux cleaned = 0.00513167 Jy ! Component: 2500 - total flux cleaned = 0.00539582 Jy ! Component: 2550 - total flux cleaned = 0.00541968 Jy ! Component: 2600 - total flux cleaned = 0.00553852 Jy ! Component: 2650 - total flux cleaned = 0.00565656 Jy ! Component: 2700 - total flux cleaned = 0.00582087 Jy ! Component: 2750 - total flux cleaned = 0.00591412 Jy ! Component: 2800 - total flux cleaned = 0.00593729 Jy ! Component: 2850 - total flux cleaned = 0.00612223 Jy ! Component: 2900 - total flux cleaned = 0.00619105 Jy ! Component: 2950 - total flux cleaned = 0.0062139 Jy ! Component: 3000 - total flux cleaned = 0.00635073 Jy ! Component: 3050 - total flux cleaned = 0.00646418 Jy ! Component: 3100 - total flux cleaned = 0.00657684 Jy ! Component: 3150 - total flux cleaned = 0.00680119 Jy ! Component: 3200 - total flux cleaned = 0.00689037 Jy ! Component: 3250 - total flux cleaned = 0.00689055 Jy ! Component: 3300 - total flux cleaned = 0.00704555 Jy ! Component: 3350 - total flux cleaned = 0.00708967 Jy ! Component: 3400 - total flux cleaned = 0.00728711 Jy ! Component: 3450 - total flux cleaned = 0.00733089 Jy ! Component: 3500 - total flux cleaned = 0.00748329 Jy ! Component: 3550 - total flux cleaned = 0.00761339 Jy ! Component: 3600 - total flux cleaned = 0.00774283 Jy ! Component: 3650 - total flux cleaned = 0.0078289 Jy ! Component: 3700 - total flux cleaned = 0.00795734 Jy ! Component: 3750 - total flux cleaned = 0.00808535 Jy ! Component: 3800 - total flux cleaned = 0.00819171 Jy ! Component: 3850 - total flux cleaned = 0.00836122 Jy ! Component: 3900 - total flux cleaned = 0.00846698 Jy ! Component: 3950 - total flux cleaned = 0.00859327 Jy ! Component: 4000 - total flux cleaned = 0.0086562 Jy ! Component: 4050 - total flux cleaned = 0.00873975 Jy ! Total flux subtracted in 4096 components = 0.00894796 Jy ! Clean residual min=-0.001098 max=0.001373 Jy/beam ! Clean residual mean=0.000007 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.252766 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 368 components and 0.252766 Jy ![Exited script file: muppet] wmap "J0919-0739_S_2017_04_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.268 x 7.923 at -2.682 degrees (North through East) ! Clean map min=-0.0020507 max=0.18788 Jy/beam ! Writing clean map to FITS file: J0919-0739_S_2017_04_28_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.187878 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000403767 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.644728 0.644728 1.28946 2.57891 5.15782 10.3156 20.6313 41.2626 82.5252 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.187 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.268 x 7.923 at -2.682 degrees (North through East) ! Clean map min=-0.0020507 max=0.18788 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 J0919-0739_S_2017_04_28_pus_uvs.log closed on Thu May 2 16:22:16 2019