! Started logfile: J0010-3027_S_2017_02_19_pus_uvs.log on Sat May 4 18:38:35 2019 obs J0010-3027_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J0010-3027_S_2017_02_19_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.77848 visibilities/baseline/integration-bin. ! Found source: J0010-3027 ! ! 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 482 lines of history. ! ! Reading 13312 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 J0010-3027_S_2017_02_19_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 108 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 487 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.840250Jy sigma=0.004989 ! Fit after self-cal, rms=0.821390Jy sigma=0.004888 ! 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.343 mas, bmaj=6.699 mas, bpa=-7.127 degrees ! Estimated noise=1786.09 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.140765 Jy ! Component: 100 - total flux cleaned = 0.177167 Jy ! Total flux subtracted in 100 components = 0.177167 Jy ! Clean residual min=-0.009496 max=0.018077 Jy/beam ! Clean residual mean=0.000007 rms=0.002869 Jy/beam ! Combined flux in latest and established models = 0.177167 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.177167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131837Jy sigma=0.000712 ! Fit after self-cal, rms=0.131777Jy sigma=0.000712 ! Inverting map ! Added new window around map position (-3.5, -8). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.018411 Jy ! Component: 100 - total flux cleaned = 0.029846 Jy ! Total flux subtracted in 100 components = 0.029846 Jy ! Clean residual min=-0.008226 max=0.011514 Jy/beam ! Clean residual mean=0.000010 rms=0.002233 Jy/beam ! Combined flux in latest and established models = 0.207014 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.207013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128618Jy sigma=0.000693 ! Fit after self-cal, rms=0.128552Jy sigma=0.000692 ! 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.793 mas, bmaj=7.539 mas, bpa=-5.831 degrees ! Estimated noise=1160.76 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.0107087 Jy ! Component: 100 - total flux cleaned = 0.0171096 Jy ! Component: 150 - total flux cleaned = 0.0200952 Jy ! Component: 200 - total flux cleaned = 0.0214395 Jy ! Total flux subtracted in 200 components = 0.0214395 Jy ! Clean residual min=-0.006753 max=0.009258 Jy/beam ! Clean residual mean=-0.000003 rms=0.001886 Jy/beam ! Combined flux in latest and established models = 0.228453 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 46 components and 0.228453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127426Jy sigma=0.000687 ! Fit after self-cal, rms=0.127390Jy sigma=0.000686 ! 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.00 FD 0.96 HN 1.24 KP 1.05 ! LA 1.00 MK 0.98 NL 0.90 OV 1.02 ! PT 1.00* SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.01 HN 1.38 KP 0.99 ! LA 0.98 MK 0.96 NL 1.03 OV 1.08 ! PT 1.00* SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.03 HN 1.20 KP 0.86 ! LA 0.76 MK 1.05 NL 1.14 OV 0.99 ! PT 1.00* SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.09 HN 1.00* KP 1.00* ! LA 0.79 MK 1.16 NL 1.00* OV 0.92 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.127390Jy sigma=0.000686 ! Fit after self-cal, rms=0.128882Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.811 mas, bmaj=7.495 mas, bpa=-5.264 degrees ! Estimated noise=1168.49 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 (-9, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00422982 Jy ! Component: 100 - total flux cleaned = 0.00461202 Jy ! Component: 150 - total flux cleaned = 0.00509702 Jy ! Component: 200 - total flux cleaned = 0.00525835 Jy ! Total flux subtracted in 200 components = 0.00525835 Jy ! Clean residual min=-0.003935 max=0.004316 Jy/beam ! Clean residual mean=-0.000012 rms=0.001033 Jy/beam ! Combined flux in latest and established models = 0.233711 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 64 components and 0.233711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128551Jy sigma=0.000667 ! Fit after self-cal, rms=0.128674Jy sigma=0.000666 ! 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.128674Jy sigma=0.000666 ! Fit after self-cal, rms=0.130108Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.811 mas, bmaj=7.502 mas, bpa=-5.373 degrees ! Estimated noise=1162.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000247408 Jy ! Component: 100 - total flux cleaned = 0.000318993 Jy ! Component: 150 - total flux cleaned = 0.000276027 Jy ! Component: 200 - total flux cleaned = 0.000234738 Jy ! Total flux subtracted in 200 components = 0.000234738 Jy ! Clean residual min=-0.003352 max=0.003251 Jy/beam ! Clean residual mean=-0.000016 rms=0.000785 Jy/beam ! Combined flux in latest and established models = 0.233946 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 89 components and 0.233946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130041Jy sigma=0.000663 ! Fit after self-cal, rms=0.130080Jy sigma=0.000663 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.28382e-05 Jy ! Component: 100 - total flux cleaned = 5.35441e-05 Jy ! Component: 150 - total flux cleaned = 5.30607e-05 Jy ! Component: 200 - total flux cleaned = 5.38824e-05 Jy ! Total flux subtracted in 200 components = 5.38824e-05 Jy ! Clean residual min=-0.003148 max=0.003272 Jy/beam ! Clean residual mean=-0.000015 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.234 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 103 components and 0.234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130058Jy sigma=0.000663 ! Fit after self-cal, rms=0.130055Jy sigma=0.000663 ! Inverting map ! Added new window around map position (-16, 7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00252425 Jy ! Component: 100 - total flux cleaned = 0.00258771 Jy ! Component: 150 - total flux cleaned = 0.00263858 Jy ! Component: 200 - total flux cleaned = 0.00280183 Jy ! Total flux subtracted in 200 components = 0.00280183 Jy ! Clean residual min=-0.002894 max=0.002866 Jy/beam ! Clean residual mean=-0.000008 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.236802 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 126 components and 0.236802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129971Jy sigma=0.000663 ! Fit after self-cal, rms=0.129962Jy sigma=0.000663 ! 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.129962Jy sigma=0.000663 ! Fit after self-cal, rms=0.130499Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.813 mas, bmaj=7.504 mas, bpa=-5.358 degrees ! Estimated noise=1160.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.73004e-05 Jy ! Component: 100 - total flux cleaned = -7.21657e-05 Jy ! Component: 150 - total flux cleaned = -0.000140104 Jy ! Component: 200 - total flux cleaned = -0.000203519 Jy ! Total flux subtracted in 200 components = -0.000203519 Jy ! Clean residual min=-0.002783 max=0.002820 Jy/beam ! Clean residual mean=-0.000005 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.236598 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 133 components and 0.236598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130474Jy sigma=0.000663 ! Fit after self-cal, rms=0.130483Jy sigma=0.000663 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.000150114 Jy ! Component: 100 - total flux cleaned = -0.000180075 Jy ! Component: 150 - total flux cleaned = -0.000208011 Jy ! Component: 200 - total flux cleaned = -0.000234348 Jy ! Total flux subtracted in 200 components = -0.000234348 Jy ! Clean residual min=-0.002692 max=0.002785 Jy/beam ! Clean residual mean=-0.000005 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.236364 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 143 components and 0.236364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130469Jy sigma=0.000663 ! Fit after self-cal, rms=0.130467Jy sigma=0.000663 ! 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.130467Jy sigma=0.000663 ! Fit after self-cal, rms=0.130685Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.375 mas, bmaj=18.4 mas, bpa=2.158 degrees ! Estimated noise=1547.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000248036 Jy ! Component: 100 - total flux cleaned = 0.000147104 Jy ! Component: 150 - total flux cleaned = 4.00384e-05 Jy ! Component: 200 - total flux cleaned = -5.80067e-05 Jy ! Total flux subtracted in 200 components = -5.80067e-05 Jy ! Clean residual min=-0.002891 max=0.002467 Jy/beam ! Clean residual mean=-0.000007 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.236306 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 156 components and 0.236306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130678Jy sigma=0.000663 ! Fit after self-cal, rms=0.130687Jy sigma=0.000663 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.000125658 Jy ! Component: 100 - total flux cleaned = -0.000217988 Jy ! Component: 150 - total flux cleaned = -0.000286345 Jy ! Component: 200 - total flux cleaned = -0.000351915 Jy ! Total flux subtracted in 200 components = -0.000351915 Jy ! Clean residual min=-0.002753 max=0.002439 Jy/beam ! Clean residual mean=-0.000007 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.235954 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 160 components and 0.235954 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130685Jy sigma=0.000663 ! Fit after self-cal, rms=0.130685Jy sigma=0.000663 ! 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.815 mas, bmaj=7.506 mas, bpa=-5.327 degrees ! Estimated noise=1159.41 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.815 x 7.506 at -5.327 degrees (North through East) ! Clean map min=-0.0026382 max=0.17705 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.36 mas, bmaj=6.648 mas, bpa=-6.411 degrees ! Estimated noise=1795.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.141093 Jy ! Component: 100 - total flux cleaned = 0.176831 Jy ! Component: 150 - total flux cleaned = 0.19309 Jy ! Component: 200 - total flux cleaned = 0.203265 Jy ! Total flux subtracted in 200 components = 0.203265 Jy ! Clean residual min=-0.005332 max=0.006158 Jy/beam ! Clean residual mean=-0.000014 rms=0.001414 Jy/beam ! Combined flux in latest and established models = 0.203265 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.203265 Jy ! Inverting map and beam ! Estimated beam: bmin=2.815 mas, bmaj=7.506 mas, bpa=-5.327 degrees ! Estimated noise=1159.41 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.00865806 Jy ! Component: 100 - total flux cleaned = 0.0144048 Jy ! Component: 150 - total flux cleaned = 0.0186805 Jy ! Component: 200 - total flux cleaned = 0.0220857 Jy ! Total flux subtracted in 200 components = 0.0220857 Jy ! Clean residual min=-0.003345 max=0.003533 Jy/beam ! Clean residual mean=-0.000024 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.225351 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 61 components and 0.225351 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.375 mas, bmaj=18.4 mas, bpa=2.158 degrees ! Estimated noise=1547.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00481372 Jy ! Component: 100 - total flux cleaned = 0.00784255 Jy ! Component: 150 - total flux cleaned = 0.00969567 Jy ! Component: 200 - total flux cleaned = 0.0103846 Jy ! Total flux subtracted in 200 components = 0.0103846 Jy ! Clean residual min=-0.003461 max=0.002814 Jy/beam ! Clean residual mean=-0.000019 rms=0.000882 Jy/beam ! Combined flux in latest and established models = 0.235735 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.000204761 Jy ! Component: 100 - total flux cleaned = 0.000293369 Jy ! Component: 150 - total flux cleaned = 0.000373852 Jy ! Component: 200 - total flux cleaned = 0.000481027 Jy ! Total flux subtracted in 200 components = 0.000481027 Jy ! Clean residual min=-0.003214 max=0.002580 Jy/beam ! Clean residual mean=-0.000014 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.236216 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 112 components and 0.236216 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.815 mas, bmaj=7.506 mas, bpa=-5.327 degrees ! Estimated noise=1159.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000563726 Jy ! Component: 100 - total flux cleaned = -0.000523337 Jy ! Component: 150 - total flux cleaned = -0.000396398 Jy ! Component: 200 - total flux cleaned = -0.00036005 Jy ! Total flux subtracted in 200 components = -0.00036005 Jy ! Clean residual min=-0.002885 max=0.002811 Jy/beam ! Clean residual mean=-0.000007 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.235856 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 126 components and 0.235856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130703Jy sigma=0.000663 ! Fit after self-cal, rms=0.130675Jy sigma=0.000663 wmodel J0010-3027_S_2017_02_19_pus_map.mod ! Writing 126 model components to file: J0010-3027_S_2017_02_19_pus_map.mod wobs J0010-3027_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J0010-3027_S_2017_02_19_pus_uvs.fits wwins J0010-3027_S_2017_02_19_pus_map.win ! wwins: Wrote 4 windows to J0010-3027_S_2017_02_19_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.000198232 Jy ! Component: 100 - total flux cleaned = 0.000245014 Jy ! Component: 150 - total flux cleaned = 0.000112986 Jy ! Component: 200 - total flux cleaned = 3.02894e-05 Jy ! Component: 250 - total flux cleaned = 3.03977e-05 Jy ! Component: 300 - total flux cleaned = 3.02312e-05 Jy ! Component: 350 - total flux cleaned = -8.02207e-06 Jy ! Component: 400 - total flux cleaned = -0.000153968 Jy ! Component: 450 - total flux cleaned = -4.74476e-05 Jy ! Component: 500 - total flux cleaned = -0.000186039 Jy ! Component: 550 - total flux cleaned = -1.61729e-05 Jy ! Component: 600 - total flux cleaned = 0.000149999 Jy ! Component: 650 - total flux cleaned = 0.0003447 Jy ! Component: 700 - total flux cleaned = 0.000408008 Jy ! Component: 750 - total flux cleaned = 0.000564187 Jy ! Component: 800 - total flux cleaned = 0.000685413 Jy ! Component: 850 - total flux cleaned = 0.000864852 Jy ! Component: 900 - total flux cleaned = 0.00107059 Jy ! Component: 950 - total flux cleaned = 0.00133083 Jy ! Component: 1000 - total flux cleaned = 0.00149989 Jy ! Component: 1050 - total flux cleaned = 0.00158328 Jy ! Component: 1100 - total flux cleaned = 0.00166617 Jy ! Component: 1150 - total flux cleaned = 0.00182852 Jy ! Component: 1200 - total flux cleaned = 0.00193515 Jy ! Component: 1250 - total flux cleaned = 0.00211904 Jy ! Component: 1300 - total flux cleaned = 0.00214567 Jy ! Component: 1350 - total flux cleaned = 0.0022994 Jy ! Component: 1400 - total flux cleaned = 0.0024505 Jy ! Component: 1450 - total flux cleaned = 0.00264834 Jy ! Component: 1500 - total flux cleaned = 0.00272112 Jy ! Component: 1550 - total flux cleaned = 0.00288961 Jy ! Component: 1600 - total flux cleaned = 0.00293742 Jy ! Component: 1650 - total flux cleaned = 0.00307848 Jy ! Component: 1700 - total flux cleaned = 0.00319482 Jy ! Component: 1750 - total flux cleaned = 0.00330954 Jy ! Component: 1800 - total flux cleaned = 0.00342294 Jy ! Component: 1850 - total flux cleaned = 0.00353449 Jy ! Component: 1900 - total flux cleaned = 0.00364489 Jy ! Component: 1950 - total flux cleaned = 0.00366649 Jy ! Component: 2000 - total flux cleaned = 0.00375276 Jy ! Component: 2050 - total flux cleaned = 0.00385953 Jy ! Component: 2100 - total flux cleaned = 0.0039023 Jy ! Component: 2150 - total flux cleaned = 0.00402795 Jy ! Component: 2200 - total flux cleaned = 0.00413167 Jy ! Component: 2250 - total flux cleaned = 0.00421327 Jy ! Component: 2300 - total flux cleaned = 0.00421318 Jy ! Component: 2350 - total flux cleaned = 0.00431376 Jy ! Component: 2400 - total flux cleaned = 0.00429385 Jy ! Component: 2450 - total flux cleaned = 0.00435328 Jy ! Component: 2500 - total flux cleaned = 0.00437305 Jy ! Component: 2550 - total flux cleaned = 0.00445047 Jy ! Component: 2600 - total flux cleaned = 0.0044505 Jy ! Component: 2650 - total flux cleaned = 0.00458384 Jy ! Component: 2700 - total flux cleaned = 0.00458393 Jy ! Component: 2750 - total flux cleaned = 0.00464022 Jy ! Component: 2800 - total flux cleaned = 0.00458473 Jy ! Component: 2850 - total flux cleaned = 0.00456629 Jy ! Component: 2900 - total flux cleaned = 0.00463942 Jy ! Component: 2950 - total flux cleaned = 0.00469407 Jy ! Component: 3000 - total flux cleaned = 0.00472965 Jy ! Component: 3050 - total flux cleaned = 0.0046761 Jy ! Component: 3100 - total flux cleaned = 0.00476492 Jy ! Component: 3150 - total flux cleaned = 0.00487038 Jy ! Component: 3200 - total flux cleaned = 0.00487025 Jy ! Component: 3250 - total flux cleaned = 0.0049568 Jy ! Component: 3300 - total flux cleaned = 0.00490504 Jy ! Component: 3350 - total flux cleaned = 0.00497367 Jy ! Component: 3400 - total flux cleaned = 0.00500739 Jy ! Component: 3450 - total flux cleaned = 0.00507478 Jy ! Component: 3500 - total flux cleaned = 0.00507488 Jy ! Component: 3550 - total flux cleaned = 0.00512471 Jy ! Component: 3600 - total flux cleaned = 0.0051578 Jy ! Component: 3650 - total flux cleaned = 0.00520708 Jy ! Component: 3700 - total flux cleaned = 0.00522335 Jy ! Component: 3750 - total flux cleaned = 0.00532047 Jy ! Component: 3800 - total flux cleaned = 0.00538482 Jy ! Component: 3850 - total flux cleaned = 0.00541669 Jy ! Component: 3900 - total flux cleaned = 0.00548044 Jy ! Component: 3950 - total flux cleaned = 0.00552801 Jy ! Component: 4000 - total flux cleaned = 0.00557542 Jy ! Component: 4050 - total flux cleaned = 0.00557531 Jy ! Total flux subtracted in 4096 components = 0.00562196 Jy ! Clean residual min=-0.000988 max=0.000992 Jy/beam ! Clean residual mean=-0.000001 rms=0.000281 Jy/beam ! Combined flux in latest and established models = 0.241478 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 413 components and 0.241478 Jy ![Exited script file: muppet] wmap "J0010-3027_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.815 x 7.506 at -5.327 degrees (North through East) ! Clean map min=-0.0018944 max=0.18173 Jy/beam ! Writing clean map to FITS file: J0010-3027_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.181729 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000277582 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.458235 0.458235 0.91647 1.83294 3.66588 7.33176 14.6635 29.327 58.6541 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.181 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.815 x 7.506 at -5.327 degrees (North through East) ! Clean map min=-0.0018944 max=0.18173 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 J0010-3027_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:38:40 2019