! Started logfile: J0647-1605_S_2017_06_10_pus_uvs.log on Mon May 6 14:46:50 2019 obs J0647-1605_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0647-1605_S_2017_06_10_pus_uva.fits ! AN table 1: 55 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.769293 visibilities/baseline/integration-bin. ! Found source: J0647-1605 ! ! 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 1154 lines of history. ! ! Reading 7616 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 J0647-1605_S_2017_06_10_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 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 314 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.725590Jy sigma=0.005724 ! Fit after self-cal, rms=0.708587Jy sigma=0.005595 ! 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.455 mas, bmaj=6.733 mas, bpa=-6.129 degrees ! Estimated noise=1604.22 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.209251 Jy ! Component: 100 - total flux cleaned = 0.282732 Jy ! Total flux subtracted in 100 components = 0.282732 Jy ! Clean residual min=-0.017084 max=0.043681 Jy/beam ! Clean residual mean=-0.000071 rms=0.005550 Jy/beam ! Combined flux in latest and established models = 0.282732 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.282732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130460Jy sigma=0.000983 ! Fit after self-cal, rms=0.130403Jy sigma=0.000983 ! Inverting map ! Added new window around map position (-3, 10.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0437062 Jy ! Component: 100 - total flux cleaned = 0.0694542 Jy ! Total flux subtracted in 100 components = 0.0694542 Jy ! Clean residual min=-0.014186 max=0.024318 Jy/beam ! Clean residual mean=-0.000045 rms=0.003662 Jy/beam ! Combined flux in latest and established models = 0.352186 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 31 components and 0.352186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110754Jy sigma=0.000818 ! Fit after self-cal, rms=0.110428Jy sigma=0.000815 ! 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.095 mas, bmaj=7.987 mas, bpa=-5.372 degrees ! Estimated noise=1171.21 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.0213401 Jy ! Component: 100 - total flux cleaned = 0.0281738 Jy ! Component: 150 - total flux cleaned = 0.0301427 Jy ! Component: 200 - total flux cleaned = 0.0316193 Jy ! Total flux subtracted in 200 components = 0.0316193 Jy ! Clean residual min=-0.015238 max=0.023484 Jy/beam ! Clean residual mean=-0.000069 rms=0.003936 Jy/beam ! Combined flux in latest and established models = 0.383805 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 48 components and 0.383805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106102Jy sigma=0.000779 ! Fit after self-cal, rms=0.106038Jy sigma=0.000779 ! Inverting map ! Added new window around map position (15.5, -5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0211975 Jy ! Component: 100 - total flux cleaned = 0.0318155 Jy ! Component: 150 - total flux cleaned = 0.0381721 Jy ! Component: 200 - total flux cleaned = 0.0418371 Jy ! Total flux subtracted in 200 components = 0.0418371 Jy ! Clean residual min=-0.012184 max=0.012863 Jy/beam ! Clean residual mean=-0.000028 rms=0.002767 Jy/beam ! Combined flux in latest and established models = 0.425642 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 86 components and 0.425642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101849Jy sigma=0.000742 ! Fit after self-cal, rms=0.101501Jy sigma=0.000739 ! 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 0.89 HN 0.99 KP 1.05 ! LA 1.01 MK 1.03 NL 0.91 OV 1.02 ! PT 1.01 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 HN 1.04 KP 1.00 ! LA 0.96 MK 1.00 NL 1.02 OV 1.04 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.03 KP 0.98 ! LA 0.97 MK 0.96 NL 1.21 OV 0.94 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 4. ! A total of 33 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.07 KP 1.00* ! LA 0.92 MK 0.95 NL 1.00* OV 1.00* ! PT 1.06 SC 1.00* ! ! ! Fit before self-cal, rms=0.101501Jy sigma=0.000739 ! Fit after self-cal, rms=0.097356Jy sigma=0.000715 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.104 mas, bmaj=8.009 mas, bpa=-5.395 degrees ! Estimated noise=1164.01 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.00166772 Jy ! Component: 100 - total flux cleaned = 0.00275927 Jy ! Component: 150 - total flux cleaned = 0.00319887 Jy ! Component: 200 - total flux cleaned = 0.00358623 Jy ! Total flux subtracted in 200 components = 0.00358623 Jy ! Clean residual min=-0.009905 max=0.009243 Jy/beam ! Clean residual mean=0.000003 rms=0.002291 Jy/beam ! Combined flux in latest and established models = 0.429229 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 99 components and 0.429229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096722Jy sigma=0.000709 ! Fit after self-cal, rms=0.096655Jy sigma=0.000708 ! 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.096655Jy sigma=0.000708 ! Fit after self-cal, rms=0.096522Jy sigma=0.000677 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.131 mas, bmaj=8.122 mas, bpa=-4.804 degrees ! Estimated noise=1175.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00196053 Jy ! Component: 100 - total flux cleaned = 0.00196612 Jy ! Component: 150 - total flux cleaned = 0.00240645 Jy ! Component: 200 - total flux cleaned = 0.00271509 Jy ! Total flux subtracted in 200 components = 0.00271509 Jy ! Clean residual min=-0.005549 max=0.006563 Jy/beam ! Clean residual mean=-0.000008 rms=0.001319 Jy/beam ! Combined flux in latest and established models = 0.431944 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 119 components and 0.431944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096284Jy sigma=0.000675 ! Fit after self-cal, rms=0.096367Jy sigma=0.000675 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 (38.5, -20). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00612784 Jy ! Component: 100 - total flux cleaned = 0.00923752 Jy ! Component: 150 - total flux cleaned = 0.0101402 Jy ! Component: 200 - total flux cleaned = 0.0108139 Jy ! Total flux subtracted in 200 components = 0.0108139 Jy ! Clean residual min=-0.004792 max=0.004220 Jy/beam ! Clean residual mean=-0.000007 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.442758 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 151 components and 0.442758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095883Jy sigma=0.000671 ! Fit after self-cal, rms=0.095857Jy sigma=0.000671 ! 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.095857Jy sigma=0.000671 ! Fit after self-cal, rms=0.095828Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.135 mas, bmaj=8.138 mas, bpa=-4.76 degrees ! Estimated noise=1174.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00211897 Jy ! Component: 100 - total flux cleaned = 0.0025622 Jy ! Component: 150 - total flux cleaned = 0.00311601 Jy ! Component: 200 - total flux cleaned = 0.00347355 Jy ! Total flux subtracted in 200 components = 0.00347355 Jy ! Clean residual min=-0.004433 max=0.003803 Jy/beam ! Clean residual mean=-0.000002 rms=0.000998 Jy/beam ! Combined flux in latest and established models = 0.446231 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 161 components and 0.446231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095663Jy sigma=0.000669 ! Fit after self-cal, rms=0.095657Jy sigma=0.000669 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000686451 Jy ! Component: 100 - total flux cleaned = 0.000816025 Jy ! Component: 150 - total flux cleaned = 0.000935733 Jy ! Component: 200 - total flux cleaned = 0.0010493 Jy ! Total flux subtracted in 200 components = 0.0010493 Jy ! Clean residual min=-0.004342 max=0.003626 Jy/beam ! Clean residual mean=-0.000002 rms=0.000974 Jy/beam ! Combined flux in latest and established models = 0.447281 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 169 components and 0.447281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095569Jy sigma=0.000669 ! Fit after self-cal, rms=0.095564Jy sigma=0.000669 ! 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.095564Jy sigma=0.000669 ! Fit after self-cal, rms=0.095540Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.641 mas, bmaj=16.7 mas, bpa=-3.327 degrees ! Estimated noise=1513.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000989165 Jy ! Component: 100 - total flux cleaned = 0.00150065 Jy ! Component: 150 - total flux cleaned = 0.00193082 Jy ! Component: 200 - total flux cleaned = 0.00229658 Jy ! Total flux subtracted in 200 components = 0.00229658 Jy ! Clean residual min=-0.003977 max=0.003608 Jy/beam ! Clean residual mean=0.000004 rms=0.001109 Jy/beam ! Combined flux in latest and established models = 0.449577 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 175 components and 0.449577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095520Jy sigma=0.000668 ! Fit after self-cal, rms=0.095503Jy sigma=0.000668 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 = -8.61529e-05 Jy ! Component: 100 - total flux cleaned = 0.000127276 Jy ! Component: 150 - total flux cleaned = 0.000319652 Jy ! Component: 200 - total flux cleaned = 0.000451818 Jy ! Total flux subtracted in 200 components = 0.000451818 Jy ! Clean residual min=-0.003716 max=0.003477 Jy/beam ! Clean residual mean=0.000005 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.450029 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 176 components and 0.450029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095511Jy sigma=0.000668 ! Fit after self-cal, rms=0.095496Jy sigma=0.000668 ! 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.136 mas, bmaj=8.144 mas, bpa=-4.731 degrees ! Estimated noise=1172.82 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.136 x 8.144 at -4.731 degrees (North through East) ! Clean map min=-0.010466 max=0.28067 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.484 mas, bmaj=6.827 mas, bpa=-5.636 degrees ! Estimated noise=1632.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.210329 Jy ! Component: 100 - total flux cleaned = 0.282626 Jy ! Component: 150 - total flux cleaned = 0.323277 Jy ! Component: 200 - total flux cleaned = 0.348145 Jy ! Total flux subtracted in 200 components = 0.348145 Jy ! Clean residual min=-0.010348 max=0.019077 Jy/beam ! Clean residual mean=-0.000035 rms=0.003034 Jy/beam ! Combined flux in latest and established models = 0.348146 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.348146 Jy ! Inverting map and beam ! Estimated beam: bmin=3.136 mas, bmaj=8.144 mas, bpa=-4.731 degrees ! Estimated noise=1172.82 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 (3, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0255587 Jy ! Component: 100 - total flux cleaned = 0.0431203 Jy ! Component: 150 - total flux cleaned = 0.0562572 Jy ! Component: 200 - total flux cleaned = 0.0662562 Jy ! Total flux subtracted in 200 components = 0.0662562 Jy ! Clean residual min=-0.006728 max=0.007507 Jy/beam ! Clean residual mean=-0.000025 rms=0.001800 Jy/beam ! Combined flux in latest and established models = 0.414402 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 80 components and 0.414402 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.641 mas, bmaj=16.7 mas, bpa=-3.327 degrees ! Estimated noise=1513.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.012326 Jy ! Component: 100 - total flux cleaned = 0.0201547 Jy ! Component: 150 - total flux cleaned = 0.0233757 Jy ! Component: 200 - total flux cleaned = 0.0256111 Jy ! Total flux subtracted in 200 components = 0.0256111 Jy ! Clean residual min=-0.004995 max=0.004997 Jy/beam ! Clean residual mean=-0.000008 rms=0.001561 Jy/beam ! Combined flux in latest and established models = 0.440013 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.00110135 Jy ! Component: 100 - total flux cleaned = 0.00207745 Jy ! Component: 150 - total flux cleaned = 0.00281623 Jy ! Component: 200 - total flux cleaned = 0.00337936 Jy ! Total flux subtracted in 200 components = 0.00337936 Jy ! Clean residual min=-0.004335 max=0.004155 Jy/beam ! Clean residual mean=-0.000001 rms=0.001259 Jy/beam ! Combined flux in latest and established models = 0.443392 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 149 components and 0.443392 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.136 mas, bmaj=8.144 mas, bpa=-4.731 degrees ! Estimated noise=1172.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000816714 Jy ! Component: 100 - total flux cleaned = -0.000366501 Jy ! Component: 150 - total flux cleaned = 4.02275e-05 Jy ! Component: 200 - total flux cleaned = 0.000285011 Jy ! Total flux subtracted in 200 components = 0.000285011 Jy ! Clean residual min=-0.004365 max=0.004171 Jy/beam ! Clean residual mean=0.000001 rms=0.000980 Jy/beam ! Combined flux in latest and established models = 0.443677 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 170 components and 0.443677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095606Jy sigma=0.000670 ! Fit after self-cal, rms=0.095541Jy sigma=0.000669 wmodel J0647-1605_S_2017_06_10_pus_map.mod ! Writing 170 model components to file: J0647-1605_S_2017_06_10_pus_map.mod wobs J0647-1605_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0647-1605_S_2017_06_10_pus_uvs.fits wwins J0647-1605_S_2017_06_10_pus_map.win ! wwins: Wrote 5 windows to J0647-1605_S_2017_06_10_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 = -4.89017e-05 Jy ! Component: 100 - total flux cleaned = -0.000242872 Jy ! Component: 150 - total flux cleaned = -0.000549241 Jy ! Component: 200 - total flux cleaned = -0.000899642 Jy ! Component: 250 - total flux cleaned = -0.00129363 Jy ! Component: 300 - total flux cleaned = -0.00177864 Jy ! Component: 350 - total flux cleaned = -0.00219438 Jy ! Component: 400 - total flux cleaned = -0.00259795 Jy ! Component: 450 - total flux cleaned = -0.00279436 Jy ! Component: 500 - total flux cleaned = -0.00312625 Jy ! Component: 550 - total flux cleaned = -0.0032188 Jy ! Component: 600 - total flux cleaned = -0.00353397 Jy ! Component: 650 - total flux cleaned = -0.00370895 Jy ! Component: 700 - total flux cleaned = -0.00387998 Jy ! Component: 750 - total flux cleaned = -0.004089 Jy ! Component: 800 - total flux cleaned = -0.00412986 Jy ! Component: 850 - total flux cleaned = -0.00437055 Jy ! Component: 900 - total flux cleaned = -0.00448812 Jy ! Component: 950 - total flux cleaned = -0.00468064 Jy ! Component: 1000 - total flux cleaned = -0.00468005 Jy ! Component: 1050 - total flux cleaned = -0.00482808 Jy ! Component: 1100 - total flux cleaned = -0.00482905 Jy ! Component: 1150 - total flux cleaned = -0.0048649 Jy ! Component: 1200 - total flux cleaned = -0.00483033 Jy ! Component: 1250 - total flux cleaned = -0.0048653 Jy ! Component: 1300 - total flux cleaned = -0.00489914 Jy ! Component: 1350 - total flux cleaned = -0.00489925 Jy ! Component: 1400 - total flux cleaned = -0.00493231 Jy ! Component: 1450 - total flux cleaned = -0.0049318 Jy ! Component: 1500 - total flux cleaned = -0.00483681 Jy ! Component: 1550 - total flux cleaned = -0.00471323 Jy ! Component: 1600 - total flux cleaned = -0.00468314 Jy ! Component: 1650 - total flux cleaned = -0.00468361 Jy ! Component: 1700 - total flux cleaned = -0.00474266 Jy ! Component: 1750 - total flux cleaned = -0.0046259 Jy ! Component: 1800 - total flux cleaned = -0.0046254 Jy ! Component: 1850 - total flux cleaned = -0.00451251 Jy ! Component: 1900 - total flux cleaned = -0.00451195 Jy ! Component: 1950 - total flux cleaned = -0.00437408 Jy ! Component: 2000 - total flux cleaned = -0.00431981 Jy ! Component: 2050 - total flux cleaned = -0.00429263 Jy ! Component: 2100 - total flux cleaned = -0.00408185 Jy ! Component: 2150 - total flux cleaned = -0.00403043 Jy ! Component: 2200 - total flux cleaned = -0.00387592 Jy ! Component: 2250 - total flux cleaned = -0.00377433 Jy ! Component: 2300 - total flux cleaned = -0.0037492 Jy ! Component: 2350 - total flux cleaned = -0.00362477 Jy ! Component: 2400 - total flux cleaned = -0.00350165 Jy ! Component: 2450 - total flux cleaned = -0.00345313 Jy ! Component: 2500 - total flux cleaned = -0.00326069 Jy ! Component: 2550 - total flux cleaned = -0.00323681 Jy ! Component: 2600 - total flux cleaned = -0.00302541 Jy ! Component: 2650 - total flux cleaned = -0.00300245 Jy ! Component: 2700 - total flux cleaned = -0.00297895 Jy ! Component: 2750 - total flux cleaned = -0.00284232 Jy ! Component: 2800 - total flux cleaned = -0.00275174 Jy ! Component: 2850 - total flux cleaned = -0.00261822 Jy ! Component: 2900 - total flux cleaned = -0.00257406 Jy ! Component: 2950 - total flux cleaned = -0.00244303 Jy ! Component: 3000 - total flux cleaned = -0.00231388 Jy ! Component: 3050 - total flux cleaned = -0.00227119 Jy ! Component: 3100 - total flux cleaned = -0.00218672 Jy ! Component: 3150 - total flux cleaned = -0.0021239 Jy ! Component: 3200 - total flux cleaned = -0.00208247 Jy ! Component: 3250 - total flux cleaned = -0.00191846 Jy ! Component: 3300 - total flux cleaned = -0.00183716 Jy ! Component: 3350 - total flux cleaned = -0.00173661 Jy ! Component: 3400 - total flux cleaned = -0.0016367 Jy ! Component: 3450 - total flux cleaned = -0.001597 Jy ! Component: 3500 - total flux cleaned = -0.00151823 Jy ! Component: 3550 - total flux cleaned = -0.00136254 Jy ! Component: 3600 - total flux cleaned = -0.00122746 Jy ! Component: 3650 - total flux cleaned = -0.00115089 Jy ! Component: 3700 - total flux cleaned = -0.00111297 Jy ! Component: 3750 - total flux cleaned = -0.000943506 Jy ! Component: 3800 - total flux cleaned = -0.0008504 Jy ! Component: 3850 - total flux cleaned = -0.000887344 Jy ! Component: 3900 - total flux cleaned = -0.000813787 Jy ! Component: 3950 - total flux cleaned = -0.000777382 Jy ! Component: 4000 - total flux cleaned = -0.000650574 Jy ! Component: 4050 - total flux cleaned = -0.000650491 Jy ! Total flux subtracted in 4096 components = -0.000614657 Jy ! Clean residual min=-0.001183 max=0.001039 Jy/beam ! Clean residual mean=0.000001 rms=0.000321 Jy/beam ! Combined flux in latest and established models = 0.443063 Jy keep ! Adding 269 model components to the UV plane model. ! The established model now contains 439 components and 0.443063 Jy ![Exited script file: muppet] wmap "J0647-1605_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.136 x 8.144 at -4.731 degrees (North through East) ! Clean map min=-0.0055107 max=0.28182 Jy/beam ! Writing clean map to FITS file: J0647-1605_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.281824 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000318307 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.338836 0.338836 0.677672 1.35534 2.71069 5.42137 10.8427 21.6855 43.371 86.742 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.281 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.136 x 8.144 at -4.731 degrees (North through East) ! Clean map min=-0.0055107 max=0.28182 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 J0647-1605_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:46:55 2019