! Started logfile: J1103+3014_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:57:00 2016 obs J1103+3014_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1103+3014_S_2015_03_17_pus_uva.fits ! AN table 1: 149 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.6 visibilities/baseline/integration-bin. ! Found source: J1103+3014 ! ! 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 16092 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 J1103+3014_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 353 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 353 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 353 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 353 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.868302Jy sigma=0.010619 ! Fit after self-cal, rms=0.817500Jy sigma=0.010045 ! 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=3.491 mas, bmaj=4.603 mas, bpa=19.74 degrees ! Estimated noise=809.494 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.138642 Jy ! Component: 100 - total flux cleaned = 0.173841 Jy ! Total flux subtracted in 100 components = 0.173841 Jy ! Clean residual min=-0.008181 max=0.015292 Jy/beam ! Clean residual mean=-0.000043 rms=0.002165 Jy/beam ! Combined flux in latest and established models = 0.173841 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.173841 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103927Jy sigma=0.001117 ! Fit after self-cal, rms=0.103914Jy sigma=0.001117 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0171982 Jy ! Component: 100 - total flux cleaned = 0.0266275 Jy ! Total flux subtracted in 100 components = 0.0266275 Jy ! Clean residual min=-0.006726 max=0.008664 Jy/beam ! Clean residual mean=-0.000009 rms=0.001631 Jy/beam ! Combined flux in latest and established models = 0.200468 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 28 components and 0.200468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099808Jy sigma=0.001077 ! Fit after self-cal, rms=0.099785Jy sigma=0.001076 ! 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=4.043 mas, bmaj=5.886 mas, bpa=21.49 degrees ! Estimated noise=462.152 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.00914119 Jy ! Component: 100 - total flux cleaned = 0.014522 Jy ! Component: 150 - total flux cleaned = 0.0180458 Jy ! Component: 200 - total flux cleaned = 0.0203739 Jy ! Total flux subtracted in 200 components = 0.0203739 Jy ! Clean residual min=-0.007663 max=0.008545 Jy/beam ! Clean residual mean=0.000018 rms=0.002123 Jy/beam ! Combined flux in latest and established models = 0.220842 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 44 components and 0.220842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098523Jy sigma=0.001068 ! Fit after self-cal, rms=0.098501Jy sigma=0.001068 ! 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 1.00 FD 0.92 HN 0.94 KP 1.11 ! LA 0.92 MK 1.11 NL 0.91 OV 1.03 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.93 HN 0.97 KP 1.08 ! LA 0.88 MK 1.14 NL 1.03 OV 1.06 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.92 HN 0.95 KP 0.94 ! LA 0.76 MK 1.19 NL 1.16 OV 0.96 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.97 HN 0.90 KP 0.92 ! LA 0.82 MK 1.16 NL 0.99 OV 1.00 ! PT 1.06 SC 0.95 ! ! ! Fit before self-cal, rms=0.098501Jy sigma=0.001068 ! Fit after self-cal, rms=0.088548Jy sigma=0.001033 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.106 mas, bmaj=6.064 mas, bpa=22.33 degrees ! Estimated noise=465.612 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.00303995 Jy ! Component: 100 - total flux cleaned = -0.00337805 Jy ! Component: 150 - total flux cleaned = -0.00358134 Jy ! Component: 200 - total flux cleaned = -0.00376039 Jy ! Total flux subtracted in 200 components = -0.00376039 Jy ! Clean residual min=-0.004890 max=0.004809 Jy/beam ! Clean residual mean=0.000030 rms=0.001630 Jy/beam ! Combined flux in latest and established models = 0.217082 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 47 components and 0.217082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088405Jy sigma=0.001031 ! Fit after self-cal, rms=0.088336Jy sigma=0.001030 ! 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.088336Jy sigma=0.001030 ! Fit after self-cal, rms=0.083577Jy sigma=0.001020 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.145 mas, bmaj=6 mas, bpa=21.95 degrees ! Estimated noise=465.851 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0015121 Jy ! Component: 100 - total flux cleaned = -0.00188329 Jy ! Component: 150 - total flux cleaned = -0.00210421 Jy ! Component: 200 - total flux cleaned = -0.00229177 Jy ! Total flux subtracted in 200 components = -0.00229177 Jy ! Clean residual min=-0.003728 max=0.005644 Jy/beam ! Clean residual mean=0.000025 rms=0.001429 Jy/beam ! Combined flux in latest and established models = 0.21479 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 52 components and 0.21479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083512Jy sigma=0.001019 ! Fit after self-cal, rms=0.083693Jy sigma=0.001019 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.000112515 Jy ! Component: 100 - total flux cleaned = -0.000114333 Jy ! Component: 150 - total flux cleaned = -0.000140043 Jy ! Component: 200 - total flux cleaned = -0.000164413 Jy ! Total flux subtracted in 200 components = -0.000164413 Jy ! Clean residual min=-0.003683 max=0.005913 Jy/beam ! Clean residual mean=0.000026 rms=0.001527 Jy/beam ! Combined flux in latest and established models = 0.214626 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 53 components and 0.214626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083674Jy sigma=0.001018 ! Fit after self-cal, rms=0.083592Jy sigma=0.001018 ! 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.083592Jy sigma=0.001018 ! Fit after self-cal, rms=0.083251Jy sigma=0.001017 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.161 mas, bmaj=6.017 mas, bpa=22.03 degrees ! Estimated noise=466.845 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000855178 Jy ! Component: 100 - total flux cleaned = -0.00117453 Jy ! Component: 150 - total flux cleaned = -0.00143461 Jy ! Component: 200 - total flux cleaned = -0.00157255 Jy ! Total flux subtracted in 200 components = -0.00157255 Jy ! Clean residual min=-0.003393 max=0.006029 Jy/beam ! Clean residual mean=0.000027 rms=0.001503 Jy/beam ! Combined flux in latest and established models = 0.213053 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 54 components and 0.213053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083216Jy sigma=0.001017 ! Fit after self-cal, rms=0.083235Jy sigma=0.001017 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 = -9.26821e-05 Jy ! Component: 100 - total flux cleaned = -0.000113449 Jy ! Component: 150 - total flux cleaned = -0.000154925 Jy ! Component: 200 - total flux cleaned = -0.0001935 Jy ! Total flux subtracted in 200 components = -0.0001935 Jy ! Clean residual min=-0.003325 max=0.006038 Jy/beam ! Clean residual mean=0.000027 rms=0.001511 Jy/beam ! Combined flux in latest and established models = 0.21286 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 57 components and 0.21286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083224Jy sigma=0.001017 ! Fit after self-cal, rms=0.083222Jy sigma=0.001017 ! 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.083222Jy sigma=0.001017 ! Fit after self-cal, rms=0.083173Jy sigma=0.001017 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.679 mas, bmaj=10.08 mas, bpa=14.96 degrees ! Estimated noise=562.003 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.35448e-05 Jy ! Component: 100 - total flux cleaned = -3.2287e-05 Jy ! Component: 150 - total flux cleaned = -6.84578e-05 Jy ! Component: 200 - total flux cleaned = -9.85977e-05 Jy ! Total flux subtracted in 200 components = -9.85977e-05 Jy ! Clean residual min=-0.004822 max=0.009522 Jy/beam ! Clean residual mean=0.000060 rms=0.002761 Jy/beam ! Combined flux in latest and established models = 0.212761 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 64 components and 0.212761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083183Jy sigma=0.001017 ! Fit after self-cal, rms=0.083184Jy sigma=0.001017 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.64525e-05 Jy ! Component: 100 - total flux cleaned = -4.94992e-05 Jy ! Component: 150 - total flux cleaned = -7.61036e-05 Jy ! Component: 200 - total flux cleaned = -8.72028e-05 Jy ! Total flux subtracted in 200 components = -8.72028e-05 Jy ! Clean residual min=-0.004790 max=0.009515 Jy/beam ! Clean residual mean=0.000060 rms=0.002768 Jy/beam ! Combined flux in latest and established models = 0.212674 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 64 components and 0.212674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083191Jy sigma=0.001017 ! Fit after self-cal, rms=0.083188Jy sigma=0.001017 ! 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=4.171 mas, bmaj=6.038 mas, bpa=22.17 degrees ! Estimated noise=467.808 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.171 x 6.038 at 22.17 degrees (North through East) ! Clean map min=-0.0034222 max=0.18412 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=3.6 mas, bmaj=4.74 mas, bpa=20.7 degrees ! Estimated noise=829.214 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.141543 Jy ! Component: 100 - total flux cleaned = 0.175233 Jy ! Component: 150 - total flux cleaned = 0.189308 Jy ! Component: 200 - total flux cleaned = 0.196866 Jy ! Total flux subtracted in 200 components = 0.196866 Jy ! Clean residual min=-0.003861 max=0.007112 Jy/beam ! Clean residual mean=0.000013 rms=0.001407 Jy/beam ! Combined flux in latest and established models = 0.196866 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.196866 Jy ! Inverting map and beam ! Estimated beam: bmin=4.171 mas, bmaj=6.038 mas, bpa=22.17 degrees ! Estimated noise=467.808 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (4.5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00748433 Jy ! Component: 100 - total flux cleaned = 0.011391 Jy ! Component: 150 - total flux cleaned = 0.0139064 Jy ! Component: 200 - total flux cleaned = 0.0156791 Jy ! Total flux subtracted in 200 components = 0.0156791 Jy ! Clean residual min=-0.003183 max=0.006110 Jy/beam ! Clean residual mean=0.000028 rms=0.001482 Jy/beam ! Combined flux in latest and established models = 0.212545 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 46 components and 0.212545 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.679 mas, bmaj=10.08 mas, bpa=14.96 degrees ! Estimated noise=562.003 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00185656 Jy ! Component: 100 - total flux cleaned = 0.00278939 Jy ! Component: 150 - total flux cleaned = 0.00307461 Jy ! Component: 200 - total flux cleaned = 0.00332026 Jy ! Total flux subtracted in 200 components = 0.00332026 Jy ! Clean residual min=-0.004765 max=0.009708 Jy/beam ! Clean residual mean=0.000066 rms=0.002736 Jy/beam ! Combined flux in latest and established models = 0.215866 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.000189189 Jy ! Component: 100 - total flux cleaned = 0.000358256 Jy ! Component: 150 - total flux cleaned = 0.000467072 Jy ! Component: 200 - total flux cleaned = 0.000547382 Jy ! Total flux subtracted in 200 components = 0.000547382 Jy ! Clean residual min=-0.004727 max=0.009759 Jy/beam ! Clean residual mean=0.000067 rms=0.002733 Jy/beam ! Combined flux in latest and established models = 0.216413 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 73 components and 0.216413 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.171 mas, bmaj=6.038 mas, bpa=22.17 degrees ! Estimated noise=467.808 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000677782 Jy ! Component: 100 - total flux cleaned = -0.00075408 Jy ! Component: 150 - total flux cleaned = -0.000787517 Jy ! Component: 200 - total flux cleaned = -0.000755547 Jy ! Total flux subtracted in 200 components = -0.000755547 Jy ! Clean residual min=-0.003173 max=0.006362 Jy/beam ! Clean residual mean=0.000031 rms=0.001472 Jy/beam ! Combined flux in latest and established models = 0.215658 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.215658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083016Jy sigma=0.001015 ! Fit after self-cal, rms=0.083024Jy sigma=0.001015 wmodel J1103+3014_S_2015_03_17_pus_map.mod ! Writing 87 model components to file: J1103+3014_S_2015_03_17_pus_map.mod wobs J1103+3014_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1103+3014_S_2015_03_17_pus_uvs.fits wwins J1103+3014_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J1103+3014_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.0027636 Jy ! Component: 100 - total flux cleaned = 0.00522067 Jy ! Component: 150 - total flux cleaned = 0.00747956 Jy ! Component: 200 - total flux cleaned = 0.00957552 Jy ! Component: 250 - total flux cleaned = 0.0115415 Jy ! Component: 300 - total flux cleaned = 0.0133974 Jy ! Component: 350 - total flux cleaned = 0.0151542 Jy ! Component: 400 - total flux cleaned = 0.0168215 Jy ! Component: 450 - total flux cleaned = 0.0184051 Jy ! Component: 500 - total flux cleaned = 0.0199121 Jy ! Component: 550 - total flux cleaned = 0.02135 Jy ! Component: 600 - total flux cleaned = 0.022724 Jy ! Component: 650 - total flux cleaned = 0.0240399 Jy ! Component: 700 - total flux cleaned = 0.0252056 Jy ! Component: 750 - total flux cleaned = 0.0261858 Jy ! Component: 800 - total flux cleaned = 0.0271374 Jy ! Component: 850 - total flux cleaned = 0.0280626 Jy ! Component: 900 - total flux cleaned = 0.0290081 Jy ! Component: 950 - total flux cleaned = 0.0297981 Jy ! Component: 1000 - total flux cleaned = 0.0306549 Jy ! Component: 1050 - total flux cleaned = 0.0313242 Jy ! Component: 1100 - total flux cleaned = 0.0320199 Jy ! Component: 1150 - total flux cleaned = 0.0327006 Jy ! Component: 1200 - total flux cleaned = 0.0332892 Jy ! Component: 1250 - total flux cleaned = 0.0339039 Jy ! Component: 1300 - total flux cleaned = 0.0345064 Jy ! Component: 1350 - total flux cleaned = 0.0350604 Jy ! Component: 1400 - total flux cleaned = 0.0355682 Jy ! Component: 1450 - total flux cleaned = 0.0361741 Jy ! Component: 1500 - total flux cleaned = 0.036664 Jy ! Component: 1550 - total flux cleaned = 0.037078 Jy ! Component: 1600 - total flux cleaned = 0.0375867 Jy ! Component: 1650 - total flux cleaned = 0.0380866 Jy ! Component: 1700 - total flux cleaned = 0.0385461 Jy ! Component: 1750 - total flux cleaned = 0.0389666 Jy ! Component: 1800 - total flux cleaned = 0.0393489 Jy ! Component: 1850 - total flux cleaned = 0.0397882 Jy ! Component: 1900 - total flux cleaned = 0.0401904 Jy ! Component: 1950 - total flux cleaned = 0.0405861 Jy ! Component: 2000 - total flux cleaned = 0.0408859 Jy ! Component: 2050 - total flux cleaned = 0.0411818 Jy ! Component: 2100 - total flux cleaned = 0.0413863 Jy ! Component: 2150 - total flux cleaned = 0.0417616 Jy ! Component: 2200 - total flux cleaned = 0.0420179 Jy ! Component: 2250 - total flux cleaned = 0.0422149 Jy ! Component: 2300 - total flux cleaned = 0.0425756 Jy ! Component: 2350 - total flux cleaned = 0.0427672 Jy ! Component: 2400 - total flux cleaned = 0.043065 Jy ! Component: 2450 - total flux cleaned = 0.0432789 Jy ! Component: 2500 - total flux cleaned = 0.0436493 Jy ! Component: 2550 - total flux cleaned = 0.043911 Jy ! Component: 2600 - total flux cleaned = 0.0441694 Jy ! Component: 2650 - total flux cleaned = 0.0444506 Jy ! Component: 2700 - total flux cleaned = 0.0447041 Jy ! Component: 2750 - total flux cleaned = 0.0450043 Jy ! Component: 2800 - total flux cleaned = 0.045277 Jy ! Component: 2850 - total flux cleaned = 0.0455469 Jy ! Component: 2900 - total flux cleaned = 0.0458138 Jy ! Component: 2950 - total flux cleaned = 0.0460063 Jy ! Component: 3000 - total flux cleaned = 0.0463401 Jy ! Component: 3050 - total flux cleaned = 0.0466465 Jy ! Component: 3100 - total flux cleaned = 0.0468102 Jy ! Component: 3150 - total flux cleaned = 0.0471112 Jy ! Component: 3200 - total flux cleaned = 0.0473635 Jy ! Component: 3250 - total flux cleaned = 0.0475906 Jy ! Component: 3300 - total flux cleaned = 0.0478382 Jy ! Component: 3350 - total flux cleaned = 0.0480387 Jy ! Component: 3400 - total flux cleaned = 0.048304 Jy ! Component: 3450 - total flux cleaned = 0.0484576 Jy ! Component: 3500 - total flux cleaned = 0.0487398 Jy ! Component: 3550 - total flux cleaned = 0.049041 Jy ! Component: 3600 - total flux cleaned = 0.0492114 Jy ! Component: 3650 - total flux cleaned = 0.0494443 Jy ! Component: 3700 - total flux cleaned = 0.0496747 Jy ! Component: 3750 - total flux cleaned = 0.0499034 Jy ! Component: 3800 - total flux cleaned = 0.0501304 Jy ! Component: 3850 - total flux cleaned = 0.0503758 Jy ! Component: 3900 - total flux cleaned = 0.0505784 Jy ! Component: 3950 - total flux cleaned = 0.0507996 Jy ! Component: 4000 - total flux cleaned = 0.0510391 Jy ! Component: 4050 - total flux cleaned = 0.0512767 Jy ! Total flux subtracted in 4096 components = 0.0514338 Jy ! Clean residual min=-0.000980 max=0.001149 Jy/beam ! Clean residual mean=0.000004 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.267091 Jy keep ! Adding 496 model components to the UV plane model. ! The established model now contains 583 components and 0.267091 Jy ![Exited script file: muppet] wmap "J1103+3014_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.171 x 6.038 at 22.17 degrees (North through East) ! Clean map min=-0.0020727 max=0.18592 Jy/beam ! Writing clean map to FITS file: J1103+3014_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.185918 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000544079 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.877933 0.877933 1.75587 3.51173 7.02347 14.0469 28.0939 56.1877 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.185 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.171 x 6.038 at 22.17 degrees (North through East) ! Clean map min=-0.0020727 max=0.18592 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 J1103+3014_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:57:05 2016