! Started logfile: J0935-1939_S_2017_02_24_pus_uvs.log on Sat May 4 11:23:37 2019 obs J0935-1939_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0935-1939_S_2017_02_24_pus_uva.fits ! AN table 1: 116 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.791954 visibilities/baseline/integration-bin. ! Found source: J0935-1939 ! ! 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 823 lines of history. ! ! Reading 16536 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 J0935-1939_S_2017_02_24_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 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 422 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.985443Jy sigma=0.007357 ! Fit after self-cal, rms=0.946021Jy sigma=0.007070 ! 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.728 mas, bmaj=7.826 mas, bpa=-4.199 degrees ! Estimated noise=1312.55 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.0424089 Jy ! Component: 100 - total flux cleaned = 0.0547692 Jy ! Total flux subtracted in 100 components = 0.0547692 Jy ! Clean residual min=-0.003421 max=0.005006 Jy/beam ! Clean residual mean=-0.000005 rms=0.000995 Jy/beam ! Combined flux in latest and established models = 0.0547692 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0547692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092540Jy sigma=0.000666 ! Fit after self-cal, rms=0.091877Jy sigma=0.000661 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00595013 Jy ! Component: 100 - total flux cleaned = 0.00930618 Jy ! Total flux subtracted in 100 components = 0.00930618 Jy ! Clean residual min=-0.003574 max=0.004292 Jy/beam ! Clean residual mean=-0.000003 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.0640753 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 28 components and 0.0640753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091322Jy sigma=0.000657 ! Fit after self-cal, rms=0.091302Jy 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.325 mas, bmaj=9.02 mas, bpa=-3.066 degrees ! Estimated noise=794.591 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.0043883 Jy ! Component: 100 - total flux cleaned = 0.00683039 Jy ! Component: 150 - total flux cleaned = 0.00827348 Jy ! Component: 200 - total flux cleaned = 0.00909323 Jy ! Total flux subtracted in 200 components = 0.00909323 Jy ! Clean residual min=-0.002838 max=0.003887 Jy/beam ! Clean residual mean=-0.000000 rms=0.000771 Jy/beam ! Combined flux in latest and established models = 0.0731686 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 55 components and 0.0731685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091086Jy sigma=0.000655 ! Fit after self-cal, rms=0.091089Jy sigma=0.000655 ! 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.14 FD 1.07 HN 1.05 KP 1.01 ! LA 0.95 MK 1.03 NL 0.97 OV 1.05 ! PT 1.00 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00 HN 1.22 KP 0.92 ! LA 0.94 MK 0.97 NL 0.93 OV 1.15 ! PT 0.94 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.02 HN 1.08 KP 1.00 ! LA 0.96 MK 1.07 NL 0.96 OV 1.06 ! PT 0.94 SC 0.93 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.04 HN 0.98 KP 1.00* ! LA 0.86 MK 0.92 NL 1.00* OV 0.95 ! PT 0.94 SC 1.00* ! ! ! Fit before self-cal, rms=0.091089Jy sigma=0.000655 ! Fit after self-cal, rms=0.091461Jy sigma=0.000653 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.325 mas, bmaj=8.946 mas, bpa=-2.498 degrees ! Estimated noise=791.276 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.000422145 Jy ! Component: 100 - total flux cleaned = 0.000422406 Jy ! Component: 150 - total flux cleaned = 0.000402821 Jy ! Component: 200 - total flux cleaned = 0.000386618 Jy ! Total flux subtracted in 200 components = 0.000386618 Jy ! Clean residual min=-0.002438 max=0.003214 Jy/beam ! Clean residual mean=-0.000002 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.0735552 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 60 components and 0.0735552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091451Jy sigma=0.000653 ! Fit after self-cal, rms=0.091531Jy sigma=0.000653 ! 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.091531Jy sigma=0.000653 ! Fit after self-cal, rms=0.091970Jy sigma=0.000653 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.314 mas, bmaj=8.899 mas, bpa=-2.121 degrees ! Estimated noise=789.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000437346 Jy ! Component: 100 - total flux cleaned = 0.000458204 Jy ! Component: 150 - total flux cleaned = 0.000441707 Jy ! Component: 200 - total flux cleaned = 0.000441839 Jy ! Total flux subtracted in 200 components = 0.000441839 Jy ! Clean residual min=-0.002484 max=0.002909 Jy/beam ! Clean residual mean=-0.000002 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.073997 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 62 components and 0.073997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091961Jy sigma=0.000653 ! Fit after self-cal, rms=0.091990Jy 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) ! Added new window around map position (-8, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0026653 Jy ! Component: 100 - total flux cleaned = 0.00338416 Jy ! Component: 150 - total flux cleaned = 0.00364384 Jy ! Component: 200 - total flux cleaned = 0.00367728 Jy ! Total flux subtracted in 200 components = 0.00367728 Jy ! Clean residual min=-0.002128 max=0.002302 Jy/beam ! Clean residual mean=-0.000002 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.0776743 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 88 components and 0.0776743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091907Jy sigma=0.000652 ! Fit after self-cal, rms=0.091878Jy 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.091878Jy sigma=0.000652 ! Fit after self-cal, rms=0.091688Jy sigma=0.000651 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.291 mas, bmaj=8.859 mas, bpa=-2.349 degrees ! Estimated noise=784.748 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147956 Jy ! Component: 100 - total flux cleaned = 0.00167547 Jy ! Component: 150 - total flux cleaned = 0.00182523 Jy ! Component: 200 - total flux cleaned = 0.00187607 Jy ! Total flux subtracted in 200 components = 0.00187607 Jy ! Clean residual min=-0.001841 max=0.001891 Jy/beam ! Clean residual mean=-0.000003 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.0795504 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 99 components and 0.0795504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091654Jy sigma=0.000651 ! Fit after self-cal, rms=0.091661Jy sigma=0.000651 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.00058635 Jy ! Component: 100 - total flux cleaned = 0.00058508 Jy ! Component: 150 - total flux cleaned = 0.000586708 Jy ! Component: 200 - total flux cleaned = 0.000564284 Jy ! Total flux subtracted in 200 components = 0.000564284 Jy ! Clean residual min=-0.001766 max=0.001897 Jy/beam ! Clean residual mean=-0.000002 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.0801147 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 111 components and 0.0801147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091642Jy sigma=0.000651 ! Fit after self-cal, rms=0.091628Jy sigma=0.000651 ! 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.091628Jy sigma=0.000651 ! Fit after self-cal, rms=0.091227Jy sigma=0.000650 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.644 mas, bmaj=16.36 mas, bpa=-0.8959 degrees ! Estimated noise=990.506 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0012223 Jy ! Component: 100 - total flux cleaned = 0.00137627 Jy ! Component: 150 - total flux cleaned = 0.00139797 Jy ! Component: 200 - total flux cleaned = 0.00141703 Jy ! Total flux subtracted in 200 components = 0.00141703 Jy ! Clean residual min=-0.001709 max=0.002154 Jy/beam ! Clean residual mean=-0.000007 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.0815317 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 132 components and 0.0815317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091221Jy sigma=0.000650 ! Fit after self-cal, rms=0.091216Jy 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.000454687 Jy ! Component: 100 - total flux cleaned = 0.000496396 Jy ! Component: 150 - total flux cleaned = 0.000496852 Jy ! Component: 200 - total flux cleaned = 0.000513983 Jy ! Total flux subtracted in 200 components = 0.000513983 Jy ! Clean residual min=-0.001688 max=0.002100 Jy/beam ! Clean residual mean=-0.000007 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.0820457 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 135 components and 0.0820457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091214Jy sigma=0.000650 ! Fit after self-cal, rms=0.091213Jy 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.273 mas, bmaj=8.819 mas, bpa=-2.603 degrees ! Estimated noise=780.353 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.273 x 8.819 at -2.603 degrees (North through East) ! Clean map min=-0.0025194 max=0.054925 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.689 mas, bmaj=7.679 mas, bpa=-3.646 degrees ! Estimated noise=1279.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0414231 Jy ! Component: 100 - total flux cleaned = 0.0549062 Jy ! Component: 150 - total flux cleaned = 0.0619633 Jy ! Component: 200 - total flux cleaned = 0.0657018 Jy ! Total flux subtracted in 200 components = 0.0657018 Jy ! Clean residual min=-0.003764 max=0.003775 Jy/beam ! Clean residual mean=-0.000004 rms=0.000889 Jy/beam ! Combined flux in latest and established models = 0.0657018 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.0657018 Jy ! Inverting map and beam ! Estimated beam: bmin=3.273 mas, bmaj=8.819 mas, bpa=-2.603 degrees ! Estimated noise=780.353 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.00537687 Jy ! Component: 100 - total flux cleaned = 0.00882328 Jy ! Component: 150 - total flux cleaned = 0.0111424 Jy ! Component: 200 - total flux cleaned = 0.0121817 Jy ! Total flux subtracted in 200 components = 0.0121817 Jy ! Clean residual min=-0.002241 max=0.002055 Jy/beam ! Clean residual mean=-0.000004 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.0778835 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 61 components and 0.0778835 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.644 mas, bmaj=16.36 mas, bpa=-0.8959 degrees ! Estimated noise=990.506 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00235588 Jy ! Component: 100 - total flux cleaned = 0.00333579 Jy ! Component: 150 - total flux cleaned = 0.00352464 Jy ! Component: 200 - total flux cleaned = 0.00361852 Jy ! Total flux subtracted in 200 components = 0.00361852 Jy ! Clean residual min=-0.001944 max=0.002079 Jy/beam ! Clean residual mean=-0.000007 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.081502 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 = 8.26449e-05 Jy ! Component: 100 - total flux cleaned = 0.000131993 Jy ! Component: 150 - total flux cleaned = 0.000219594 Jy ! Component: 200 - total flux cleaned = 0.000278366 Jy ! Total flux subtracted in 200 components = 0.000278366 Jy ! Clean residual min=-0.001758 max=0.002077 Jy/beam ! Clean residual mean=-0.000007 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.0817804 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 94 components and 0.0817804 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.273 mas, bmaj=8.819 mas, bpa=-2.603 degrees ! Estimated noise=780.353 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.39112e-05 Jy ! Component: 100 - total flux cleaned = -0.000465808 Jy ! Component: 150 - total flux cleaned = -0.000535061 Jy ! Component: 200 - total flux cleaned = -0.000596953 Jy ! Total flux subtracted in 200 components = -0.000596953 Jy ! Clean residual min=-0.001784 max=0.002041 Jy/beam ! Clean residual mean=-0.000004 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.0811834 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 113 components and 0.0811834 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091229Jy sigma=0.000650 ! Fit after self-cal, rms=0.091198Jy sigma=0.000650 wmodel J0935-1939_S_2017_02_24_pus_map.mod ! Writing 113 model components to file: J0935-1939_S_2017_02_24_pus_map.mod wobs J0935-1939_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0935-1939_S_2017_02_24_pus_uvs.fits wwins J0935-1939_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J0935-1939_S_2017_02_24_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.000511299 Jy ! Component: 100 - total flux cleaned = 0.000576891 Jy ! Component: 150 - total flux cleaned = 0.000516677 Jy ! Component: 200 - total flux cleaned = 0.000458446 Jy ! Component: 250 - total flux cleaned = 0.000345838 Jy ! Component: 300 - total flux cleaned = 0.00026467 Jy ! Component: 350 - total flux cleaned = 0.000185146 Jy ! Component: 400 - total flux cleaned = 8.29001e-05 Jy ! Component: 450 - total flux cleaned = -1.59802e-05 Jy ! Component: 500 - total flux cleaned = -6.46238e-05 Jy ! Component: 550 - total flux cleaned = -0.000159651 Jy ! Component: 600 - total flux cleaned = -0.000228542 Jy ! Component: 650 - total flux cleaned = -0.000251159 Jy ! Component: 700 - total flux cleaned = -0.000317848 Jy ! Component: 750 - total flux cleaned = -0.000317884 Jy ! Component: 800 - total flux cleaned = -0.000276063 Jy ! Component: 850 - total flux cleaned = -0.000317616 Jy ! Component: 900 - total flux cleaned = -0.000338192 Jy ! Component: 950 - total flux cleaned = -0.000338471 Jy ! Component: 1000 - total flux cleaned = -0.000358308 Jy ! Component: 1050 - total flux cleaned = -0.000338569 Jy ! Component: 1100 - total flux cleaned = -0.000262974 Jy ! Component: 1150 - total flux cleaned = -0.000151657 Jy ! Component: 1200 - total flux cleaned = -0.000170101 Jy ! Component: 1250 - total flux cleaned = -0.000115493 Jy ! Component: 1300 - total flux cleaned = -8.70946e-06 Jy ! Component: 1350 - total flux cleaned = 4.37997e-05 Jy ! Component: 1400 - total flux cleaned = 7.7811e-05 Jy ! Component: 1450 - total flux cleaned = 4.36463e-05 Jy ! Component: 1500 - total flux cleaned = 2.71007e-05 Jy ! Component: 1550 - total flux cleaned = 7.68967e-05 Jy ! Component: 1600 - total flux cleaned = 4.40828e-05 Jy ! Component: 1650 - total flux cleaned = 6.01316e-05 Jy ! Component: 1700 - total flux cleaned = 4.42348e-05 Jy ! Component: 1750 - total flux cleaned = 2.86378e-05 Jy ! Component: 1800 - total flux cleaned = 9.06087e-05 Jy ! Component: 1850 - total flux cleaned = 0.000121273 Jy ! Component: 1900 - total flux cleaned = 0.000181618 Jy ! Component: 1950 - total flux cleaned = 0.000136609 Jy ! Component: 2000 - total flux cleaned = 0.000121989 Jy ! Component: 2050 - total flux cleaned = 0.000107428 Jy ! Component: 2100 - total flux cleaned = 0.000136235 Jy ! Component: 2150 - total flux cleaned = 0.000136372 Jy ! Component: 2200 - total flux cleaned = 7.97373e-05 Jy ! Component: 2250 - total flux cleaned = 0.00010787 Jy ! Component: 2300 - total flux cleaned = 0.000107518 Jy ! Component: 2350 - total flux cleaned = 6.6263e-05 Jy ! Component: 2400 - total flux cleaned = 2.56723e-05 Jy ! Component: 2450 - total flux cleaned = 1.25427e-05 Jy ! Component: 2500 - total flux cleaned = 3.92918e-05 Jy ! Component: 2550 - total flux cleaned = 7.87896e-05 Jy ! Component: 2600 - total flux cleaned = 6.56647e-05 Jy ! Component: 2650 - total flux cleaned = 3.98625e-05 Jy ! Component: 2700 - total flux cleaned = 0.000103995 Jy ! Component: 2750 - total flux cleaned = 0.000116723 Jy ! Component: 2800 - total flux cleaned = 0.000116703 Jy ! Component: 2850 - total flux cleaned = 0.00012894 Jy ! Component: 2900 - total flux cleaned = 0.000116623 Jy ! Component: 2950 - total flux cleaned = 0.000153084 Jy ! Component: 3000 - total flux cleaned = 0.000201307 Jy ! Component: 3050 - total flux cleaned = 0.000177275 Jy ! Component: 3100 - total flux cleaned = 0.000177225 Jy ! Component: 3150 - total flux cleaned = 0.00020074 Jy ! Component: 3200 - total flux cleaned = 0.000189219 Jy ! Component: 3250 - total flux cleaned = 0.00020074 Jy ! Component: 3300 - total flux cleaned = 0.000212262 Jy ! Component: 3350 - total flux cleaned = 0.000235223 Jy ! Component: 3400 - total flux cleaned = 0.000280539 Jy ! Component: 3450 - total flux cleaned = 0.00030286 Jy ! Component: 3500 - total flux cleaned = 0.000313992 Jy ! Component: 3550 - total flux cleaned = 0.000358163 Jy ! Component: 3600 - total flux cleaned = 0.000391013 Jy ! Component: 3650 - total flux cleaned = 0.000401886 Jy ! Component: 3700 - total flux cleaned = 0.00046679 Jy ! Component: 3750 - total flux cleaned = 0.000466752 Jy ! Component: 3800 - total flux cleaned = 0.000498738 Jy ! Component: 3850 - total flux cleaned = 0.00053053 Jy ! Component: 3900 - total flux cleaned = 0.000572516 Jy ! Component: 3950 - total flux cleaned = 0.000603745 Jy ! Component: 4000 - total flux cleaned = 0.000645156 Jy ! Component: 4050 - total flux cleaned = 0.000655379 Jy ! Total flux subtracted in 4096 components = 0.000696318 Jy ! Clean residual min=-0.000611 max=0.000589 Jy/beam ! Clean residual mean=-0.000002 rms=0.000194 Jy/beam ! Combined flux in latest and established models = 0.0818797 Jy keep ! Adding 314 model components to the UV plane model. ! The established model now contains 427 components and 0.0818797 Jy ![Exited script file: muppet] wmap "J0935-1939_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.273 x 8.819 at -2.603 degrees (North through East) ! Clean map min=-0.0019695 max=0.055112 Jy/beam ! Writing clean map to FITS file: J0935-1939_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.055112 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000194712 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.05991 1.05991 2.11981 4.23963 8.47925 16.9585 33.917 67.834 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 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.273 x 8.819 at -2.603 degrees (North through East) ! Clean map min=-0.0019695 max=0.055112 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 J0935-1939_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:23:43 2019