! Started logfile: J1036-3744_S_2017_07_16_pus_uvs.log on Thu May 9 11:07:20 2019 obs J1036-3744_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1036-3744_S_2017_07_16_pus_uva.fits ! AN table 1: 26 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.338462 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1036-3744 ! ! 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 815 lines of history. ! ! Reading 1584 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 J1036-3744_S_2017_07_16_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 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 239 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.728795Jy sigma=0.003981 ! Fit after self-cal, rms=0.687617Jy sigma=0.003809 ! 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.319 mas, bmaj=8.166 mas, bpa=-0.2901 degrees ! Estimated noise=5055.6 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.256082 Jy ! Component: 100 - total flux cleaned = 0.316209 Jy ! Total flux subtracted in 100 components = 0.316209 Jy ! Clean residual min=-0.033289 max=0.069581 Jy/beam ! Clean residual mean=-0.000277 rms=0.010866 Jy/beam ! Combined flux in latest and established models = 0.316209 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.316209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158184Jy sigma=0.000804 ! Fit after self-cal, rms=0.158315Jy sigma=0.000804 ! Inverting map ! Added new window around map position (3.5, -7). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0615317 Jy ! Component: 100 - total flux cleaned = 0.0697207 Jy ! Total flux subtracted in 100 components = 0.0697207 Jy ! Clean residual min=-0.028438 max=0.044589 Jy/beam ! Clean residual mean=-0.000010 rms=0.006967 Jy/beam ! Combined flux in latest and established models = 0.38593 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 17 components and 0.38593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139519Jy sigma=0.000709 ! Fit after self-cal, rms=0.135884Jy sigma=0.000678 ! 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.647 mas, bmaj=8.759 mas, bpa=0.813 degrees ! Estimated noise=3851.24 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.0174212 Jy ! Component: 100 - total flux cleaned = 0.0177926 Jy ! Component: 150 - total flux cleaned = 0.0177726 Jy ! Component: 200 - total flux cleaned = 0.017754 Jy ! Total flux subtracted in 200 components = 0.017754 Jy ! Clean residual min=-0.016403 max=0.018225 Jy/beam ! Clean residual mean=0.000019 rms=0.004086 Jy/beam ! Combined flux in latest and established models = 0.403684 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 31 components and 0.403684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132438Jy sigma=0.000665 ! Fit after self-cal, rms=0.132023Jy sigma=0.000662 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.08 KP 1.03 ! LA 1.02 MK 0.96 NL 1.00* OV 0.94 ! PT 1.05 SC 0.93 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 2.24 KP 1.01 ! LA 0.97 MK 0.99 NL 1.00* OV 0.98 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.31 KP 1.00 ! LA 1.00* MK 1.06 NL 1.00* OV 0.93 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 4. ! A total of 21 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.132023Jy sigma=0.000662 ! Fit after self-cal, rms=0.171329Jy sigma=0.000640 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.654 mas, bmaj=8.767 mas, bpa=1.631 degrees ! Estimated noise=3996.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.000783217 Jy ! Component: 100 - total flux cleaned = -0.000942726 Jy ! Component: 150 - total flux cleaned = -0.00119045 Jy ! Component: 200 - total flux cleaned = -0.00130329 Jy ! Total flux subtracted in 200 components = -0.00130329 Jy ! Clean residual min=-0.012280 max=0.013903 Jy/beam ! Clean residual mean=-0.000006 rms=0.003117 Jy/beam ! Combined flux in latest and established models = 0.402381 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 47 components and 0.402381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.171038Jy sigma=0.000638 ! Fit after self-cal, rms=0.171220Jy sigma=0.000638 ! 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.171220Jy sigma=0.000638 ! Fit after self-cal, rms=0.178287Jy sigma=0.000629 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.658 mas, bmaj=8.773 mas, bpa=1.78 degrees ! Estimated noise=4014.37 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000734642 Jy ! Component: 100 - total flux cleaned = -0.00073 Jy ! Component: 150 - total flux cleaned = -0.000944132 Jy ! Component: 200 - total flux cleaned = -0.00104298 Jy ! Total flux subtracted in 200 components = -0.00104298 Jy ! Clean residual min=-0.010750 max=0.011568 Jy/beam ! Clean residual mean=-0.000036 rms=0.002637 Jy/beam ! Combined flux in latest and established models = 0.401338 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 63 components and 0.401338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178057Jy sigma=0.000629 ! Fit after self-cal, rms=0.178093Jy sigma=0.000628 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 (50.5, -114). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00795219 Jy ! Component: 100 - total flux cleaned = 0.00796606 Jy ! Component: 150 - total flux cleaned = 0.0075861 Jy ! Component: 200 - total flux cleaned = 0.0070642 Jy ! Total flux subtracted in 200 components = 0.0070642 Jy ! Clean residual min=-0.010472 max=0.007740 Jy/beam ! Clean residual mean=-0.000023 rms=0.002316 Jy/beam ! Combined flux in latest and established models = 0.408402 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 82 components and 0.408402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176917Jy sigma=0.000624 ! Fit after self-cal, rms=0.176862Jy sigma=0.000624 ! 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.176862Jy sigma=0.000624 ! Fit after self-cal, rms=0.180328Jy sigma=0.000622 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.657 mas, bmaj=8.761 mas, bpa=1.715 degrees ! Estimated noise=3996.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000736156 Jy ! Component: 100 - total flux cleaned = 0.000462133 Jy ! Component: 150 - total flux cleaned = 0.000337222 Jy ! Component: 200 - total flux cleaned = 9.34767e-05 Jy ! Total flux subtracted in 200 components = 9.34767e-05 Jy ! Clean residual min=-0.008972 max=0.007442 Jy/beam ! Clean residual mean=-0.000023 rms=0.002079 Jy/beam ! Combined flux in latest and established models = 0.408495 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 96 components and 0.408495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179937Jy sigma=0.000621 ! Fit after self-cal, rms=0.179961Jy sigma=0.000621 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.000490439 Jy ! Component: 100 - total flux cleaned = -0.000716364 Jy ! Component: 150 - total flux cleaned = -0.000925017 Jy ! Component: 200 - total flux cleaned = -0.00112113 Jy ! Total flux subtracted in 200 components = -0.00112113 Jy ! Clean residual min=-0.008748 max=0.007453 Jy/beam ! Clean residual mean=-0.000026 rms=0.002027 Jy/beam ! Combined flux in latest and established models = 0.407374 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 107 components and 0.407374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179711Jy sigma=0.000620 ! Fit after self-cal, rms=0.179692Jy sigma=0.000620 ! 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.179692Jy sigma=0.000620 ! Fit after self-cal, rms=0.179259Jy sigma=0.000620 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.83 mas, bmaj=25.34 mas, bpa=-0.7833 degrees ! Estimated noise=5520.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00206498 Jy ! Component: 100 - total flux cleaned = -0.00238783 Jy ! Component: 150 - total flux cleaned = -0.00266695 Jy ! Component: 200 - total flux cleaned = -0.00275094 Jy ! Total flux subtracted in 200 components = -0.00275094 Jy ! Clean residual min=-0.008475 max=0.007732 Jy/beam ! Clean residual mean=-0.000058 rms=0.002479 Jy/beam ! Combined flux in latest and established models = 0.404623 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 122 components and 0.404623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179233Jy sigma=0.000620 ! Fit after self-cal, rms=0.179219Jy sigma=0.000620 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.00127632 Jy ! Component: 100 - total flux cleaned = -0.00136099 Jy ! Component: 150 - total flux cleaned = -0.00136097 Jy ! Component: 200 - total flux cleaned = -0.00137178 Jy ! Total flux subtracted in 200 components = -0.00137178 Jy ! Clean residual min=-0.007996 max=0.007710 Jy/beam ! Clean residual mean=-0.000064 rms=0.002431 Jy/beam ! Combined flux in latest and established models = 0.403251 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 130 components and 0.403251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179145Jy sigma=0.000620 ! Fit after self-cal, rms=0.179133Jy sigma=0.000620 ! 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.656 mas, bmaj=8.75 mas, bpa=1.637 degrees ! Estimated noise=3991.83 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.656 x 8.75 at 1.637 degrees (North through East) ! Clean map min=-0.010656 max=0.29863 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.343 mas, bmaj=8.043 mas, bpa=0.9878 degrees ! Estimated noise=5378.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.273484 Jy ! Component: 100 - total flux cleaned = 0.349846 Jy ! Component: 150 - total flux cleaned = 0.380887 Jy ! Component: 200 - total flux cleaned = 0.396501 Jy ! Total flux subtracted in 200 components = 0.396501 Jy ! Clean residual min=-0.014464 max=0.013520 Jy/beam ! Clean residual mean=-0.000053 rms=0.003458 Jy/beam ! Combined flux in latest and established models = 0.396501 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.396501 Jy ! Inverting map and beam ! Estimated beam: bmin=2.656 mas, bmaj=8.75 mas, bpa=1.637 degrees ! Estimated noise=3991.83 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.00611504 Jy ! Component: 100 - total flux cleaned = 0.00723135 Jy ! Component: 150 - total flux cleaned = 0.00724089 Jy ! Component: 200 - total flux cleaned = 0.00704298 Jy ! Total flux subtracted in 200 components = 0.00704298 Jy ! Clean residual min=-0.010470 max=0.009181 Jy/beam ! Clean residual mean=-0.000039 rms=0.002389 Jy/beam ! Combined flux in latest and established models = 0.403544 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 37 components and 0.403544 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=8.83 mas, bmaj=25.34 mas, bpa=-0.7833 degrees ! Estimated noise=5520.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00160712 Jy ! Component: 100 - total flux cleaned = -0.00145775 Jy ! Component: 150 - total flux cleaned = -0.00146161 Jy ! Component: 200 - total flux cleaned = -0.00133243 Jy ! Total flux subtracted in 200 components = -0.00133243 Jy ! Clean residual min=-0.008939 max=0.008786 Jy/beam ! Clean residual mean=-0.000089 rms=0.002796 Jy/beam ! Combined flux in latest and established models = 0.402211 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 = -8.24837e-06 Jy ! Component: 100 - total flux cleaned = 0.000100335 Jy ! Component: 150 - total flux cleaned = 9.81183e-05 Jy ! Component: 200 - total flux cleaned = 9.46786e-05 Jy ! Total flux subtracted in 200 components = 9.46786e-05 Jy ! Clean residual min=-0.008109 max=0.008252 Jy/beam ! Clean residual mean=-0.000087 rms=0.002627 Jy/beam ! Combined flux in latest and established models = 0.402306 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 59 components and 0.402306 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.656 mas, bmaj=8.75 mas, bpa=1.637 degrees ! Estimated noise=3991.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00239961 Jy ! Component: 100 - total flux cleaned = 0.00241711 Jy ! Component: 150 - total flux cleaned = 0.00212773 Jy ! Component: 200 - total flux cleaned = 0.00199198 Jy ! Total flux subtracted in 200 components = 0.00199198 Jy ! Clean residual min=-0.008252 max=0.007742 Jy/beam ! Clean residual mean=-0.000027 rms=0.002041 Jy/beam ! Combined flux in latest and established models = 0.404298 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 79 components and 0.404298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179013Jy sigma=0.000621 ! Fit after self-cal, rms=0.178938Jy sigma=0.000620 wmodel J1036-3744_S_2017_07_16_pus_map.mod ! Writing 79 model components to file: J1036-3744_S_2017_07_16_pus_map.mod wobs J1036-3744_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1036-3744_S_2017_07_16_pus_uvs.fits wwins J1036-3744_S_2017_07_16_pus_map.win ! wwins: Wrote 3 windows to J1036-3744_S_2017_07_16_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.00149538 Jy ! Component: 100 - total flux cleaned = -0.00176456 Jy ! Component: 150 - total flux cleaned = -0.00141807 Jy ! Component: 200 - total flux cleaned = -0.000872617 Jy ! Component: 250 - total flux cleaned = -0.000346462 Jy ! Component: 300 - total flux cleaned = -4.41819e-05 Jy ! Component: 350 - total flux cleaned = 0.000245751 Jy ! Component: 400 - total flux cleaned = 0.000429091 Jy ! Component: 450 - total flux cleaned = 0.000339995 Jy ! Component: 500 - total flux cleaned = 8.09246e-05 Jy ! Component: 550 - total flux cleaned = -8.75243e-05 Jy ! Component: 600 - total flux cleaned = -0.000332179 Jy ! Component: 650 - total flux cleaned = -0.000647529 Jy ! Component: 700 - total flux cleaned = -0.000725067 Jy ! Component: 750 - total flux cleaned = -0.000950536 Jy ! Component: 800 - total flux cleaned = -0.00124221 Jy ! Component: 850 - total flux cleaned = -0.00152459 Jy ! Component: 900 - total flux cleaned = -0.00173259 Jy ! Component: 950 - total flux cleaned = -0.00213849 Jy ! Component: 1000 - total flux cleaned = -0.0024696 Jy ! Component: 1050 - total flux cleaned = -0.00279406 Jy ! Component: 1100 - total flux cleaned = -0.00317686 Jy ! Component: 1150 - total flux cleaned = -0.00367841 Jy ! Component: 1200 - total flux cleaned = -0.00404815 Jy ! Component: 1250 - total flux cleaned = -0.00429016 Jy ! Component: 1300 - total flux cleaned = -0.00452903 Jy ! Component: 1350 - total flux cleaned = -0.00482296 Jy ! Component: 1400 - total flux cleaned = -0.00493942 Jy ! Component: 1450 - total flux cleaned = -0.00511206 Jy ! Component: 1500 - total flux cleaned = -0.00516887 Jy ! Component: 1550 - total flux cleaned = -0.00528117 Jy ! Component: 1600 - total flux cleaned = -0.00528151 Jy ! Component: 1650 - total flux cleaned = -0.00544578 Jy ! Component: 1700 - total flux cleaned = -0.00539119 Jy ! Component: 1750 - total flux cleaned = -0.00549906 Jy ! Component: 1800 - total flux cleaned = -0.00555239 Jy ! Component: 1850 - total flux cleaned = -0.00565804 Jy ! Component: 1900 - total flux cleaned = -0.00576231 Jy ! Component: 1950 - total flux cleaned = -0.00581394 Jy ! Component: 2000 - total flux cleaned = -0.00601939 Jy ! Component: 2050 - total flux cleaned = -0.00622402 Jy ! Component: 2100 - total flux cleaned = -0.00622411 Jy ! Component: 2150 - total flux cleaned = -0.00642701 Jy ! Component: 2200 - total flux cleaned = -0.00662922 Jy ! Component: 2250 - total flux cleaned = -0.00683059 Jy ! Component: 2300 - total flux cleaned = -0.00708117 Jy ! Component: 2350 - total flux cleaned = -0.00728088 Jy ! Component: 2400 - total flux cleaned = -0.00753 Jy ! Component: 2450 - total flux cleaned = -0.00762946 Jy ! Component: 2500 - total flux cleaned = -0.00787711 Jy ! Component: 2550 - total flux cleaned = -0.00817343 Jy ! Component: 2600 - total flux cleaned = -0.00827198 Jy ! Component: 2650 - total flux cleaned = -0.00846827 Jy ! Component: 2700 - total flux cleaned = -0.00861506 Jy ! Component: 2750 - total flux cleaned = -0.00871302 Jy ! Component: 2800 - total flux cleaned = -0.00881086 Jy ! Component: 2850 - total flux cleaned = -0.00885968 Jy ! Component: 2900 - total flux cleaned = -0.00900583 Jy ! Component: 2950 - total flux cleaned = -0.00905433 Jy ! Component: 3000 - total flux cleaned = -0.00915174 Jy ! Component: 3050 - total flux cleaned = -0.00920085 Jy ! Component: 3100 - total flux cleaned = -0.00920065 Jy ! Component: 3150 - total flux cleaned = -0.00920043 Jy ! Component: 3200 - total flux cleaned = -0.00915119 Jy ! Component: 3250 - total flux cleaned = -0.00915129 Jy ! Component: 3300 - total flux cleaned = -0.00910168 Jy ! Component: 3350 - total flux cleaned = -0.00915147 Jy ! Component: 3400 - total flux cleaned = -0.00910183 Jy ! Component: 3450 - total flux cleaned = -0.009102 Jy ! Component: 3500 - total flux cleaned = -0.00905168 Jy ! Component: 3550 - total flux cleaned = -0.00900143 Jy ! Component: 3600 - total flux cleaned = -0.00890011 Jy ! Component: 3650 - total flux cleaned = -0.00879835 Jy ! Component: 3700 - total flux cleaned = -0.0087468 Jy ! Component: 3750 - total flux cleaned = -0.0086953 Jy ! Component: 3800 - total flux cleaned = -0.0085914 Jy ! Component: 3850 - total flux cleaned = -0.00853933 Jy ! Component: 3900 - total flux cleaned = -0.0084347 Jy ! Component: 3950 - total flux cleaned = -0.00827661 Jy ! Component: 4000 - total flux cleaned = -0.00822354 Jy ! Component: 4050 - total flux cleaned = -0.00817006 Jy ! Total flux subtracted in 4096 components = -0.00811612 Jy ! Clean residual min=-0.002981 max=0.003823 Jy/beam ! Clean residual mean=-0.000027 rms=0.000832 Jy/beam ! Combined flux in latest and established models = 0.396182 Jy keep ! Adding 236 model components to the UV plane model. ! The established model now contains 315 components and 0.396182 Jy ![Exited script file: muppet] wmap "J1036-3744_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.656 x 8.75 at 1.637 degrees (North through East) ! Clean map min=-0.007179 max=0.30559 Jy/beam ! Writing clean map to FITS file: J1036-3744_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.30559 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000820047 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.805045 0.805045 1.61009 3.22018 6.44036 12.8807 25.7615 51.5229 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0024 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.305 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.656 x 8.75 at 1.637 degrees (North through East) ! Clean map min=-0.007179 max=0.30559 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 J1036-3744_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:07:25 2019