! Started logfile: J1233-1025_S_2017_08_05_pus_uvs.log on Thu May 9 19:29:35 2019 obs J1233-1025_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J1233-1025_S_2017_08_05_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.75754 visibilities/baseline/integration-bin. ! Found source: J1233-1025 ! ! 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 513 lines of history. ! ! Reading 7636 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 J1233-1025_S_2017_08_05_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 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 353 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.836183Jy sigma=0.006873 ! Fit after self-cal, rms=0.825548Jy sigma=0.006792 ! 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.478 mas, bmaj=7.035 mas, bpa=-5.398 degrees ! Estimated noise=1462.8 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.127331 Jy ! Component: 100 - total flux cleaned = 0.169624 Jy ! Total flux subtracted in 100 components = 0.169624 Jy ! Clean residual min=-0.012762 max=0.024864 Jy/beam ! Clean residual mean=0.000008 rms=0.003583 Jy/beam ! Combined flux in latest and established models = 0.169624 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.169624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110255Jy sigma=0.000863 ! Fit after self-cal, rms=0.110038Jy sigma=0.000862 ! Inverting map ! Added new window around map position (5.5, 5.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0276949 Jy ! Component: 100 - total flux cleaned = 0.0468814 Jy ! Total flux subtracted in 100 components = 0.0468814 Jy ! Clean residual min=-0.009254 max=0.015863 Jy/beam ! Clean residual mean=0.000007 rms=0.002428 Jy/beam ! Combined flux in latest and established models = 0.216505 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 29 components and 0.216505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097441Jy sigma=0.000754 ! Fit after self-cal, rms=0.097041Jy sigma=0.000751 ! 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.946 mas, bmaj=8.128 mas, bpa=-5.522 degrees ! Estimated noise=1119.91 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.0243497 Jy ! Component: 100 - total flux cleaned = 0.0388797 Jy ! Component: 150 - total flux cleaned = 0.0483867 Jy ! Component: 200 - total flux cleaned = 0.0546843 Jy ! Total flux subtracted in 200 components = 0.0546843 Jy ! Clean residual min=-0.005457 max=0.007819 Jy/beam ! Clean residual mean=0.000011 rms=0.001615 Jy/beam ! Combined flux in latest and established models = 0.271189 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 67 components and 0.271189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089862Jy sigma=0.000695 ! Fit after self-cal, rms=0.089584Jy sigma=0.000693 ! 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.91 HN 0.99 KP 1.05 ! LA 1.04 MK 0.98 NL 0.91 OV 1.05 ! PT 1.01 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.08 KP 1.02 ! LA 0.98 MK 0.94 NL 1.06 OV 1.07 ! PT 0.97 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.03 KP 0.92 ! LA 0.77 MK 0.95 NL 1.23 OV 0.95 ! PT 0.97 SC 1.04 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.93 HN 0.96 KP 1.00* ! LA 1.00* MK 1.32 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.089584Jy sigma=0.000693 ! Fit after self-cal, rms=0.083386Jy sigma=0.000670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.951 mas, bmaj=8.133 mas, bpa=-5.173 degrees ! Estimated noise=1105.02 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.00164382 Jy ! Component: 100 - total flux cleaned = 0.00147283 Jy ! Component: 150 - total flux cleaned = 0.00132801 Jy ! Component: 200 - total flux cleaned = 0.00120428 Jy ! Total flux subtracted in 200 components = 0.00120428 Jy ! Clean residual min=-0.004237 max=0.005032 Jy/beam ! Clean residual mean=0.000003 rms=0.001132 Jy/beam ! Combined flux in latest and established models = 0.272394 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 77 components and 0.272394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083221Jy sigma=0.000669 ! Fit after self-cal, rms=0.083194Jy sigma=0.000669 ! 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.083194Jy sigma=0.000669 ! Fit after self-cal, rms=0.083099Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.94 mas, bmaj=8.154 mas, bpa=-5.085 degrees ! Estimated noise=1102.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000589934 Jy ! Component: 100 - total flux cleaned = 0.000361726 Jy ! Component: 150 - total flux cleaned = 0.000263857 Jy ! Component: 200 - total flux cleaned = 0.000308235 Jy ! Total flux subtracted in 200 components = 0.000308235 Jy ! Clean residual min=-0.003730 max=0.004796 Jy/beam ! Clean residual mean=0.000004 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.272702 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 85 components and 0.272702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083035Jy sigma=0.000666 ! Fit after self-cal, rms=0.083040Jy sigma=0.000666 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 (16, 22.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00474036 Jy ! Component: 100 - total flux cleaned = 0.00579915 Jy ! Component: 150 - total flux cleaned = 0.00656502 Jy ! Component: 200 - total flux cleaned = 0.00694534 Jy ! Total flux subtracted in 200 components = 0.00694534 Jy ! Clean residual min=-0.004049 max=0.003687 Jy/beam ! Clean residual mean=0.000001 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.279647 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 109 components and 0.279647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082748Jy sigma=0.000663 ! Fit after self-cal, rms=0.082718Jy sigma=0.000663 ! 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.082718Jy sigma=0.000663 ! Fit after self-cal, rms=0.082752Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.939 mas, bmaj=8.157 mas, bpa=-5.053 degrees ! Estimated noise=1102.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00163497 Jy ! Component: 100 - total flux cleaned = 0.00181583 Jy ! Component: 150 - total flux cleaned = 0.00192206 Jy ! Component: 200 - total flux cleaned = 0.00197224 Jy ! Total flux subtracted in 200 components = 0.00197224 Jy ! Clean residual min=-0.004085 max=0.003468 Jy/beam ! Clean residual mean=-0.000000 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.281619 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 121 components and 0.281619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082676Jy sigma=0.000662 ! Fit after self-cal, rms=0.082667Jy sigma=0.000662 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.000244277 Jy ! Component: 100 - total flux cleaned = 0.000423884 Jy ! Component: 150 - total flux cleaned = 0.000466134 Jy ! Component: 200 - total flux cleaned = 0.000547044 Jy ! Total flux subtracted in 200 components = 0.000547044 Jy ! Clean residual min=-0.004047 max=0.003386 Jy/beam ! Clean residual mean=-0.000000 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.282167 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 123 components and 0.282166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082625Jy sigma=0.000662 ! Fit after self-cal, rms=0.082620Jy sigma=0.000662 ! 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.082620Jy sigma=0.000662 ! Fit after self-cal, rms=0.082721Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.105 mas, bmaj=16 mas, bpa=-6.114 degrees ! Estimated noise=1456.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107823 Jy ! Component: 100 - total flux cleaned = 0.00112592 Jy ! Component: 150 - total flux cleaned = 0.00119843 Jy ! Component: 200 - total flux cleaned = 0.00123079 Jy ! Total flux subtracted in 200 components = 0.00123079 Jy ! Clean residual min=-0.004814 max=0.003426 Jy/beam ! Clean residual mean=-0.000003 rms=0.001157 Jy/beam ! Combined flux in latest and established models = 0.283397 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 134 components and 0.283397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082705Jy sigma=0.000662 ! Fit after self-cal, rms=0.082702Jy sigma=0.000662 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.000115259 Jy ! Component: 100 - total flux cleaned = 0.000205225 Jy ! Component: 150 - total flux cleaned = 0.00023063 Jy ! Component: 200 - total flux cleaned = 0.000278187 Jy ! Total flux subtracted in 200 components = 0.000278187 Jy ! Clean residual min=-0.004782 max=0.003387 Jy/beam ! Clean residual mean=-0.000004 rms=0.001145 Jy/beam ! Combined flux in latest and established models = 0.283675 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 138 components and 0.283675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082698Jy sigma=0.000662 ! Fit after self-cal, rms=0.082694Jy sigma=0.000662 ! 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.939 mas, bmaj=8.159 mas, bpa=-5.02 degrees ! Estimated noise=1103.86 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.939 x 8.159 at -5.02 degrees (North through East) ! Clean map min=-0.0038625 max=0.16372 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.472 mas, bmaj=7.088 mas, bpa=-4.871 degrees ! Estimated noise=1443.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.125853 Jy ! Component: 100 - total flux cleaned = 0.170802 Jy ! Component: 150 - total flux cleaned = 0.197879 Jy ! Component: 200 - total flux cleaned = 0.216626 Jy ! Total flux subtracted in 200 components = 0.216626 Jy ! Clean residual min=-0.006943 max=0.012507 Jy/beam ! Clean residual mean=0.000004 rms=0.001985 Jy/beam ! Combined flux in latest and established models = 0.216626 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.216626 Jy ! Inverting map and beam ! Estimated beam: bmin=2.939 mas, bmaj=8.159 mas, bpa=-5.02 degrees ! Estimated noise=1103.86 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.0213147 Jy ! Component: 100 - total flux cleaned = 0.0342317 Jy ! Component: 150 - total flux cleaned = 0.0427631 Jy ! Component: 200 - total flux cleaned = 0.0489669 Jy ! Total flux subtracted in 200 components = 0.0489669 Jy ! Clean residual min=-0.004178 max=0.004999 Jy/beam ! Clean residual mean=0.000003 rms=0.001128 Jy/beam ! Combined flux in latest and established models = 0.265593 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 58 components and 0.265593 Jy ! Inverting map ! Added new window around map position (0.5, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0052917 Jy ! Component: 100 - total flux cleaned = 0.00912221 Jy ! Component: 150 - total flux cleaned = 0.0117496 Jy ! Component: 200 - total flux cleaned = 0.0128381 Jy ! Total flux subtracted in 200 components = 0.0128381 Jy ! Clean residual min=-0.003991 max=0.003679 Jy/beam ! Clean residual mean=0.000000 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.278431 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 80 components and 0.278431 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.105 mas, bmaj=16 mas, bpa=-6.114 degrees ! Estimated noise=1456.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00260341 Jy ! Component: 100 - total flux cleaned = 0.0027122 Jy ! Component: 150 - total flux cleaned = 0.00285946 Jy ! Component: 200 - total flux cleaned = 0.00304334 Jy ! Total flux subtracted in 200 components = 0.00304334 Jy ! Clean residual min=-0.004750 max=0.003442 Jy/beam ! Clean residual mean=-0.000002 rms=0.001169 Jy/beam ! Combined flux in latest and established models = 0.281474 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.000160348 Jy ! Component: 100 - total flux cleaned = 0.000162919 Jy ! Component: 150 - total flux cleaned = 0.00016652 Jy ! Component: 200 - total flux cleaned = 0.000202421 Jy ! Total flux subtracted in 200 components = 0.000202421 Jy ! Clean residual min=-0.004694 max=0.003359 Jy/beam ! Clean residual mean=-0.000002 rms=0.001127 Jy/beam ! Combined flux in latest and established models = 0.281677 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 113 components and 0.281677 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.939 mas, bmaj=8.159 mas, bpa=-5.02 degrees ! Estimated noise=1103.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00121861 Jy ! Component: 100 - total flux cleaned = -0.00128461 Jy ! Component: 150 - total flux cleaned = -0.0013952 Jy ! Component: 200 - total flux cleaned = -0.00144752 Jy ! Total flux subtracted in 200 components = -0.00144752 Jy ! Clean residual min=-0.003628 max=0.003150 Jy/beam ! Clean residual mean=-0.000000 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.280229 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 141 components and 0.280229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082701Jy sigma=0.000662 ! Fit after self-cal, rms=0.082674Jy sigma=0.000662 wmodel J1233-1025_S_2017_08_05_pus_map.mod ! Writing 141 model components to file: J1233-1025_S_2017_08_05_pus_map.mod wobs J1233-1025_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J1233-1025_S_2017_08_05_pus_uvs.fits wwins J1233-1025_S_2017_08_05_pus_map.win ! wwins: Wrote 4 windows to J1233-1025_S_2017_08_05_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 = -6.52905e-05 Jy ! Component: 100 - total flux cleaned = -5.74698e-05 Jy ! Component: 150 - total flux cleaned = -0.000256758 Jy ! Component: 200 - total flux cleaned = -0.000398525 Jy ! Component: 250 - total flux cleaned = -0.000578336 Jy ! Component: 300 - total flux cleaned = -0.000620737 Jy ! Component: 350 - total flux cleaned = -0.00070446 Jy ! Component: 400 - total flux cleaned = -0.0007045 Jy ! Component: 450 - total flux cleaned = -0.00078308 Jy ! Component: 500 - total flux cleaned = -0.000820575 Jy ! Component: 550 - total flux cleaned = -0.000706976 Jy ! Component: 600 - total flux cleaned = -0.000596684 Jy ! Component: 650 - total flux cleaned = -0.000632876 Jy ! Component: 700 - total flux cleaned = -0.000492661 Jy ! Component: 750 - total flux cleaned = -0.000355225 Jy ! Component: 800 - total flux cleaned = -0.000322313 Jy ! Component: 850 - total flux cleaned = -0.000255754 Jy ! Component: 900 - total flux cleaned = -0.000190235 Jy ! Component: 950 - total flux cleaned = -9.43053e-05 Jy ! Component: 1000 - total flux cleaned = -0.000124714 Jy ! Component: 1050 - total flux cleaned = -3.59252e-07 Jy ! Component: 1100 - total flux cleaned = 9.00188e-05 Jy ! Component: 1150 - total flux cleaned = 9.02261e-05 Jy ! Component: 1200 - total flux cleaned = 0.000148553 Jy ! Component: 1250 - total flux cleaned = 6.1134e-05 Jy ! Component: 1300 - total flux cleaned = 3.22317e-05 Jy ! Component: 1350 - total flux cleaned = -5.18486e-05 Jy ! Component: 1400 - total flux cleaned = -0.000134255 Jy ! Component: 1450 - total flux cleaned = -0.000106892 Jy ! Component: 1500 - total flux cleaned = -0.000213762 Jy ! Component: 1550 - total flux cleaned = -0.000213723 Jy ! Component: 1600 - total flux cleaned = -0.000265475 Jy ! Component: 1650 - total flux cleaned = -0.000291065 Jy ! Component: 1700 - total flux cleaned = -0.000341492 Jy ! Component: 1750 - total flux cleaned = -0.000366425 Jy ! Component: 1800 - total flux cleaned = -0.000390871 Jy ! Component: 1850 - total flux cleaned = -0.00034236 Jy ! Component: 1900 - total flux cleaned = -0.000366047 Jy ! Component: 1950 - total flux cleaned = -0.000295064 Jy ! Component: 2000 - total flux cleaned = -0.000248316 Jy ! Component: 2050 - total flux cleaned = -0.000340531 Jy ! Component: 2100 - total flux cleaned = -0.000317534 Jy ! Component: 2150 - total flux cleaned = -0.000340204 Jy ! Component: 2200 - total flux cleaned = -0.00040701 Jy ! Component: 2250 - total flux cleaned = -0.000450872 Jy ! Component: 2300 - total flux cleaned = -0.000494301 Jy ! Component: 2350 - total flux cleaned = -0.000537548 Jy ! Component: 2400 - total flux cleaned = -0.00053751 Jy ! Component: 2450 - total flux cleaned = -0.000579687 Jy ! Component: 2500 - total flux cleaned = -0.000642276 Jy ! Component: 2550 - total flux cleaned = -0.000662898 Jy ! Component: 2600 - total flux cleaned = -0.000724324 Jy ! Component: 2650 - total flux cleaned = -0.00070407 Jy ! Component: 2700 - total flux cleaned = -0.000703931 Jy ! Component: 2750 - total flux cleaned = -0.000664009 Jy ! Component: 2800 - total flux cleaned = -0.000683943 Jy ! Component: 2850 - total flux cleaned = -0.000723042 Jy ! Component: 2900 - total flux cleaned = -0.000761776 Jy ! Component: 2950 - total flux cleaned = -0.000800483 Jy ! Component: 3000 - total flux cleaned = -0.000838508 Jy ! Component: 3050 - total flux cleaned = -0.000744193 Jy ! Component: 3100 - total flux cleaned = -0.000856689 Jy ! Component: 3150 - total flux cleaned = -0.000893822 Jy ! Component: 3200 - total flux cleaned = -0.000930588 Jy ! Component: 3250 - total flux cleaned = -0.000894065 Jy ! Component: 3300 - total flux cleaned = -0.000985005 Jy ! Component: 3350 - total flux cleaned = -0.000967138 Jy ! Component: 3400 - total flux cleaned = -0.00105671 Jy ! Component: 3450 - total flux cleaned = -0.00110997 Jy ! Component: 3500 - total flux cleaned = -0.00112746 Jy ! Component: 3550 - total flux cleaned = -0.00116249 Jy ! Component: 3600 - total flux cleaned = -0.00117994 Jy ! Component: 3650 - total flux cleaned = -0.00124873 Jy ! Component: 3700 - total flux cleaned = -0.00133386 Jy ! Component: 3750 - total flux cleaned = -0.00123176 Jy ! Component: 3800 - total flux cleaned = -0.00124857 Jy ! Component: 3850 - total flux cleaned = -0.00124853 Jy ! Component: 3900 - total flux cleaned = -0.00124858 Jy ! Component: 3950 - total flux cleaned = -0.00123199 Jy ! Component: 4000 - total flux cleaned = -0.00121545 Jy ! Component: 4050 - total flux cleaned = -0.00119906 Jy ! Total flux subtracted in 4096 components = -0.00123148 Jy ! Clean residual min=-0.001046 max=0.001017 Jy/beam ! Clean residual mean=-0.000001 rms=0.000296 Jy/beam ! Combined flux in latest and established models = 0.278998 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 419 components and 0.278998 Jy ![Exited script file: muppet] wmap "J1233-1025_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.939 x 8.159 at -5.02 degrees (North through East) ! Clean map min=-0.0022934 max=0.16157 Jy/beam ! Writing clean map to FITS file: J1233-1025_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.16157 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000283481 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.526363 0.526363 1.05273 2.10545 4.2109 8.4218 16.8436 33.6872 67.3744 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.161 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.939 x 8.159 at -5.02 degrees (North through East) ! Clean map min=-0.0022934 max=0.16157 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 J1233-1025_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:29:40 2019