! Started logfile: J0017-0512_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:11:57 2017 obs J0017-0512_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0017-0512_S_2014_01_04_pus_uva.fits ! AN table 1: 85 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J0017-0512 ! ! 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 370 lines of history. ! ! Reading 7140 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 J0017-0512_S_2014_01_04_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 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.804946Jy sigma=0.010517 ! Fit after self-cal, rms=0.772989Jy sigma=0.010138 ! 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.703 mas, bmaj=5.899 mas, bpa=1.389 degrees ! Estimated noise=800.168 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.175424 Jy ! Component: 100 - total flux cleaned = 0.215768 Jy ! Total flux subtracted in 100 components = 0.215768 Jy ! Clean residual min=-0.007132 max=0.014627 Jy/beam ! Clean residual mean=0.000001 rms=0.002345 Jy/beam ! Combined flux in latest and established models = 0.215768 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.215768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089590Jy sigma=0.000988 ! Fit after self-cal, rms=0.089615Jy sigma=0.000988 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0143666 Jy ! Component: 100 - total flux cleaned = 0.0204349 Jy ! Total flux subtracted in 100 components = 0.0204349 Jy ! Clean residual min=-0.007026 max=0.010765 Jy/beam ! Clean residual mean=0.000002 rms=0.001836 Jy/beam ! Combined flux in latest and established models = 0.236202 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 18 components and 0.236202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086313Jy sigma=0.000970 ! Fit after self-cal, rms=0.086350Jy sigma=0.000970 ! 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.187 mas, bmaj=6.611 mas, bpa=1.19 degrees ! Estimated noise=682.134 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 (3.5, -8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00962376 Jy ! Component: 100 - total flux cleaned = 0.0145926 Jy ! Component: 150 - total flux cleaned = 0.0179975 Jy ! Component: 200 - total flux cleaned = 0.0194215 Jy ! Total flux subtracted in 200 components = 0.0194215 Jy ! Clean residual min=-0.005525 max=0.007938 Jy/beam ! Clean residual mean=0.000001 rms=0.001405 Jy/beam ! Combined flux in latest and established models = 0.255624 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 43 components and 0.255624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084947Jy sigma=0.000955 ! Fit after self-cal, rms=0.084637Jy sigma=0.000954 ! 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.03 FD 1.00* KP 1.00* LA 1.06 ! MK 0.98 NL 0.99 OV 0.97 PT 1.02 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.00* KP 1.00* LA 1.02 ! MK 0.99 NL 1.03 OV 1.02 PT 0.97 ! SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00* KP 1.00* LA 0.82 ! MK 1.02 NL 0.95 OV 0.94 PT 0.97 ! SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.00* KP 1.00* LA 0.88 ! MK 1.02 NL 1.11 OV 1.01 PT 1.02 ! SC 0.94 ! ! ! Fit before self-cal, rms=0.084637Jy sigma=0.000954 ! Fit after self-cal, rms=0.079559Jy sigma=0.000911 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.181 mas, bmaj=6.642 mas, bpa=1.36 degrees ! Estimated noise=683.176 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.00272664 Jy ! Component: 100 - total flux cleaned = -0.00391817 Jy ! Component: 150 - total flux cleaned = -0.00416711 Jy ! Component: 200 - total flux cleaned = -0.0044402 Jy ! Total flux subtracted in 200 components = -0.0044402 Jy ! Clean residual min=-0.003702 max=0.003366 Jy/beam ! Clean residual mean=0.000002 rms=0.000873 Jy/beam ! Combined flux in latest and established models = 0.251184 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 60 components and 0.251184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079419Jy sigma=0.000910 ! Fit after self-cal, rms=0.079272Jy sigma=0.000910 ! 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.079272Jy sigma=0.000910 ! Fit after self-cal, rms=0.078823Jy sigma=0.000903 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.176 mas, bmaj=6.643 mas, bpa=1.27 degrees ! Estimated noise=683.589 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.001989 Jy ! Component: 100 - total flux cleaned = -0.00283293 Jy ! Component: 150 - total flux cleaned = -0.00300605 Jy ! Component: 200 - total flux cleaned = -0.00312976 Jy ! Total flux subtracted in 200 components = -0.00312976 Jy ! Clean residual min=-0.002420 max=0.002691 Jy/beam ! Clean residual mean=0.000004 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.248054 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 78 components and 0.248054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078757Jy sigma=0.000902 ! Fit after self-cal, rms=0.078751Jy sigma=0.000902 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 (31, -96). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00213235 Jy ! Component: 100 - total flux cleaned = 0.00276806 Jy ! Component: 150 - total flux cleaned = 0.00292913 Jy ! Component: 200 - total flux cleaned = 0.00312732 Jy ! Total flux subtracted in 200 components = 0.00312732 Jy ! Clean residual min=-0.002252 max=0.002158 Jy/beam ! Clean residual mean=0.000003 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.251181 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 98 components and 0.251181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078687Jy sigma=0.000901 ! Fit after self-cal, rms=0.078691Jy sigma=0.000901 ! 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.078691Jy sigma=0.000901 ! Fit after self-cal, rms=0.078673Jy sigma=0.000901 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.174 mas, bmaj=6.646 mas, bpa=1.249 degrees ! Estimated noise=683.414 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000335015 Jy ! Component: 100 - total flux cleaned = -0.000276222 Jy ! Component: 150 - total flux cleaned = -0.000356955 Jy ! Component: 200 - total flux cleaned = -0.000333863 Jy ! Total flux subtracted in 200 components = -0.000333863 Jy ! Clean residual min=-0.002051 max=0.001783 Jy/beam ! Clean residual mean=0.000002 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.250848 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 111 components and 0.250848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078646Jy sigma=0.000901 ! Fit after self-cal, rms=0.078643Jy sigma=0.000901 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 = -2.36205e-05 Jy ! Component: 100 - total flux cleaned = -2.33289e-05 Jy ! Component: 150 - total flux cleaned = -2.35859e-05 Jy ! Component: 200 - total flux cleaned = -4.38048e-05 Jy ! Total flux subtracted in 200 components = -4.38048e-05 Jy ! Clean residual min=-0.002019 max=0.001762 Jy/beam ! Clean residual mean=0.000002 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.250804 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 117 components and 0.250804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078628Jy sigma=0.000900 ! Fit after self-cal, rms=0.078631Jy sigma=0.000900 ! 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.078631Jy sigma=0.000900 ! Fit after self-cal, rms=0.078622Jy sigma=0.000900 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.541 mas, bmaj=12.87 mas, bpa=11.5 degrees ! Estimated noise=819.089 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000434283 Jy ! Component: 100 - total flux cleaned = -0.000691068 Jy ! Component: 150 - total flux cleaned = -0.000729059 Jy ! Component: 200 - total flux cleaned = -0.000714434 Jy ! Total flux subtracted in 200 components = -0.000714434 Jy ! Clean residual min=-0.002283 max=0.001877 Jy/beam ! Clean residual mean=0.000004 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.250089 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 124 components and 0.250089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078617Jy sigma=0.000900 ! Fit after self-cal, rms=0.078605Jy sigma=0.000900 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.000213852 Jy ! Component: 100 - total flux cleaned = -0.000216415 Jy ! Component: 150 - total flux cleaned = -0.000203742 Jy ! Component: 200 - total flux cleaned = -0.000203471 Jy ! Total flux subtracted in 200 components = -0.000203471 Jy ! Clean residual min=-0.002236 max=0.001885 Jy/beam ! Clean residual mean=0.000004 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.249886 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 132 components and 0.249886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078602Jy sigma=0.000900 ! Fit after self-cal, rms=0.078605Jy sigma=0.000900 ! 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.173 mas, bmaj=6.648 mas, bpa=1.237 degrees ! Estimated noise=683.534 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.173 x 6.648 at 1.237 degrees (North through East) ! Clean map min=-0.0027599 max=0.22426 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.686 mas, bmaj=5.922 mas, bpa=1.442 degrees ! Estimated noise=801.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.175769 Jy ! Component: 100 - total flux cleaned = 0.216389 Jy ! Component: 150 - total flux cleaned = 0.231004 Jy ! Component: 200 - total flux cleaned = 0.237774 Jy ! Total flux subtracted in 200 components = 0.237774 Jy ! Clean residual min=-0.003306 max=0.004248 Jy/beam ! Clean residual mean=0.000002 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.237774 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.237774 Jy ! Inverting map and beam ! Estimated beam: bmin=3.173 mas, bmaj=6.648 mas, bpa=1.237 degrees ! Estimated noise=683.534 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) ! Added new window around map position (-2, 10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00476018 Jy ! Component: 100 - total flux cleaned = 0.00757105 Jy ! Component: 150 - total flux cleaned = 0.00847921 Jy ! Component: 200 - total flux cleaned = 0.00936474 Jy ! Total flux subtracted in 200 components = 0.00936474 Jy ! Clean residual min=-0.002070 max=0.002174 Jy/beam ! Clean residual mean=0.000003 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.247139 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 39 components and 0.247139 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.541 mas, bmaj=12.87 mas, bpa=11.5 degrees ! Estimated noise=819.089 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000693491 Jy ! Component: 100 - total flux cleaned = 0.00107521 Jy ! Component: 150 - total flux cleaned = 0.00153638 Jy ! Component: 200 - total flux cleaned = 0.00198194 Jy ! Total flux subtracted in 200 components = 0.00198194 Jy ! Clean residual min=-0.001965 max=0.001967 Jy/beam ! Clean residual mean=0.000005 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.249121 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.000179029 Jy ! Component: 100 - total flux cleaned = 0.000372686 Jy ! Component: 150 - total flux cleaned = 0.000517779 Jy ! Component: 200 - total flux cleaned = 0.000699967 Jy ! Total flux subtracted in 200 components = 0.000699967 Jy ! Clean residual min=-0.001896 max=0.001732 Jy/beam ! Clean residual mean=0.000005 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.249821 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 78 components and 0.249821 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.173 mas, bmaj=6.648 mas, bpa=1.237 degrees ! Estimated noise=683.534 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000217946 Jy ! Component: 100 - total flux cleaned = -9.46252e-05 Jy ! Component: 150 - total flux cleaned = -5.97028e-05 Jy ! Component: 200 - total flux cleaned = 5.20356e-06 Jy ! Total flux subtracted in 200 components = 5.20356e-06 Jy ! Clean residual min=-0.001852 max=0.001664 Jy/beam ! Clean residual mean=0.000002 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.249826 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 102 components and 0.249826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078619Jy sigma=0.000900 ! Fit after self-cal, rms=0.078627Jy sigma=0.000900 wmodel J0017-0512_S_2014_01_04_pus_map.mod ! Writing 102 model components to file: J0017-0512_S_2014_01_04_pus_map.mod wobs J0017-0512_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0017-0512_S_2014_01_04_pus_uvs.fits wwins J0017-0512_S_2014_01_04_pus_map.win ! wwins: Wrote 4 windows to J0017-0512_S_2014_01_04_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.000308745 Jy ! Component: 100 - total flux cleaned = -0.000251862 Jy ! Component: 150 - total flux cleaned = -0.000225714 Jy ! Component: 200 - total flux cleaned = -0.000301478 Jy ! Component: 250 - total flux cleaned = -0.000422579 Jy ! Component: 300 - total flux cleaned = -0.000470062 Jy ! Component: 350 - total flux cleaned = -0.000515667 Jy ! Component: 400 - total flux cleaned = -0.000559516 Jy ! Component: 450 - total flux cleaned = -0.000580979 Jy ! Component: 500 - total flux cleaned = -0.000622574 Jy ! Component: 550 - total flux cleaned = -0.000642845 Jy ! Component: 600 - total flux cleaned = -0.000662461 Jy ! Component: 650 - total flux cleaned = -0.000720568 Jy ! Component: 700 - total flux cleaned = -0.000796326 Jy ! Component: 750 - total flux cleaned = -0.000889057 Jy ! Component: 800 - total flux cleaned = -0.000943761 Jy ! Component: 850 - total flux cleaned = -0.00108702 Jy ! Component: 900 - total flux cleaned = -0.00119245 Jy ! Component: 950 - total flux cleaned = -0.00124439 Jy ! Component: 1000 - total flux cleaned = -0.00132968 Jy ! Component: 1050 - total flux cleaned = -0.001397 Jy ! Component: 1100 - total flux cleaned = -0.00144678 Jy ! Component: 1150 - total flux cleaned = -0.00154522 Jy ! Component: 1200 - total flux cleaned = -0.00164191 Jy ! Component: 1250 - total flux cleaned = -0.00167375 Jy ! Component: 1300 - total flux cleaned = -0.00176802 Jy ! Component: 1350 - total flux cleaned = -0.00181479 Jy ! Component: 1400 - total flux cleaned = -0.00190688 Jy ! Component: 1450 - total flux cleaned = -0.00198283 Jy ! Component: 1500 - total flux cleaned = -0.00205767 Jy ! Component: 1550 - total flux cleaned = -0.00214612 Jy ! Component: 1600 - total flux cleaned = -0.00224834 Jy ! Component: 1650 - total flux cleaned = -0.00233493 Jy ! Component: 1700 - total flux cleaned = -0.0023634 Jy ! Component: 1750 - total flux cleaned = -0.00239171 Jy ! Component: 1800 - total flux cleaned = -0.00240589 Jy ! Component: 1850 - total flux cleaned = -0.00243342 Jy ! Component: 1900 - total flux cleaned = -0.00248801 Jy ! Component: 1950 - total flux cleaned = -0.00252854 Jy ! Component: 2000 - total flux cleaned = -0.00250196 Jy ! Component: 2050 - total flux cleaned = -0.00254189 Jy ! Component: 2100 - total flux cleaned = -0.00260745 Jy ! Component: 2150 - total flux cleaned = -0.00260742 Jy ! Component: 2200 - total flux cleaned = -0.00256872 Jy ! Component: 2250 - total flux cleaned = -0.00258159 Jy ! Component: 2300 - total flux cleaned = -0.00260698 Jy ! Component: 2350 - total flux cleaned = -0.00261951 Jy ! Component: 2400 - total flux cleaned = -0.00258212 Jy ! Component: 2450 - total flux cleaned = -0.00256996 Jy ! Component: 2500 - total flux cleaned = -0.00254548 Jy ! Component: 2550 - total flux cleaned = -0.00254546 Jy ! Component: 2600 - total flux cleaned = -0.00249701 Jy ! Component: 2650 - total flux cleaned = -0.00247304 Jy ! Component: 2700 - total flux cleaned = -0.00247296 Jy ! Component: 2750 - total flux cleaned = -0.00244927 Jy ! Component: 2800 - total flux cleaned = -0.00237851 Jy ! Component: 2850 - total flux cleaned = -0.00232006 Jy ! Component: 2900 - total flux cleaned = -0.00232015 Jy ! Component: 2950 - total flux cleaned = -0.00229704 Jy ! Component: 3000 - total flux cleaned = -0.00228545 Jy ! Component: 3050 - total flux cleaned = -0.00226265 Jy ! Component: 3100 - total flux cleaned = -0.00227395 Jy ! Component: 3150 - total flux cleaned = -0.00227388 Jy ! Component: 3200 - total flux cleaned = -0.00225137 Jy ! Component: 3250 - total flux cleaned = -0.00227366 Jy ! Component: 3300 - total flux cleaned = -0.00226242 Jy ! Component: 3350 - total flux cleaned = -0.00228455 Jy ! Component: 3400 - total flux cleaned = -0.00227347 Jy ! Component: 3450 - total flux cleaned = -0.00225156 Jy ! Component: 3500 - total flux cleaned = -0.00225156 Jy ! Component: 3550 - total flux cleaned = -0.00224074 Jy ! Component: 3600 - total flux cleaned = -0.00227318 Jy ! Component: 3650 - total flux cleaned = -0.00221932 Jy ! Component: 3700 - total flux cleaned = -0.00219793 Jy ! Component: 3750 - total flux cleaned = -0.00221934 Jy ! Component: 3800 - total flux cleaned = -0.00216615 Jy ! Component: 3850 - total flux cleaned = -0.002145 Jy ! Component: 3900 - total flux cleaned = -0.00211338 Jy ! Component: 3950 - total flux cleaned = -0.00211339 Jy ! Component: 4000 - total flux cleaned = -0.00210296 Jy ! Component: 4050 - total flux cleaned = -0.00212385 Jy ! Total flux subtracted in 4096 components = -0.00212385 Jy ! Clean residual min=-0.000612 max=0.000717 Jy/beam ! Clean residual mean=0.000001 rms=0.000178 Jy/beam ! Combined flux in latest and established models = 0.247702 Jy keep ! Adding 243 model components to the UV plane model. ! The established model now contains 345 components and 0.247702 Jy ![Exited script file: muppet] wmap "J0017-0512_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.173 x 6.648 at 1.237 degrees (North through East) ! Clean map min=-0.0021453 max=0.22626 Jy/beam ! Writing clean map to FITS file: J0017-0512_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.22626 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000170668 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.226291 0.226291 0.452581 0.905162 1.81032 3.62065 7.2413 14.4826 28.9652 57.9304 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.226 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.173 x 6.648 at 1.237 degrees (North through East) ! Clean map min=-0.0021453 max=0.22626 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 J0017-0512_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:12:01 2017