! Started logfile: J0650-0840_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:09:06 2017 obs J0650-0840_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0650-0840_S_2015_01_23_pus_uva.fits ! AN table 1: 116 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.78908 visibilities/baseline/integration-bin. ! Found source: J0650-0840 ! ! 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 338 lines of history. ! ! Reading 16476 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 J0650-0840_S_2015_01_23_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 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.917387Jy sigma=0.009035 ! Fit after self-cal, rms=0.884682Jy sigma=0.008797 ! 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.727 mas, bmaj=6.739 mas, bpa=4.762 degrees ! Estimated noise=888.304 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.0979579 Jy ! Component: 100 - total flux cleaned = 0.12386 Jy ! Total flux subtracted in 100 components = 0.12386 Jy ! Clean residual min=-0.011525 max=0.023822 Jy/beam ! Clean residual mean=-0.000037 rms=0.002941 Jy/beam ! Combined flux in latest and established models = 0.12386 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.12386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173701Jy sigma=0.000919 ! Fit after self-cal, rms=0.173523Jy sigma=0.000918 ! Inverting map ! Added new window around map position (3.5, -2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0214076 Jy ! Component: 100 - total flux cleaned = 0.0313536 Jy ! Total flux subtracted in 100 components = 0.0313536 Jy ! Clean residual min=-0.008923 max=0.009919 Jy/beam ! Clean residual mean=-0.000012 rms=0.002256 Jy/beam ! Combined flux in latest and established models = 0.155214 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 17 components and 0.155214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.171066Jy sigma=0.000872 ! Fit after self-cal, rms=0.170741Jy sigma=0.000868 ! 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.26 mas, bmaj=7.843 mas, bpa=2.706 degrees ! Estimated noise=598.885 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.00689898 Jy ! Component: 100 - total flux cleaned = 0.00781452 Jy ! Component: 150 - total flux cleaned = 0.00812164 Jy ! Component: 200 - total flux cleaned = 0.0085109 Jy ! Total flux subtracted in 200 components = 0.0085109 Jy ! Clean residual min=-0.008532 max=0.012967 Jy/beam ! Clean residual mean=-0.000028 rms=0.002849 Jy/beam ! Combined flux in latest and established models = 0.163725 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 25 components and 0.163725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.170293Jy sigma=0.000861 ! Fit after self-cal, rms=0.170241Jy sigma=0.000860 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.99 HN 0.91 KP 0.98 ! LA 1.51 MK 1.01 NL 1.02 OV 0.88 ! PT 0.95 SC 1.02 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.17 HN 0.97 KP 0.91 ! LA 1.44 MK 1.03 NL 1.24 OV 0.91 ! PT 0.96 SC 1.05 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.84 FD 1.35 HN 0.97 KP 0.77 ! LA 1.22 MK 1.03 NL 1.44 OV 0.85 ! PT 0.92 SC 1.07 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.11 HN 0.91 KP 0.74 ! LA 1.30 MK 1.00 NL 0.94 OV 0.90 ! PT 0.94 SC 1.01 ! ! ! Fit before self-cal, rms=0.170241Jy sigma=0.000860 ! Fit after self-cal, rms=0.197421Jy sigma=0.000807 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.262 mas, bmaj=7.877 mas, bpa=2.604 degrees ! Estimated noise=596.029 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.00312467 Jy ! Component: 100 - total flux cleaned = 0.00335526 Jy ! Component: 150 - total flux cleaned = 0.00335406 Jy ! Component: 200 - total flux cleaned = 0.00325068 Jy ! Total flux subtracted in 200 components = 0.00325068 Jy ! Clean residual min=-0.006332 max=0.007543 Jy/beam ! Clean residual mean=-0.000019 rms=0.001886 Jy/beam ! Combined flux in latest and established models = 0.166975 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 45 components and 0.166975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.197281Jy sigma=0.000806 ! Fit after self-cal, rms=0.198111Jy sigma=0.000805 ! 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.198111Jy sigma=0.000805 ! Fit after self-cal, rms=0.198693Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.272 mas, bmaj=7.91 mas, bpa=2.662 degrees ! Estimated noise=595.108 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00118831 Jy ! Component: 100 - total flux cleaned = 0.00126946 Jy ! Component: 150 - total flux cleaned = 0.00130198 Jy ! Component: 200 - total flux cleaned = 0.00129997 Jy ! Total flux subtracted in 200 components = 0.00129997 Jy ! Clean residual min=-0.001962 max=0.001980 Jy/beam ! Clean residual mean=0.000001 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.168275 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 61 components and 0.168275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198680Jy sigma=0.000772 ! Fit after self-cal, rms=0.198932Jy sigma=0.000772 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.00028203 Jy ! Component: 100 - total flux cleaned = 0.000259585 Jy ! Component: 150 - total flux cleaned = 0.000200777 Jy ! Component: 200 - total flux cleaned = 0.000182682 Jy ! Total flux subtracted in 200 components = 0.000182682 Jy ! Clean residual min=-0.001936 max=0.001918 Jy/beam ! Clean residual mean=0.000001 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.168458 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 69 components and 0.168458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198929Jy sigma=0.000772 ! Fit after self-cal, rms=0.198928Jy sigma=0.000772 ! 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.198928Jy sigma=0.000772 ! Fit after self-cal, rms=0.200124Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.269 mas, bmaj=7.909 mas, bpa=2.559 degrees ! Estimated noise=595.097 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000754519 Jy ! Component: 100 - total flux cleaned = 0.000800888 Jy ! Component: 150 - total flux cleaned = 0.000800462 Jy ! Component: 200 - total flux cleaned = 0.00078322 Jy ! Total flux subtracted in 200 components = 0.00078322 Jy ! Clean residual min=-0.001885 max=0.001921 Jy/beam ! Clean residual mean=0.000001 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.169241 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 86 components and 0.169241 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.200119Jy sigma=0.000771 ! Fit after self-cal, rms=0.200118Jy sigma=0.000771 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.000107765 Jy ! Component: 100 - total flux cleaned = 5.84838e-05 Jy ! Component: 150 - total flux cleaned = 5.87546e-05 Jy ! Component: 200 - total flux cleaned = 4.41301e-05 Jy ! Total flux subtracted in 200 components = 4.41301e-05 Jy ! Clean residual min=-0.001866 max=0.001921 Jy/beam ! Clean residual mean=0.000001 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.169285 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 94 components and 0.169285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.200116Jy sigma=0.000771 ! Fit after self-cal, rms=0.200114Jy sigma=0.000771 ! 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.200114Jy sigma=0.000771 ! Fit after self-cal, rms=0.200781Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.968 mas, bmaj=12.8 mas, bpa=2.897 degrees ! Estimated noise=796.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000749653 Jy ! Component: 100 - total flux cleaned = 0.001069 Jy ! Component: 150 - total flux cleaned = 0.0011069 Jy ! Component: 200 - total flux cleaned = 0.00113247 Jy ! Total flux subtracted in 200 components = 0.00113247 Jy ! Clean residual min=-0.001853 max=0.002218 Jy/beam ! Clean residual mean=0.000004 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.170418 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 100 components and 0.170418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.200778Jy sigma=0.000771 ! Fit after self-cal, rms=0.200774Jy sigma=0.000771 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 = 1.44456e-05 Jy ! Component: 100 - total flux cleaned = 2.20341e-05 Jy ! Component: 150 - total flux cleaned = 1.60465e-05 Jy ! Component: 200 - total flux cleaned = 1.04254e-05 Jy ! Total flux subtracted in 200 components = 1.04254e-05 Jy ! Clean residual min=-0.001834 max=0.002230 Jy/beam ! Clean residual mean=0.000004 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.170428 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 107 components and 0.170428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.200774Jy sigma=0.000771 ! Fit after self-cal, rms=0.200773Jy sigma=0.000771 ! 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.266 mas, bmaj=7.908 mas, bpa=2.482 degrees ! Estimated noise=595.601 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.266 x 7.908 at 2.482 degrees (North through East) ! Clean map min=-0.0017568 max=0.12632 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.748 mas, bmaj=6.82 mas, bpa=4.6 degrees ! Estimated noise=867.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.095203 Jy ! Component: 100 - total flux cleaned = 0.127424 Jy ! Component: 150 - total flux cleaned = 0.144153 Jy ! Component: 200 - total flux cleaned = 0.153784 Jy ! Total flux subtracted in 200 components = 0.153784 Jy ! Clean residual min=-0.003790 max=0.004967 Jy/beam ! Clean residual mean=-0.000011 rms=0.000982 Jy/beam ! Combined flux in latest and established models = 0.153784 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.153784 Jy ! Inverting map and beam ! Estimated beam: bmin=3.266 mas, bmaj=7.908 mas, bpa=2.482 degrees ! Estimated noise=595.601 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.0077719 Jy ! Component: 100 - total flux cleaned = 0.0119223 Jy ! Component: 150 - total flux cleaned = 0.0144424 Jy ! Component: 200 - total flux cleaned = 0.0158904 Jy ! Total flux subtracted in 200 components = 0.0158904 Jy ! Clean residual min=-0.002017 max=0.002063 Jy/beam ! Clean residual mean=0.000001 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.169675 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 33 components and 0.169675 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=6.968 mas, bmaj=12.8 mas, bpa=2.897 degrees ! Estimated noise=796.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001123 Jy ! Component: 100 - total flux cleaned = 0.00120191 Jy ! Component: 150 - total flux cleaned = 0.0011435 Jy ! Component: 200 - total flux cleaned = 0.00111695 Jy ! Total flux subtracted in 200 components = 0.00111695 Jy ! Clean residual min=-0.001975 max=0.002387 Jy/beam ! Clean residual mean=0.000004 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.170792 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 = -2.34468e-05 Jy ! Component: 100 - total flux cleaned = -2.35379e-06 Jy ! Component: 150 - total flux cleaned = -3.48878e-06 Jy ! Component: 200 - total flux cleaned = -3.4257e-06 Jy ! Total flux subtracted in 200 components = -3.4257e-06 Jy ! Clean residual min=-0.001905 max=0.002350 Jy/beam ! Clean residual mean=0.000004 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.170788 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 47 components and 0.170788 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.266 mas, bmaj=7.908 mas, bpa=2.482 degrees ! Estimated noise=595.601 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000113386 Jy ! Component: 100 - total flux cleaned = -0.000175915 Jy ! Component: 150 - total flux cleaned = -0.000205266 Jy ! Component: 200 - total flux cleaned = -0.000231751 Jy ! Total flux subtracted in 200 components = -0.000231751 Jy ! Clean residual min=-0.001910 max=0.001949 Jy/beam ! Clean residual mean=0.000002 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.170557 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 61 components and 0.170557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.200782Jy sigma=0.000771 ! Fit after self-cal, rms=0.200780Jy sigma=0.000771 wmodel J0650-0840_S_2015_01_23_pus_map.mod ! Writing 61 model components to file: J0650-0840_S_2015_01_23_pus_map.mod wobs J0650-0840_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0650-0840_S_2015_01_23_pus_uvs.fits wwins J0650-0840_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J0650-0840_S_2015_01_23_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.000384623 Jy ! Component: 100 - total flux cleaned = 0.000481988 Jy ! Component: 150 - total flux cleaned = 0.000572428 Jy ! Component: 200 - total flux cleaned = 0.000515783 Jy ! Component: 250 - total flux cleaned = 0.000378808 Jy ! Component: 300 - total flux cleaned = 0.000245974 Jy ! Component: 350 - total flux cleaned = 0.000117809 Jy ! Component: 400 - total flux cleaned = 6.7555e-05 Jy ! Component: 450 - total flux cleaned = 6.74269e-05 Jy ! Component: 500 - total flux cleaned = 0.000163101 Jy ! Component: 550 - total flux cleaned = 0.00021026 Jy ! Component: 600 - total flux cleaned = 0.000279068 Jy ! Component: 650 - total flux cleaned = 0.000301827 Jy ! Component: 700 - total flux cleaned = 0.00041333 Jy ! Component: 750 - total flux cleaned = 0.000566526 Jy ! Component: 800 - total flux cleaned = 0.000631092 Jy ! Component: 850 - total flux cleaned = 0.000716438 Jy ! Component: 900 - total flux cleaned = 0.000863344 Jy ! Component: 950 - total flux cleaned = 0.000987254 Jy ! Component: 1000 - total flux cleaned = 0.00112956 Jy ! Component: 1050 - total flux cleaned = 0.00122999 Jy ! Component: 1100 - total flux cleaned = 0.00136857 Jy ! Component: 1150 - total flux cleaned = 0.00144653 Jy ! Component: 1200 - total flux cleaned = 0.00154286 Jy ! Component: 1250 - total flux cleaned = 0.00161902 Jy ! Component: 1300 - total flux cleaned = 0.00173208 Jy ! Component: 1350 - total flux cleaned = 0.00188078 Jy ! Component: 1400 - total flux cleaned = 0.00195372 Jy ! Component: 1450 - total flux cleaned = 0.0020625 Jy ! Component: 1500 - total flux cleaned = 0.00211617 Jy ! Component: 1550 - total flux cleaned = 0.00229364 Jy ! Component: 1600 - total flux cleaned = 0.00236372 Jy ! Component: 1650 - total flux cleaned = 0.00246821 Jy ! Component: 1700 - total flux cleaned = 0.00257139 Jy ! Component: 1750 - total flux cleaned = 0.00269047 Jy ! Component: 1800 - total flux cleaned = 0.00275766 Jy ! Component: 1850 - total flux cleaned = 0.00282447 Jy ! Component: 1900 - total flux cleaned = 0.00289084 Jy ! Component: 1950 - total flux cleaned = 0.00297277 Jy ! Component: 2000 - total flux cleaned = 0.00302156 Jy ! Component: 2050 - total flux cleaned = 0.00310206 Jy ! Component: 2100 - total flux cleaned = 0.00321348 Jy ! Component: 2150 - total flux cleaned = 0.00327674 Jy ! Component: 2200 - total flux cleaned = 0.00337064 Jy ! Component: 2250 - total flux cleaned = 0.00344825 Jy ! Component: 2300 - total flux cleaned = 0.00355604 Jy ! Component: 2350 - total flux cleaned = 0.00355586 Jy ! Component: 2400 - total flux cleaned = 0.00361644 Jy ! Component: 2450 - total flux cleaned = 0.00373649 Jy ! Component: 2500 - total flux cleaned = 0.0037664 Jy ! Component: 2550 - total flux cleaned = 0.00379589 Jy ! Component: 2600 - total flux cleaned = 0.00386906 Jy ! Component: 2650 - total flux cleaned = 0.00386909 Jy ! Component: 2700 - total flux cleaned = 0.00394143 Jy ! Component: 2750 - total flux cleaned = 0.00398447 Jy ! Component: 2800 - total flux cleaned = 0.00402721 Jy ! Component: 2850 - total flux cleaned = 0.00405552 Jy ! Component: 2900 - total flux cleaned = 0.00411158 Jy ! Component: 2950 - total flux cleaned = 0.00415336 Jy ! Component: 3000 - total flux cleaned = 0.00425033 Jy ! Component: 3050 - total flux cleaned = 0.00425025 Jy ! Component: 3100 - total flux cleaned = 0.00429121 Jy ! Component: 3150 - total flux cleaned = 0.00435919 Jy ! Component: 3200 - total flux cleaned = 0.00435929 Jy ! Component: 3250 - total flux cleaned = 0.0044532 Jy ! Component: 3300 - total flux cleaned = 0.00450643 Jy ! Component: 3350 - total flux cleaned = 0.00451968 Jy ! Component: 3400 - total flux cleaned = 0.00457229 Jy ! Component: 3450 - total flux cleaned = 0.0045854 Jy ! Component: 3500 - total flux cleaned = 0.0046505 Jy ! Component: 3550 - total flux cleaned = 0.0047152 Jy ! Component: 3600 - total flux cleaned = 0.00474079 Jy ! Component: 3650 - total flux cleaned = 0.00475351 Jy ! Component: 3700 - total flux cleaned = 0.00482964 Jy ! Component: 3750 - total flux cleaned = 0.00482959 Jy ! Component: 3800 - total flux cleaned = 0.00490494 Jy ! Component: 3850 - total flux cleaned = 0.00491745 Jy ! Component: 3900 - total flux cleaned = 0.00495475 Jy ! Component: 3950 - total flux cleaned = 0.00499189 Jy ! Component: 4000 - total flux cleaned = 0.00504103 Jy ! Component: 4050 - total flux cleaned = 0.00506555 Jy ! Total flux subtracted in 4096 components = 0.00508995 Jy ! Clean residual min=-0.000678 max=0.000701 Jy/beam ! Clean residual mean=0.000001 rms=0.000227 Jy/beam ! Combined flux in latest and established models = 0.175647 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 370 components and 0.175647 Jy ![Exited script file: muppet] wmap "J0650-0840_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.266 x 7.908 at 2.482 degrees (North through East) ! Clean map min=-0.0012879 max=0.12563 Jy/beam ! Writing clean map to FITS file: J0650-0840_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.12563 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000224078 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.535092 0.535092 1.07018 2.14037 4.28074 8.56147 17.1229 34.2459 68.4918 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.125 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.266 x 7.908 at 2.482 degrees (North through East) ! Clean map min=-0.0012879 max=0.12563 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 J0650-0840_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:09:11 2017