! Started logfile: J0732-0334_S_2017_10_21_pus_uvs.log on Sat May 11 20:53:16 2019 obs J0732-0334_S_2017_10_21_pus_uva.fits ! Reading UV FITS file: J0732-0334_S_2017_10_21_pus_uva.fits ! AN table 1: 144 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.982446 visibilities/baseline/integration-bin. ! Found source: J0732-0334 ! ! 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 644 lines of history. ! ! Reading 20372 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 J0732-0334_S_2017_10_21_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 156 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 85 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 620 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.908020Jy sigma=0.009087 ! Fit after self-cal, rms=0.879364Jy sigma=0.008800 ! 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.622 mas, bmaj=16.93 mas, bpa=-17.26 degrees ! Estimated noise=1061.47 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.0852132 Jy ! Component: 100 - total flux cleaned = 0.116536 Jy ! Total flux subtracted in 100 components = 0.116536 Jy ! Clean residual min=-0.009686 max=0.020449 Jy/beam ! Clean residual mean=-0.000006 rms=0.003131 Jy/beam ! Combined flux in latest and established models = 0.116536 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.116536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096795Jy sigma=0.000884 ! Fit after self-cal, rms=0.096772Jy sigma=0.000883 ! Inverting map ! Added new window around map position (-1, 32.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0222994 Jy ! Component: 100 - total flux cleaned = 0.0373937 Jy ! Total flux subtracted in 100 components = 0.0373937 Jy ! Clean residual min=-0.006767 max=0.008905 Jy/beam ! Clean residual mean=-0.000002 rms=0.002154 Jy/beam ! Combined flux in latest and established models = 0.15393 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 37 components and 0.15393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089021Jy sigma=0.000800 ! Fit after self-cal, rms=0.088751Jy sigma=0.000798 ! 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.203 mas, bmaj=17.96 mas, bpa=-16.9 degrees ! Estimated noise=594.611 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.0187864 Jy ! Component: 100 - total flux cleaned = 0.0319854 Jy ! Component: 150 - total flux cleaned = 0.0419742 Jy ! Component: 200 - total flux cleaned = 0.04963 Jy ! Total flux subtracted in 200 components = 0.04963 Jy ! Clean residual min=-0.004328 max=0.005950 Jy/beam ! Clean residual mean=0.000026 rms=0.001590 Jy/beam ! Combined flux in latest and established models = 0.20356 Jy ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 110 components and 0.20356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083227Jy sigma=0.000741 ! Fit after self-cal, rms=0.083083Jy sigma=0.000740 ! 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.01 FD 0.89 HN 0.95 KP 1.06 ! LA 0.96 MK 1.01 NL 0.90 OV 0.98 ! PT 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.02 KP 1.01 ! LA 0.94 MK 1.03 NL 1.02 OV 1.01 ! PT 0.92 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.62 FD 0.96 HN 1.02 KP 1.02 ! LA 0.76 MK 1.07 NL 1.17 OV 0.93 ! PT 0.92 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 0.98 KP 1.00* ! LA 0.88 MK 0.99 NL 1.00* OV 1.00* ! PT 0.87 ! ! ! Fit before self-cal, rms=0.083083Jy sigma=0.000740 ! Fit after self-cal, rms=0.080440Jy sigma=0.000722 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.261 mas, bmaj=18.5 mas, bpa=-16.81 degrees ! Estimated noise=575.134 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.0057899 Jy ! Component: 100 - total flux cleaned = 0.00837627 Jy ! Component: 150 - total flux cleaned = 0.00949979 Jy ! Component: 200 - total flux cleaned = 0.0102237 Jy ! Total flux subtracted in 200 components = 0.0102237 Jy ! Clean residual min=-0.002174 max=0.002161 Jy/beam ! Clean residual mean=-0.000000 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.213784 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 139 components and 0.213784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080038Jy sigma=0.000717 ! Fit after self-cal, rms=0.080070Jy sigma=0.000717 ! 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.080070Jy sigma=0.000717 ! Fit after self-cal, rms=0.081341Jy sigma=0.000715 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.264 mas, bmaj=18.58 mas, bpa=-16.82 degrees ! Estimated noise=577.406 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101373 Jy ! Component: 100 - total flux cleaned = 0.00131208 Jy ! Component: 150 - total flux cleaned = 0.00156621 Jy ! Component: 200 - total flux cleaned = 0.00175208 Jy ! Total flux subtracted in 200 components = 0.00175208 Jy ! Clean residual min=-0.001984 max=0.001766 Jy/beam ! Clean residual mean=-0.000003 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.215536 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 158 components and 0.215536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081281Jy sigma=0.000715 ! Fit after self-cal, rms=0.081333Jy sigma=0.000715 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.11342e-05 Jy ! Component: 100 - total flux cleaned = 0.00020879 Jy ! Component: 150 - total flux cleaned = 0.000266869 Jy ! Component: 200 - total flux cleaned = 0.000348159 Jy ! Total flux subtracted in 200 components = 0.000348159 Jy ! Clean residual min=-0.001845 max=0.001631 Jy/beam ! Clean residual mean=-0.000003 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.215884 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 173 components and 0.215884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081311Jy sigma=0.000715 ! Fit after self-cal, rms=0.081312Jy sigma=0.000715 ! 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.081312Jy sigma=0.000715 ! Fit after self-cal, rms=0.081826Jy sigma=0.000715 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.261 mas, bmaj=18.62 mas, bpa=-16.81 degrees ! Estimated noise=578.238 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000371881 Jy ! Component: 100 - total flux cleaned = 0.00034602 Jy ! Component: 150 - total flux cleaned = 0.000320626 Jy ! Component: 200 - total flux cleaned = 0.000320416 Jy ! Total flux subtracted in 200 components = 0.000320416 Jy ! Clean residual min=-0.001777 max=0.001548 Jy/beam ! Clean residual mean=-0.000002 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.216204 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 183 components and 0.216204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081805Jy sigma=0.000714 ! Fit after self-cal, rms=0.081825Jy sigma=0.000714 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.27082e-05 Jy ! Component: 100 - total flux cleaned = 6.07593e-05 Jy ! Component: 150 - total flux cleaned = 6.10082e-05 Jy ! Component: 200 - total flux cleaned = 6.11971e-05 Jy ! Total flux subtracted in 200 components = 6.11971e-05 Jy ! Clean residual min=-0.001652 max=0.001502 Jy/beam ! Clean residual mean=-0.000002 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.216265 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 195 components and 0.216265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081812Jy sigma=0.000714 ! Fit after self-cal, rms=0.081813Jy sigma=0.000714 ! 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.081813Jy sigma=0.000714 ! Fit after self-cal, rms=0.082100Jy sigma=0.000714 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.758 mas, bmaj=18.8 mas, bpa=-10.95 degrees ! Estimated noise=690.829 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000274872 Jy ! Component: 100 - total flux cleaned = 0.000273981 Jy ! Component: 150 - total flux cleaned = 0.00030993 Jy ! Component: 200 - total flux cleaned = 0.00032478 Jy ! Total flux subtracted in 200 components = 0.00032478 Jy ! Clean residual min=-0.001454 max=0.001440 Jy/beam ! Clean residual mean=-0.000004 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.21659 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 218 components and 0.21659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082094Jy sigma=0.000714 ! Fit after self-cal, rms=0.082100Jy sigma=0.000714 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.30657e-05 Jy ! Component: 100 - total flux cleaned = 3.19187e-06 Jy ! Component: 150 - total flux cleaned = -2.20126e-05 Jy ! Component: 200 - total flux cleaned = -3.35504e-05 Jy ! Total flux subtracted in 200 components = -3.35504e-05 Jy ! Clean residual min=-0.001465 max=0.001420 Jy/beam ! Clean residual mean=-0.000004 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.216557 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 231 components and 0.216557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082098Jy sigma=0.000714 ! Fit after self-cal, rms=0.082097Jy sigma=0.000714 ! 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.26 mas, bmaj=18.64 mas, bpa=-16.8 degrees ! Estimated noise=579.079 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.26 x 18.64 at -16.8 degrees (North through East) ! Clean map min=-0.0018684 max=0.11689 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.654 mas, bmaj=17.54 mas, bpa=-17.17 degrees ! Estimated noise=1049.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0830481 Jy ! Component: 100 - total flux cleaned = 0.116197 Jy ! Component: 150 - total flux cleaned = 0.138824 Jy ! Component: 200 - total flux cleaned = 0.154408 Jy ! Total flux subtracted in 200 components = 0.154408 Jy ! Clean residual min=-0.005561 max=0.008559 Jy/beam ! Clean residual mean=-0.000006 rms=0.001816 Jy/beam ! Combined flux in latest and established models = 0.154408 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.154408 Jy ! Inverting map and beam ! Estimated beam: bmin=3.26 mas, bmaj=18.64 mas, bpa=-16.8 degrees ! Estimated noise=579.079 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.0164492 Jy ! Component: 100 - total flux cleaned = 0.0278645 Jy ! Component: 150 - total flux cleaned = 0.0363614 Jy ! Component: 200 - total flux cleaned = 0.0427721 Jy ! Total flux subtracted in 200 components = 0.0427721 Jy ! Clean residual min=-0.002756 max=0.003704 Jy/beam ! Clean residual mean=0.000003 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.19718 Jy ! Adding 72 model components to the UV plane model. ! The established model now contains 82 components and 0.19718 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.758 mas, bmaj=18.8 mas, bpa=-10.95 degrees ! Estimated noise=690.829 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00696616 Jy ! Component: 100 - total flux cleaned = 0.0113119 Jy ! Component: 150 - total flux cleaned = 0.0142444 Jy ! Component: 200 - total flux cleaned = 0.0163025 Jy ! Total flux subtracted in 200 components = 0.0163025 Jy ! Clean residual min=-0.001582 max=0.001688 Jy/beam ! Clean residual mean=-0.000003 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.213482 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.00146569 Jy ! Component: 100 - total flux cleaned = 0.00201348 Jy ! Component: 150 - total flux cleaned = 0.00216569 Jy ! Component: 200 - total flux cleaned = 0.00230071 Jy ! Total flux subtracted in 200 components = 0.00230071 Jy ! Clean residual min=-0.001417 max=0.001601 Jy/beam ! Clean residual mean=-0.000004 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.215783 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 148 components and 0.215783 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.26 mas, bmaj=18.64 mas, bpa=-16.8 degrees ! Estimated noise=579.079 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000855804 Jy ! Component: 100 - total flux cleaned = 0.00105232 Jy ! Component: 150 - total flux cleaned = 0.00116418 Jy ! Component: 200 - total flux cleaned = 0.00116289 Jy ! Total flux subtracted in 200 components = 0.00116289 Jy ! Clean residual min=-0.001845 max=0.001781 Jy/beam ! Clean residual mean=-0.000002 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.216946 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 163 components and 0.216946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082145Jy sigma=0.000715 ! Fit after self-cal, rms=0.082137Jy sigma=0.000715 wmodel J0732-0334_S_2017_10_21_pus_map.mod ! Writing 163 model components to file: J0732-0334_S_2017_10_21_pus_map.mod wobs J0732-0334_S_2017_10_21_pus_uvs.fits ! Writing UV FITS file: J0732-0334_S_2017_10_21_pus_uvs.fits wwins J0732-0334_S_2017_10_21_pus_map.win ! wwins: Wrote 2 windows to J0732-0334_S_2017_10_21_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.000174551 Jy ! Component: 100 - total flux cleaned = 0.000204044 Jy ! Component: 150 - total flux cleaned = 0.000430139 Jy ! Component: 200 - total flux cleaned = 0.000620601 Jy ! Component: 250 - total flux cleaned = 0.00075726 Jy ! Component: 300 - total flux cleaned = 0.00082339 Jy ! Component: 350 - total flux cleaned = 0.000887175 Jy ! Component: 400 - total flux cleaned = 0.000928078 Jy ! Component: 450 - total flux cleaned = 0.000928183 Jy ! Component: 500 - total flux cleaned = 0.000947869 Jy ! Component: 550 - total flux cleaned = 0.000967151 Jy ! Component: 600 - total flux cleaned = 0.00098569 Jy ! Component: 650 - total flux cleaned = 0.00100345 Jy ! Component: 700 - total flux cleaned = 0.000985708 Jy ! Component: 750 - total flux cleaned = 0.00098594 Jy ! Component: 800 - total flux cleaned = 0.000969088 Jy ! Component: 850 - total flux cleaned = 0.000968698 Jy ! Component: 900 - total flux cleaned = 0.000968255 Jy ! Component: 950 - total flux cleaned = 0.000935915 Jy ! Component: 1000 - total flux cleaned = 0.000951795 Jy ! Component: 1050 - total flux cleaned = 0.000951795 Jy ! Component: 1100 - total flux cleaned = 0.000921237 Jy ! Component: 1150 - total flux cleaned = 0.000921223 Jy ! Component: 1200 - total flux cleaned = 0.000876834 Jy ! Component: 1250 - total flux cleaned = 0.000876913 Jy ! Component: 1300 - total flux cleaned = 0.000862792 Jy ! Component: 1350 - total flux cleaned = 0.000862915 Jy ! Component: 1400 - total flux cleaned = 0.000792909 Jy ! Component: 1450 - total flux cleaned = 0.000723612 Jy ! Component: 1500 - total flux cleaned = 0.000682648 Jy ! Component: 1550 - total flux cleaned = 0.000641983 Jy ! Component: 1600 - total flux cleaned = 0.000561906 Jy ! Component: 1650 - total flux cleaned = 0.00052262 Jy ! Component: 1700 - total flux cleaned = 0.000483577 Jy ! Component: 1750 - total flux cleaned = 0.000470953 Jy ! Component: 1800 - total flux cleaned = 0.00042001 Jy ! Component: 1850 - total flux cleaned = 0.000382291 Jy ! Component: 1900 - total flux cleaned = 0.000357639 Jy ! Component: 1950 - total flux cleaned = 0.000333252 Jy ! Component: 2000 - total flux cleaned = 0.000345421 Jy ! Component: 2050 - total flux cleaned = 0.000357452 Jy ! Component: 2100 - total flux cleaned = 0.000345521 Jy ! Component: 2150 - total flux cleaned = 0.000357085 Jy ! Component: 2200 - total flux cleaned = 0.000368778 Jy ! Component: 2250 - total flux cleaned = 0.000380267 Jy ! Component: 2300 - total flux cleaned = 0.000414646 Jy ! Component: 2350 - total flux cleaned = 0.000471401 Jy ! Component: 2400 - total flux cleaned = 0.000482703 Jy ! Component: 2450 - total flux cleaned = 0.000527465 Jy ! Component: 2500 - total flux cleaned = 0.000571638 Jy ! Component: 2550 - total flux cleaned = 0.000560641 Jy ! Component: 2600 - total flux cleaned = 0.000593511 Jy ! Component: 2650 - total flux cleaned = 0.000615087 Jy ! Component: 2700 - total flux cleaned = 0.000657902 Jy ! Component: 2750 - total flux cleaned = 0.000710918 Jy ! Component: 2800 - total flux cleaned = 0.0007003 Jy ! Component: 2850 - total flux cleaned = 0.000731649 Jy ! Component: 2900 - total flux cleaned = 0.000762806 Jy ! Component: 2950 - total flux cleaned = 0.000752606 Jy ! Component: 3000 - total flux cleaned = 0.000783189 Jy ! Component: 3050 - total flux cleaned = 0.000783211 Jy ! Component: 3100 - total flux cleaned = 0.000793249 Jy ! Component: 3150 - total flux cleaned = 0.000803179 Jy ! Component: 3200 - total flux cleaned = 0.000803112 Jy ! Component: 3250 - total flux cleaned = 0.000803071 Jy ! Component: 3300 - total flux cleaned = 0.000793289 Jy ! Component: 3350 - total flux cleaned = 0.000783613 Jy ! Component: 3400 - total flux cleaned = 0.000783575 Jy ! Component: 3450 - total flux cleaned = 0.000774193 Jy ! Component: 3500 - total flux cleaned = 0.000783698 Jy ! Component: 3550 - total flux cleaned = 0.000764773 Jy ! Component: 3600 - total flux cleaned = 0.00079288 Jy ! Component: 3650 - total flux cleaned = 0.000783507 Jy ! Component: 3700 - total flux cleaned = 0.000765082 Jy ! Component: 3750 - total flux cleaned = 0.000737655 Jy ! Component: 3800 - total flux cleaned = 0.000746854 Jy ! Component: 3850 - total flux cleaned = 0.000746862 Jy ! Component: 3900 - total flux cleaned = 0.000737919 Jy ! Component: 3950 - total flux cleaned = 0.000728986 Jy ! Component: 4000 - total flux cleaned = 0.000764517 Jy ! Component: 4050 - total flux cleaned = 0.000746859 Jy ! Total flux subtracted in 4096 components = 0.000773153 Jy ! Clean residual min=-0.000576 max=0.000533 Jy/beam ! Clean residual mean=-0.000001 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.217719 Jy keep ! Adding 240 model components to the UV plane model. ! The established model now contains 403 components and 0.217719 Jy ![Exited script file: muppet] wmap "J0732-0334_S_2017_10_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.26 x 18.64 at -16.8 degrees (North through East) ! Clean map min=-0.0012795 max=0.1169 Jy/beam ! Writing clean map to FITS file: J0732-0334_S_2017_10_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.116895 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000168899 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.433462 0.433462 0.866923 1.73385 3.46769 6.93538 13.8708 27.7415 55.4831 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.116 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.26 x 18.64 at -16.8 degrees (North through East) ! Clean map min=-0.0012795 max=0.1169 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 J0732-0334_S_2017_10_21_pus_uvs.log closed on Sat May 11 20:53:21 2019