! Started logfile: J1342-2051_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:25:59 2017 obs J1342-2051_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1342-2051_S_2015_01_23_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.971825 visibilities/baseline/integration-bin. ! Found source: J1342-2051 ! ! 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 9796 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 J1342-2051_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 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.811915Jy sigma=0.007107 ! Fit after self-cal, rms=0.768576Jy sigma=0.006729 ! 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.443 mas, bmaj=6.142 mas, bpa=-2.861 degrees ! Estimated noise=1131.11 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.190582 Jy ! Component: 100 - total flux cleaned = 0.244121 Jy ! Total flux subtracted in 100 components = 0.244121 Jy ! Clean residual min=-0.013963 max=0.025091 Jy/beam ! Clean residual mean=-0.000130 rms=0.004062 Jy/beam ! Combined flux in latest and established models = 0.244121 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.244121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.220271Jy sigma=0.001164 ! Fit after self-cal, rms=0.220253Jy sigma=0.001163 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0287524 Jy ! Component: 100 - total flux cleaned = 0.0450631 Jy ! Total flux subtracted in 100 components = 0.0450631 Jy ! Clean residual min=-0.014743 max=0.018159 Jy/beam ! Clean residual mean=-0.000098 rms=0.003250 Jy/beam ! Combined flux in latest and established models = 0.289184 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 14 components and 0.289184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.215099Jy sigma=0.001048 ! Fit after self-cal, rms=0.215067Jy sigma=0.001048 ! 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.018 mas, bmaj=7.4 mas, bpa=-2.952 degrees ! Estimated noise=827.224 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.0213555 Jy ! Component: 100 - total flux cleaned = 0.0336721 Jy ! Component: 150 - total flux cleaned = 0.0410791 Jy ! Component: 200 - total flux cleaned = 0.0455464 Jy ! Total flux subtracted in 200 components = 0.0455464 Jy ! Clean residual min=-0.017096 max=0.020541 Jy/beam ! Clean residual mean=-0.000160 rms=0.004485 Jy/beam ! Combined flux in latest and established models = 0.33473 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 29 components and 0.33473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.213784Jy sigma=0.001000 ! Fit after self-cal, rms=0.213732Jy sigma=0.001000 ! 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.96 FD 1.92 HN 1.07 KP 1.03 ! LA 0.90 MK 1.02 NL 1.05 OV 0.95 ! PT 0.94 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 2.25 HN 1.13 KP 0.94 ! LA 0.89 MK 1.02 NL 1.29 OV 0.96 ! PT 0.95 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 2.65 HN 1.13 KP 0.81 ! LA 0.73 MK 1.05 NL 1.30 OV 0.90 ! PT 0.92 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 2.38 HN 1.05 KP 0.77 ! LA 0.78 MK 1.02 NL 1.05 OV 0.94 ! PT 0.96 SC 0.98 ! ! ! Fit before self-cal, rms=0.213732Jy sigma=0.001000 ! Fit after self-cal, rms=0.429331Jy sigma=0.000821 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.044 mas, bmaj=7.417 mas, bpa=-2.292 degrees ! Estimated noise=837.196 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 (7, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.010201 Jy ! Component: 100 - total flux cleaned = 0.0131087 Jy ! Component: 150 - total flux cleaned = 0.0139179 Jy ! Component: 200 - total flux cleaned = 0.0141693 Jy ! Total flux subtracted in 200 components = 0.0141693 Jy ! Clean residual min=-0.006473 max=0.005773 Jy/beam ! Clean residual mean=-0.000012 rms=0.001376 Jy/beam ! Combined flux in latest and established models = 0.3489 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 57 components and 0.3489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.428972Jy sigma=0.000810 ! Fit after self-cal, rms=0.429539Jy sigma=0.000808 ! 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.429539Jy sigma=0.000808 ! Fit after self-cal, rms=0.313857Jy sigma=0.000796 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.03 mas, bmaj=7.406 mas, bpa=-2.648 degrees ! Estimated noise=835.641 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00406459 Jy ! Component: 100 - total flux cleaned = 0.0059674 Jy ! Component: 150 - total flux cleaned = 0.00616912 Jy ! Component: 200 - total flux cleaned = 0.0062278 Jy ! Total flux subtracted in 200 components = 0.0062278 Jy ! Clean residual min=-0.004067 max=0.003722 Jy/beam ! Clean residual mean=-0.000004 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.355128 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 83 components and 0.355128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.313782Jy sigma=0.000795 ! Fit after self-cal, rms=0.313834Jy sigma=0.000794 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.000889243 Jy ! Component: 100 - total flux cleaned = 0.00100576 Jy ! Component: 150 - total flux cleaned = 0.00100545 Jy ! Component: 200 - total flux cleaned = 0.000956855 Jy ! Total flux subtracted in 200 components = 0.000956855 Jy ! Clean residual min=-0.004011 max=0.003460 Jy/beam ! Clean residual mean=-0.000003 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.356084 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 86 components and 0.356084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.313816Jy sigma=0.000794 ! Fit after self-cal, rms=0.313818Jy sigma=0.000794 ! 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.313818Jy sigma=0.000794 ! Fit after self-cal, rms=0.286877Jy sigma=0.000793 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.025 mas, bmaj=7.399 mas, bpa=-2.736 degrees ! Estimated noise=833.735 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00196425 Jy ! Component: 100 - total flux cleaned = 0.00234861 Jy ! Component: 150 - total flux cleaned = 0.00239516 Jy ! Component: 200 - total flux cleaned = 0.00235535 Jy ! Total flux subtracted in 200 components = 0.00235535 Jy ! Clean residual min=-0.003544 max=0.003304 Jy/beam ! Clean residual mean=-0.000005 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.35844 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 91 components and 0.35844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.286853Jy sigma=0.000793 ! Fit after self-cal, rms=0.286826Jy sigma=0.000793 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.000469485 Jy ! Component: 100 - total flux cleaned = 0.000469099 Jy ! Component: 150 - total flux cleaned = 0.000431396 Jy ! Component: 200 - total flux cleaned = 0.000395698 Jy ! Total flux subtracted in 200 components = 0.000395698 Jy ! Clean residual min=-0.003481 max=0.003288 Jy/beam ! Clean residual mean=-0.000004 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.358835 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 97 components and 0.358835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.286818Jy sigma=0.000792 ! Fit after self-cal, rms=0.286819Jy sigma=0.000792 ! 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.286819Jy sigma=0.000792 ! Fit after self-cal, rms=0.286467Jy sigma=0.000792 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.536 mas, bmaj=16.13 mas, bpa=1.662 degrees ! Estimated noise=1103.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000541266 Jy ! Component: 100 - total flux cleaned = 0.000542799 Jy ! Component: 150 - total flux cleaned = 0.000586163 Jy ! Component: 200 - total flux cleaned = 0.000649832 Jy ! Total flux subtracted in 200 components = 0.000649832 Jy ! Clean residual min=-0.004052 max=0.004367 Jy/beam ! Clean residual mean=-0.000013 rms=0.001183 Jy/beam ! Combined flux in latest and established models = 0.359485 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 115 components and 0.359485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.286465Jy sigma=0.000792 ! Fit after self-cal, rms=0.286461Jy sigma=0.000792 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 = 4.08027e-05 Jy ! Component: 100 - total flux cleaned = 0.000112832 Jy ! Component: 150 - total flux cleaned = 0.000142627 Jy ! Component: 200 - total flux cleaned = 0.000166857 Jy ! Total flux subtracted in 200 components = 0.000166857 Jy ! Clean residual min=-0.004068 max=0.004434 Jy/beam ! Clean residual mean=-0.000012 rms=0.001174 Jy/beam ! Combined flux in latest and established models = 0.359652 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 123 components and 0.359652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.286464Jy sigma=0.000792 ! Fit after self-cal, rms=0.286459Jy sigma=0.000792 ! 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.023 mas, bmaj=7.395 mas, bpa=-2.787 degrees ! Estimated noise=833.415 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.023 x 7.395 at -2.787 degrees (North through East) ! Clean map min=-0.0032524 max=0.257 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.44 mas, bmaj=6.115 mas, bpa=-2.573 degrees ! Estimated noise=1143.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.192323 Jy ! Component: 100 - total flux cleaned = 0.247619 Jy ! Component: 150 - total flux cleaned = 0.277399 Jy ! Component: 200 - total flux cleaned = 0.296031 Jy ! Total flux subtracted in 200 components = 0.296031 Jy ! Clean residual min=-0.005746 max=0.010150 Jy/beam ! Clean residual mean=-0.000045 rms=0.001674 Jy/beam ! Combined flux in latest and established models = 0.296031 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.296031 Jy ! Inverting map and beam ! Estimated beam: bmin=3.023 mas, bmaj=7.395 mas, bpa=-2.787 degrees ! Estimated noise=833.415 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.021172 Jy ! Component: 100 - total flux cleaned = 0.0336293 Jy ! Component: 150 - total flux cleaned = 0.0418699 Jy ! Component: 200 - total flux cleaned = 0.0475679 Jy ! Total flux subtracted in 200 components = 0.0475679 Jy ! Clean residual min=-0.003522 max=0.003844 Jy/beam ! Clean residual mean=-0.000024 rms=0.000961 Jy/beam ! Combined flux in latest and established models = 0.343599 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 67 components and 0.343599 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.536 mas, bmaj=16.13 mas, bpa=1.662 degrees ! Estimated noise=1103.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00646304 Jy ! Component: 100 - total flux cleaned = 0.00977643 Jy ! Component: 150 - total flux cleaned = 0.0117086 Jy ! Component: 200 - total flux cleaned = 0.0128806 Jy ! Total flux subtracted in 200 components = 0.0128806 Jy ! Clean residual min=-0.003383 max=0.004786 Jy/beam ! Clean residual mean=-0.000015 rms=0.001181 Jy/beam ! Combined flux in latest and established models = 0.35648 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.000727288 Jy ! Component: 100 - total flux cleaned = 0.00118148 Jy ! Component: 150 - total flux cleaned = 0.00132419 Jy ! Component: 200 - total flux cleaned = 0.00135979 Jy ! Total flux subtracted in 200 components = 0.00135979 Jy ! Clean residual min=-0.003634 max=0.004788 Jy/beam ! Clean residual mean=-0.000011 rms=0.001175 Jy/beam ! Combined flux in latest and established models = 0.35784 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 126 components and 0.35784 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.023 mas, bmaj=7.395 mas, bpa=-2.787 degrees ! Estimated noise=833.415 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.24169e-05 Jy ! Component: 100 - total flux cleaned = -5.34994e-05 Jy ! Component: 150 - total flux cleaned = -0.000118152 Jy ! Component: 200 - total flux cleaned = -0.000145729 Jy ! Total flux subtracted in 200 components = -0.000145729 Jy ! Clean residual min=-0.002836 max=0.003309 Jy/beam ! Clean residual mean=-0.000005 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.357694 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 140 components and 0.357694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.286462Jy sigma=0.000791 ! Fit after self-cal, rms=0.286427Jy sigma=0.000791 wmodel J1342-2051_S_2015_01_23_pus_map.mod ! Writing 140 model components to file: J1342-2051_S_2015_01_23_pus_map.mod wobs J1342-2051_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1342-2051_S_2015_01_23_pus_uvs.fits wwins J1342-2051_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J1342-2051_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.00110758 Jy ! Component: 100 - total flux cleaned = 0.0017107 Jy ! Component: 150 - total flux cleaned = 0.00185222 Jy ! Component: 200 - total flux cleaned = 0.00216602 Jy ! Component: 250 - total flux cleaned = 0.00229665 Jy ! Component: 300 - total flux cleaned = 0.00229588 Jy ! Component: 350 - total flux cleaned = 0.00233672 Jy ! Component: 400 - total flux cleaned = 0.00213797 Jy ! Component: 450 - total flux cleaned = 0.00206116 Jy ! Component: 500 - total flux cleaned = 0.0019086 Jy ! Component: 550 - total flux cleaned = 0.00172207 Jy ! Component: 600 - total flux cleaned = 0.00172256 Jy ! Component: 650 - total flux cleaned = 0.00172209 Jy ! Component: 700 - total flux cleaned = 0.0016516 Jy ! Component: 750 - total flux cleaned = 0.00151297 Jy ! Component: 800 - total flux cleaned = 0.00144536 Jy ! Component: 850 - total flux cleaned = 0.00134483 Jy ! Component: 900 - total flux cleaned = 0.00127899 Jy ! Component: 950 - total flux cleaned = 0.0012142 Jy ! Component: 1000 - total flux cleaned = 0.00118201 Jy ! Component: 1050 - total flux cleaned = 0.00121329 Jy ! Component: 1100 - total flux cleaned = 0.00118184 Jy ! Component: 1150 - total flux cleaned = 0.00127349 Jy ! Component: 1200 - total flux cleaned = 0.00124298 Jy ! Component: 1250 - total flux cleaned = 0.00118345 Jy ! Component: 1300 - total flux cleaned = 0.00118443 Jy ! Component: 1350 - total flux cleaned = 0.00124253 Jy ! Component: 1400 - total flux cleaned = 0.0012137 Jy ! Component: 1450 - total flux cleaned = 0.00121385 Jy ! Component: 1500 - total flux cleaned = 0.00127026 Jy ! Component: 1550 - total flux cleaned = 0.00129848 Jy ! Component: 1600 - total flux cleaned = 0.00135365 Jy ! Component: 1650 - total flux cleaned = 0.00154522 Jy ! Component: 1700 - total flux cleaned = 0.00162613 Jy ! Component: 1750 - total flux cleaned = 0.00165281 Jy ! Component: 1800 - total flux cleaned = 0.00167987 Jy ! Component: 1850 - total flux cleaned = 0.00175875 Jy ! Component: 1900 - total flux cleaned = 0.00173264 Jy ! Component: 1950 - total flux cleaned = 0.0017585 Jy ! Component: 2000 - total flux cleaned = 0.00183513 Jy ! Component: 2050 - total flux cleaned = 0.00180983 Jy ! Component: 2100 - total flux cleaned = 0.00196054 Jy ! Component: 2150 - total flux cleaned = 0.00196089 Jy ! Component: 2200 - total flux cleaned = 0.0020842 Jy ! Component: 2250 - total flux cleaned = 0.00218244 Jy ! Component: 2300 - total flux cleaned = 0.00223087 Jy ! Component: 2350 - total flux cleaned = 0.00232718 Jy ! Component: 2400 - total flux cleaned = 0.00237538 Jy ! Component: 2450 - total flux cleaned = 0.00239907 Jy ! Component: 2500 - total flux cleaned = 0.00239914 Jy ! Component: 2550 - total flux cleaned = 0.00244582 Jy ! Component: 2600 - total flux cleaned = 0.00253857 Jy ! Component: 2650 - total flux cleaned = 0.00258443 Jy ! Component: 2700 - total flux cleaned = 0.00256157 Jy ! Component: 2750 - total flux cleaned = 0.00253897 Jy ! Component: 2800 - total flux cleaned = 0.00265122 Jy ! Component: 2850 - total flux cleaned = 0.00260637 Jy ! Component: 2900 - total flux cleaned = 0.00262841 Jy ! Component: 2950 - total flux cleaned = 0.0025403 Jy ! Component: 3000 - total flux cleaned = 0.00249673 Jy ! Component: 3050 - total flux cleaned = 0.00260528 Jy ! Component: 3100 - total flux cleaned = 0.00254063 Jy ! Component: 3150 - total flux cleaned = 0.00260484 Jy ! Component: 3200 - total flux cleaned = 0.0026472 Jy ! Component: 3250 - total flux cleaned = 0.00262598 Jy ! Component: 3300 - total flux cleaned = 0.00268906 Jy ! Component: 3350 - total flux cleaned = 0.00264732 Jy ! Component: 3400 - total flux cleaned = 0.00266815 Jy ! Component: 3450 - total flux cleaned = 0.00268848 Jy ! Component: 3500 - total flux cleaned = 0.00270876 Jy ! Component: 3550 - total flux cleaned = 0.00262701 Jy ! Component: 3600 - total flux cleaned = 0.00268789 Jy ! Component: 3650 - total flux cleaned = 0.00262718 Jy ! Component: 3700 - total flux cleaned = 0.00260717 Jy ! Component: 3750 - total flux cleaned = 0.00262714 Jy ! Component: 3800 - total flux cleaned = 0.00254784 Jy ! Component: 3850 - total flux cleaned = 0.00252826 Jy ! Component: 3900 - total flux cleaned = 0.00252814 Jy ! Component: 3950 - total flux cleaned = 0.00254756 Jy ! Component: 4000 - total flux cleaned = 0.00248946 Jy ! Component: 4050 - total flux cleaned = 0.00258561 Jy ! Total flux subtracted in 4096 components = 0.00247048 Jy ! Clean residual min=-0.001064 max=0.001189 Jy/beam ! Clean residual mean=-0.000004 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.360164 Jy keep ! Adding 324 model components to the UV plane model. ! The established model now contains 464 components and 0.360164 Jy ![Exited script file: muppet] wmap "J1342-2051_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.023 x 7.395 at -2.787 degrees (North through East) ! Clean map min=-0.0018353 max=0.26431 Jy/beam ! Writing clean map to FITS file: J1342-2051_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.264309 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000356157 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.40425 0.40425 0.8085 1.617 3.234 6.468 12.936 25.872 51.744 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.264 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.023 x 7.395 at -2.787 degrees (North through East) ! Clean map min=-0.0018353 max=0.26431 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 J1342-2051_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:26:04 2017