! Started logfile: J0005-1648_S_2017_02_24_pus_uvs.log on Sat May 4 11:14:37 2019 obs J0005-1648_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0005-1648_S_2017_02_24_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.95582 visibilities/baseline/integration-bin. ! Found source: J0005-1648 ! ! 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 14452 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 J0005-1648_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 271 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.868929Jy sigma=0.006545 ! Fit after self-cal, rms=0.861896Jy sigma=0.006497 ! 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.545 mas, bmaj=6.997 mas, bpa=-5.509 degrees ! Estimated noise=1323.91 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.106281 Jy ! Component: 100 - total flux cleaned = 0.132766 Jy ! Total flux subtracted in 100 components = 0.132766 Jy ! Clean residual min=-0.005281 max=0.013043 Jy/beam ! Clean residual mean=-0.000013 rms=0.001568 Jy/beam ! Combined flux in latest and established models = 0.132766 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.132766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102240Jy sigma=0.000718 ! Fit after self-cal, rms=0.102231Jy sigma=0.000718 ! Inverting map ! Added new window around map position (3, -9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0129492 Jy ! Component: 100 - total flux cleaned = 0.0201859 Jy ! Total flux subtracted in 100 components = 0.0201859 Jy ! Clean residual min=-0.004614 max=0.005868 Jy/beam ! Clean residual mean=-0.000005 rms=0.001263 Jy/beam ! Combined flux in latest and established models = 0.152952 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 28 components and 0.152952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100528Jy sigma=0.000700 ! Fit after self-cal, rms=0.100452Jy sigma=0.000699 ! 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.107 mas, bmaj=7.866 mas, bpa=-5.269 degrees ! Estimated noise=879.281 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.00676247 Jy ! Component: 100 - total flux cleaned = 0.0105347 Jy ! Component: 150 - total flux cleaned = 0.0122339 Jy ! Component: 200 - total flux cleaned = 0.0129715 Jy ! Total flux subtracted in 200 components = 0.0129715 Jy ! Clean residual min=-0.003390 max=0.003780 Jy/beam ! Clean residual mean=-0.000001 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.165924 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 40 components and 0.165924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100087Jy sigma=0.000693 ! Fit after self-cal, rms=0.100071Jy sigma=0.000693 ! 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.93 FD 0.98 HN 1.06 KP 0.99 ! LA 0.98 MK 0.90 NL 1.02 OV 1.04 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.93 HN 1.08 KP 0.95 ! LA 0.92 MK 0.93 NL 0.95 OV 1.09 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.98 HN 1.00 KP 1.02 ! LA 1.01 MK 1.69 NL 1.07 OV 0.98 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 0.95 KP 1.00* ! LA 0.98 MK 1.00 NL 1.00* OV 1.04 ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.100071Jy sigma=0.000693 ! Fit after self-cal, rms=0.103569Jy sigma=0.000676 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.184 mas, bmaj=8.003 mas, bpa=-4.135 degrees ! Estimated noise=895.482 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.000430352 Jy ! Component: 100 - total flux cleaned = -0.000628129 Jy ! Component: 150 - total flux cleaned = -0.000863295 Jy ! Component: 200 - total flux cleaned = -0.000988887 Jy ! Total flux subtracted in 200 components = -0.000988887 Jy ! Clean residual min=-0.003153 max=0.003227 Jy/beam ! Clean residual mean=0.000007 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.164935 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.164935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103198Jy sigma=0.000677 ! Fit after self-cal, rms=0.103194Jy sigma=0.000676 ! 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.103194Jy sigma=0.000676 ! Fit after self-cal, rms=0.110458Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.215 mas, bmaj=8.134 mas, bpa=-3.099 degrees ! Estimated noise=908.789 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.30738e-05 Jy ! Component: 100 - total flux cleaned = -0.000281166 Jy ! Component: 150 - total flux cleaned = -0.000369561 Jy ! Component: 200 - total flux cleaned = -0.000448698 Jy ! Total flux subtracted in 200 components = -0.000448698 Jy ! Clean residual min=-0.003014 max=0.002966 Jy/beam ! Clean residual mean=0.000004 rms=0.000708 Jy/beam ! Combined flux in latest and established models = 0.164486 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 61 components and 0.164486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110044Jy sigma=0.000667 ! Fit after self-cal, rms=0.110066Jy sigma=0.000667 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 = 8.34208e-05 Jy ! Component: 100 - total flux cleaned = 2.13115e-05 Jy ! Component: 150 - total flux cleaned = -3.32454e-05 Jy ! Component: 200 - total flux cleaned = 1.25574e-05 Jy ! Total flux subtracted in 200 components = 1.25574e-05 Jy ! Clean residual min=-0.002966 max=0.003047 Jy/beam ! Clean residual mean=0.000004 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.164499 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 68 components and 0.164499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109914Jy sigma=0.000667 ! Fit after self-cal, rms=0.109905Jy sigma=0.000667 ! Inverting map ! Added new window around map position (84, 125.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000816456 Jy ! Component: 100 - total flux cleaned = 0.00073386 Jy ! Component: 150 - total flux cleaned = 0.000585164 Jy ! Component: 200 - total flux cleaned = 0.000518932 Jy ! Total flux subtracted in 200 components = 0.000518932 Jy ! Clean residual min=-0.003012 max=0.002722 Jy/beam ! Clean residual mean=0.000003 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.165018 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 0.165018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109694Jy sigma=0.000667 ! Fit after self-cal, rms=0.109681Jy sigma=0.000666 ! 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.109681Jy sigma=0.000666 ! Fit after self-cal, rms=0.110868Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.208 mas, bmaj=8.14 mas, bpa=-3.119 degrees ! Estimated noise=909.731 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000310021 Jy ! Component: 100 - total flux cleaned = 0.000224025 Jy ! Component: 150 - total flux cleaned = 0.00026194 Jy ! Component: 200 - total flux cleaned = 0.000297597 Jy ! Total flux subtracted in 200 components = 0.000297597 Jy ! Clean residual min=-0.002403 max=0.002319 Jy/beam ! Clean residual mean=0.000004 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.165315 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 98 components and 0.165315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110784Jy sigma=0.000662 ! Fit after self-cal, rms=0.110785Jy sigma=0.000662 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 = 7.47808e-05 Jy ! Component: 100 - total flux cleaned = 4.21665e-05 Jy ! Component: 150 - total flux cleaned = 1.0596e-05 Jy ! Component: 200 - total flux cleaned = 1.03111e-05 Jy ! Total flux subtracted in 200 components = 1.03111e-05 Jy ! Clean residual min=-0.002398 max=0.002313 Jy/beam ! Clean residual mean=0.000004 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.165326 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 106 components and 0.165326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110737Jy sigma=0.000662 ! Fit after self-cal, rms=0.110734Jy sigma=0.000662 ! 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.110734Jy sigma=0.000662 ! Fit after self-cal, rms=0.112144Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.693 mas, bmaj=15.81 mas, bpa=2.28 degrees ! Estimated noise=1116.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000236248 Jy ! Component: 100 - total flux cleaned = -0.000255234 Jy ! Component: 150 - total flux cleaned = -0.000254632 Jy ! Component: 200 - total flux cleaned = -0.000240026 Jy ! Total flux subtracted in 200 components = -0.000240026 Jy ! Clean residual min=-0.002779 max=0.002777 Jy/beam ! Clean residual mean=0.000008 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.165086 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 117 components and 0.165086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112151Jy sigma=0.000662 ! Fit after self-cal, rms=0.112156Jy sigma=0.000662 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 = -3.63252e-05 Jy ! Component: 100 - total flux cleaned = -2.3564e-05 Jy ! Component: 150 - total flux cleaned = -2.31819e-05 Jy ! Component: 200 - total flux cleaned = -2.31492e-05 Jy ! Total flux subtracted in 200 components = -2.31492e-05 Jy ! Clean residual min=-0.002738 max=0.002834 Jy/beam ! Clean residual mean=0.000007 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.165062 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 124 components and 0.165062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112161Jy sigma=0.000662 ! Fit after self-cal, rms=0.112161Jy sigma=0.000662 ! 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.21 mas, bmaj=8.15 mas, bpa=-3.003 degrees ! Estimated noise=911.454 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.21 x 8.15 at -3.003 degrees (North through East) ! Clean map min=-0.0022671 max=0.14195 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.613 mas, bmaj=7.179 mas, bpa=-3.53 degrees ! Estimated noise=1403.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.112484 Jy ! Component: 100 - total flux cleaned = 0.141213 Jy ! Component: 150 - total flux cleaned = 0.153691 Jy ! Component: 200 - total flux cleaned = 0.159664 Jy ! Total flux subtracted in 200 components = 0.159664 Jy ! Clean residual min=-0.003940 max=0.004130 Jy/beam ! Clean residual mean=0.000000 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.159664 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.159664 Jy ! Inverting map and beam ! Estimated beam: bmin=3.21 mas, bmaj=8.15 mas, bpa=-3.003 degrees ! Estimated noise=911.454 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.00370764 Jy ! Component: 100 - total flux cleaned = 0.00459624 Jy ! Component: 150 - total flux cleaned = 0.00483663 Jy ! Component: 200 - total flux cleaned = 0.00483755 Jy ! Total flux subtracted in 200 components = 0.00483755 Jy ! Clean residual min=-0.002544 max=0.002421 Jy/beam ! Clean residual mean=0.000003 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.164501 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 34 components and 0.164501 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.693 mas, bmaj=15.81 mas, bpa=2.28 degrees ! Estimated noise=1116.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000772154 Jy ! Component: 100 - total flux cleaned = 0.000774381 Jy ! Component: 150 - total flux cleaned = 0.000774076 Jy ! Component: 200 - total flux cleaned = 0.000717443 Jy ! Total flux subtracted in 200 components = 0.000717443 Jy ! Clean residual min=-0.002871 max=0.002751 Jy/beam ! Clean residual mean=0.000008 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.165219 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 = 5.38555e-07 Jy ! Component: 100 - total flux cleaned = -2.26003e-05 Jy ! Component: 150 - total flux cleaned = -4.36951e-05 Jy ! Component: 200 - total flux cleaned = -6.20631e-05 Jy ! Total flux subtracted in 200 components = -6.20631e-05 Jy ! Clean residual min=-0.002813 max=0.002730 Jy/beam ! Clean residual mean=0.000008 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.165157 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 52 components and 0.165157 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.21 mas, bmaj=8.15 mas, bpa=-3.003 degrees ! Estimated noise=911.454 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.24455e-05 Jy ! Component: 100 - total flux cleaned = -2.32017e-05 Jy ! Component: 150 - total flux cleaned = -6.59823e-05 Jy ! Component: 200 - total flux cleaned = -6.69601e-05 Jy ! Total flux subtracted in 200 components = -6.69601e-05 Jy ! Clean residual min=-0.002384 max=0.002338 Jy/beam ! Clean residual mean=0.000004 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.16509 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 65 components and 0.16509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112022Jy sigma=0.000662 ! Fit after self-cal, rms=0.112000Jy sigma=0.000662 wmodel J0005-1648_S_2017_02_24_pus_map.mod ! Writing 65 model components to file: J0005-1648_S_2017_02_24_pus_map.mod wobs J0005-1648_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0005-1648_S_2017_02_24_pus_uvs.fits wwins J0005-1648_S_2017_02_24_pus_map.win ! wwins: Wrote 3 windows to J0005-1648_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.000230194 Jy ! Component: 100 - total flux cleaned = -0.00011185 Jy ! Component: 150 - total flux cleaned = 0.000160016 Jy ! Component: 200 - total flux cleaned = 0.000423828 Jy ! Component: 250 - total flux cleaned = 0.000715784 Jy ! Component: 300 - total flux cleaned = 0.00085786 Jy ! Component: 350 - total flux cleaned = 0.00106629 Jy ! Component: 400 - total flux cleaned = 0.00116892 Jy ! Component: 450 - total flux cleaned = 0.00140322 Jy ! Component: 500 - total flux cleaned = 0.00153475 Jy ! Component: 550 - total flux cleaned = 0.00185715 Jy ! Component: 600 - total flux cleaned = 0.0020152 Jy ! Component: 650 - total flux cleaned = 0.0021714 Jy ! Component: 700 - total flux cleaned = 0.0023258 Jy ! Component: 750 - total flux cleaned = 0.00250793 Jy ! Component: 800 - total flux cleaned = 0.00259776 Jy ! Component: 850 - total flux cleaned = 0.00274553 Jy ! Component: 900 - total flux cleaned = 0.00283286 Jy ! Component: 950 - total flux cleaned = 0.00294768 Jy ! Component: 1000 - total flux cleaned = 0.00306098 Jy ! Component: 1050 - total flux cleaned = 0.0031455 Jy ! Component: 1100 - total flux cleaned = 0.00317318 Jy ! Component: 1150 - total flux cleaned = 0.00317273 Jy ! Component: 1200 - total flux cleaned = 0.00320042 Jy ! Component: 1250 - total flux cleaned = 0.00317354 Jy ! Component: 1300 - total flux cleaned = 0.00325334 Jy ! Component: 1350 - total flux cleaned = 0.00333193 Jy ! Component: 1400 - total flux cleaned = 0.00330531 Jy ! Component: 1450 - total flux cleaned = 0.00327953 Jy ! Component: 1500 - total flux cleaned = 0.00335672 Jy ! Component: 1550 - total flux cleaned = 0.00338224 Jy ! Component: 1600 - total flux cleaned = 0.00348331 Jy ! Component: 1650 - total flux cleaned = 0.0034837 Jy ! Component: 1700 - total flux cleaned = 0.00353333 Jy ! Component: 1750 - total flux cleaned = 0.00360691 Jy ! Component: 1800 - total flux cleaned = 0.00363106 Jy ! Component: 1850 - total flux cleaned = 0.00367966 Jy ! Component: 1900 - total flux cleaned = 0.00375139 Jy ! Component: 1950 - total flux cleaned = 0.00375109 Jy ! Component: 2000 - total flux cleaned = 0.00382187 Jy ! Component: 2050 - total flux cleaned = 0.00377492 Jy ! Component: 2100 - total flux cleaned = 0.00382162 Jy ! Component: 2150 - total flux cleaned = 0.00382174 Jy ! Component: 2200 - total flux cleaned = 0.00379873 Jy ! Component: 2250 - total flux cleaned = 0.00379846 Jy ! Component: 2300 - total flux cleaned = 0.00379843 Jy ! Component: 2350 - total flux cleaned = 0.00379818 Jy ! Component: 2400 - total flux cleaned = 0.00379867 Jy ! Component: 2450 - total flux cleaned = 0.00386516 Jy ! Component: 2500 - total flux cleaned = 0.00386516 Jy ! Component: 2550 - total flux cleaned = 0.00386516 Jy ! Component: 2600 - total flux cleaned = 0.00390858 Jy ! Component: 2650 - total flux cleaned = 0.00393008 Jy ! Component: 2700 - total flux cleaned = 0.00393005 Jy ! Component: 2750 - total flux cleaned = 0.00380261 Jy ! Component: 2800 - total flux cleaned = 0.00390821 Jy ! Component: 2850 - total flux cleaned = 0.00386648 Jy ! Component: 2900 - total flux cleaned = 0.00392886 Jy ! Component: 2950 - total flux cleaned = 0.0038873 Jy ! Component: 3000 - total flux cleaned = 0.00388711 Jy ! Component: 3050 - total flux cleaned = 0.00384622 Jy ! Component: 3100 - total flux cleaned = 0.00376502 Jy ! Component: 3150 - total flux cleaned = 0.00376507 Jy ! Component: 3200 - total flux cleaned = 0.00370487 Jy ! Component: 3250 - total flux cleaned = 0.00386458 Jy ! Component: 3300 - total flux cleaned = 0.00376538 Jy ! Component: 3350 - total flux cleaned = 0.0037852 Jy ! Component: 3400 - total flux cleaned = 0.00380483 Jy ! Component: 3450 - total flux cleaned = 0.00384372 Jy ! Component: 3500 - total flux cleaned = 0.00382431 Jy ! Component: 3550 - total flux cleaned = 0.00372783 Jy ! Component: 3600 - total flux cleaned = 0.00376633 Jy ! Component: 3650 - total flux cleaned = 0.00378543 Jy ! Component: 3700 - total flux cleaned = 0.00374762 Jy ! Component: 3750 - total flux cleaned = 0.00384193 Jy ! Component: 3800 - total flux cleaned = 0.00380446 Jy ! Component: 3850 - total flux cleaned = 0.00389745 Jy ! Component: 3900 - total flux cleaned = 0.00395285 Jy ! Component: 3950 - total flux cleaned = 0.00389771 Jy ! Component: 4000 - total flux cleaned = 0.00384276 Jy ! Component: 4050 - total flux cleaned = 0.00393354 Jy ! Total flux subtracted in 4096 components = 0.00389715 Jy ! Clean residual min=-0.001292 max=0.001317 Jy/beam ! Clean residual mean=0.000005 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.168987 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 349 components and 0.168987 Jy ![Exited script file: muppet] wmap "J0005-1648_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.21 x 8.15 at -3.003 degrees (North through East) ! Clean map min=-0.0016381 max=0.14175 Jy/beam ! Writing clean map to FITS file: J0005-1648_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.141753 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00033301 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.704767 0.704767 1.40953 2.81907 5.63813 11.2763 22.5525 45.1051 90.2101 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.141 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.21 x 8.15 at -3.003 degrees (North through East) ! Clean map min=-0.0016381 max=0.14175 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 J0005-1648_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:14:42 2019