! Started logfile: J1555-2508_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:17:10 2019 obs J1555-2508_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J1555-2508_S_2017_01_16_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.783041 visibilities/baseline/integration-bin. ! Found source: J1555-2508 ! ! 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 622 lines of history. ! ! Reading 16068 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 J1555-2508_S_2017_01_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 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 240 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.828784Jy sigma=0.005138 ! Fit after self-cal, rms=0.813361Jy sigma=0.005061 ! 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=3.034 mas, bmaj=12.87 mas, bpa=16.28 degrees ! Estimated noise=1407.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.144815 Jy ! Component: 100 - total flux cleaned = 0.183407 Jy ! Total flux subtracted in 100 components = 0.183407 Jy ! Clean residual min=-0.008249 max=0.016566 Jy/beam ! Clean residual mean=-0.000027 rms=0.002384 Jy/beam ! Combined flux in latest and established models = 0.183407 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.183407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151674Jy sigma=0.000705 ! Fit after self-cal, rms=0.151689Jy sigma=0.000705 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0178034 Jy ! Component: 100 - total flux cleaned = 0.027416 Jy ! Total flux subtracted in 100 components = 0.027416 Jy ! Clean residual min=-0.006018 max=0.006794 Jy/beam ! Clean residual mean=-0.000010 rms=0.001606 Jy/beam ! Combined flux in latest and established models = 0.210823 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 37 components and 0.210823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148467Jy sigma=0.000683 ! Fit after self-cal, rms=0.148499Jy sigma=0.000683 ! 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.841 mas, bmaj=14.37 mas, bpa=14.53 degrees ! Estimated noise=955.296 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.00876479 Jy ! Component: 100 - total flux cleaned = 0.0137695 Jy ! Component: 150 - total flux cleaned = 0.0169053 Jy ! Component: 200 - total flux cleaned = 0.0188946 Jy ! Total flux subtracted in 200 components = 0.0188946 Jy ! Clean residual min=-0.004654 max=0.004484 Jy/beam ! Clean residual mean=-0.000003 rms=0.001146 Jy/beam ! Combined flux in latest and established models = 0.229718 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 73 components and 0.229718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147630Jy sigma=0.000680 ! Fit after self-cal, rms=0.147666Jy sigma=0.000680 ! 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.02 FD 0.94 HN 1.05 KP 1.02 ! LA 1.04 MK 1.00* NL 0.90 OV 0.98 ! PT 0.99 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.03 HN 1.07 KP 1.01 ! LA 1.00 MK 1.00* NL 1.02 OV 1.05 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.02 HN 1.07 KP 1.02 ! LA 1.02 MK 1.00* NL 1.00 OV 0.96 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.06 HN 0.99 KP 1.00 ! LA 0.76 MK 1.00* NL 1.00* OV 0.98 ! PT 0.98 SC 1.13 ! ! ! Fit before self-cal, rms=0.147666Jy sigma=0.000680 ! Fit after self-cal, rms=0.139896Jy sigma=0.000674 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.856 mas, bmaj=14.46 mas, bpa=14.66 degrees ! Estimated noise=960.149 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 = -3.82302e-05 Jy ! Component: 100 - total flux cleaned = -0.000193722 Jy ! Component: 150 - total flux cleaned = -0.000412162 Jy ! Component: 200 - total flux cleaned = -0.000529945 Jy ! Total flux subtracted in 200 components = -0.000529945 Jy ! Clean residual min=-0.004408 max=0.003509 Jy/beam ! Clean residual mean=0.000014 rms=0.001021 Jy/beam ! Combined flux in latest and established models = 0.229188 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 95 components and 0.229188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139851Jy sigma=0.000674 ! Fit after self-cal, rms=0.139764Jy sigma=0.000674 ! 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.139764Jy sigma=0.000674 ! Fit after self-cal, rms=0.140467Jy sigma=0.000674 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.859 mas, bmaj=14.49 mas, bpa=14.69 degrees ! Estimated noise=964.501 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000268125 Jy ! Component: 100 - total flux cleaned = 7.80646e-05 Jy ! Component: 150 - total flux cleaned = -0.000122151 Jy ! Component: 200 - total flux cleaned = -0.000228444 Jy ! Total flux subtracted in 200 components = -0.000228444 Jy ! Clean residual min=-0.004350 max=0.003422 Jy/beam ! Clean residual mean=0.000015 rms=0.001010 Jy/beam ! Combined flux in latest and established models = 0.228959 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 98 components and 0.228959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140423Jy sigma=0.000674 ! Fit after self-cal, rms=0.140417Jy sigma=0.000674 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.000203093 Jy ! Component: 100 - total flux cleaned = -0.000233769 Jy ! Component: 150 - total flux cleaned = -0.000294099 Jy ! Component: 200 - total flux cleaned = -0.00032334 Jy ! Total flux subtracted in 200 components = -0.00032334 Jy ! Clean residual min=-0.004287 max=0.003444 Jy/beam ! Clean residual mean=0.000015 rms=0.001004 Jy/beam ! Combined flux in latest and established models = 0.228636 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 102 components and 0.228636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140396Jy sigma=0.000674 ! Fit after self-cal, rms=0.140392Jy sigma=0.000674 ! 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.140392Jy sigma=0.000674 ! Fit after self-cal, rms=0.136095Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.861 mas, bmaj=14.45 mas, bpa=14.72 degrees ! Estimated noise=967.035 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000231271 Jy ! Component: 100 - total flux cleaned = -0.000311375 Jy ! Component: 150 - total flux cleaned = -0.000410027 Jy ! Component: 200 - total flux cleaned = -0.000436789 Jy ! Total flux subtracted in 200 components = -0.000436789 Jy ! Clean residual min=-0.002596 max=0.002414 Jy/beam ! Clean residual mean=-0.000001 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.228199 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 126 components and 0.228199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136069Jy sigma=0.000670 ! Fit after self-cal, rms=0.136053Jy sigma=0.000669 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.24913e-05 Jy ! Component: 100 - total flux cleaned = -5.5311e-05 Jy ! Component: 150 - total flux cleaned = -7.3841e-05 Jy ! Component: 200 - total flux cleaned = -0.000107591 Jy ! Total flux subtracted in 200 components = -0.000107591 Jy ! Clean residual min=-0.002609 max=0.002416 Jy/beam ! Clean residual mean=-0.000000 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.228092 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 136 components and 0.228092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136044Jy sigma=0.000669 ! Fit after self-cal, rms=0.136040Jy sigma=0.000669 ! 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.136040Jy sigma=0.000669 ! Fit after self-cal, rms=0.136682Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.122 mas, bmaj=20.98 mas, bpa=5.502 degrees ! Estimated noise=1115.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.78197e-05 Jy ! Component: 100 - total flux cleaned = -4.37572e-05 Jy ! Component: 150 - total flux cleaned = -0.000120466 Jy ! Component: 200 - total flux cleaned = -0.000188024 Jy ! Total flux subtracted in 200 components = -0.000188024 Jy ! Clean residual min=-0.002755 max=0.002709 Jy/beam ! Clean residual mean=-0.000004 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.227904 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 148 components and 0.227904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136672Jy sigma=0.000669 ! Fit after self-cal, rms=0.136674Jy sigma=0.000669 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 = -5.28254e-05 Jy ! Component: 100 - total flux cleaned = -7.61921e-05 Jy ! Component: 150 - total flux cleaned = -0.000117355 Jy ! Component: 200 - total flux cleaned = -0.000163604 Jy ! Total flux subtracted in 200 components = -0.000163604 Jy ! Clean residual min=-0.002733 max=0.002717 Jy/beam ! Clean residual mean=-0.000005 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.22774 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 153 components and 0.22774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136671Jy sigma=0.000669 ! Fit after self-cal, rms=0.136667Jy sigma=0.000669 ! 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.862 mas, bmaj=14.48 mas, bpa=14.78 degrees ! Estimated noise=970.035 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.862 x 14.48 at 14.78 degrees (North through East) ! Clean map min=-0.0026483 max=0.19044 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=3.034 mas, bmaj=12.92 mas, bpa=16.5 degrees ! Estimated noise=1433.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.147236 Jy ! Component: 100 - total flux cleaned = 0.188002 Jy ! Component: 150 - total flux cleaned = 0.205139 Jy ! Component: 200 - total flux cleaned = 0.213547 Jy ! Total flux subtracted in 200 components = 0.213547 Jy ! Clean residual min=-0.004215 max=0.004130 Jy/beam ! Clean residual mean=-0.000011 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.213547 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.213547 Jy ! Inverting map and beam ! Estimated beam: bmin=3.862 mas, bmaj=14.48 mas, bpa=14.78 degrees ! Estimated noise=970.035 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.00658622 Jy ! Component: 100 - total flux cleaned = 0.00991684 Jy ! Component: 150 - total flux cleaned = 0.011828 Jy ! Component: 200 - total flux cleaned = 0.0129925 Jy ! Total flux subtracted in 200 components = 0.0129925 Jy ! Clean residual min=-0.002684 max=0.002347 Jy/beam ! Clean residual mean=-0.000003 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.22654 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 66 components and 0.22654 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.122 mas, bmaj=20.98 mas, bpa=5.502 degrees ! Estimated noise=1115.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000689978 Jy ! Component: 100 - total flux cleaned = 0.000776696 Jy ! Component: 150 - total flux cleaned = 0.000785458 Jy ! Component: 200 - total flux cleaned = 0.000792895 Jy ! Total flux subtracted in 200 components = 0.000792895 Jy ! Clean residual min=-0.002756 max=0.002599 Jy/beam ! Clean residual mean=-0.000006 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.227333 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 = 7.36624e-06 Jy ! Component: 100 - total flux cleaned = 2.15074e-05 Jy ! Component: 150 - total flux cleaned = 2.83175e-05 Jy ! Component: 200 - total flux cleaned = 3.48289e-05 Jy ! Total flux subtracted in 200 components = 3.48289e-05 Jy ! Clean residual min=-0.002755 max=0.002599 Jy/beam ! Clean residual mean=-0.000006 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.227367 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 77 components and 0.227367 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.862 mas, bmaj=14.48 mas, bpa=14.78 degrees ! Estimated noise=970.035 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000117773 Jy ! Component: 100 - total flux cleaned = -7.37704e-05 Jy ! Component: 150 - total flux cleaned = -1.7811e-05 Jy ! Component: 200 - total flux cleaned = 4.81789e-05 Jy ! Total flux subtracted in 200 components = 4.81789e-05 Jy ! Clean residual min=-0.002635 max=0.002413 Jy/beam ! Clean residual mean=-0.000002 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.227416 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 88 components and 0.227416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136672Jy sigma=0.000669 ! Fit after self-cal, rms=0.136652Jy sigma=0.000669 wmodel J1555-2508_S_2017_01_16_pus_map.mod ! Writing 88 model components to file: J1555-2508_S_2017_01_16_pus_map.mod wobs J1555-2508_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J1555-2508_S_2017_01_16_pus_uvs.fits wwins J1555-2508_S_2017_01_16_pus_map.win ! wwins: Wrote 1 windows to J1555-2508_S_2017_01_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.000629275 Jy ! Component: 100 - total flux cleaned = -0.00128068 Jy ! Component: 150 - total flux cleaned = -0.0019318 Jy ! Component: 200 - total flux cleaned = -0.00258357 Jy ! Component: 250 - total flux cleaned = -0.0029478 Jy ! Component: 300 - total flux cleaned = -0.00308735 Jy ! Component: 350 - total flux cleaned = -0.00305391 Jy ! Component: 400 - total flux cleaned = -0.00295621 Jy ! Component: 450 - total flux cleaned = -0.00289231 Jy ! Component: 500 - total flux cleaned = -0.0027063 Jy ! Component: 550 - total flux cleaned = -0.00258674 Jy ! Component: 600 - total flux cleaned = -0.00255779 Jy ! Component: 650 - total flux cleaned = -0.00244326 Jy ! Component: 700 - total flux cleaned = -0.00238753 Jy ! Component: 750 - total flux cleaned = -0.00238823 Jy ! Component: 800 - total flux cleaned = -0.00236157 Jy ! Component: 850 - total flux cleaned = -0.00228133 Jy ! Component: 900 - total flux cleaned = -0.0023338 Jy ! Component: 950 - total flux cleaned = -0.00225568 Jy ! Component: 1000 - total flux cleaned = -0.00223009 Jy ! Component: 1050 - total flux cleaned = -0.00240525 Jy ! Component: 1100 - total flux cleaned = -0.00242944 Jy ! Component: 1150 - total flux cleaned = -0.00250214 Jy ! Component: 1200 - total flux cleaned = -0.00255034 Jy ! Component: 1250 - total flux cleaned = -0.00271571 Jy ! Component: 1300 - total flux cleaned = -0.00273865 Jy ! Component: 1350 - total flux cleaned = -0.00276182 Jy ! Component: 1400 - total flux cleaned = -0.00285272 Jy ! Component: 1450 - total flux cleaned = -0.0028977 Jy ! Component: 1500 - total flux cleaned = -0.00300891 Jy ! Component: 1550 - total flux cleaned = -0.00300908 Jy ! Component: 1600 - total flux cleaned = -0.00313926 Jy ! Component: 1650 - total flux cleaned = -0.00316048 Jy ! Component: 1700 - total flux cleaned = -0.0032239 Jy ! Component: 1750 - total flux cleaned = -0.00318204 Jy ! Component: 1800 - total flux cleaned = -0.00330665 Jy ! Component: 1850 - total flux cleaned = -0.00336855 Jy ! Component: 1900 - total flux cleaned = -0.00346968 Jy ! Component: 1950 - total flux cleaned = -0.00350986 Jy ! Component: 2000 - total flux cleaned = -0.00356951 Jy ! Component: 2050 - total flux cleaned = -0.00364842 Jy ! Component: 2100 - total flux cleaned = -0.00368739 Jy ! Component: 2150 - total flux cleaned = -0.00376467 Jy ! Component: 2200 - total flux cleaned = -0.00382219 Jy ! Component: 2250 - total flux cleaned = -0.00382231 Jy ! Component: 2300 - total flux cleaned = -0.00393508 Jy ! Component: 2350 - total flux cleaned = -0.0039538 Jy ! Component: 2400 - total flux cleaned = -0.00399069 Jy ! Component: 2450 - total flux cleaned = -0.00402735 Jy ! Component: 2500 - total flux cleaned = -0.00406374 Jy ! Component: 2550 - total flux cleaned = -0.00413576 Jy ! Component: 2600 - total flux cleaned = -0.00411799 Jy ! Component: 2650 - total flux cleaned = -0.0042595 Jy ! Component: 2700 - total flux cleaned = -0.00418943 Jy ! Component: 2750 - total flux cleaned = -0.00427664 Jy ! Component: 2800 - total flux cleaned = -0.00434554 Jy ! Component: 2850 - total flux cleaned = -0.00434561 Jy ! Component: 2900 - total flux cleaned = -0.00437959 Jy ! Component: 2950 - total flux cleaned = -0.00436283 Jy ! Component: 3000 - total flux cleaned = -0.00444643 Jy ! Component: 3050 - total flux cleaned = -0.00447961 Jy ! Component: 3100 - total flux cleaned = -0.0044633 Jy ! Component: 3150 - total flux cleaned = -0.00447958 Jy ! Component: 3200 - total flux cleaned = -0.00447936 Jy ! Component: 3250 - total flux cleaned = -0.00451181 Jy ! Component: 3300 - total flux cleaned = -0.00459176 Jy ! Component: 3350 - total flux cleaned = -0.0046075 Jy ! Component: 3400 - total flux cleaned = -0.0046706 Jy ! Component: 3450 - total flux cleaned = -0.00467056 Jy ! Component: 3500 - total flux cleaned = -0.00473273 Jy ! Component: 3550 - total flux cleaned = -0.00479446 Jy ! Component: 3600 - total flux cleaned = -0.00488625 Jy ! Component: 3650 - total flux cleaned = -0.00487087 Jy ! Component: 3700 - total flux cleaned = -0.00491607 Jy ! Component: 3750 - total flux cleaned = -0.00488595 Jy ! Component: 3800 - total flux cleaned = -0.0049307 Jy ! Component: 3850 - total flux cleaned = -0.00493065 Jy ! Component: 3900 - total flux cleaned = -0.0049747 Jy ! Component: 3950 - total flux cleaned = -0.00500411 Jy ! Component: 4000 - total flux cleaned = -0.00509143 Jy ! Component: 4050 - total flux cleaned = -0.00507686 Jy ! Total flux subtracted in 4096 components = -0.00514896 Jy ! Clean residual min=-0.001129 max=0.000776 Jy/beam ! Clean residual mean=0.000002 rms=0.000286 Jy/beam ! Combined flux in latest and established models = 0.222267 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 373 components and 0.222267 Jy ![Exited script file: muppet] wmap "J1555-2508_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.862 x 14.48 at 14.78 degrees (North through East) ! Clean map min=-0.0021405 max=0.19051 Jy/beam ! Writing clean map to FITS file: J1555-2508_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.190511 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000282911 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.445503 0.445503 0.891006 1.78201 3.56403 7.12805 14.2561 28.5122 57.0244 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.19 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.862 x 14.48 at 14.78 degrees (North through East) ! Clean map min=-0.0021405 max=0.19051 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 J1555-2508_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:17:15 2019