! Started logfile: J0103-1222_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:38:41 2016 obs J0103-1222_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0103-1222_S_2015_03_17_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.969513 visibilities/baseline/integration-bin. ! Found source: J0103-1222 ! ! 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 330 lines of history. ! ! Reading 21116 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 J0103-1222_S_2015_03_17_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.999287Jy sigma=0.009826 ! Fit after self-cal, rms=0.956361Jy sigma=0.009426 ! 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.623 mas, bmaj=6.427 mas, bpa=-3.263 degrees ! Estimated noise=723.689 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.033853 Jy ! Component: 100 - total flux cleaned = 0.041874 Jy ! Total flux subtracted in 100 components = 0.041874 Jy ! Clean residual min=-0.002530 max=0.003564 Jy/beam ! Clean residual mean=0.000008 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.041874 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.041874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087740Jy sigma=0.000787 ! Fit after self-cal, rms=0.086508Jy sigma=0.000776 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00504845 Jy ! Component: 100 - total flux cleaned = 0.00799437 Jy ! Total flux subtracted in 100 components = 0.00799437 Jy ! Clean residual min=-0.002779 max=0.002710 Jy/beam ! Clean residual mean=0.000006 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.0498684 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 42 components and 0.0498684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085963Jy sigma=0.000771 ! Fit after self-cal, rms=0.085883Jy sigma=0.000771 ! 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.222 mas, bmaj=7.491 mas, bpa=-3.694 degrees ! Estimated noise=504.279 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, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00410106 Jy ! Component: 100 - total flux cleaned = 0.00642465 Jy ! Component: 150 - total flux cleaned = 0.00794338 Jy ! Component: 200 - total flux cleaned = 0.0089887 Jy ! Total flux subtracted in 200 components = 0.0089887 Jy ! Clean residual min=-0.002034 max=0.001836 Jy/beam ! Clean residual mean=0.000005 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.0588571 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 75 components and 0.0588571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085630Jy sigma=0.000769 ! Fit after self-cal, rms=0.085556Jy sigma=0.000769 ! 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.02 FD 0.86 HN 0.99 KP 1.07 ! LA 0.97 MK 1.03 NL 1.04 OV 1.03 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.89 HN 1.10 KP 1.07 ! LA 0.97 MK 1.05 NL 1.13 OV 1.02 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.93 HN 1.01 KP 1.01 ! LA 0.81 MK 0.99 NL 1.10 OV 1.01 ! PT 1.03 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.95 HN 0.90 KP 0.92 ! LA 0.80 MK 1.06 NL 0.94 OV 1.01 ! PT 1.04 SC 1.01 ! ! ! Fit before self-cal, rms=0.085556Jy sigma=0.000769 ! Fit after self-cal, rms=0.082543Jy sigma=0.000767 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.255 mas, bmaj=7.558 mas, bpa=-3.456 degrees ! Estimated noise=501.971 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.000797235 Jy ! Component: 100 - total flux cleaned = 0.000988427 Jy ! Component: 150 - total flux cleaned = 0.001046 Jy ! Component: 200 - total flux cleaned = 0.00106265 Jy ! Total flux subtracted in 200 components = 0.00106265 Jy ! Clean residual min=-0.001821 max=0.001595 Jy/beam ! Clean residual mean=0.000003 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.0599197 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 88 components and 0.0599197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082528Jy sigma=0.000767 ! Fit after self-cal, rms=0.082424Jy sigma=0.000766 ! 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.082424Jy sigma=0.000766 ! Fit after self-cal, rms=0.081369Jy sigma=0.000766 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.255 mas, bmaj=7.495 mas, bpa=-3.63 degrees ! Estimated noise=500.414 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000546958 Jy ! Component: 100 - total flux cleaned = 0.000531939 Jy ! Component: 150 - total flux cleaned = 0.000530465 Jy ! Component: 200 - total flux cleaned = 0.000528991 Jy ! Total flux subtracted in 200 components = 0.000528991 Jy ! Clean residual min=-0.001636 max=0.001427 Jy/beam ! Clean residual mean=0.000002 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.0604487 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 98 components and 0.0604487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081361Jy sigma=0.000766 ! Fit after self-cal, rms=0.081325Jy sigma=0.000765 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.000461376 Jy ! Component: 100 - total flux cleaned = 0.000547038 Jy ! Component: 150 - total flux cleaned = 0.000572658 Jy ! Component: 200 - total flux cleaned = 0.000572926 Jy ! Total flux subtracted in 200 components = 0.000572926 Jy ! Clean residual min=-0.001679 max=0.001394 Jy/beam ! Clean residual mean=0.000002 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.0610217 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 106 components and 0.0610216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081320Jy sigma=0.000765 ! Fit after self-cal, rms=0.081313Jy sigma=0.000765 ! 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.081313Jy sigma=0.000765 ! Fit after self-cal, rms=0.081100Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.249 mas, bmaj=7.459 mas, bpa=-3.636 degrees ! Estimated noise=499.726 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000354706 Jy ! Component: 100 - total flux cleaned = 0.000424535 Jy ! Component: 150 - total flux cleaned = 0.000460888 Jy ! Component: 200 - total flux cleaned = 0.0004819 Jy ! Total flux subtracted in 200 components = 0.0004819 Jy ! Clean residual min=-0.001684 max=0.001411 Jy/beam ! Clean residual mean=0.000002 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.0615035 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 109 components and 0.0615035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081095Jy sigma=0.000765 ! Fit after self-cal, rms=0.081094Jy sigma=0.000765 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.000146211 Jy ! Component: 100 - total flux cleaned = 0.000159157 Jy ! Component: 150 - total flux cleaned = 0.00015873 Jy ! Component: 200 - total flux cleaned = 0.000158925 Jy ! Total flux subtracted in 200 components = 0.000158925 Jy ! Clean residual min=-0.001704 max=0.001411 Jy/beam ! Clean residual mean=0.000002 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.0616625 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 111 components and 0.0616625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081091Jy sigma=0.000765 ! Fit after self-cal, rms=0.081085Jy sigma=0.000765 ! 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.081085Jy sigma=0.000765 ! Fit after self-cal, rms=0.080947Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.629 mas, bmaj=13.55 mas, bpa=3.186 degrees ! Estimated noise=647.999 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000227969 Jy ! Component: 100 - total flux cleaned = 0.000268604 Jy ! Component: 150 - total flux cleaned = 0.000301335 Jy ! Component: 200 - total flux cleaned = 0.000301663 Jy ! Total flux subtracted in 200 components = 0.000301663 Jy ! Clean residual min=-0.001777 max=0.001542 Jy/beam ! Clean residual mean=0.000005 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.0619641 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 123 components and 0.0619641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080945Jy sigma=0.000765 ! Fit after self-cal, rms=0.080941Jy sigma=0.000765 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.67969e-05 Jy ! Component: 100 - total flux cleaned = -2.51741e-05 Jy ! Component: 150 - total flux cleaned = -1.18192e-05 Jy ! Component: 200 - total flux cleaned = 5.13905e-07 Jy ! Total flux subtracted in 200 components = 5.13905e-07 Jy ! Clean residual min=-0.001823 max=0.001584 Jy/beam ! Clean residual mean=0.000005 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.0619646 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 129 components and 0.0619646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080941Jy sigma=0.000765 ! Fit after self-cal, rms=0.080940Jy sigma=0.000765 ! 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.244 mas, bmaj=7.434 mas, bpa=-3.603 degrees ! Estimated noise=499.355 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.244 x 7.434 at -3.603 degrees (North through East) ! Clean map min=-0.0015886 max=0.046541 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.641 mas, bmaj=6.369 mas, bpa=-3.178 degrees ! Estimated noise=718.097 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0346715 Jy ! Component: 100 - total flux cleaned = 0.043698 Jy ! Component: 150 - total flux cleaned = 0.048749 Jy ! Component: 200 - total flux cleaned = 0.0522067 Jy ! Total flux subtracted in 200 components = 0.0522067 Jy ! Clean residual min=-0.002928 max=0.002375 Jy/beam ! Clean residual mean=0.000004 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.0522067 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.0522067 Jy ! Inverting map and beam ! Estimated beam: bmin=3.244 mas, bmaj=7.434 mas, bpa=-3.603 degrees ! Estimated noise=499.355 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.00394899 Jy ! Component: 100 - total flux cleaned = 0.00613834 Jy ! Component: 150 - total flux cleaned = 0.00757745 Jy ! Component: 200 - total flux cleaned = 0.00857798 Jy ! Total flux subtracted in 200 components = 0.00857798 Jy ! Clean residual min=-0.001664 max=0.001333 Jy/beam ! Clean residual mean=0.000003 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.0607847 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 57 components and 0.0607847 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.629 mas, bmaj=13.55 mas, bpa=3.186 degrees ! Estimated noise=647.999 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000980052 Jy ! Component: 100 - total flux cleaned = 0.00112799 Jy ! Component: 150 - total flux cleaned = 0.0011673 Jy ! Component: 200 - total flux cleaned = 0.00116791 Jy ! Total flux subtracted in 200 components = 0.00116791 Jy ! Clean residual min=-0.001816 max=0.001553 Jy/beam ! Clean residual mean=0.000005 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.0619526 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 = -9.06281e-06 Jy ! Component: 100 - total flux cleaned = -1.68884e-05 Jy ! Component: 150 - total flux cleaned = -2.42229e-05 Jy ! Component: 200 - total flux cleaned = -3.11196e-05 Jy ! Total flux subtracted in 200 components = -3.11196e-05 Jy ! Clean residual min=-0.001808 max=0.001557 Jy/beam ! Clean residual mean=0.000005 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.0619214 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 78 components and 0.0619214 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.244 mas, bmaj=7.434 mas, bpa=-3.603 degrees ! Estimated noise=499.355 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.15372e-05 Jy ! Component: 100 - total flux cleaned = -1.2188e-05 Jy ! Component: 150 - total flux cleaned = 1.78491e-06 Jy ! Component: 200 - total flux cleaned = 1.39689e-05 Jy ! Total flux subtracted in 200 components = 1.39689e-05 Jy ! Clean residual min=-0.001630 max=0.001397 Jy/beam ! Clean residual mean=0.000002 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.0619354 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.0619354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080939Jy sigma=0.000765 ! Fit after self-cal, rms=0.080938Jy sigma=0.000765 wmodel J0103-1222_S_2015_03_17_pus_map.mod ! Writing 87 model components to file: J0103-1222_S_2015_03_17_pus_map.mod wobs J0103-1222_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0103-1222_S_2015_03_17_pus_uvs.fits wwins J0103-1222_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J0103-1222_S_2015_03_17_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.00061251 Jy ! Component: 100 - total flux cleaned = -0.000741875 Jy ! Component: 150 - total flux cleaned = -0.000767527 Jy ! Component: 200 - total flux cleaned = -0.000698604 Jy ! Component: 250 - total flux cleaned = -0.000609359 Jy ! Component: 300 - total flux cleaned = -0.000523309 Jy ! Component: 350 - total flux cleaned = -0.000482296 Jy ! Component: 400 - total flux cleaned = -0.000462219 Jy ! Component: 450 - total flux cleaned = -0.000382808 Jy ! Component: 500 - total flux cleaned = -0.000363502 Jy ! Component: 550 - total flux cleaned = -0.0003824 Jy ! Component: 600 - total flux cleaned = -0.000344785 Jy ! Component: 650 - total flux cleaned = -0.000290103 Jy ! Component: 700 - total flux cleaned = -0.000272576 Jy ! Component: 750 - total flux cleaned = -0.000219767 Jy ! Component: 800 - total flux cleaned = -0.000185034 Jy ! Component: 850 - total flux cleaned = -0.000219871 Jy ! Component: 900 - total flux cleaned = -0.000287455 Jy ! Component: 950 - total flux cleaned = -0.000270747 Jy ! Component: 1000 - total flux cleaned = -0.000287127 Jy ! Component: 1050 - total flux cleaned = -0.000287242 Jy ! Component: 1100 - total flux cleaned = -0.000303317 Jy ! Component: 1150 - total flux cleaned = -0.000319057 Jy ! Component: 1200 - total flux cleaned = -0.000365735 Jy ! Component: 1250 - total flux cleaned = -0.000365725 Jy ! Component: 1300 - total flux cleaned = -0.000411159 Jy ! Component: 1350 - total flux cleaned = -0.000395814 Jy ! Component: 1400 - total flux cleaned = -0.000396065 Jy ! Component: 1450 - total flux cleaned = -0.000469204 Jy ! Component: 1500 - total flux cleaned = -0.000497887 Jy ! Component: 1550 - total flux cleaned = -0.00052622 Jy ! Component: 1600 - total flux cleaned = -0.000498215 Jy ! Component: 1650 - total flux cleaned = -0.000567761 Jy ! Component: 1700 - total flux cleaned = -0.0005675 Jy ! Component: 1750 - total flux cleaned = -0.000581275 Jy ! Component: 1800 - total flux cleaned = -0.000648579 Jy ! Component: 1850 - total flux cleaned = -0.000674986 Jy ! Component: 1900 - total flux cleaned = -0.000701056 Jy ! Component: 1950 - total flux cleaned = -0.000649082 Jy ! Component: 2000 - total flux cleaned = -0.000713672 Jy ! Component: 2050 - total flux cleaned = -0.000739406 Jy ! Component: 2100 - total flux cleaned = -0.000790032 Jy ! Component: 2150 - total flux cleaned = -0.0007774 Jy ! Component: 2200 - total flux cleaned = -0.000752594 Jy ! Component: 2250 - total flux cleaned = -0.00076501 Jy ! Component: 2300 - total flux cleaned = -0.000789452 Jy ! Component: 2350 - total flux cleaned = -0.000765391 Jy ! Component: 2400 - total flux cleaned = -0.000777427 Jy ! Component: 2450 - total flux cleaned = -0.000789319 Jy ! Component: 2500 - total flux cleaned = -0.000789313 Jy ! Component: 2550 - total flux cleaned = -0.000754405 Jy ! Component: 2600 - total flux cleaned = -0.000742945 Jy ! Component: 2650 - total flux cleaned = -0.000811673 Jy ! Component: 2700 - total flux cleaned = -0.000720575 Jy ! Component: 2750 - total flux cleaned = -0.000776856 Jy ! Component: 2800 - total flux cleaned = -0.000743227 Jy ! Component: 2850 - total flux cleaned = -0.00072103 Jy ! Component: 2900 - total flux cleaned = -0.000787144 Jy ! Component: 2950 - total flux cleaned = -0.00075427 Jy ! Component: 3000 - total flux cleaned = -0.000732585 Jy ! Component: 3050 - total flux cleaned = -0.000764739 Jy ! Component: 3100 - total flux cleaned = -0.000732613 Jy ! Component: 3150 - total flux cleaned = -0.000711294 Jy ! Component: 3200 - total flux cleaned = -0.000700799 Jy ! Component: 3250 - total flux cleaned = -0.000711197 Jy ! Component: 3300 - total flux cleaned = -0.00063852 Jy ! Component: 3350 - total flux cleaned = -0.000628349 Jy ! Component: 3400 - total flux cleaned = -0.000618112 Jy ! Component: 3450 - total flux cleaned = -0.00054704 Jy ! Component: 3500 - total flux cleaned = -0.000567357 Jy ! Component: 3550 - total flux cleaned = -0.000607582 Jy ! Component: 3600 - total flux cleaned = -0.000617495 Jy ! Component: 3650 - total flux cleaned = -0.000597661 Jy ! Component: 3700 - total flux cleaned = -0.00055829 Jy ! Component: 3750 - total flux cleaned = -0.000607099 Jy ! Component: 3800 - total flux cleaned = -0.000577899 Jy ! Component: 3850 - total flux cleaned = -0.000597115 Jy ! Component: 3900 - total flux cleaned = -0.000549309 Jy ! Component: 3950 - total flux cleaned = -0.000577816 Jy ! Component: 4000 - total flux cleaned = -0.000558844 Jy ! Component: 4050 - total flux cleaned = -0.000540034 Jy ! Total flux subtracted in 4096 components = -0.000502777 Jy ! Clean residual min=-0.000621 max=0.000560 Jy/beam ! Clean residual mean=0.000000 rms=0.000174 Jy/beam ! Combined flux in latest and established models = 0.0614326 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 380 components and 0.0614326 Jy ![Exited script file: muppet] wmap "J0103-1222_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.244 x 7.434 at -3.603 degrees (North through East) ! Clean map min=-0.0012238 max=0.046752 Jy/beam ! Writing clean map to FITS file: J0103-1222_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0467522 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00017186 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.10279 1.10279 2.20558 4.41116 8.82232 17.6446 35.2893 70.5786 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.046 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.244 x 7.434 at -3.603 degrees (North through East) ! Clean map min=-0.0012238 max=0.046752 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 J0103-1222_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:38:49 2016