! Started logfile: J2302-1453_S_2017_03_23_pus_uvs.log on Mon May 13 10:10:38 2019 obs J2302-1453_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J2302-1453_S_2017_03_23_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.818879 visibilities/baseline/integration-bin. ! Found source: J2302-1453 ! ! 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 481 lines of history. ! ! Reading 16656 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 J2302-1453_S_2017_03_23_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 121 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 108 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 108 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 386 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003340Jy sigma=0.007117 ! Fit after self-cal, rms=0.950562Jy sigma=0.006753 ! 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.494 mas, bmaj=6.743 mas, bpa=-7.435 degrees ! Estimated noise=1199.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.0412658 Jy ! Component: 100 - total flux cleaned = 0.0504276 Jy ! Total flux subtracted in 100 components = 0.0504276 Jy ! Clean residual min=-0.003844 max=0.003907 Jy/beam ! Clean residual mean=-0.000004 rms=0.000872 Jy/beam ! Combined flux in latest and established models = 0.0504276 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0504276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104292Jy sigma=0.000673 ! Fit after self-cal, rms=0.102363Jy sigma=0.000660 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00578828 Jy ! Component: 100 - total flux cleaned = 0.00884257 Jy ! Total flux subtracted in 100 components = 0.00884257 Jy ! Clean residual min=-0.003591 max=0.003918 Jy/beam ! Clean residual mean=-0.000005 rms=0.000882 Jy/beam ! Combined flux in latest and established models = 0.0592702 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 21 components and 0.0592702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101876Jy sigma=0.000657 ! Fit after self-cal, rms=0.101837Jy sigma=0.000657 ! 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.045 mas, bmaj=7.526 mas, bpa=-5.614 degrees ! Estimated noise=843.356 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.0033727 Jy ! Component: 100 - total flux cleaned = 0.00513537 Jy ! Component: 150 - total flux cleaned = 0.00601226 Jy ! Component: 200 - total flux cleaned = 0.00619679 Jy ! Total flux subtracted in 200 components = 0.00619679 Jy ! Clean residual min=-0.003092 max=0.003350 Jy/beam ! Clean residual mean=-0.000003 rms=0.000791 Jy/beam ! Combined flux in latest and established models = 0.0654669 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 38 components and 0.065467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101684Jy sigma=0.000657 ! Fit after self-cal, rms=0.101631Jy sigma=0.000656 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 0.94 KP 1.07 ! LA 1.00 MK 1.00 NL 0.93 OV 1.08 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00 HN 1.03 KP 1.04 ! LA 0.96 MK 1.10 NL 1.13 OV 1.12 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.03 HN 1.00 KP 0.93 ! LA 0.78 MK 1.03 NL 1.16 OV 1.04 ! PT 1.06 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.01 HN 0.95 KP 1.00* ! LA 0.72 MK 1.00 NL 1.00* OV 1.11 ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.101631Jy sigma=0.000656 ! Fit after self-cal, rms=0.098799Jy sigma=0.000655 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.07 mas, bmaj=7.55 mas, bpa=-5.405 degrees ! Estimated noise=848.815 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.000681159 Jy ! Component: 100 - total flux cleaned = 0.000781835 Jy ! Component: 150 - total flux cleaned = 0.000798819 Jy ! Component: 200 - total flux cleaned = 0.000829831 Jy ! Total flux subtracted in 200 components = 0.000829831 Jy ! Clean residual min=-0.002856 max=0.003054 Jy/beam ! Clean residual mean=-0.000001 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.0662968 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.0662968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098789Jy sigma=0.000655 ! Fit after self-cal, rms=0.098645Jy sigma=0.000654 ! 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.098645Jy sigma=0.000654 ! Fit after self-cal, rms=0.097380Jy sigma=0.000653 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.072 mas, bmaj=7.512 mas, bpa=-5.322 degrees ! Estimated noise=847.031 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000200786 Jy ! Component: 100 - total flux cleaned = 0.000216001 Jy ! Component: 150 - total flux cleaned = 0.000242525 Jy ! Component: 200 - total flux cleaned = 0.000266362 Jy ! Total flux subtracted in 200 components = 0.000266362 Jy ! Clean residual min=-0.002546 max=0.002679 Jy/beam ! Clean residual mean=-0.000002 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.0665632 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.0665631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097375Jy sigma=0.000653 ! Fit after self-cal, rms=0.097308Jy sigma=0.000652 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 (42.5, -87). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00266442 Jy ! Component: 100 - total flux cleaned = 0.00377015 Jy ! Component: 150 - total flux cleaned = 0.00421039 Jy ! Component: 200 - total flux cleaned = 0.00435114 Jy ! Total flux subtracted in 200 components = 0.00435114 Jy ! Clean residual min=-0.002434 max=0.002273 Jy/beam ! Clean residual mean=-0.000001 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.0709143 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 62 components and 0.0709143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097229Jy sigma=0.000652 ! Fit after self-cal, rms=0.097190Jy sigma=0.000652 ! 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.097190Jy sigma=0.000652 ! Fit after self-cal, rms=0.096645Jy sigma=0.000651 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.07 mas, bmaj=7.496 mas, bpa=-5.282 degrees ! Estimated noise=841.831 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156272 Jy ! Component: 100 - total flux cleaned = 0.00200965 Jy ! Component: 150 - total flux cleaned = 0.00227329 Jy ! Component: 200 - total flux cleaned = 0.002443 Jy ! Total flux subtracted in 200 components = 0.002443 Jy ! Clean residual min=-0.002177 max=0.002241 Jy/beam ! Clean residual mean=-0.000000 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.0733573 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 67 components and 0.0733573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096611Jy sigma=0.000651 ! Fit after self-cal, rms=0.096626Jy sigma=0.000650 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.000840778 Jy ! Component: 100 - total flux cleaned = 0.00109834 Jy ! Component: 150 - total flux cleaned = 0.00123715 Jy ! Component: 200 - total flux cleaned = 0.00141342 Jy ! Total flux subtracted in 200 components = 0.00141342 Jy ! Clean residual min=-0.002257 max=0.002160 Jy/beam ! Clean residual mean=-0.000001 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.0747707 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 71 components and 0.0747707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096606Jy sigma=0.000650 ! Fit after self-cal, rms=0.096595Jy sigma=0.000650 ! 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.096595Jy sigma=0.000650 ! Fit after self-cal, rms=0.096737Jy sigma=0.000650 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.323 mas, bmaj=14.25 mas, bpa=3.393 degrees ! Estimated noise=1097.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124706 Jy ! Component: 100 - total flux cleaned = 0.00207392 Jy ! Component: 150 - total flux cleaned = 0.00241013 Jy ! Component: 200 - total flux cleaned = 0.00259149 Jy ! Total flux subtracted in 200 components = 0.00259149 Jy ! Clean residual min=-0.002448 max=0.002834 Jy/beam ! Clean residual mean=-0.000003 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.0773622 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 82 components and 0.0773622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096735Jy sigma=0.000650 ! Fit after self-cal, rms=0.096736Jy sigma=0.000650 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.000840347 Jy ! Component: 100 - total flux cleaned = 0.0010588 Jy ! Component: 150 - total flux cleaned = 0.00121102 Jy ! Component: 200 - total flux cleaned = 0.00131166 Jy ! Total flux subtracted in 200 components = 0.00131166 Jy ! Clean residual min=-0.002391 max=0.002837 Jy/beam ! Clean residual mean=-0.000003 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.0786739 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 86 components and 0.0786739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096735Jy sigma=0.000650 ! Fit after self-cal, rms=0.096708Jy sigma=0.000650 ! 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.066 mas, bmaj=7.481 mas, bpa=-5.334 degrees ! Estimated noise=840.724 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.066 x 7.481 at -5.334 degrees (North through East) ! Clean map min=-0.0027709 max=0.056419 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.504 mas, bmaj=6.68 mas, bpa=-7.466 degrees ! Estimated noise=1188.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0430233 Jy ! Component: 100 - total flux cleaned = 0.0532896 Jy ! Component: 150 - total flux cleaned = 0.0587824 Jy ! Component: 200 - total flux cleaned = 0.0620784 Jy ! Total flux subtracted in 200 components = 0.0620784 Jy ! Clean residual min=-0.003190 max=0.003873 Jy/beam ! Clean residual mean=-0.000002 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 0.0620785 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.0620785 Jy ! Inverting map and beam ! Estimated beam: bmin=3.066 mas, bmaj=7.481 mas, bpa=-5.334 degrees ! Estimated noise=840.724 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.00427419 Jy ! Component: 100 - total flux cleaned = 0.00724459 Jy ! Component: 150 - total flux cleaned = 0.00903771 Jy ! Component: 200 - total flux cleaned = 0.0102637 Jy ! Total flux subtracted in 200 components = 0.0102637 Jy ! Clean residual min=-0.002284 max=0.002354 Jy/beam ! Clean residual mean=-0.000002 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.0723422 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 45 components and 0.0723422 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.323 mas, bmaj=14.25 mas, bpa=3.393 degrees ! Estimated noise=1097.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00260739 Jy ! Component: 100 - total flux cleaned = 0.00417944 Jy ! Component: 150 - total flux cleaned = 0.00519041 Jy ! Component: 200 - total flux cleaned = 0.00553493 Jy ! Total flux subtracted in 200 components = 0.00553493 Jy ! Clean residual min=-0.002460 max=0.002995 Jy/beam ! Clean residual mean=-0.000003 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.0778771 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.000214095 Jy ! Component: 100 - total flux cleaned = 0.000438509 Jy ! Component: 150 - total flux cleaned = 0.000666575 Jy ! Component: 200 - total flux cleaned = 0.000806871 Jy ! Total flux subtracted in 200 components = 0.000806871 Jy ! Clean residual min=-0.002441 max=0.002961 Jy/beam ! Clean residual mean=-0.000004 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.078684 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 60 components and 0.078684 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.066 mas, bmaj=7.481 mas, bpa=-5.334 degrees ! Estimated noise=840.724 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00073766 Jy ! Component: 100 - total flux cleaned = -0.000696982 Jy ! Component: 150 - total flux cleaned = -0.000619066 Jy ! Component: 200 - total flux cleaned = -0.00051674 Jy ! Total flux subtracted in 200 components = -0.00051674 Jy ! Clean residual min=-0.002113 max=0.002238 Jy/beam ! Clean residual mean=-0.000001 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.0781672 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 70 components and 0.0781672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096719Jy sigma=0.000650 ! Fit after self-cal, rms=0.096710Jy sigma=0.000650 wmodel J2302-1453_S_2017_03_23_pus_map.mod ! Writing 70 model components to file: J2302-1453_S_2017_03_23_pus_map.mod wobs J2302-1453_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J2302-1453_S_2017_03_23_pus_uvs.fits wwins J2302-1453_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J2302-1453_S_2017_03_23_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.000245451 Jy ! Component: 100 - total flux cleaned = -0.000208398 Jy ! Component: 150 - total flux cleaned = -0.000173171 Jy ! Component: 200 - total flux cleaned = -7.3384e-05 Jy ! Component: 250 - total flux cleaned = -0.000168023 Jy ! Component: 300 - total flux cleaned = -0.000354536 Jy ! Component: 350 - total flux cleaned = -0.000536593 Jy ! Component: 400 - total flux cleaned = -0.000743554 Jy ! Component: 450 - total flux cleaned = -0.000888064 Jy ! Component: 500 - total flux cleaned = -0.00105894 Jy ! Component: 550 - total flux cleaned = -0.00117085 Jy ! Component: 600 - total flux cleaned = -0.00136254 Jy ! Component: 650 - total flux cleaned = -0.00146989 Jy ! Component: 700 - total flux cleaned = -0.00154975 Jy ! Component: 750 - total flux cleaned = -0.00178454 Jy ! Component: 800 - total flux cleaned = -0.00186176 Jy ! Component: 850 - total flux cleaned = -0.00201397 Jy ! Component: 900 - total flux cleaned = -0.00211406 Jy ! Component: 950 - total flux cleaned = -0.00226176 Jy ! Component: 1000 - total flux cleaned = -0.00233429 Jy ! Component: 1050 - total flux cleaned = -0.00240574 Jy ! Component: 1100 - total flux cleaned = -0.00238228 Jy ! Component: 1150 - total flux cleaned = -0.00240593 Jy ! Component: 1200 - total flux cleaned = -0.00247496 Jy ! Component: 1250 - total flux cleaned = -0.00249713 Jy ! Component: 1300 - total flux cleaned = -0.0025642 Jy ! Component: 1350 - total flux cleaned = -0.00254197 Jy ! Component: 1400 - total flux cleaned = -0.00252009 Jy ! Component: 1450 - total flux cleaned = -0.00254175 Jy ! Component: 1500 - total flux cleaned = -0.00256283 Jy ! Component: 1550 - total flux cleaned = -0.00252056 Jy ! Component: 1600 - total flux cleaned = -0.00262534 Jy ! Component: 1650 - total flux cleaned = -0.00266666 Jy ! Component: 1700 - total flux cleaned = -0.00274857 Jy ! Component: 1750 - total flux cleaned = -0.00274852 Jy ! Component: 1800 - total flux cleaned = -0.00280855 Jy ! Component: 1850 - total flux cleaned = -0.00280864 Jy ! Component: 1900 - total flux cleaned = -0.00278914 Jy ! Component: 1950 - total flux cleaned = -0.00286705 Jy ! Component: 2000 - total flux cleaned = -0.00290545 Jy ! Component: 2050 - total flux cleaned = -0.00294383 Jy ! Component: 2100 - total flux cleaned = -0.00298169 Jy ! Component: 2150 - total flux cleaned = -0.00303789 Jy ! Component: 2200 - total flux cleaned = -0.00305646 Jy ! Component: 2250 - total flux cleaned = -0.00313022 Jy ! Component: 2300 - total flux cleaned = -0.00316671 Jy ! Component: 2350 - total flux cleaned = -0.00325725 Jy ! Component: 2400 - total flux cleaned = -0.00327533 Jy ! Component: 2450 - total flux cleaned = -0.00334657 Jy ! Component: 2500 - total flux cleaned = -0.00346969 Jy ! Component: 2550 - total flux cleaned = -0.00350455 Jy ! Component: 2600 - total flux cleaned = -0.00360848 Jy ! Component: 2650 - total flux cleaned = -0.00357429 Jy ! Component: 2700 - total flux cleaned = -0.00369355 Jy ! Component: 2750 - total flux cleaned = -0.00379487 Jy ! Component: 2800 - total flux cleaned = -0.00382833 Jy ! Component: 2850 - total flux cleaned = -0.00386167 Jy ! Component: 2900 - total flux cleaned = -0.00396037 Jy ! Component: 2950 - total flux cleaned = -0.00397696 Jy ! Component: 3000 - total flux cleaned = -0.00404178 Jy ! Component: 3050 - total flux cleaned = -0.00405779 Jy ! Component: 3100 - total flux cleaned = -0.00413754 Jy ! Component: 3150 - total flux cleaned = -0.00424848 Jy ! Component: 3200 - total flux cleaned = -0.00424822 Jy ! Component: 3250 - total flux cleaned = -0.00437314 Jy ! Component: 3300 - total flux cleaned = -0.00441952 Jy ! Component: 3350 - total flux cleaned = -0.00446561 Jy ! Component: 3400 - total flux cleaned = -0.00451169 Jy ! Component: 3450 - total flux cleaned = -0.00457226 Jy ! Component: 3500 - total flux cleaned = -0.00463268 Jy ! Component: 3550 - total flux cleaned = -0.00469275 Jy ! Component: 3600 - total flux cleaned = -0.00473726 Jy ! Component: 3650 - total flux cleaned = -0.00481114 Jy ! Component: 3700 - total flux cleaned = -0.00478177 Jy ! Component: 3750 - total flux cleaned = -0.00486939 Jy ! Component: 3800 - total flux cleaned = -0.00489848 Jy ! Component: 3850 - total flux cleaned = -0.0049705 Jy ! Component: 3900 - total flux cleaned = -0.00502768 Jy ! Component: 3950 - total flux cleaned = -0.00498509 Jy ! Component: 4000 - total flux cleaned = -0.00505565 Jy ! Component: 4050 - total flux cleaned = -0.00509757 Jy ! Total flux subtracted in 4096 components = -0.00511135 Jy ! Clean residual min=-0.000765 max=0.000736 Jy/beam ! Clean residual mean=0.000001 rms=0.000260 Jy/beam ! Combined flux in latest and established models = 0.0730559 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 382 components and 0.0730559 Jy ![Exited script file: muppet] wmap "J2302-1453_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.066 x 7.481 at -5.334 degrees (North through East) ! Clean map min=-0.0026881 max=0.055947 Jy/beam ! Writing clean map to FITS file: J2302-1453_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0559471 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000260262 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.39558 1.39558 2.79116 5.58232 11.1646 22.3293 44.6586 89.3172 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.055 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.066 x 7.481 at -5.334 degrees (North through East) ! Clean map min=-0.0026881 max=0.055947 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 J2302-1453_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:10:43 2019