! Started logfile: J0534-3747_S_2017_08_12_pus_uvs.log on Fri May 10 14:53:12 2019 obs J0534-3747_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J0534-3747_S_2017_08_12_pus_uva.fits ! AN table 1: 135 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.392757 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0534-3747 ! ! 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 594 lines of history. ! ! Reading 9544 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 J0534-3747_S_2017_08_12_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 545 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 481 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 481 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1158 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.733963Jy sigma=0.004870 ! Fit after self-cal, rms=0.689467Jy sigma=0.004577 ! 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.113 mas, bmaj=6.214 mas, bpa=0.2542 degrees ! Estimated noise=1997.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.239665 Jy ! Component: 100 - total flux cleaned = 0.302851 Jy ! Total flux subtracted in 100 components = 0.302851 Jy ! Clean residual min=-0.032446 max=0.089295 Jy/beam ! Clean residual mean=-0.000787 rms=0.012039 Jy/beam ! Combined flux in latest and established models = 0.302851 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.302851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186852Jy sigma=0.001240 ! Fit after self-cal, rms=0.186749Jy sigma=0.001239 ! Inverting map ! Added new window around map position (-12.5, -9.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0776693 Jy ! Component: 100 - total flux cleaned = 0.117325 Jy ! Total flux subtracted in 100 components = 0.117325 Jy ! Clean residual min=-0.023178 max=0.037414 Jy/beam ! Clean residual mean=-0.000522 rms=0.007037 Jy/beam ! Combined flux in latest and established models = 0.420176 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 15 components and 0.420176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137838Jy sigma=0.000902 ! Fit after self-cal, rms=0.133966Jy sigma=0.000876 ! 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.606 mas, bmaj=7.129 mas, bpa=-0.1568 degrees ! Estimated noise=1288.81 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.0538141 Jy ! Component: 100 - total flux cleaned = 0.0884975 Jy ! Component: 150 - total flux cleaned = 0.112585 Jy ! Component: 200 - total flux cleaned = 0.129664 Jy ! Total flux subtracted in 200 components = 0.129664 Jy ! Clean residual min=-0.011386 max=0.019231 Jy/beam ! Clean residual mean=-0.000498 rms=0.004090 Jy/beam ! Combined flux in latest and established models = 0.54984 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 40 components and 0.54984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106532Jy sigma=0.000687 ! Fit after self-cal, rms=0.105164Jy sigma=0.000678 ! 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.00* FD 1.00* HN 1.00* KP 1.00 ! LA 0.98 MK 1.01 NL 1.00* OV 1.06 ! PT 0.97 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.00* KP 0.96 ! LA 0.93 MK 0.99 NL 1.00* OV 1.08 ! PT 0.95 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00* KP 0.94 ! LA 0.95 MK 1.02 NL 1.00* OV 1.01 ! PT 0.92 SC 1.01 ! ! ! Correcting IF 4. ! A total of 192 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.105164Jy sigma=0.000678 ! Fit after self-cal, rms=0.099593Jy sigma=0.000657 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.638 mas, bmaj=7.122 mas, bpa=0.3282 degrees ! Estimated noise=1275.59 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.00877988 Jy ! Component: 100 - total flux cleaned = 0.00920425 Jy ! Component: 150 - total flux cleaned = 0.00921648 Jy ! Component: 200 - total flux cleaned = 0.00931926 Jy ! Total flux subtracted in 200 components = 0.00931926 Jy ! Clean residual min=-0.005858 max=0.006875 Jy/beam ! Clean residual mean=-0.000074 rms=0.001591 Jy/beam ! Combined flux in latest and established models = 0.559159 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 61 components and 0.559159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098677Jy sigma=0.000651 ! Fit after self-cal, rms=0.098522Jy sigma=0.000650 ! 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.098522Jy sigma=0.000650 ! Fit after self-cal, rms=0.098328Jy sigma=0.000649 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.643 mas, bmaj=7.088 mas, bpa=0.3131 degrees ! Estimated noise=1276.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00367176 Jy ! Component: 100 - total flux cleaned = 0.00368073 Jy ! Component: 150 - total flux cleaned = 0.00362732 Jy ! Component: 200 - total flux cleaned = 0.003588 Jy ! Total flux subtracted in 200 components = 0.003588 Jy ! Clean residual min=-0.005281 max=0.004400 Jy/beam ! Clean residual mean=-0.000048 rms=0.001256 Jy/beam ! Combined flux in latest and established models = 0.562747 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 78 components and 0.562747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098175Jy sigma=0.000647 ! Fit after self-cal, rms=0.098131Jy sigma=0.000647 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.000749855 Jy ! Component: 100 - total flux cleaned = 0.000900296 Jy ! Component: 150 - total flux cleaned = 0.000865533 Jy ! Component: 200 - total flux cleaned = 0.00083297 Jy ! Total flux subtracted in 200 components = 0.00083297 Jy ! Clean residual min=-0.004888 max=0.004297 Jy/beam ! Clean residual mean=-0.000043 rms=0.001191 Jy/beam ! Combined flux in latest and established models = 0.56358 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 88 components and 0.56358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098088Jy sigma=0.000647 ! Fit after self-cal, rms=0.098072Jy sigma=0.000647 ! 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.098072Jy sigma=0.000647 ! Fit after self-cal, rms=0.098135Jy sigma=0.000647 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.646 mas, bmaj=7.09 mas, bpa=0.3303 degrees ! Estimated noise=1276.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109875 Jy ! Component: 100 - total flux cleaned = 0.00123003 Jy ! Component: 150 - total flux cleaned = 0.0013011 Jy ! Component: 200 - total flux cleaned = 0.00136465 Jy ! Total flux subtracted in 200 components = 0.00136465 Jy ! Clean residual min=-0.004678 max=0.003995 Jy/beam ! Clean residual mean=-0.000041 rms=0.001106 Jy/beam ! Combined flux in latest and established models = 0.564945 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 91 components and 0.564945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098099Jy sigma=0.000646 ! Fit after self-cal, rms=0.098091Jy sigma=0.000646 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.000271017 Jy ! Component: 100 - total flux cleaned = 0.000339792 Jy ! Component: 150 - total flux cleaned = 0.000370077 Jy ! Component: 200 - total flux cleaned = 0.000369641 Jy ! Total flux subtracted in 200 components = 0.000369641 Jy ! Clean residual min=-0.004468 max=0.003931 Jy/beam ! Clean residual mean=-0.000039 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.565314 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 96 components and 0.565314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098069Jy sigma=0.000646 ! Fit after self-cal, rms=0.098065Jy sigma=0.000646 ! 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.098065Jy sigma=0.000646 ! Fit after self-cal, rms=0.098133Jy sigma=0.000646 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.769 mas, bmaj=25.61 mas, bpa=0.4869 degrees ! Estimated noise=1801.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00158803 Jy ! Component: 100 - total flux cleaned = 0.00164353 Jy ! Component: 150 - total flux cleaned = 0.00172526 Jy ! Component: 200 - total flux cleaned = 0.00180376 Jy ! Total flux subtracted in 200 components = 0.00180376 Jy ! Clean residual min=-0.003949 max=0.003790 Jy/beam ! Clean residual mean=-0.000076 rms=0.001544 Jy/beam ! Combined flux in latest and established models = 0.567118 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 99 components and 0.567118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098143Jy sigma=0.000646 ! Fit after self-cal, rms=0.098134Jy sigma=0.000646 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.000349419 Jy ! Component: 100 - total flux cleaned = 0.000389524 Jy ! Component: 150 - total flux cleaned = 0.000445417 Jy ! Component: 200 - total flux cleaned = 0.000482039 Jy ! Total flux subtracted in 200 components = 0.000482039 Jy ! Clean residual min=-0.003916 max=0.003560 Jy/beam ! Clean residual mean=-0.000070 rms=0.001499 Jy/beam ! Combined flux in latest and established models = 0.5676 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 104 components and 0.5676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098144Jy sigma=0.000646 ! Fit after self-cal, rms=0.098142Jy sigma=0.000646 ! 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.647 mas, bmaj=7.09 mas, bpa=0.3201 degrees ! Estimated noise=1277.58 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.647 x 7.09 at 0.3201 degrees (North through East) ! Clean map min=-0.0040114 max=0.32893 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.144 mas, bmaj=6.152 mas, bpa=0.6884 degrees ! Estimated noise=2196.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.239718 Jy ! Component: 100 - total flux cleaned = 0.332197 Jy ! Component: 150 - total flux cleaned = 0.386957 Jy ! Component: 200 - total flux cleaned = 0.424495 Jy ! Total flux subtracted in 200 components = 0.424495 Jy ! Clean residual min=-0.014064 max=0.025760 Jy/beam ! Clean residual mean=-0.000397 rms=0.005065 Jy/beam ! Combined flux in latest and established models = 0.424495 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.424495 Jy ! Inverting map and beam ! Estimated beam: bmin=2.647 mas, bmaj=7.09 mas, bpa=0.3201 degrees ! Estimated noise=1277.58 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) ! Added new window around map position (-8.5, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0465289 Jy ! Component: 100 - total flux cleaned = 0.0748567 Jy ! Component: 150 - total flux cleaned = 0.0939655 Jy ! Component: 200 - total flux cleaned = 0.106981 Jy ! Total flux subtracted in 200 components = 0.106981 Jy ! Clean residual min=-0.007086 max=0.009399 Jy/beam ! Clean residual mean=-0.000257 rms=0.002402 Jy/beam ! Combined flux in latest and established models = 0.531475 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 69 components and 0.531475 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=9.769 mas, bmaj=25.61 mas, bpa=0.4869 degrees ! Estimated noise=1801.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0168462 Jy ! Component: 100 - total flux cleaned = 0.0257145 Jy ! Component: 150 - total flux cleaned = 0.0298537 Jy ! Component: 200 - total flux cleaned = 0.0306967 Jy ! Total flux subtracted in 200 components = 0.0306967 Jy ! Clean residual min=-0.005186 max=0.005642 Jy/beam ! Clean residual mean=-0.000148 rms=0.001932 Jy/beam ! Combined flux in latest and established models = 0.562172 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.000738934 Jy ! Component: 100 - total flux cleaned = 0.00138998 Jy ! Component: 150 - total flux cleaned = 0.00196544 Jy ! Component: 200 - total flux cleaned = 0.00247583 Jy ! Total flux subtracted in 200 components = 0.00247583 Jy ! Clean residual min=-0.004666 max=0.004690 Jy/beam ! Clean residual mean=-0.000114 rms=0.001641 Jy/beam ! Combined flux in latest and established models = 0.564648 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 97 components and 0.564648 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.647 mas, bmaj=7.09 mas, bpa=0.3201 degrees ! Estimated noise=1277.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000492741 Jy ! Component: 100 - total flux cleaned = -0.000368233 Jy ! Component: 150 - total flux cleaned = -5.21842e-05 Jy ! Component: 200 - total flux cleaned = 0.000302203 Jy ! Total flux subtracted in 200 components = 0.000302203 Jy ! Clean residual min=-0.004242 max=0.004079 Jy/beam ! Clean residual mean=-0.000046 rms=0.001104 Jy/beam ! Combined flux in latest and established models = 0.56495 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 111 components and 0.56495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098195Jy sigma=0.000647 ! Fit after self-cal, rms=0.098131Jy sigma=0.000646 wmodel J0534-3747_S_2017_08_12_pus_map.mod ! Writing 111 model components to file: J0534-3747_S_2017_08_12_pus_map.mod wobs J0534-3747_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J0534-3747_S_2017_08_12_pus_uvs.fits wwins J0534-3747_S_2017_08_12_pus_map.win ! wwins: Wrote 3 windows to J0534-3747_S_2017_08_12_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 = 8.22329e-05 Jy ! Component: 100 - total flux cleaned = 7.75092e-05 Jy ! Component: 150 - total flux cleaned = 0.000262483 Jy ! Component: 200 - total flux cleaned = 0.000263706 Jy ! Component: 250 - total flux cleaned = 0.000212045 Jy ! Component: 300 - total flux cleaned = 6.23076e-05 Jy ! Component: 350 - total flux cleaned = -0.000176714 Jy ! Component: 400 - total flux cleaned = -0.000536394 Jy ! Component: 450 - total flux cleaned = -0.000749999 Jy ! Component: 500 - total flux cleaned = -0.00107842 Jy ! Component: 550 - total flux cleaned = -0.00131485 Jy ! Component: 600 - total flux cleaned = -0.0016178 Jy ! Component: 650 - total flux cleaned = -0.00183795 Jy ! Component: 700 - total flux cleaned = -0.00201522 Jy ! Component: 750 - total flux cleaned = -0.00218774 Jy ! Component: 800 - total flux cleaned = -0.00235387 Jy ! Component: 850 - total flux cleaned = -0.00251568 Jy ! Component: 900 - total flux cleaned = -0.00270461 Jy ! Component: 950 - total flux cleaned = -0.00279582 Jy ! Component: 1000 - total flux cleaned = -0.00285544 Jy ! Component: 1050 - total flux cleaned = -0.00300083 Jy ! Component: 1100 - total flux cleaned = -0.00311375 Jy ! Component: 1150 - total flux cleaned = -0.00322357 Jy ! Component: 1200 - total flux cleaned = -0.00325036 Jy ! Component: 1250 - total flux cleaned = -0.00327692 Jy ! Component: 1300 - total flux cleaned = -0.0032521 Jy ! Component: 1350 - total flux cleaned = -0.00325264 Jy ! Component: 1400 - total flux cleaned = -0.00320274 Jy ! Component: 1450 - total flux cleaned = -0.00322713 Jy ! Component: 1500 - total flux cleaned = -0.0032982 Jy ! Component: 1550 - total flux cleaned = -0.00327515 Jy ! Component: 1600 - total flux cleaned = -0.00334415 Jy ! Component: 1650 - total flux cleaned = -0.00341198 Jy ! Component: 1700 - total flux cleaned = -0.0034344 Jy ! Component: 1750 - total flux cleaned = -0.00345667 Jy ! Component: 1800 - total flux cleaned = -0.00352181 Jy ! Component: 1850 - total flux cleaned = -0.00352203 Jy ! Component: 1900 - total flux cleaned = -0.00354317 Jy ! Component: 1950 - total flux cleaned = -0.0036055 Jy ! Component: 2000 - total flux cleaned = -0.00366686 Jy ! Component: 2050 - total flux cleaned = -0.00370714 Jy ! Component: 2100 - total flux cleaned = -0.00374692 Jy ! Component: 2150 - total flux cleaned = -0.0038061 Jy ! Component: 2200 - total flux cleaned = -0.00386478 Jy ! Component: 2250 - total flux cleaned = -0.00392299 Jy ! Component: 2300 - total flux cleaned = -0.00399989 Jy ! Component: 2350 - total flux cleaned = -0.00407611 Jy ! Component: 2400 - total flux cleaned = -0.00415176 Jy ! Component: 2450 - total flux cleaned = -0.00420801 Jy ! Component: 2500 - total flux cleaned = -0.00426398 Jy ! Component: 2550 - total flux cleaned = -0.00431937 Jy ! Component: 2600 - total flux cleaned = -0.00433778 Jy ! Component: 2650 - total flux cleaned = -0.00444712 Jy ! Component: 2700 - total flux cleaned = -0.00450132 Jy ! Component: 2750 - total flux cleaned = -0.00455528 Jy ! Component: 2800 - total flux cleaned = -0.00462665 Jy ! Component: 2850 - total flux cleaned = -0.00471535 Jy ! Component: 2900 - total flux cleaned = -0.00480363 Jy ! Component: 2950 - total flux cleaned = -0.00482132 Jy ! Component: 3000 - total flux cleaned = -0.00490877 Jy ! Component: 3050 - total flux cleaned = -0.00496103 Jy ! Component: 3100 - total flux cleaned = -0.00504778 Jy ! Component: 3150 - total flux cleaned = -0.00513414 Jy ! Component: 3200 - total flux cleaned = -0.00520291 Jy ! Component: 3250 - total flux cleaned = -0.00525426 Jy ! Component: 3300 - total flux cleaned = -0.00527136 Jy ! Component: 3350 - total flux cleaned = -0.0053054 Jy ! Component: 3400 - total flux cleaned = -0.00539021 Jy ! Component: 3450 - total flux cleaned = -0.00542406 Jy ! Component: 3500 - total flux cleaned = -0.00549157 Jy ! Component: 3550 - total flux cleaned = -0.00557578 Jy ! Component: 3600 - total flux cleaned = -0.005643 Jy ! Component: 3650 - total flux cleaned = -0.00569321 Jy ! Component: 3700 - total flux cleaned = -0.00576008 Jy ! Component: 3750 - total flux cleaned = -0.00581018 Jy ! Component: 3800 - total flux cleaned = -0.00587702 Jy ! Component: 3850 - total flux cleaned = -0.00589381 Jy ! Component: 3900 - total flux cleaned = -0.00599377 Jy ! Component: 3950 - total flux cleaned = -0.00602712 Jy ! Component: 4000 - total flux cleaned = -0.00612715 Jy ! Component: 4050 - total flux cleaned = -0.00619373 Jy ! Total flux subtracted in 4096 components = -0.00624382 Jy ! Clean residual min=-0.001033 max=0.001100 Jy/beam ! Clean residual mean=-0.000005 rms=0.000262 Jy/beam ! Combined flux in latest and established models = 0.558706 Jy keep ! Adding 231 model components to the UV plane model. ! The established model now contains 342 components and 0.558706 Jy ![Exited script file: muppet] wmap "J0534-3747_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.647 x 7.09 at 0.3201 degrees (North through East) ! Clean map min=-0.0026856 max=0.32137 Jy/beam ! Writing clean map to FITS file: J0534-3747_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.321374 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000247524 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.231062 0.231062 0.462123 0.924246 1.84849 3.69698 7.39397 14.7879 29.5759 59.1518 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.321 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.647 x 7.09 at 0.3201 degrees (North through East) ! Clean map min=-0.0026856 max=0.32137 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 J0534-3747_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:53:17 2019