! Started logfile: J0637-1052_S_2017_06_10_pus_uvs.log on Mon May 6 14:46:34 2019 obs J0637-1052_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0637-1052_S_2017_06_10_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.931462 visibilities/baseline/integration-bin. ! Found source: J0637-1052 ! ! 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 15928 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 J0637-1052_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 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 168 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 168 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 625 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.930676Jy sigma=0.007285 ! Fit after self-cal, rms=0.908975Jy sigma=0.007129 ! 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.709 mas, bmaj=7.151 mas, bpa=-4.709 degrees ! Estimated noise=1194.89 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.0652241 Jy ! Component: 100 - total flux cleaned = 0.0902535 Jy ! Total flux subtracted in 100 components = 0.0902535 Jy ! Clean residual min=-0.006163 max=0.012322 Jy/beam ! Clean residual mean=-0.000004 rms=0.001901 Jy/beam ! Combined flux in latest and established models = 0.0902535 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0902535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094831Jy sigma=0.000715 ! Fit after self-cal, rms=0.094723Jy sigma=0.000714 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0152197 Jy ! Component: 100 - total flux cleaned = 0.0241828 Jy ! Total flux subtracted in 100 components = 0.0241828 Jy ! Clean residual min=-0.005200 max=0.005754 Jy/beam ! Clean residual mean=0.000002 rms=0.001263 Jy/beam ! Combined flux in latest and established models = 0.114436 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 46 components and 0.114436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091178Jy sigma=0.000685 ! Fit after self-cal, rms=0.091147Jy sigma=0.000685 ! 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.414 mas, bmaj=8.671 mas, bpa=-3.462 degrees ! Estimated noise=902.574 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.00892405 Jy ! Component: 100 - total flux cleaned = 0.0135349 Jy ! Component: 150 - total flux cleaned = 0.0160905 Jy ! Component: 200 - total flux cleaned = 0.0175425 Jy ! Total flux subtracted in 200 components = 0.0175425 Jy ! Clean residual min=-0.003015 max=0.003247 Jy/beam ! Clean residual mean=0.000004 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.131979 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 80 components and 0.131979 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090298Jy sigma=0.000678 ! Fit after self-cal, rms=0.090294Jy 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.13 FD 0.91 HN 1.04 KP 1.03 ! LA 0.98 MK 1.08 NL 0.91 OV 0.99 ! PT 1.04 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.91 HN 1.11 KP 0.98 ! LA 0.94 MK 1.08 NL 1.05 OV 1.01 ! PT 1.00 SC 1.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.93 HN 1.02 KP 1.01 ! LA 0.92 MK 1.13 NL 1.18 OV 0.96 ! PT 1.06 SC 0.93 ! ! ! Correcting IF 4. ! A total of 129 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 0.99 KP 1.00* ! LA 1.00* MK 0.61 NL 1.00* OV 1.00* ! PT 0.91 SC 1.00* ! ! ! Fit before self-cal, rms=0.090294Jy sigma=0.000678 ! Fit after self-cal, rms=0.091722Jy sigma=0.000675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.434 mas, bmaj=8.72 mas, bpa=-3.195 degrees ! Estimated noise=914.812 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 = -9.78219e-05 Jy ! Component: 100 - total flux cleaned = -5.92442e-05 Jy ! Component: 150 - total flux cleaned = -5.81401e-05 Jy ! Component: 200 - total flux cleaned = -4.51354e-05 Jy ! Total flux subtracted in 200 components = -4.51354e-05 Jy ! Clean residual min=-0.002688 max=0.002621 Jy/beam ! Clean residual mean=0.000004 rms=0.000687 Jy/beam ! Combined flux in latest and established models = 0.131934 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 88 components and 0.131934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091714Jy sigma=0.000675 ! Fit after self-cal, rms=0.091753Jy sigma=0.000675 ! 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.091753Jy sigma=0.000675 ! Fit after self-cal, rms=0.091508Jy sigma=0.000673 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.43 mas, bmaj=8.633 mas, bpa=-3.245 degrees ! Estimated noise=911.585 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000313526 Jy ! Component: 100 - total flux cleaned = 0.000383831 Jy ! Component: 150 - total flux cleaned = 0.000440787 Jy ! Component: 200 - total flux cleaned = 0.000489183 Jy ! Total flux subtracted in 200 components = 0.000489183 Jy ! Clean residual min=-0.002486 max=0.002263 Jy/beam ! Clean residual mean=0.000004 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.132423 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 94 components and 0.132423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091503Jy sigma=0.000673 ! Fit after self-cal, rms=0.091540Jy sigma=0.000673 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.07855e-06 Jy ! Component: 100 - total flux cleaned = 7.06041e-06 Jy ! Component: 150 - total flux cleaned = 1.60537e-05 Jy ! Component: 200 - total flux cleaned = 2.39318e-05 Jy ! Total flux subtracted in 200 components = 2.39318e-05 Jy ! Clean residual min=-0.002457 max=0.002258 Jy/beam ! Clean residual mean=0.000004 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.132447 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 96 components and 0.132447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091538Jy sigma=0.000673 ! Fit after self-cal, rms=0.091538Jy sigma=0.000673 ! 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.091538Jy sigma=0.000673 ! Fit after self-cal, rms=0.091161Jy sigma=0.000673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.416 mas, bmaj=8.586 mas, bpa=-3.152 degrees ! Estimated noise=908.302 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000308761 Jy ! Component: 100 - total flux cleaned = 0.00037365 Jy ! Component: 150 - total flux cleaned = 0.000427395 Jy ! Component: 200 - total flux cleaned = 0.000473611 Jy ! Total flux subtracted in 200 components = 0.000473611 Jy ! Clean residual min=-0.002437 max=0.002222 Jy/beam ! Clean residual mean=0.000004 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.13292 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 96 components and 0.13292 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091157Jy sigma=0.000673 ! Fit after self-cal, rms=0.091164Jy sigma=0.000673 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.23817e-05 Jy ! Component: 100 - total flux cleaned = 3.13802e-05 Jy ! Component: 150 - total flux cleaned = 3.94065e-05 Jy ! Component: 200 - total flux cleaned = 4.69848e-05 Jy ! Total flux subtracted in 200 components = 4.69848e-05 Jy ! Clean residual min=-0.002432 max=0.002229 Jy/beam ! Clean residual mean=0.000004 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.132967 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 96 components and 0.132967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091162Jy sigma=0.000673 ! Fit after self-cal, rms=0.091162Jy sigma=0.000673 ! 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.091162Jy sigma=0.000673 ! Fit after self-cal, rms=0.090770Jy sigma=0.000673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.685 mas, bmaj=15.66 mas, bpa=-2.241 degrees ! Estimated noise=1122.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000514857 Jy ! Component: 100 - total flux cleaned = 0.000536216 Jy ! Component: 150 - total flux cleaned = 0.00055481 Jy ! Component: 200 - total flux cleaned = 0.000571542 Jy ! Total flux subtracted in 200 components = 0.000571542 Jy ! Clean residual min=-0.002308 max=0.002261 Jy/beam ! Clean residual mean=0.000010 rms=0.000687 Jy/beam ! Combined flux in latest and established models = 0.133539 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 96 components and 0.133539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090770Jy sigma=0.000673 ! Fit after self-cal, rms=0.090771Jy sigma=0.000673 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 = 1.09469e-05 Jy ! Component: 100 - total flux cleaned = 2.87357e-05 Jy ! Component: 150 - total flux cleaned = 4.44971e-05 Jy ! Component: 200 - total flux cleaned = 5.85539e-05 Jy ! Total flux subtracted in 200 components = 5.85539e-05 Jy ! Clean residual min=-0.002310 max=0.002276 Jy/beam ! Clean residual mean=0.000010 rms=0.000687 Jy/beam ! Combined flux in latest and established models = 0.133597 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 97 components and 0.133597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090772Jy sigma=0.000673 ! Fit after self-cal, rms=0.090771Jy sigma=0.000673 ! 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.403 mas, bmaj=8.542 mas, bpa=-3.061 degrees ! Estimated noise=905.162 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.403 x 8.542 at -3.061 degrees (North through East) ! Clean map min=-0.0022811 max=0.088553 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.679 mas, bmaj=7.025 mas, bpa=-4.667 degrees ! Estimated noise=1180.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0640489 Jy ! Component: 100 - total flux cleaned = 0.0912248 Jy ! Component: 150 - total flux cleaned = 0.106815 Jy ! Component: 200 - total flux cleaned = 0.116164 Jy ! Total flux subtracted in 200 components = 0.116164 Jy ! Clean residual min=-0.004004 max=0.004883 Jy/beam ! Clean residual mean=0.000001 rms=0.001012 Jy/beam ! Combined flux in latest and established models = 0.116164 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.116164 Jy ! Inverting map and beam ! Estimated beam: bmin=3.403 mas, bmaj=8.542 mas, bpa=-3.061 degrees ! Estimated noise=905.162 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.0079368 Jy ! Component: 100 - total flux cleaned = 0.0120073 Jy ! Component: 150 - total flux cleaned = 0.014223 Jy ! Component: 200 - total flux cleaned = 0.0154641 Jy ! Total flux subtracted in 200 components = 0.0154641 Jy ! Clean residual min=-0.002533 max=0.002294 Jy/beam ! Clean residual mean=0.000004 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.131628 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 78 components and 0.131628 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.685 mas, bmaj=15.66 mas, bpa=-2.241 degrees ! Estimated noise=1122.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011442 Jy ! Component: 100 - total flux cleaned = 0.00154836 Jy ! Component: 150 - total flux cleaned = 0.00162153 Jy ! Component: 200 - total flux cleaned = 0.00163491 Jy ! Total flux subtracted in 200 components = 0.00163491 Jy ! Clean residual min=-0.002323 max=0.002287 Jy/beam ! Clean residual mean=0.000010 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.133263 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 = 1.30138e-05 Jy ! Component: 100 - total flux cleaned = 2.53224e-05 Jy ! Component: 150 - total flux cleaned = 3.70028e-05 Jy ! Component: 200 - total flux cleaned = 4.81802e-05 Jy ! Total flux subtracted in 200 components = 4.81802e-05 Jy ! Clean residual min=-0.002323 max=0.002292 Jy/beam ! Clean residual mean=0.000010 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.133311 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 86 components and 0.133311 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.403 mas, bmaj=8.542 mas, bpa=-3.061 degrees ! Estimated noise=905.162 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000386521 Jy ! Component: 100 - total flux cleaned = -0.0003706 Jy ! Component: 150 - total flux cleaned = -0.000342913 Jy ! Component: 200 - total flux cleaned = -0.000330434 Jy ! Total flux subtracted in 200 components = -0.000330434 Jy ! Clean residual min=-0.002450 max=0.002257 Jy/beam ! Clean residual mean=0.000004 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.132981 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 88 components and 0.132981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090783Jy sigma=0.000673 ! Fit after self-cal, rms=0.090785Jy sigma=0.000673 wmodel J0637-1052_S_2017_06_10_pus_map.mod ! Writing 88 model components to file: J0637-1052_S_2017_06_10_pus_map.mod wobs J0637-1052_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0637-1052_S_2017_06_10_pus_uvs.fits wwins J0637-1052_S_2017_06_10_pus_map.win ! wwins: Wrote 1 windows to J0637-1052_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 = -0.000449149 Jy ! Component: 100 - total flux cleaned = -0.000571609 Jy ! Component: 150 - total flux cleaned = -0.000421164 Jy ! Component: 200 - total flux cleaned = -0.000422431 Jy ! Component: 250 - total flux cleaned = -0.000387729 Jy ! Component: 300 - total flux cleaned = -0.000388904 Jy ! Component: 350 - total flux cleaned = -0.000389188 Jy ! Component: 400 - total flux cleaned = -0.00035625 Jy ! Component: 450 - total flux cleaned = -0.000292613 Jy ! Component: 500 - total flux cleaned = -0.000200479 Jy ! Component: 550 - total flux cleaned = -0.00026133 Jy ! Component: 600 - total flux cleaned = -0.000408332 Jy ! Component: 650 - total flux cleaned = -0.000494449 Jy ! Component: 700 - total flux cleaned = -0.000635195 Jy ! Component: 750 - total flux cleaned = -0.000772775 Jy ! Component: 800 - total flux cleaned = -0.000853432 Jy ! Component: 850 - total flux cleaned = -0.00093326 Jy ! Component: 900 - total flux cleaned = -0.00101158 Jy ! Component: 950 - total flux cleaned = -0.00106295 Jy ! Component: 1000 - total flux cleaned = -0.00113905 Jy ! Component: 1050 - total flux cleaned = -0.00126354 Jy ! Component: 1100 - total flux cleaned = -0.00136174 Jy ! Component: 1150 - total flux cleaned = -0.00152987 Jy ! Component: 1200 - total flux cleaned = -0.00162441 Jy ! Component: 1250 - total flux cleaned = -0.00178784 Jy ! Component: 1300 - total flux cleaned = -0.00197155 Jy ! Component: 1350 - total flux cleaned = -0.00217577 Jy ! Component: 1400 - total flux cleaned = -0.00233194 Jy ! Component: 1450 - total flux cleaned = -0.00248655 Jy ! Component: 1500 - total flux cleaned = -0.00266035 Jy ! Component: 1550 - total flux cleaned = -0.00285328 Jy ! Component: 1600 - total flux cleaned = -0.00295882 Jy ! Component: 1650 - total flux cleaned = -0.00308422 Jy ! Component: 1700 - total flux cleaned = -0.00324877 Jy ! Component: 1750 - total flux cleaned = -0.00343164 Jy ! Component: 1800 - total flux cleaned = -0.00351179 Jy ! Component: 1850 - total flux cleaned = -0.00363101 Jy ! Component: 1900 - total flux cleaned = -0.00376797 Jy ! Component: 1950 - total flux cleaned = -0.00388365 Jy ! Component: 2000 - total flux cleaned = -0.00401711 Jy ! Component: 2050 - total flux cleaned = -0.00418648 Jy ! Component: 2100 - total flux cleaned = -0.00426103 Jy ! Component: 2150 - total flux cleaned = -0.00438995 Jy ! Component: 2200 - total flux cleaned = -0.00442641 Jy ! Component: 2250 - total flux cleaned = -0.00455257 Jy ! Component: 2300 - total flux cleaned = -0.00467712 Jy ! Component: 2350 - total flux cleaned = -0.00478288 Jy ! Component: 2400 - total flux cleaned = -0.00481774 Jy ! Component: 2450 - total flux cleaned = -0.00490418 Jy ! Component: 2500 - total flux cleaned = -0.00500693 Jy ! Component: 2550 - total flux cleaned = -0.00512547 Jy ! Component: 2600 - total flux cleaned = -0.00524239 Jy ! Component: 2650 - total flux cleaned = -0.00529211 Jy ! Component: 2700 - total flux cleaned = -0.00537398 Jy ! Component: 2750 - total flux cleaned = -0.00545486 Jy ! Component: 2800 - total flux cleaned = -0.00553503 Jy ! Component: 2850 - total flux cleaned = -0.00561439 Jy ! Component: 2900 - total flux cleaned = -0.00567709 Jy ! Component: 2950 - total flux cleaned = -0.00572361 Jy ! Component: 3000 - total flux cleaned = -0.00576978 Jy ! Component: 3050 - total flux cleaned = -0.00587691 Jy ! Component: 3100 - total flux cleaned = -0.00592217 Jy ! Component: 3150 - total flux cleaned = -0.00599679 Jy ! Component: 3200 - total flux cleaned = -0.00608578 Jy ! Component: 3250 - total flux cleaned = -0.00611529 Jy ! Component: 3300 - total flux cleaned = -0.00615929 Jy ! Component: 3350 - total flux cleaned = -0.00623188 Jy ! Component: 3400 - total flux cleaned = -0.00630349 Jy ! Component: 3450 - total flux cleaned = -0.00641717 Jy ! Component: 3500 - total flux cleaned = -0.00648772 Jy ! Component: 3550 - total flux cleaned = -0.00662753 Jy ! Component: 3600 - total flux cleaned = -0.00669656 Jy ! Component: 3650 - total flux cleaned = -0.00681999 Jy ! Component: 3700 - total flux cleaned = -0.00686082 Jy ! Component: 3750 - total flux cleaned = -0.00696898 Jy ! Component: 3800 - total flux cleaned = -0.00702253 Jy ! Component: 3850 - total flux cleaned = -0.00708889 Jy ! Component: 3900 - total flux cleaned = -0.0071417 Jy ! Component: 3950 - total flux cleaned = -0.00720713 Jy ! Component: 4000 - total flux cleaned = -0.00724617 Jy ! Component: 4050 - total flux cleaned = -0.00733654 Jy ! Total flux subtracted in 4096 components = -0.00742622 Jy ! Clean residual min=-0.000744 max=0.000870 Jy/beam ! Clean residual mean=0.000000 rms=0.000236 Jy/beam ! Combined flux in latest and established models = 0.125554 Jy keep ! Adding 269 model components to the UV plane model. ! The established model now contains 357 components and 0.125554 Jy ![Exited script file: muppet] wmap "J0637-1052_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.403 x 8.542 at -3.061 degrees (North through East) ! Clean map min=-0.0017728 max=0.088456 Jy/beam ! Writing clean map to FITS file: J0637-1052_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.0884561 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000232555 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.788715 0.788715 1.57743 3.15486 6.30972 12.6194 25.2389 50.4778 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.088 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.403 x 8.542 at -3.061 degrees (North through East) ! Clean map min=-0.0017728 max=0.088456 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 J0637-1052_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:46:39 2019