! Started logfile: J0236-2953_S_2017_08_05_pus_uvs.log on Thu May 9 19:17:37 2019 obs J0236-2953_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0236-2953_S_2017_08_05_pus_uva.fits ! AN table 1: 61 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.508925 visibilities/baseline/integration-bin. ! Found source: J0236-2953 ! ! 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 5588 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 J0236-2953_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 224 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 211 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 211 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 475 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.821649Jy sigma=0.005683 ! Fit after self-cal, rms=0.807641Jy sigma=0.005610 ! 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.504 mas, bmaj=6.686 mas, bpa=0.6153 degrees ! Estimated noise=2026.64 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.148448 Jy ! Component: 100 - total flux cleaned = 0.188392 Jy ! Total flux subtracted in 100 components = 0.188392 Jy ! Clean residual min=-0.010351 max=0.017922 Jy/beam ! Clean residual mean=0.000034 rms=0.002785 Jy/beam ! Combined flux in latest and established models = 0.188392 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.188392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115735Jy sigma=0.000736 ! Fit after self-cal, rms=0.115746Jy sigma=0.000736 ! Inverting map ! Added new window around map position (3.5, 16.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0188173 Jy ! Component: 100 - total flux cleaned = 0.0251399 Jy ! Total flux subtracted in 100 components = 0.0251399 Jy ! Clean residual min=-0.009243 max=0.013442 Jy/beam ! Clean residual mean=0.000032 rms=0.002335 Jy/beam ! Combined flux in latest and established models = 0.213532 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 22 components and 0.213532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111748Jy sigma=0.000708 ! Fit after self-cal, rms=0.111665Jy sigma=0.000707 ! 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.155 mas, bmaj=8.126 mas, bpa=1.597 degrees ! Estimated noise=1587.63 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.0113219 Jy ! Component: 100 - total flux cleaned = 0.0134623 Jy ! Component: 150 - total flux cleaned = 0.0144925 Jy ! Component: 200 - total flux cleaned = 0.0150188 Jy ! Total flux subtracted in 200 components = 0.0150188 Jy ! Clean residual min=-0.007989 max=0.010294 Jy/beam ! Clean residual mean=0.000055 rms=0.002013 Jy/beam ! Combined flux in latest and established models = 0.228551 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 38 components and 0.228551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110112Jy sigma=0.000699 ! Fit after self-cal, rms=0.110110Jy sigma=0.000698 ! 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.99 HN 1.06 KP 1.01 ! LA 0.97 MK 1.01 NL 1.05 OV 1.01 ! PT 0.99 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.14 KP 0.98 ! LA 0.94 MK 0.98 NL 1.11 OV 1.01 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.11 KP 0.85 ! LA 0.75 MK 1.02 NL 1.35 OV 0.94 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 4. ! A total of 99 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.08 HN 1.19 KP 1.00* ! LA 1.00* MK 1.13 NL 1.00* OV 1.00* ! PT 0.90 SC 1.00* ! ! ! Fit before self-cal, rms=0.110110Jy sigma=0.000698 ! Fit after self-cal, rms=0.107134Jy sigma=0.000680 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.185 mas, bmaj=8.095 mas, bpa=2.871 degrees ! Estimated noise=1603.57 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.00567926 Jy ! Component: 100 - total flux cleaned = -0.00607019 Jy ! Component: 150 - total flux cleaned = -0.0056363 Jy ! Component: 200 - total flux cleaned = -0.00563309 Jy ! Total flux subtracted in 200 components = -0.00563309 Jy ! Clean residual min=-0.006605 max=0.007416 Jy/beam ! Clean residual mean=0.000027 rms=0.001514 Jy/beam ! Combined flux in latest and established models = 0.222918 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 50 components and 0.222918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106330Jy sigma=0.000676 ! Fit after self-cal, rms=0.106273Jy 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.106273Jy sigma=0.000675 ! Fit after self-cal, rms=0.109639Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.2 mas, bmaj=8.196 mas, bpa=2.557 degrees ! Estimated noise=1600.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000259378 Jy ! Component: 100 - total flux cleaned = 0.000259114 Jy ! Component: 150 - total flux cleaned = 0.000360422 Jy ! Component: 200 - total flux cleaned = 0.000363293 Jy ! Total flux subtracted in 200 components = 0.000363293 Jy ! Clean residual min=-0.004732 max=0.004925 Jy/beam ! Clean residual mean=0.000001 rms=0.001232 Jy/beam ! Combined flux in latest and established models = 0.223281 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 54 components and 0.223281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109388Jy sigma=0.000666 ! Fit after self-cal, rms=0.109453Jy sigma=0.000665 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.000208728 Jy ! Component: 100 - total flux cleaned = 0.000301261 Jy ! Component: 150 - total flux cleaned = 0.000140457 Jy ! Component: 200 - total flux cleaned = 0.000141212 Jy ! Total flux subtracted in 200 components = 0.000141212 Jy ! Clean residual min=-0.004643 max=0.004648 Jy/beam ! Clean residual mean=0.000001 rms=0.001204 Jy/beam ! Combined flux in latest and established models = 0.223422 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 56 components and 0.223422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109314Jy sigma=0.000665 ! Fit after self-cal, rms=0.109287Jy sigma=0.000665 ! 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.109287Jy sigma=0.000665 ! Fit after self-cal, rms=0.122526Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.227 mas, bmaj=8.574 mas, bpa=1.222 degrees ! Estimated noise=1624.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000570264 Jy ! Component: 100 - total flux cleaned = -0.0005046 Jy ! Component: 150 - total flux cleaned = -0.000499597 Jy ! Component: 200 - total flux cleaned = -0.000496177 Jy ! Total flux subtracted in 200 components = -0.000496177 Jy ! Clean residual min=-0.004106 max=0.003964 Jy/beam ! Clean residual mean=0.000009 rms=0.000924 Jy/beam ! Combined flux in latest and established models = 0.222926 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 63 components and 0.222926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122473Jy sigma=0.000654 ! Fit after self-cal, rms=0.122588Jy sigma=0.000654 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.20621e-05 Jy ! Component: 100 - total flux cleaned = -2.35756e-05 Jy ! Component: 150 - total flux cleaned = 1.57552e-05 Jy ! Component: 200 - total flux cleaned = 5.18782e-05 Jy ! Total flux subtracted in 200 components = 5.18782e-05 Jy ! Clean residual min=-0.004055 max=0.003840 Jy/beam ! Clean residual mean=0.000008 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.222978 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 70 components and 0.222978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122571Jy sigma=0.000653 ! Fit after self-cal, rms=0.122568Jy sigma=0.000653 ! 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.122568Jy sigma=0.000653 ! Fit after self-cal, rms=0.125986Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.421 mas, bmaj=21.67 mas, bpa=0.5916 degrees ! Estimated noise=2015.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000366513 Jy ! Component: 100 - total flux cleaned = -0.00042512 Jy ! Component: 150 - total flux cleaned = -0.000471776 Jy ! Component: 200 - total flux cleaned = -0.000491446 Jy ! Total flux subtracted in 200 components = -0.000491446 Jy ! Clean residual min=-0.003392 max=0.003678 Jy/beam ! Clean residual mean=0.000014 rms=0.000964 Jy/beam ! Combined flux in latest and established models = 0.222486 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 74 components and 0.222486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125995Jy sigma=0.000653 ! Fit after self-cal, rms=0.126002Jy sigma=0.000653 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.000100461 Jy ! Component: 100 - total flux cleaned = 8.30476e-05 Jy ! Component: 150 - total flux cleaned = 8.38603e-05 Jy ! Component: 200 - total flux cleaned = 8.38449e-05 Jy ! Total flux subtracted in 200 components = 8.38449e-05 Jy ! Clean residual min=-0.003360 max=0.003648 Jy/beam ! Clean residual mean=0.000014 rms=0.000962 Jy/beam ! Combined flux in latest and established models = 0.22257 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 74 components and 0.22257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126009Jy sigma=0.000653 ! Fit after self-cal, rms=0.126007Jy sigma=0.000653 ! 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.231 mas, bmaj=8.638 mas, bpa=1.003 degrees ! Estimated noise=1624.9 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.231 x 8.638 at 1.003 degrees (North through East) ! Clean map min=-0.0057525 max=0.1964 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.537 mas, bmaj=6.988 mas, bpa=0.3193 degrees ! Estimated noise=2108.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.151994 Jy ! Component: 100 - total flux cleaned = 0.188572 Jy ! Component: 150 - total flux cleaned = 0.203336 Jy ! Component: 200 - total flux cleaned = 0.211796 Jy ! Total flux subtracted in 200 components = 0.211796 Jy ! Clean residual min=-0.005839 max=0.007501 Jy/beam ! Clean residual mean=0.000006 rms=0.001468 Jy/beam ! Combined flux in latest and established models = 0.211796 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.211796 Jy ! Inverting map and beam ! Estimated beam: bmin=3.231 mas, bmaj=8.638 mas, bpa=1.003 degrees ! Estimated noise=1624.9 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-3, -7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00717791 Jy ! Component: 100 - total flux cleaned = 0.0088709 Jy ! Component: 150 - total flux cleaned = 0.00940621 Jy ! Component: 200 - total flux cleaned = 0.00988672 Jy ! Total flux subtracted in 200 components = 0.00988672 Jy ! Clean residual min=-0.004141 max=0.003957 Jy/beam ! Clean residual mean=0.000009 rms=0.000956 Jy/beam ! Combined flux in latest and established models = 0.221683 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 46 components and 0.221683 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.421 mas, bmaj=21.67 mas, bpa=0.5916 degrees ! Estimated noise=2015.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147951 Jy ! Component: 100 - total flux cleaned = 0.00139256 Jy ! Component: 150 - total flux cleaned = 0.0012835 Jy ! Component: 200 - total flux cleaned = 0.00128555 Jy ! Total flux subtracted in 200 components = 0.00128555 Jy ! Clean residual min=-0.003304 max=0.003707 Jy/beam ! Clean residual mean=0.000014 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.222968 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 = 9.31129e-07 Jy ! Component: 100 - total flux cleaned = 1.80788e-06 Jy ! Component: 150 - total flux cleaned = 1.679e-06 Jy ! Component: 200 - total flux cleaned = -2.05534e-05 Jy ! Total flux subtracted in 200 components = -2.05534e-05 Jy ! Clean residual min=-0.003267 max=0.003718 Jy/beam ! Clean residual mean=0.000014 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.222948 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 72 components and 0.222948 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.231 mas, bmaj=8.638 mas, bpa=1.003 degrees ! Estimated noise=1624.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000280737 Jy ! Component: 100 - total flux cleaned = -0.000189596 Jy ! Component: 150 - total flux cleaned = -0.000106943 Jy ! Component: 200 - total flux cleaned = 4.25469e-05 Jy ! Total flux subtracted in 200 components = 4.25469e-05 Jy ! Clean residual min=-0.004011 max=0.003992 Jy/beam ! Clean residual mean=0.000007 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.22299 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 82 components and 0.22299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126638Jy sigma=0.000653 ! Fit after self-cal, rms=0.126553Jy sigma=0.000653 wmodel J0236-2953_S_2017_08_05_pus_map.mod ! Writing 82 model components to file: J0236-2953_S_2017_08_05_pus_map.mod wobs J0236-2953_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0236-2953_S_2017_08_05_pus_uvs.fits wwins J0236-2953_S_2017_08_05_pus_map.win ! wwins: Wrote 3 windows to J0236-2953_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 = 0.000275739 Jy ! Component: 100 - total flux cleaned = 0.000742064 Jy ! Component: 150 - total flux cleaned = 0.000932496 Jy ! Component: 200 - total flux cleaned = 0.00123267 Jy ! Component: 250 - total flux cleaned = 0.00123337 Jy ! Component: 300 - total flux cleaned = 0.00112064 Jy ! Component: 350 - total flux cleaned = 0.000901913 Jy ! Component: 400 - total flux cleaned = 0.00079574 Jy ! Component: 450 - total flux cleaned = 0.000589085 Jy ! Component: 500 - total flux cleaned = 0.000590156 Jy ! Component: 550 - total flux cleaned = 0.000640981 Jy ! Component: 600 - total flux cleaned = 0.000689195 Jy ! Component: 650 - total flux cleaned = 0.00083265 Jy ! Component: 700 - total flux cleaned = 0.000784435 Jy ! Component: 750 - total flux cleaned = 0.000831013 Jy ! Component: 800 - total flux cleaned = 0.000786418 Jy ! Component: 850 - total flux cleaned = 0.000877899 Jy ! Component: 900 - total flux cleaned = 0.000834285 Jy ! Component: 950 - total flux cleaned = 0.000616962 Jy ! Component: 1000 - total flux cleaned = 0.000704238 Jy ! Component: 1050 - total flux cleaned = 0.000745907 Jy ! Component: 1100 - total flux cleaned = 0.000872088 Jy ! Component: 1150 - total flux cleaned = 0.00078893 Jy ! Component: 1200 - total flux cleaned = 0.00082958 Jy ! Component: 1250 - total flux cleaned = 0.000910321 Jy ! Component: 1300 - total flux cleaned = 0.000990579 Jy ! Component: 1350 - total flux cleaned = 0.00118813 Jy ! Component: 1400 - total flux cleaned = 0.00122679 Jy ! Component: 1450 - total flux cleaned = 0.001304 Jy ! Component: 1500 - total flux cleaned = 0.00134227 Jy ! Component: 1550 - total flux cleaned = 0.0013046 Jy ! Component: 1600 - total flux cleaned = 0.0013791 Jy ! Component: 1650 - total flux cleaned = 0.00134235 Jy ! Component: 1700 - total flux cleaned = 0.00134192 Jy ! Component: 1750 - total flux cleaned = 0.00126963 Jy ! Component: 1800 - total flux cleaned = 0.00126937 Jy ! Component: 1850 - total flux cleaned = 0.0012339 Jy ! Component: 1900 - total flux cleaned = 0.00109369 Jy ! Component: 1950 - total flux cleaned = 0.000989258 Jy ! Component: 2000 - total flux cleaned = 0.00105833 Jy ! Component: 2050 - total flux cleaned = 0.000955669 Jy ! Component: 2100 - total flux cleaned = 0.000819928 Jy ! Component: 2150 - total flux cleaned = 0.000854127 Jy ! Component: 2200 - total flux cleaned = 0.000787604 Jy ! Component: 2250 - total flux cleaned = 0.000754883 Jy ! Component: 2300 - total flux cleaned = 0.000721696 Jy ! Component: 2350 - total flux cleaned = 0.000656378 Jy ! Component: 2400 - total flux cleaned = 0.000591505 Jy ! Component: 2450 - total flux cleaned = 0.000494737 Jy ! Component: 2500 - total flux cleaned = 0.000430881 Jy ! Component: 2550 - total flux cleaned = 0.00033605 Jy ! Component: 2600 - total flux cleaned = 0.000335845 Jy ! Component: 2650 - total flux cleaned = 0.000304672 Jy ! Component: 2700 - total flux cleaned = 0.000149906 Jy ! Component: 2750 - total flux cleaned = 2.73089e-05 Jy ! Component: 2800 - total flux cleaned = -0.00012518 Jy ! Component: 2850 - total flux cleaned = -0.000215931 Jy ! Component: 2900 - total flux cleaned = -0.000306388 Jy ! Component: 2950 - total flux cleaned = -0.000216458 Jy ! Component: 3000 - total flux cleaned = -0.000335209 Jy ! Component: 3050 - total flux cleaned = -0.0003647 Jy ! Component: 3100 - total flux cleaned = -0.000423448 Jy ! Component: 3150 - total flux cleaned = -0.000510703 Jy ! Component: 3200 - total flux cleaned = -0.000568615 Jy ! Component: 3250 - total flux cleaned = -0.000568613 Jy ! Component: 3300 - total flux cleaned = -0.000654362 Jy ! Component: 3350 - total flux cleaned = -0.000796593 Jy ! Component: 3400 - total flux cleaned = -0.000711636 Jy ! Component: 3450 - total flux cleaned = -0.000767885 Jy ! Component: 3500 - total flux cleaned = -0.000907411 Jy ! Component: 3550 - total flux cleaned = -0.000824208 Jy ! Component: 3600 - total flux cleaned = -0.00076893 Jy ! Component: 3650 - total flux cleaned = -0.000906456 Jy ! Component: 3700 - total flux cleaned = -0.000906488 Jy ! Component: 3750 - total flux cleaned = -0.000933828 Jy ! Component: 3800 - total flux cleaned = -0.00101477 Jy ! Component: 3850 - total flux cleaned = -0.000880162 Jy ! Component: 3900 - total flux cleaned = -0.0010142 Jy ! Component: 3950 - total flux cleaned = -0.00101431 Jy ! Component: 4000 - total flux cleaned = -0.00109377 Jy ! Component: 4050 - total flux cleaned = -0.00109389 Jy ! Total flux subtracted in 4096 components = -0.00119867 Jy ! Clean residual min=-0.001396 max=0.001414 Jy/beam ! Clean residual mean=0.000005 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.221791 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 355 components and 0.221791 Jy ![Exited script file: muppet] wmap "J0236-2953_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.231 x 8.638 at 1.003 degrees (North through East) ! Clean map min=-0.0038512 max=0.1973 Jy/beam ! Writing clean map to FITS file: J0236-2953_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.197298 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000479001 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.72834 0.72834 1.45668 2.91336 5.82672 11.6534 23.3069 46.6137 93.2275 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.197 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.231 x 8.638 at 1.003 degrees (North through East) ! Clean map min=-0.0038512 max=0.1973 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 J0236-2953_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:17:43 2019