! Started logfile: J0008-2339_S_2017_05_27_pus_uvs.log on Fri May 3 10:52:13 2019 obs J0008-2339_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J0008-2339_S_2017_05_27_pus_uva.fits ! AN table 1: 116 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.886015 visibilities/baseline/integration-bin. ! Found source: J0008-2339 ! ! 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 1211 lines of history. ! ! Reading 18500 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 J0008-2339_S_2017_05_27_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 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 592 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.680863Jy sigma=0.004658 ! Fit after self-cal, rms=0.644178Jy sigma=0.004411 ! 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.43 mas, bmaj=6.901 mas, bpa=-4.687 degrees ! Estimated noise=1175.72 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.276482 Jy ! Component: 100 - total flux cleaned = 0.369076 Jy ! Total flux subtracted in 100 components = 0.369076 Jy ! Clean residual min=-0.012109 max=0.036797 Jy/beam ! Clean residual mean=-0.000053 rms=0.004197 Jy/beam ! Combined flux in latest and established models = 0.369076 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.369076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138700Jy sigma=0.000826 ! Fit after self-cal, rms=0.138609Jy sigma=0.000825 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0377674 Jy ! Component: 100 - total flux cleaned = 0.0559584 Jy ! Total flux subtracted in 100 components = 0.0559584 Jy ! Clean residual min=-0.009912 max=0.016140 Jy/beam ! Clean residual mean=-0.000008 rms=0.002769 Jy/beam ! Combined flux in latest and established models = 0.425035 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 23 components and 0.425035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125021Jy sigma=0.000730 ! Fit after self-cal, rms=0.125006Jy sigma=0.000730 ! 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=2.914 mas, bmaj=8.213 mas, bpa=-5.673 degrees ! Estimated noise=854.457 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 (-36, 64.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0167636 Jy ! Component: 100 - total flux cleaned = 0.0254073 Jy ! Component: 150 - total flux cleaned = 0.0270181 Jy ! Component: 200 - total flux cleaned = 0.0276862 Jy ! Total flux subtracted in 200 components = 0.0276862 Jy ! Clean residual min=-0.007983 max=0.011896 Jy/beam ! Clean residual mean=0.000003 rms=0.002233 Jy/beam ! Combined flux in latest and established models = 0.452721 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 45 components and 0.452721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121445Jy sigma=0.000716 ! Fit after self-cal, rms=0.121270Jy sigma=0.000715 ! 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.99 FD 0.92 HN 1.09 KP 1.02 ! LA 1.00 MK 0.98 NL 0.89 OV 1.02 ! PT 1.06 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.64 FD 0.97 HN 1.13 KP 0.98 ! LA 0.95 MK 0.98 NL 1.04 OV 1.05 ! PT 1.03 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.01 HN 1.13 KP 1.00 ! LA 0.99 MK 1.00 NL 0.99 OV 0.94 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 1.07 KP 1.00* ! LA 0.99 MK 1.05 NL 1.00* OV 1.00* ! PT 1.06 SC 1.00* ! ! ! Fit before self-cal, rms=0.121270Jy sigma=0.000715 ! Fit after self-cal, rms=0.106496Jy sigma=0.000673 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.924 mas, bmaj=8.142 mas, bpa=-5.406 degrees ! Estimated noise=849.626 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 (-11.5, 21). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00408249 Jy ! Component: 100 - total flux cleaned = 0.00382918 Jy ! Component: 150 - total flux cleaned = 0.00362618 Jy ! Component: 200 - total flux cleaned = 0.00362336 Jy ! Total flux subtracted in 200 components = 0.00362336 Jy ! Clean residual min=-0.003403 max=0.004345 Jy/beam ! Clean residual mean=-0.000020 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.456344 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 75 components and 0.456344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106133Jy sigma=0.000671 ! Fit after self-cal, rms=0.106101Jy sigma=0.000670 ! 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.106101Jy sigma=0.000670 ! Fit after self-cal, rms=0.106194Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.926 mas, bmaj=8.14 mas, bpa=-5.361 degrees ! Estimated noise=848.111 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.9664e-05 Jy ! Component: 100 - total flux cleaned = -0.000107363 Jy ! Component: 150 - total flux cleaned = -0.000112993 Jy ! Component: 200 - total flux cleaned = -0.00011323 Jy ! Total flux subtracted in 200 components = -0.00011323 Jy ! Clean residual min=-0.003282 max=0.003524 Jy/beam ! Clean residual mean=-0.000018 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.456231 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 93 components and 0.456231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106084Jy sigma=0.000669 ! Fit after self-cal, rms=0.106086Jy 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) ! Added new window around map position (24, -46.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00303458 Jy ! Component: 100 - total flux cleaned = 0.00296987 Jy ! Component: 150 - total flux cleaned = 0.00303004 Jy ! Component: 200 - total flux cleaned = 0.00302997 Jy ! Total flux subtracted in 200 components = 0.00302997 Jy ! Clean residual min=-0.003236 max=0.003158 Jy/beam ! Clean residual mean=-0.000010 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.459261 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 115 components and 0.459261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105972Jy sigma=0.000668 ! Fit after self-cal, rms=0.105974Jy sigma=0.000668 ! 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.105974Jy sigma=0.000668 ! Fit after self-cal, rms=0.106073Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.926 mas, bmaj=8.124 mas, bpa=-5.31 degrees ! Estimated noise=847.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000762593 Jy ! Component: 100 - total flux cleaned = -0.000667829 Jy ! Component: 150 - total flux cleaned = -0.000626474 Jy ! Component: 200 - total flux cleaned = -0.000588945 Jy ! Total flux subtracted in 200 components = -0.000588945 Jy ! Clean residual min=-0.002363 max=0.002324 Jy/beam ! Clean residual mean=-0.000010 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.458672 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 138 components and 0.458672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106033Jy sigma=0.000666 ! Fit after self-cal, rms=0.106047Jy sigma=0.000665 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000107619 Jy ! Component: 100 - total flux cleaned = -7.13971e-05 Jy ! Component: 150 - total flux cleaned = 2.45816e-05 Jy ! Component: 200 - total flux cleaned = 5.39401e-05 Jy ! Total flux subtracted in 200 components = 5.39401e-05 Jy ! Clean residual min=-0.002330 max=0.002268 Jy/beam ! Clean residual mean=-0.000010 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.458726 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 150 components and 0.458726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106025Jy sigma=0.000665 ! Fit after self-cal, rms=0.106024Jy sigma=0.000665 ! 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.106024Jy sigma=0.000665 ! Fit after self-cal, rms=0.106093Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.675 mas, bmaj=19.42 mas, bpa=-0.7568 degrees ! Estimated noise=1085.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000403188 Jy ! Component: 100 - total flux cleaned = -0.000270818 Jy ! Component: 150 - total flux cleaned = -0.000200716 Jy ! Component: 200 - total flux cleaned = -0.000159623 Jy ! Total flux subtracted in 200 components = -0.000159623 Jy ! Clean residual min=-0.002447 max=0.002358 Jy/beam ! Clean residual mean=-0.000020 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.458566 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 163 components and 0.458566 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106082Jy sigma=0.000665 ! Fit after self-cal, rms=0.106084Jy sigma=0.000665 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.05422e-05 Jy ! Component: 100 - total flux cleaned = 1.66807e-05 Jy ! Component: 150 - total flux cleaned = 5.17664e-05 Jy ! Component: 200 - total flux cleaned = 6.88273e-05 Jy ! Total flux subtracted in 200 components = 6.88273e-05 Jy ! Clean residual min=-0.002406 max=0.002344 Jy/beam ! Clean residual mean=-0.000020 rms=0.000770 Jy/beam ! Combined flux in latest and established models = 0.458635 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 170 components and 0.458635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106082Jy sigma=0.000665 ! Fit after self-cal, rms=0.106081Jy sigma=0.000665 ! 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=2.927 mas, bmaj=8.117 mas, bpa=-5.281 degrees ! Estimated noise=847.47 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.927 x 8.117 at -5.281 degrees (North through East) ! Clean map min=-0.0032408 max=0.35431 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.435 mas, bmaj=6.799 mas, bpa=-4.158 degrees ! Estimated noise=1168.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.276073 Jy ! Component: 100 - total flux cleaned = 0.369524 Jy ! Component: 150 - total flux cleaned = 0.406091 Jy ! Component: 200 - total flux cleaned = 0.423084 Jy ! Total flux subtracted in 200 components = 0.423084 Jy ! Clean residual min=-0.004870 max=0.008131 Jy/beam ! Clean residual mean=-0.000028 rms=0.001393 Jy/beam ! Combined flux in latest and established models = 0.423084 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.423084 Jy ! Inverting map and beam ! Estimated beam: bmin=2.927 mas, bmaj=8.117 mas, bpa=-5.281 degrees ! Estimated noise=847.47 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.0120536 Jy ! Component: 100 - total flux cleaned = 0.0196828 Jy ! Component: 150 - total flux cleaned = 0.0249743 Jy ! Component: 200 - total flux cleaned = 0.0287823 Jy ! Total flux subtracted in 200 components = 0.0287823 Jy ! Clean residual min=-0.002890 max=0.003044 Jy/beam ! Clean residual mean=-0.000016 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.451866 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 56 components and 0.451866 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.675 mas, bmaj=19.42 mas, bpa=-0.7568 degrees ! Estimated noise=1085.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00402073 Jy ! Component: 100 - total flux cleaned = 0.00567179 Jy ! Component: 150 - total flux cleaned = 0.00614866 Jy ! Component: 200 - total flux cleaned = 0.00647694 Jy ! Total flux subtracted in 200 components = 0.00647694 Jy ! Clean residual min=-0.002556 max=0.002230 Jy/beam ! Clean residual mean=-0.000022 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.458343 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.000274865 Jy ! Component: 100 - total flux cleaned = 0.000470853 Jy ! Component: 150 - total flux cleaned = 0.000537943 Jy ! Component: 200 - total flux cleaned = 0.000601985 Jy ! Total flux subtracted in 200 components = 0.000601985 Jy ! Clean residual min=-0.002467 max=0.002276 Jy/beam ! Clean residual mean=-0.000021 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.458945 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 98 components and 0.458945 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.927 mas, bmaj=8.117 mas, bpa=-5.281 degrees ! Estimated noise=847.47 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.42802e-05 Jy ! Component: 100 - total flux cleaned = 3.08575e-05 Jy ! Component: 150 - total flux cleaned = -7.16824e-05 Jy ! Component: 200 - total flux cleaned = -6.98639e-05 Jy ! Total flux subtracted in 200 components = -6.98639e-05 Jy ! Clean residual min=-0.002247 max=0.002335 Jy/beam ! Clean residual mean=-0.000009 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.458875 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 125 components and 0.458875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106209Jy sigma=0.000666 ! Fit after self-cal, rms=0.106184Jy sigma=0.000666 wmodel J0008-2339_S_2017_05_27_pus_map.mod ! Writing 125 model components to file: J0008-2339_S_2017_05_27_pus_map.mod wobs J0008-2339_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J0008-2339_S_2017_05_27_pus_uvs.fits wwins J0008-2339_S_2017_05_27_pus_map.win ! wwins: Wrote 4 windows to J0008-2339_S_2017_05_27_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.000257307 Jy ! Component: 100 - total flux cleaned = 0.000527047 Jy ! Component: 150 - total flux cleaned = 0.000855366 Jy ! Component: 200 - total flux cleaned = 0.00113572 Jy ! Component: 250 - total flux cleaned = 0.00140572 Jy ! Component: 300 - total flux cleaned = 0.00156779 Jy ! Component: 350 - total flux cleaned = 0.0016939 Jy ! Component: 400 - total flux cleaned = 0.001787 Jy ! Component: 450 - total flux cleaned = 0.00193708 Jy ! Component: 500 - total flux cleaned = 0.00199535 Jy ! Component: 550 - total flux cleaned = 0.00213733 Jy ! Component: 600 - total flux cleaned = 0.0023038 Jy ! Component: 650 - total flux cleaned = 0.00235785 Jy ! Component: 700 - total flux cleaned = 0.00243832 Jy ! Component: 750 - total flux cleaned = 0.00254354 Jy ! Component: 800 - total flux cleaned = 0.00274858 Jy ! Component: 850 - total flux cleaned = 0.00284882 Jy ! Component: 900 - total flux cleaned = 0.00299694 Jy ! Component: 950 - total flux cleaned = 0.00306967 Jy ! Component: 1000 - total flux cleaned = 0.00321286 Jy ! Component: 1050 - total flux cleaned = 0.00330651 Jy ! Component: 1100 - total flux cleaned = 0.00339895 Jy ! Component: 1150 - total flux cleaned = 0.00344466 Jy ! Component: 1200 - total flux cleaned = 0.00353441 Jy ! Component: 1250 - total flux cleaned = 0.00360061 Jy ! Component: 1300 - total flux cleaned = 0.00366596 Jy ! Component: 1350 - total flux cleaned = 0.00375155 Jy ! Component: 1400 - total flux cleaned = 0.0037938 Jy ! Component: 1450 - total flux cleaned = 0.00385616 Jy ! Component: 1500 - total flux cleaned = 0.00389717 Jy ! Component: 1550 - total flux cleaned = 0.00401876 Jy ! Component: 1600 - total flux cleaned = 0.00399833 Jy ! Component: 1650 - total flux cleaned = 0.00405794 Jy ! Component: 1700 - total flux cleaned = 0.00411662 Jy ! Component: 1750 - total flux cleaned = 0.00403913 Jy ! Component: 1800 - total flux cleaned = 0.00413546 Jy ! Component: 1850 - total flux cleaned = 0.00419253 Jy ! Component: 1900 - total flux cleaned = 0.004174 Jy ! Component: 1950 - total flux cleaned = 0.00421136 Jy ! Component: 2000 - total flux cleaned = 0.00421167 Jy ! Component: 2050 - total flux cleaned = 0.00421189 Jy ! Component: 2100 - total flux cleaned = 0.00426618 Jy ! Component: 2150 - total flux cleaned = 0.00426614 Jy ! Component: 2200 - total flux cleaned = 0.0042308 Jy ! Component: 2250 - total flux cleaned = 0.00431875 Jy ! Component: 2300 - total flux cleaned = 0.00433636 Jy ! Component: 2350 - total flux cleaned = 0.00437085 Jy ! Component: 2400 - total flux cleaned = 0.00435378 Jy ! Component: 2450 - total flux cleaned = 0.00440478 Jy ! Component: 2500 - total flux cleaned = 0.00440489 Jy ! Component: 2550 - total flux cleaned = 0.00438842 Jy ! Component: 2600 - total flux cleaned = 0.00437199 Jy ! Component: 2650 - total flux cleaned = 0.00438861 Jy ! Component: 2700 - total flux cleaned = 0.00445367 Jy ! Component: 2750 - total flux cleaned = 0.00446975 Jy ! Component: 2800 - total flux cleaned = 0.00453328 Jy ! Component: 2850 - total flux cleaned = 0.00454912 Jy ! Component: 2900 - total flux cleaned = 0.00461196 Jy ! Component: 2950 - total flux cleaned = 0.00461212 Jy ! Component: 3000 - total flux cleaned = 0.00467375 Jy ! Component: 3050 - total flux cleaned = 0.00467383 Jy ! Component: 3100 - total flux cleaned = 0.00474975 Jy ! Component: 3150 - total flux cleaned = 0.00471977 Jy ! Component: 3200 - total flux cleaned = 0.00479491 Jy ! Component: 3250 - total flux cleaned = 0.00486931 Jy ! Component: 3300 - total flux cleaned = 0.00495794 Jy ! Component: 3350 - total flux cleaned = 0.00506057 Jy ! Component: 3400 - total flux cleaned = 0.00511895 Jy ! Component: 3450 - total flux cleaned = 0.00524929 Jy ! Component: 3500 - total flux cleaned = 0.00526372 Jy ! Component: 3550 - total flux cleaned = 0.00542071 Jy ! Component: 3600 - total flux cleaned = 0.00546339 Jy ! Component: 3650 - total flux cleaned = 0.00557612 Jy ! Component: 3700 - total flux cleaned = 0.00566022 Jy ! Component: 3750 - total flux cleaned = 0.00574385 Jy ! Component: 3800 - total flux cleaned = 0.00582697 Jy ! Component: 3850 - total flux cleaned = 0.00592334 Jy ! Component: 3900 - total flux cleaned = 0.00600549 Jy ! Component: 3950 - total flux cleaned = 0.00603266 Jy ! Component: 4000 - total flux cleaned = 0.00614077 Jy ! Component: 4050 - total flux cleaned = 0.0062079 Jy ! Total flux subtracted in 4096 components = 0.0063148 Jy ! Clean residual min=-0.000753 max=0.000997 Jy/beam ! Clean residual mean=0.000002 rms=0.000243 Jy/beam ! Combined flux in latest and established models = 0.46519 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 430 components and 0.46519 Jy ![Exited script file: muppet] wmap "J0008-2339_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.927 x 8.117 at -5.281 degrees (North through East) ! Clean map min=-0.0030764 max=0.35702 Jy/beam ! Writing clean map to FITS file: J0008-2339_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.357022 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000238311 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.200249 0.200249 0.400498 0.800997 1.60199 3.20399 6.40797 12.8159 25.6319 51.2638 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.357 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.927 x 8.117 at -5.281 degrees (North through East) ! Clean map min=-0.0030764 max=0.35702 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 J0008-2339_S_2017_05_27_pus_uvs.log closed on Fri May 3 10:52:18 2019