! Started logfile: J1126-0555_S_2017_07_09_pus_uvs.log on Wed May 8 14:47:52 2019 obs J1126-0555_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J1126-0555_S_2017_07_09_pus_uva.fits ! AN table 1: 172 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.925452 visibilities/baseline/integration-bin. ! Found source: J1126-0555 ! ! 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 594 lines of history. ! ! Reading 28652 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 J1126-0555_S_2017_07_09_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 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 210 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 195 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 997 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.833542Jy sigma=0.007184 ! Fit after self-cal, rms=0.822571Jy sigma=0.007094 ! 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.532 mas, bmaj=7.128 mas, bpa=-5.394 degrees ! Estimated noise=841.298 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.134318 Jy ! Component: 100 - total flux cleaned = 0.168437 Jy ! Total flux subtracted in 100 components = 0.168437 Jy ! Clean residual min=-0.005265 max=0.014292 Jy/beam ! Clean residual mean=0.000009 rms=0.001485 Jy/beam ! Combined flux in latest and established models = 0.168437 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.168437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087524Jy sigma=0.000719 ! Fit after self-cal, rms=0.087530Jy sigma=0.000719 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0158648 Jy ! Component: 100 - total flux cleaned = 0.0251178 Jy ! Total flux subtracted in 100 components = 0.0251178 Jy ! Clean residual min=-0.003797 max=0.004736 Jy/beam ! Clean residual mean=0.000006 rms=0.000938 Jy/beam ! Combined flux in latest and established models = 0.193554 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 20 components and 0.193554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083786Jy sigma=0.000686 ! Fit after self-cal, rms=0.083795Jy sigma=0.000686 ! 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.057 mas, bmaj=8.294 mas, bpa=-5.062 degrees ! Estimated noise=580.588 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.00700604 Jy ! Component: 100 - total flux cleaned = 0.0104333 Jy ! Component: 150 - total flux cleaned = 0.012168 Jy ! Component: 200 - total flux cleaned = 0.0130634 Jy ! Total flux subtracted in 200 components = 0.0130634 Jy ! Clean residual min=-0.002610 max=0.002147 Jy/beam ! Clean residual mean=0.000002 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.206618 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 39 components and 0.206618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083188Jy sigma=0.000682 ! Fit after self-cal, rms=0.083194Jy sigma=0.000682 ! 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 0.95 FD 0.94 HN 0.95 KP 1.03 ! LA 1.02 MK 1.02 NL 0.92 OV 1.04 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.00 KP 1.01 ! LA 0.98 MK 1.03 NL 1.05 OV 1.05 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.99 KP 1.01 ! LA 1.00 MK 1.04 NL 0.98 OV 0.96 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 0.98 KP 1.00* ! LA 0.94 MK 0.94 NL 1.00* OV 1.00* ! PT 1.08 SC 1.00* ! ! ! Fit before self-cal, rms=0.083194Jy sigma=0.000682 ! Fit after self-cal, rms=0.081926Jy sigma=0.000677 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.07 mas, bmaj=8.301 mas, bpa=-5.061 degrees ! Estimated noise=581.943 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.000155014 Jy ! Component: 100 - total flux cleaned = 0.0001685 Jy ! Component: 150 - total flux cleaned = 0.000168888 Jy ! Component: 200 - total flux cleaned = 0.000169058 Jy ! Total flux subtracted in 200 components = 0.000169058 Jy ! Clean residual min=-0.001868 max=0.001782 Jy/beam ! Clean residual mean=-0.000002 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.206787 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.206787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081922Jy sigma=0.000677 ! Fit after self-cal, rms=0.081899Jy sigma=0.000677 ! 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.081899Jy sigma=0.000677 ! Fit after self-cal, rms=0.081780Jy sigma=0.000675 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.069 mas, bmaj=8.307 mas, bpa=-5.042 degrees ! Estimated noise=582.958 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000330634 Jy ! Component: 100 - total flux cleaned = 0.000403309 Jy ! Component: 150 - total flux cleaned = 0.000432895 Jy ! Component: 200 - total flux cleaned = 0.000441739 Jy ! Total flux subtracted in 200 components = 0.000441739 Jy ! Clean residual min=-0.001854 max=0.001721 Jy/beam ! Clean residual mean=0.000000 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.207229 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 54 components and 0.207229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081776Jy sigma=0.000675 ! Fit after self-cal, rms=0.081780Jy sigma=0.000675 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.15586e-05 Jy ! Component: 100 - total flux cleaned = -1.97772e-05 Jy ! Component: 150 - total flux cleaned = -1.9671e-05 Jy ! Component: 200 - total flux cleaned = -2.70073e-05 Jy ! Total flux subtracted in 200 components = -2.70073e-05 Jy ! Clean residual min=-0.001845 max=0.001720 Jy/beam ! Clean residual mean=0.000000 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.207202 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 55 components and 0.207202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081778Jy sigma=0.000675 ! Fit after self-cal, rms=0.081778Jy sigma=0.000675 ! 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.081778Jy sigma=0.000675 ! Fit after self-cal, rms=0.081590Jy sigma=0.000674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.069 mas, bmaj=8.306 mas, bpa=-5.026 degrees ! Estimated noise=583.202 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.18959e-05 Jy ! Component: 100 - total flux cleaned = 7.20937e-05 Jy ! Component: 150 - total flux cleaned = 7.20582e-05 Jy ! Component: 200 - total flux cleaned = 6.57072e-05 Jy ! Total flux subtracted in 200 components = 6.57072e-05 Jy ! Clean residual min=-0.001486 max=0.001507 Jy/beam ! Clean residual mean=0.000003 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.207267 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 58 components and 0.207267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081589Jy sigma=0.000674 ! Fit after self-cal, rms=0.081587Jy 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 = -1.40356e-06 Jy ! Component: 100 - total flux cleaned = -7.58361e-06 Jy ! Component: 150 - total flux cleaned = -1.33485e-05 Jy ! Component: 200 - total flux cleaned = -1.90117e-05 Jy ! Total flux subtracted in 200 components = -1.90117e-05 Jy ! Clean residual min=-0.001488 max=0.001503 Jy/beam ! Clean residual mean=0.000003 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.207248 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 60 components and 0.207248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081586Jy sigma=0.000674 ! Fit after self-cal, rms=0.081586Jy sigma=0.000674 ! 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.081586Jy sigma=0.000674 ! Fit after self-cal, rms=0.081657Jy sigma=0.000674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.197 mas, bmaj=14.9 mas, bpa=-7.567 degrees ! Estimated noise=756.953 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000151113 Jy ! Component: 100 - total flux cleaned = -0.000155075 Jy ! Component: 150 - total flux cleaned = -0.000162131 Jy ! Component: 200 - total flux cleaned = -0.000165397 Jy ! Total flux subtracted in 200 components = -0.000165397 Jy ! Clean residual min=-0.001312 max=0.001344 Jy/beam ! Clean residual mean=0.000006 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.207083 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 64 components and 0.207083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081657Jy sigma=0.000674 ! Fit after self-cal, rms=0.081656Jy 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 = -1.35754e-05 Jy ! Component: 100 - total flux cleaned = -1.35557e-05 Jy ! Component: 150 - total flux cleaned = -1.36277e-05 Jy ! Component: 200 - total flux cleaned = -1.35012e-05 Jy ! Total flux subtracted in 200 components = -1.35012e-05 Jy ! Clean residual min=-0.001308 max=0.001343 Jy/beam ! Clean residual mean=0.000006 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.207069 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 67 components and 0.207069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081656Jy sigma=0.000674 ! Fit after self-cal, rms=0.081656Jy sigma=0.000674 ! 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.069 mas, bmaj=8.305 mas, bpa=-5.005 degrees ! Estimated noise=583.632 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.069 x 8.305 at -5.005 degrees (North through East) ! Clean map min=-0.0014028 max=0.18048 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.541 mas, bmaj=7.157 mas, bpa=-5.418 degrees ! Estimated noise=850.434 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.135601 Jy ! Component: 100 - total flux cleaned = 0.169915 Jy ! Component: 150 - total flux cleaned = 0.185576 Jy ! Component: 200 - total flux cleaned = 0.194416 Jy ! Total flux subtracted in 200 components = 0.194416 Jy ! Clean residual min=-0.003110 max=0.004503 Jy/beam ! Clean residual mean=0.000004 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.194416 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.194416 Jy ! Inverting map and beam ! Estimated beam: bmin=3.069 mas, bmaj=8.305 mas, bpa=-5.005 degrees ! Estimated noise=583.632 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.00653386 Jy ! Component: 100 - total flux cleaned = 0.00973936 Jy ! Component: 150 - total flux cleaned = 0.0113637 Jy ! Component: 200 - total flux cleaned = 0.0122057 Jy ! Total flux subtracted in 200 components = 0.0122057 Jy ! Clean residual min=-0.001512 max=0.001511 Jy/beam ! Clean residual mean=0.000003 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.206622 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 39 components and 0.206622 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.197 mas, bmaj=14.9 mas, bpa=-7.567 degrees ! Estimated noise=756.953 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000333763 Jy ! Component: 100 - total flux cleaned = 0.000346796 Jy ! Component: 150 - total flux cleaned = 0.000358495 Jy ! Component: 200 - total flux cleaned = 0.000368896 Jy ! Total flux subtracted in 200 components = 0.000368896 Jy ! Clean residual min=-0.001285 max=0.001353 Jy/beam ! Clean residual mean=0.000006 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.206991 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.28287e-06 Jy ! Component: 100 - total flux cleaned = 2.19499e-05 Jy ! Component: 150 - total flux cleaned = 2.93656e-05 Jy ! Component: 200 - total flux cleaned = 3.27459e-05 Jy ! Total flux subtracted in 200 components = 3.27459e-05 Jy ! Clean residual min=-0.001299 max=0.001350 Jy/beam ! Clean residual mean=0.000006 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.207023 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 46 components and 0.207023 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.069 mas, bmaj=8.305 mas, bpa=-5.005 degrees ! Estimated noise=583.632 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.86481e-05 Jy ! Component: 100 - total flux cleaned = 0.000135433 Jy ! Component: 150 - total flux cleaned = 0.000196866 Jy ! Component: 200 - total flux cleaned = 0.000250573 Jy ! Total flux subtracted in 200 components = 0.000250573 Jy ! Clean residual min=-0.001511 max=0.001545 Jy/beam ! Clean residual mean=0.000003 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.207274 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 52 components and 0.207274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081660Jy sigma=0.000674 ! Fit after self-cal, rms=0.081659Jy sigma=0.000674 wmodel J1126-0555_S_2017_07_09_pus_map.mod ! Writing 52 model components to file: J1126-0555_S_2017_07_09_pus_map.mod wobs J1126-0555_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J1126-0555_S_2017_07_09_pus_uvs.fits wwins J1126-0555_S_2017_07_09_pus_map.win ! wwins: Wrote 1 windows to J1126-0555_S_2017_07_09_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 = 2.98532e-05 Jy ! Component: 100 - total flux cleaned = 7.85282e-05 Jy ! Component: 150 - total flux cleaned = 0.000149121 Jy ! Component: 200 - total flux cleaned = 0.000306805 Jy ! Component: 250 - total flux cleaned = 0.000394491 Jy ! Component: 300 - total flux cleaned = 0.000479868 Jy ! Component: 350 - total flux cleaned = 0.000500692 Jy ! Component: 400 - total flux cleaned = 0.000561153 Jy ! Component: 450 - total flux cleaned = 0.000600362 Jy ! Component: 500 - total flux cleaned = 0.000638424 Jy ! Component: 550 - total flux cleaned = 0.000656786 Jy ! Component: 600 - total flux cleaned = 0.000693286 Jy ! Component: 650 - total flux cleaned = 0.000711172 Jy ! Component: 700 - total flux cleaned = 0.000764999 Jy ! Component: 750 - total flux cleaned = 0.000800529 Jy ! Component: 800 - total flux cleaned = 0.000835365 Jy ! Component: 850 - total flux cleaned = 0.000920499 Jy ! Component: 900 - total flux cleaned = 0.00100405 Jy ! Component: 950 - total flux cleaned = 0.00102034 Jy ! Component: 1000 - total flux cleaned = 0.00108513 Jy ! Component: 1050 - total flux cleaned = 0.00110089 Jy ! Component: 1100 - total flux cleaned = 0.00111675 Jy ! Component: 1150 - total flux cleaned = 0.0011793 Jy ! Component: 1200 - total flux cleaned = 0.00117906 Jy ! Component: 1250 - total flux cleaned = 0.0011947 Jy ! Component: 1300 - total flux cleaned = 0.0012854 Jy ! Component: 1350 - total flux cleaned = 0.00131502 Jy ! Component: 1400 - total flux cleaned = 0.00134457 Jy ! Component: 1450 - total flux cleaned = 0.00138835 Jy ! Component: 1500 - total flux cleaned = 0.00144593 Jy ! Component: 1550 - total flux cleaned = 0.00146009 Jy ! Component: 1600 - total flux cleaned = 0.00146016 Jy ! Component: 1650 - total flux cleaned = 0.00148817 Jy ! Component: 1700 - total flux cleaned = 0.00157047 Jy ! Component: 1750 - total flux cleaned = 0.00159775 Jy ! Component: 1800 - total flux cleaned = 0.0016652 Jy ! Component: 1850 - total flux cleaned = 0.00173179 Jy ! Component: 1900 - total flux cleaned = 0.00175817 Jy ! Component: 1950 - total flux cleaned = 0.0017842 Jy ! Component: 2000 - total flux cleaned = 0.00179716 Jy ! Component: 2050 - total flux cleaned = 0.00189969 Jy ! Component: 2100 - total flux cleaned = 0.00197586 Jy ! Component: 2150 - total flux cleaned = 0.00200095 Jy ! Component: 2200 - total flux cleaned = 0.0020132 Jy ! Component: 2250 - total flux cleaned = 0.00200098 Jy ! Component: 2300 - total flux cleaned = 0.00201349 Jy ! Component: 2350 - total flux cleaned = 0.00200152 Jy ! Component: 2400 - total flux cleaned = 0.00210962 Jy ! Component: 2450 - total flux cleaned = 0.00212155 Jy ! Component: 2500 - total flux cleaned = 0.00210973 Jy ! Component: 2550 - total flux cleaned = 0.00213328 Jy ! Component: 2600 - total flux cleaned = 0.00214503 Jy ! Component: 2650 - total flux cleaned = 0.00220264 Jy ! Component: 2700 - total flux cleaned = 0.00221398 Jy ! Component: 2750 - total flux cleaned = 0.00220265 Jy ! Component: 2800 - total flux cleaned = 0.00225868 Jy ! Component: 2850 - total flux cleaned = 0.00228098 Jy ! Component: 2900 - total flux cleaned = 0.00228102 Jy ! Component: 2950 - total flux cleaned = 0.00230306 Jy ! Component: 3000 - total flux cleaned = 0.0023577 Jy ! Component: 3050 - total flux cleaned = 0.00239023 Jy ! Component: 3100 - total flux cleaned = 0.00243331 Jy ! Component: 3150 - total flux cleaned = 0.00247606 Jy ! Component: 3200 - total flux cleaned = 0.0025185 Jy ! Component: 3250 - total flux cleaned = 0.00255008 Jy ! Component: 3300 - total flux cleaned = 0.00261281 Jy ! Component: 3350 - total flux cleaned = 0.00266471 Jy ! Component: 3400 - total flux cleaned = 0.00267493 Jy ! Component: 3450 - total flux cleaned = 0.00272602 Jy ! Component: 3500 - total flux cleaned = 0.00273619 Jy ! Component: 3550 - total flux cleaned = 0.00277641 Jy ! Component: 3600 - total flux cleaned = 0.0028264 Jy ! Component: 3650 - total flux cleaned = 0.00285621 Jy ! Component: 3700 - total flux cleaned = 0.00292538 Jy ! Component: 3750 - total flux cleaned = 0.00298419 Jy ! Component: 3800 - total flux cleaned = 0.0030133 Jy ! Component: 3850 - total flux cleaned = 0.00306165 Jy ! Component: 3900 - total flux cleaned = 0.00310972 Jy ! Component: 3950 - total flux cleaned = 0.00317659 Jy ! Component: 4000 - total flux cleaned = 0.00322408 Jy ! Component: 4050 - total flux cleaned = 0.00322417 Jy ! Total flux subtracted in 4096 components = 0.00331788 Jy ! Clean residual min=-0.000614 max=0.000515 Jy/beam ! Clean residual mean=0.000002 rms=0.000179 Jy/beam ! Combined flux in latest and established models = 0.210592 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 347 components and 0.210592 Jy ![Exited script file: muppet] wmap "J1126-0555_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.069 x 8.305 at -5.005 degrees (North through East) ! Clean map min=-0.0010228 max=0.1807 Jy/beam ! Writing clean map to FITS file: J1126-0555_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.180699 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000178751 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.296766 0.296766 0.593533 1.18707 2.37413 4.74826 9.49652 18.993 37.9861 75.9722 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.18 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.069 x 8.305 at -5.005 degrees (North through East) ! Clean map min=-0.0010228 max=0.1807 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 J1126-0555_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:47:57 2019