! Started logfile: J0105+5125_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:00:12 2017 obs J0105+5125_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0105+5125_S_2015_01_23_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.789184 visibilities/baseline/integration-bin. ! Found source: J0105+5125 ! ! 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 16052 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 J0105+5125_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 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.857998Jy sigma=0.009026 ! Fit after self-cal, rms=0.802920Jy sigma=0.008439 ! 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.061 mas, bmaj=5.952 mas, bpa=37.02 degrees ! Estimated noise=1051.32 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.169444 Jy ! Component: 100 - total flux cleaned = 0.249388 Jy ! Total flux subtracted in 100 components = 0.249388 Jy ! Clean residual min=-0.022835 max=0.041273 Jy/beam ! Clean residual mean=-0.000108 rms=0.006983 Jy/beam ! Combined flux in latest and established models = 0.249388 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.249388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210897Jy sigma=0.001599 ! Fit after self-cal, rms=0.209119Jy sigma=0.001574 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0547676 Jy ! Component: 100 - total flux cleaned = 0.0848421 Jy ! Total flux subtracted in 100 components = 0.0848421 Jy ! Clean residual min=-0.018203 max=0.022881 Jy/beam ! Clean residual mean=-0.000049 rms=0.004690 Jy/beam ! Combined flux in latest and established models = 0.33423 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.33423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193330Jy sigma=0.001234 ! Fit after self-cal, rms=0.192441Jy sigma=0.001217 ! 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.843 mas, bmaj=6.549 mas, bpa=35.78 degrees ! Estimated noise=548.514 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.0312592 Jy ! Component: 100 - total flux cleaned = 0.0462634 Jy ! Component: 150 - total flux cleaned = 0.0551731 Jy ! Component: 200 - total flux cleaned = 0.0607747 Jy ! Total flux subtracted in 200 components = 0.0607747 Jy ! Clean residual min=-0.015282 max=0.023993 Jy/beam ! Clean residual mean=-0.000102 rms=0.005289 Jy/beam ! Combined flux in latest and established models = 0.395005 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 36 components and 0.395005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.189931Jy sigma=0.001101 ! Fit after self-cal, rms=0.189572Jy sigma=0.001095 ! 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.98 FD 4.21 HN 0.94 KP 1.05 ! LA 0.94 MK 0.90 NL 0.99 OV 0.93 ! PT 0.97 SC 1.07 ! ! ! 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 4.64 HN 1.01 KP 0.97 ! LA 0.91 MK 0.90 NL 0.97 OV 0.97 ! PT 0.97 SC 1.11 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 4.90 HN 1.01 KP 0.84 ! LA 0.74 MK 0.99 NL 1.00 OV 0.91 ! PT 0.97 SC 1.11 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 3.82 HN 0.97 KP 0.79 ! LA 0.79 MK 0.95 NL 1.04 OV 0.97 ! PT 1.02 SC 1.06 ! ! ! Fit before self-cal, rms=0.189572Jy sigma=0.001095 ! Fit after self-cal, rms=0.700531Jy sigma=0.000854 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.868 mas, bmaj=6.552 mas, bpa=35.25 degrees ! Estimated noise=549.548 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 (8.5, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0170185 Jy ! Component: 100 - total flux cleaned = 0.0204654 Jy ! Component: 150 - total flux cleaned = 0.0234644 Jy ! Component: 200 - total flux cleaned = 0.0255686 Jy ! Total flux subtracted in 200 components = 0.0255686 Jy ! Clean residual min=-0.006292 max=0.005384 Jy/beam ! Clean residual mean=0.000015 rms=0.001389 Jy/beam ! Combined flux in latest and established models = 0.420573 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 53 components and 0.420573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.699433Jy sigma=0.000805 ! Fit after self-cal, rms=0.699737Jy sigma=0.000802 ! 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.699737Jy sigma=0.000802 ! Fit after self-cal, rms=0.314783Jy sigma=0.000789 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.906 mas, bmaj=6.528 mas, bpa=35.28 degrees ! Estimated noise=552.122 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.86117e-05 Jy ! Component: 100 - total flux cleaned = 0.000778788 Jy ! Component: 150 - total flux cleaned = 0.00101371 Jy ! Component: 200 - total flux cleaned = 0.00111296 Jy ! Total flux subtracted in 200 components = 0.00111296 Jy ! Clean residual min=-0.003533 max=0.003096 Jy/beam ! Clean residual mean=-0.000001 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.421686 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 66 components and 0.421686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.314668Jy sigma=0.000784 ! Fit after self-cal, rms=0.314638Jy sigma=0.000783 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) ! Added new window around map position (-5, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000230968 Jy ! Component: 100 - total flux cleaned = -0.000668936 Jy ! Component: 150 - total flux cleaned = -0.000577324 Jy ! Component: 200 - total flux cleaned = -0.000660022 Jy ! Total flux subtracted in 200 components = -0.000660022 Jy ! Clean residual min=-0.002450 max=0.002650 Jy/beam ! Clean residual mean=-0.000002 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.421026 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 80 components and 0.421026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.314575Jy sigma=0.000780 ! Fit after self-cal, rms=0.314556Jy sigma=0.000779 ! 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.314556Jy sigma=0.000779 ! Fit after self-cal, rms=0.316893Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.905 mas, bmaj=6.523 mas, bpa=35.33 degrees ! Estimated noise=552.317 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.34964e-05 Jy ! Component: 100 - total flux cleaned = 0.000204023 Jy ! Component: 150 - total flux cleaned = 0.000266662 Jy ! Component: 200 - total flux cleaned = 0.000262672 Jy ! Total flux subtracted in 200 components = 0.000262672 Jy ! Clean residual min=-0.002158 max=0.002285 Jy/beam ! Clean residual mean=-0.000001 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.421289 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 91 components and 0.421289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.316859Jy sigma=0.000778 ! Fit after self-cal, rms=0.316851Jy sigma=0.000778 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 = -2.95446e-05 Jy ! Component: 100 - total flux cleaned = -2.67737e-05 Jy ! Component: 150 - total flux cleaned = -7.26567e-05 Jy ! Component: 200 - total flux cleaned = -0.000160611 Jy ! Total flux subtracted in 200 components = -0.000160611 Jy ! Clean residual min=-0.001988 max=0.002044 Jy/beam ! Clean residual mean=-0.000001 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.421128 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 106 components and 0.421128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.316828Jy sigma=0.000777 ! Fit after self-cal, rms=0.316823Jy sigma=0.000777 ! 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.316823Jy sigma=0.000777 ! Fit after self-cal, rms=0.316848Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.487 mas, bmaj=8.397 mas, bpa=26.91 degrees ! Estimated noise=681.722 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000179663 Jy ! Component: 100 - total flux cleaned = 0.000103239 Jy ! Component: 150 - total flux cleaned = 7.46127e-05 Jy ! Component: 200 - total flux cleaned = 2.3164e-05 Jy ! Total flux subtracted in 200 components = 2.3164e-05 Jy ! Clean residual min=-0.002087 max=0.001770 Jy/beam ! Clean residual mean=-0.000003 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.421152 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 120 components and 0.421151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.316837Jy sigma=0.000777 ! Fit after self-cal, rms=0.316829Jy sigma=0.000776 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.72092e-05 Jy ! Component: 100 - total flux cleaned = -1.13682e-05 Jy ! Component: 150 - total flux cleaned = -5.58051e-05 Jy ! Component: 200 - total flux cleaned = -5.64566e-05 Jy ! Total flux subtracted in 200 components = -5.64566e-05 Jy ! Clean residual min=-0.002064 max=0.001680 Jy/beam ! Clean residual mean=-0.000003 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.421095 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 123 components and 0.421095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.316825Jy sigma=0.000776 ! Fit after self-cal, rms=0.316823Jy sigma=0.000776 ! 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.9 mas, bmaj=6.523 mas, bpa=35.39 degrees ! Estimated noise=552.17 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.9 x 6.523 at 35.39 degrees (North through East) ! Clean map min=-0.0019749 max=0.19449 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.1 mas, bmaj=5.889 mas, bpa=36.66 degrees ! Estimated noise=1074.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.181119 Jy ! Component: 100 - total flux cleaned = 0.266484 Jy ! Component: 150 - total flux cleaned = 0.312808 Jy ! Component: 200 - total flux cleaned = 0.341613 Jy ! Total flux subtracted in 200 components = 0.341613 Jy ! Clean residual min=-0.007944 max=0.016109 Jy/beam ! Clean residual mean=-0.000056 rms=0.002407 Jy/beam ! Combined flux in latest and established models = 0.341613 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.341613 Jy ! Inverting map and beam ! Estimated beam: bmin=3.9 mas, bmaj=6.523 mas, bpa=35.39 degrees ! Estimated noise=552.17 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.0260715 Jy ! Component: 100 - total flux cleaned = 0.0432009 Jy ! Component: 150 - total flux cleaned = 0.0547067 Jy ! Component: 200 - total flux cleaned = 0.062636 Jy ! Total flux subtracted in 200 components = 0.062636 Jy ! Clean residual min=-0.003360 max=0.004375 Jy/beam ! Clean residual mean=-0.000033 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.404249 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 38 components and 0.404249 Jy ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00554282 Jy ! Component: 100 - total flux cleaned = 0.00947264 Jy ! Component: 150 - total flux cleaned = 0.0118411 Jy ! Component: 200 - total flux cleaned = 0.0134042 Jy ! Total flux subtracted in 200 components = 0.0134042 Jy ! Clean residual min=-0.002286 max=0.001963 Jy/beam ! Clean residual mean=-0.000008 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.417653 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 61 components and 0.417653 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.487 mas, bmaj=8.397 mas, bpa=26.91 degrees ! Estimated noise=681.722 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00212414 Jy ! Component: 100 - total flux cleaned = 0.00248561 Jy ! Component: 150 - total flux cleaned = 0.00272966 Jy ! Component: 200 - total flux cleaned = 0.00293806 Jy ! Total flux subtracted in 200 components = 0.00293806 Jy ! Clean residual min=-0.002010 max=0.001789 Jy/beam ! Clean residual mean=-0.000005 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.420591 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.000178393 Jy ! Component: 100 - total flux cleaned = 0.000332701 Jy ! Component: 150 - total flux cleaned = 0.000358854 Jy ! Component: 200 - total flux cleaned = 0.000383281 Jy ! Total flux subtracted in 200 components = 0.000383281 Jy ! Clean residual min=-0.002003 max=0.001751 Jy/beam ! Clean residual mean=-0.000004 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.420975 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 121 components and 0.420975 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.9 mas, bmaj=6.523 mas, bpa=35.39 degrees ! Estimated noise=552.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.29591e-05 Jy ! Component: 100 - total flux cleaned = 0.00020187 Jy ! Component: 150 - total flux cleaned = 0.00043194 Jy ! Component: 200 - total flux cleaned = 0.000464972 Jy ! Total flux subtracted in 200 components = 0.000464972 Jy ! Clean residual min=-0.001925 max=0.001745 Jy/beam ! Clean residual mean=-0.000001 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.42144 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 138 components and 0.42144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.316810Jy sigma=0.000776 ! Fit after self-cal, rms=0.316805Jy sigma=0.000776 wmodel J0105+5125_S_2015_01_23_pus_map.mod ! Writing 138 model components to file: J0105+5125_S_2015_01_23_pus_map.mod wobs J0105+5125_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0105+5125_S_2015_01_23_pus_uvs.fits wwins J0105+5125_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J0105+5125_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.000305383 Jy ! Component: 100 - total flux cleaned = -0.000365141 Jy ! Component: 150 - total flux cleaned = -0.000338577 Jy ! Component: 200 - total flux cleaned = -0.000232643 Jy ! Component: 250 - total flux cleaned = -7.95471e-05 Jy ! Component: 300 - total flux cleaned = -7.95441e-05 Jy ! Component: 350 - total flux cleaned = 4.2918e-05 Jy ! Component: 400 - total flux cleaned = 0.000161931 Jy ! Component: 450 - total flux cleaned = 0.000254693 Jy ! Component: 500 - total flux cleaned = 0.000277053 Jy ! Component: 550 - total flux cleaned = 0.000254268 Jy ! Component: 600 - total flux cleaned = 0.000254229 Jy ! Component: 650 - total flux cleaned = 0.000254513 Jy ! Component: 700 - total flux cleaned = 0.000318707 Jy ! Component: 750 - total flux cleaned = 0.000339585 Jy ! Component: 800 - total flux cleaned = 0.000277277 Jy ! Component: 850 - total flux cleaned = 0.00025713 Jy ! Component: 900 - total flux cleaned = 0.000256936 Jy ! Component: 950 - total flux cleaned = 0.000197351 Jy ! Component: 1000 - total flux cleaned = 0.000177789 Jy ! Component: 1050 - total flux cleaned = 0.000158454 Jy ! Component: 1100 - total flux cleaned = 8.16562e-05 Jy ! Component: 1150 - total flux cleaned = 4.39609e-05 Jy ! Component: 1200 - total flux cleaned = 4.4168e-05 Jy ! Component: 1250 - total flux cleaned = 7.02269e-06 Jy ! Component: 1300 - total flux cleaned = 2.52445e-05 Jy ! Component: 1350 - total flux cleaned = -4.77297e-05 Jy ! Component: 1400 - total flux cleaned = -0.000101811 Jy ! Component: 1450 - total flux cleaned = -0.000172981 Jy ! Component: 1500 - total flux cleaned = -0.00017285 Jy ! Component: 1550 - total flux cleaned = -0.000295369 Jy ! Component: 1600 - total flux cleaned = -0.000243138 Jy ! Component: 1650 - total flux cleaned = -0.000243157 Jy ! Component: 1700 - total flux cleaned = -0.000328535 Jy ! Component: 1750 - total flux cleaned = -0.000362055 Jy ! Component: 1800 - total flux cleaned = -0.000378808 Jy ! Component: 1850 - total flux cleaned = -0.000411977 Jy ! Component: 1900 - total flux cleaned = -0.000412208 Jy ! Component: 1950 - total flux cleaned = -0.000526673 Jy ! Component: 2000 - total flux cleaned = -0.000542807 Jy ! Component: 2050 - total flux cleaned = -0.000558913 Jy ! Component: 2100 - total flux cleaned = -0.000622985 Jy ! Component: 2150 - total flux cleaned = -0.000670451 Jy ! Component: 2200 - total flux cleaned = -0.000717592 Jy ! Component: 2250 - total flux cleaned = -0.000733037 Jy ! Component: 2300 - total flux cleaned = -0.000764033 Jy ! Component: 2350 - total flux cleaned = -0.000810056 Jy ! Component: 2400 - total flux cleaned = -0.000840728 Jy ! Component: 2450 - total flux cleaned = -0.00081044 Jy ! Component: 2500 - total flux cleaned = -0.000870762 Jy ! Component: 2550 - total flux cleaned = -0.000915696 Jy ! Component: 2600 - total flux cleaned = -0.00100482 Jy ! Component: 2650 - total flux cleaned = -0.00100476 Jy ! Component: 2700 - total flux cleaned = -0.00101931 Jy ! Component: 2750 - total flux cleaned = -0.00104844 Jy ! Component: 2800 - total flux cleaned = -0.00109188 Jy ! Component: 2850 - total flux cleaned = -0.00110622 Jy ! Component: 2900 - total flux cleaned = -0.00116316 Jy ! Component: 2950 - total flux cleaned = -0.00117739 Jy ! Component: 3000 - total flux cleaned = -0.00124773 Jy ! Component: 3050 - total flux cleaned = -0.00126167 Jy ! Component: 3100 - total flux cleaned = -0.00128939 Jy ! Component: 3150 - total flux cleaned = -0.0013031 Jy ! Component: 3200 - total flux cleaned = -0.00131693 Jy ! Component: 3250 - total flux cleaned = -0.00135807 Jy ! Component: 3300 - total flux cleaned = -0.00134433 Jy ! Component: 3350 - total flux cleaned = -0.00139825 Jy ! Component: 3400 - total flux cleaned = -0.00139816 Jy ! Component: 3450 - total flux cleaned = -0.00139823 Jy ! Component: 3500 - total flux cleaned = -0.00141151 Jy ! Component: 3550 - total flux cleaned = -0.00143796 Jy ! Component: 3600 - total flux cleaned = -0.00149039 Jy ! Component: 3650 - total flux cleaned = -0.00146421 Jy ! Component: 3700 - total flux cleaned = -0.00149008 Jy ! Component: 3750 - total flux cleaned = -0.00150299 Jy ! Component: 3800 - total flux cleaned = -0.00149015 Jy ! Component: 3850 - total flux cleaned = -0.00147743 Jy ! Component: 3900 - total flux cleaned = -0.00149005 Jy ! Component: 3950 - total flux cleaned = -0.00151536 Jy ! Component: 4000 - total flux cleaned = -0.00149018 Jy ! Component: 4050 - total flux cleaned = -0.00151524 Jy ! Total flux subtracted in 4096 components = -0.00150272 Jy ! Clean residual min=-0.000659 max=0.000793 Jy/beam ! Clean residual mean=-0.000001 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.419937 Jy keep ! Adding 274 model components to the UV plane model. ! The established model now contains 412 components and 0.419937 Jy ![Exited script file: muppet] wmap "J0105+5125_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.9 x 6.523 at 35.39 degrees (North through East) ! Clean map min=-0.0017495 max=0.19392 Jy/beam ! Writing clean map to FITS file: J0105+5125_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.19392 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000232017 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.358937 0.358937 0.717873 1.43575 2.87149 5.74299 11.486 22.9719 45.9439 91.8878 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.193 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.9 x 6.523 at 35.39 degrees (North through East) ! Clean map min=-0.0017495 max=0.19392 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 J0105+5125_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:00:18 2017