! Started logfile: J0905+4850_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:22:00 2017 obs J0905+4850_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0905+4850_S_2014_01_04_pus_uva.fits ! AN table 1: 76 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.680556 visibilities/baseline/integration-bin. ! Found source: J0905+4850 ! ! 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 370 lines of history. ! ! Reading 7448 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 J0905+4850_S_2014_01_04_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 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.620794Jy sigma=0.008818 ! Fit after self-cal, rms=0.592629Jy sigma=0.008515 ! 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.478 mas, bmaj=3.784 mas, bpa=-72.66 degrees ! Estimated noise=1057.34 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.308964 Jy ! Component: 100 - total flux cleaned = 0.385246 Jy ! Total flux subtracted in 100 components = 0.385246 Jy ! Clean residual min=-0.015398 max=0.027942 Jy/beam ! Clean residual mean=-0.000116 rms=0.004242 Jy/beam ! Combined flux in latest and established models = 0.385246 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.385246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102544Jy sigma=0.001220 ! Fit after self-cal, rms=0.102519Jy sigma=0.001220 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0273579 Jy ! Component: 100 - total flux cleaned = 0.0394773 Jy ! Total flux subtracted in 100 components = 0.0394773 Jy ! Clean residual min=-0.014703 max=0.016104 Jy/beam ! Clean residual mean=-0.000091 rms=0.003398 Jy/beam ! Combined flux in latest and established models = 0.424723 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 13 components and 0.424723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091344Jy sigma=0.001135 ! Fit after self-cal, rms=0.091337Jy sigma=0.001134 ! 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.34 mas, bmaj=4.772 mas, bpa=-69.83 degrees ! Estimated noise=625.79 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.00962414 Jy ! Component: 100 - total flux cleaned = 0.0153939 Jy ! Component: 150 - total flux cleaned = 0.0189987 Jy ! Component: 200 - total flux cleaned = 0.0199549 Jy ! Total flux subtracted in 200 components = 0.0199549 Jy ! Clean residual min=-0.013754 max=0.015880 Jy/beam ! Clean residual mean=-0.000204 rms=0.003418 Jy/beam ! Combined flux in latest and established models = 0.444678 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 22 components and 0.444678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089420Jy sigma=0.001133 ! Fit after self-cal, rms=0.089414Jy sigma=0.001133 ! 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.11 FD 0.86 KP 1.00* LA 1.01 ! MK 0.99 NL 0.96 OV 0.95 PT 1.00 ! SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.04 KP 1.00* LA 0.98 ! MK 1.00 NL 1.01 OV 0.98 PT 0.97 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.22 KP 1.00* LA 0.81 ! MK 1.01 NL 0.98 OV 0.90 PT 0.95 ! SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.23 FD 1.07 KP 1.00* LA 0.88 ! MK 1.02 NL 1.08 OV 0.97 PT 1.00 ! SC 0.92 ! ! ! Fit before self-cal, rms=0.089414Jy sigma=0.001133 ! Fit after self-cal, rms=0.072535Jy sigma=0.000890 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.339 mas, bmaj=4.735 mas, bpa=-71.09 degrees ! Estimated noise=626.797 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.0018129 Jy ! Component: 100 - total flux cleaned = -0.00192761 Jy ! Component: 150 - total flux cleaned = -0.00212171 Jy ! Component: 200 - total flux cleaned = -0.00238543 Jy ! Total flux subtracted in 200 components = -0.00238543 Jy ! Clean residual min=-0.003886 max=0.004779 Jy/beam ! Clean residual mean=-0.000146 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 0.442293 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 26 components and 0.442293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072110Jy sigma=0.000886 ! Fit after self-cal, rms=0.071802Jy sigma=0.000885 ! 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.071802Jy sigma=0.000885 ! Fit after self-cal, rms=0.071224Jy sigma=0.000878 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.34 mas, bmaj=4.74 mas, bpa=-69.14 degrees ! Estimated noise=626.945 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00034592 Jy ! Component: 100 - total flux cleaned = 0.000263325 Jy ! Component: 150 - total flux cleaned = 0.000148394 Jy ! Component: 200 - total flux cleaned = 9.20099e-06 Jy ! Total flux subtracted in 200 components = 9.20099e-06 Jy ! Clean residual min=-0.002975 max=0.004483 Jy/beam ! Clean residual mean=-0.000094 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.442302 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 30 components and 0.442302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071163Jy sigma=0.000877 ! Fit after self-cal, rms=0.071167Jy sigma=0.000877 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 (7.5, -40). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00419844 Jy ! Component: 100 - total flux cleaned = 0.00667928 Jy ! Component: 150 - total flux cleaned = 0.00849414 Jy ! Component: 200 - total flux cleaned = 0.00989074 Jy ! Total flux subtracted in 200 components = 0.00989074 Jy ! Clean residual min=-0.002719 max=0.003024 Jy/beam ! Clean residual mean=-0.000054 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.452192 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 58 components and 0.452192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070895Jy sigma=0.000873 ! Fit after self-cal, rms=0.070889Jy sigma=0.000873 ! 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.070889Jy sigma=0.000873 ! Fit after self-cal, rms=0.070840Jy sigma=0.000873 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.337 mas, bmaj=4.737 mas, bpa=-69.23 degrees ! Estimated noise=626.444 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154093 Jy ! Component: 100 - total flux cleaned = 0.00263608 Jy ! Component: 150 - total flux cleaned = 0.00340016 Jy ! Component: 200 - total flux cleaned = 0.0035921 Jy ! Total flux subtracted in 200 components = 0.0035921 Jy ! Clean residual min=-0.002603 max=0.002909 Jy/beam ! Clean residual mean=-0.000041 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.455785 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 66 components and 0.455785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070786Jy sigma=0.000872 ! Fit after self-cal, rms=0.070785Jy sigma=0.000872 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 (1.5, -83.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00270698 Jy ! Component: 100 - total flux cleaned = 0.00427499 Jy ! Component: 150 - total flux cleaned = 0.00520879 Jy ! Component: 200 - total flux cleaned = 0.00588039 Jy ! Total flux subtracted in 200 components = 0.00588039 Jy ! Clean residual min=-0.002367 max=0.002398 Jy/beam ! Clean residual mean=-0.000023 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.461665 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 89 components and 0.461665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070665Jy sigma=0.000870 ! Fit after self-cal, rms=0.070657Jy sigma=0.000870 ! Inverting map ! Added new window around map position (-105.5, -27). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00222723 Jy ! Component: 100 - total flux cleaned = 0.00356052 Jy ! Component: 150 - total flux cleaned = 0.00462646 Jy ! Component: 200 - total flux cleaned = 0.00548506 Jy ! Total flux subtracted in 200 components = 0.00548506 Jy ! Clean residual min=-0.001964 max=0.001968 Jy/beam ! Clean residual mean=-0.000024 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.46715 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 114 components and 0.46715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070571Jy sigma=0.000869 ! Fit after self-cal, rms=0.070571Jy sigma=0.000869 ! 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.070571Jy sigma=0.000869 ! Fit after self-cal, rms=0.070581Jy sigma=0.000869 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.317 mas, bmaj=9.134 mas, bpa=39.15 degrees ! Estimated noise=723.889 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112193 Jy ! Component: 100 - total flux cleaned = 0.00195661 Jy ! Component: 150 - total flux cleaned = 0.00252765 Jy ! Component: 200 - total flux cleaned = 0.00300792 Jy ! Total flux subtracted in 200 components = 0.00300792 Jy ! Clean residual min=-0.001734 max=0.002040 Jy/beam ! Clean residual mean=-0.000034 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.470158 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 143 components and 0.470158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070568Jy sigma=0.000869 ! Fit after self-cal, rms=0.070565Jy sigma=0.000869 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 (-8, 73). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178948 Jy ! Component: 100 - total flux cleaned = 0.00225618 Jy ! Component: 150 - total flux cleaned = 0.00258448 Jy ! Component: 200 - total flux cleaned = 0.00283225 Jy ! Total flux subtracted in 200 components = 0.00283225 Jy ! Clean residual min=-0.001527 max=0.001334 Jy/beam ! Clean residual mean=-0.000010 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.47299 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 177 components and 0.47299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070519Jy sigma=0.000868 ! Fit after self-cal, rms=0.070522Jy sigma=0.000868 ! 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.336 mas, bmaj=4.736 mas, bpa=-69.4 degrees ! Estimated noise=626.405 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.336 x 4.736 at -69.4 degrees (North through East) ! Clean map min=-0.0016502 max=0.40484 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.472 mas, bmaj=3.752 mas, bpa=-72.27 degrees ! Estimated noise=1056.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.308714 Jy ! Component: 100 - total flux cleaned = 0.385983 Jy ! Component: 150 - total flux cleaned = 0.413851 Jy ! Component: 200 - total flux cleaned = 0.426546 Jy ! Total flux subtracted in 200 components = 0.426546 Jy ! Clean residual min=-0.004048 max=0.005739 Jy/beam ! Clean residual mean=-0.000045 rms=0.001154 Jy/beam ! Combined flux in latest and established models = 0.426546 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.426546 Jy ! Inverting map and beam ! Estimated beam: bmin=4.336 mas, bmaj=4.736 mas, bpa=-69.4 degrees ! Estimated noise=626.405 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.00824856 Jy ! Component: 100 - total flux cleaned = 0.0131116 Jy ! Component: 150 - total flux cleaned = 0.0167632 Jy ! Component: 200 - total flux cleaned = 0.0198712 Jy ! Total flux subtracted in 200 components = 0.0198712 Jy ! Clean residual min=-0.002665 max=0.002735 Jy/beam ! Clean residual mean=-0.000072 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.446418 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 40 components and 0.446418 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=8.317 mas, bmaj=9.134 mas, bpa=39.15 degrees ! Estimated noise=723.889 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00389736 Jy ! Component: 100 - total flux cleaned = 0.00702145 Jy ! Component: 150 - total flux cleaned = 0.00964917 Jy ! Component: 200 - total flux cleaned = 0.0118752 Jy ! Total flux subtracted in 200 components = 0.0118752 Jy ! Clean residual min=-0.002136 max=0.002100 Jy/beam ! Clean residual mean=-0.000078 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.458293 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.00189647 Jy ! Component: 100 - total flux cleaned = 0.00352985 Jy ! Component: 150 - total flux cleaned = 0.00485168 Jy ! Component: 200 - total flux cleaned = 0.00592841 Jy ! Total flux subtracted in 200 components = 0.00592841 Jy ! Clean residual min=-0.001681 max=0.001518 Jy/beam ! Clean residual mean=-0.000046 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.464221 Jy ! Adding 119 model components to the UV plane model. ! The established model now contains 157 components and 0.464221 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.336 mas, bmaj=4.736 mas, bpa=-69.4 degrees ! Estimated noise=626.405 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155998 Jy ! Component: 100 - total flux cleaned = 0.0025709 Jy ! Component: 150 - total flux cleaned = 0.00337881 Jy ! Component: 200 - total flux cleaned = 0.00407615 Jy ! Total flux subtracted in 200 components = 0.00407615 Jy ! Clean residual min=-0.001922 max=0.001834 Jy/beam ! Clean residual mean=-0.000008 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.468297 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 185 components and 0.468297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070583Jy sigma=0.000869 ! Fit after self-cal, rms=0.070581Jy sigma=0.000869 wmodel J0905+4850_S_2014_01_04_pus_map.mod ! Writing 185 model components to file: J0905+4850_S_2014_01_04_pus_map.mod wobs J0905+4850_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0905+4850_S_2014_01_04_pus_uvs.fits wwins J0905+4850_S_2014_01_04_pus_map.win ! wwins: Wrote 5 windows to J0905+4850_S_2014_01_04_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 = 3.03699e-05 Jy ! Component: 100 - total flux cleaned = 0.000297731 Jy ! Component: 150 - total flux cleaned = 0.000492383 Jy ! Component: 200 - total flux cleaned = 0.000626386 Jy ! Component: 250 - total flux cleaned = 0.000808415 Jy ! Component: 300 - total flux cleaned = 0.00093429 Jy ! Component: 350 - total flux cleaned = 0.00103163 Jy ! Component: 400 - total flux cleaned = 0.00112678 Jy ! Component: 450 - total flux cleaned = 0.00107987 Jy ! Component: 500 - total flux cleaned = 0.00110263 Jy ! Component: 550 - total flux cleaned = 0.00112505 Jy ! Component: 600 - total flux cleaned = 0.00112554 Jy ! Component: 650 - total flux cleaned = 0.001317 Jy ! Component: 700 - total flux cleaned = 0.00133733 Jy ! Component: 750 - total flux cleaned = 0.00144047 Jy ! Component: 800 - total flux cleaned = 0.00158179 Jy ! Component: 850 - total flux cleaned = 0.00164072 Jy ! Component: 900 - total flux cleaned = 0.00173783 Jy ! Component: 950 - total flux cleaned = 0.00175718 Jy ! Component: 1000 - total flux cleaned = 0.00183232 Jy ! Component: 1050 - total flux cleaned = 0.00183254 Jy ! Component: 1100 - total flux cleaned = 0.00186899 Jy ! Component: 1150 - total flux cleaned = 0.00194102 Jy ! Component: 1200 - total flux cleaned = 0.00194109 Jy ! Component: 1250 - total flux cleaned = 0.00194127 Jy ! Component: 1300 - total flux cleaned = 0.00206289 Jy ! Component: 1350 - total flux cleaned = 0.00211418 Jy ! Component: 1400 - total flux cleaned = 0.00213083 Jy ! Component: 1450 - total flux cleaned = 0.00214749 Jy ! Component: 1500 - total flux cleaned = 0.00223026 Jy ! Component: 1550 - total flux cleaned = 0.00231197 Jy ! Component: 1600 - total flux cleaned = 0.00237642 Jy ! Component: 1650 - total flux cleaned = 0.0024083 Jy ! Component: 1700 - total flux cleaned = 0.00242421 Jy ! Component: 1750 - total flux cleaned = 0.0025025 Jy ! Component: 1800 - total flux cleaned = 0.0025336 Jy ! Component: 1850 - total flux cleaned = 0.00259516 Jy ! Component: 1900 - total flux cleaned = 0.0026861 Jy ! Component: 1950 - total flux cleaned = 0.00274604 Jy ! Component: 2000 - total flux cleaned = 0.00282041 Jy ! Component: 2050 - total flux cleaned = 0.00290839 Jy ! Component: 2100 - total flux cleaned = 0.00293754 Jy ! Component: 2150 - total flux cleaned = 0.00299528 Jy ! Component: 2200 - total flux cleaned = 0.00308078 Jy ! Component: 2250 - total flux cleaned = 0.00309481 Jy ! Component: 2300 - total flux cleaned = 0.00317861 Jy ! Component: 2350 - total flux cleaned = 0.0032063 Jy ! Component: 2400 - total flux cleaned = 0.00323397 Jy ! Component: 2450 - total flux cleaned = 0.0033292 Jy ! Component: 2500 - total flux cleaned = 0.00338305 Jy ! Component: 2550 - total flux cleaned = 0.00346314 Jy ! Component: 2600 - total flux cleaned = 0.00348954 Jy ! Component: 2650 - total flux cleaned = 0.00354204 Jy ! Component: 2700 - total flux cleaned = 0.00355505 Jy ! Component: 2750 - total flux cleaned = 0.00365834 Jy ! Component: 2800 - total flux cleaned = 0.00364546 Jy ! Component: 2850 - total flux cleaned = 0.00367093 Jy ! Component: 2900 - total flux cleaned = 0.00373419 Jy ! Component: 2950 - total flux cleaned = 0.00374678 Jy ! Component: 3000 - total flux cleaned = 0.00378423 Jy ! Component: 3050 - total flux cleaned = 0.00383362 Jy ! Component: 3100 - total flux cleaned = 0.00387034 Jy ! Component: 3150 - total flux cleaned = 0.00382171 Jy ! Component: 3200 - total flux cleaned = 0.00390622 Jy ! Component: 3250 - total flux cleaned = 0.00394219 Jy ! Component: 3300 - total flux cleaned = 0.00395397 Jy ! Component: 3350 - total flux cleaned = 0.00398951 Jy ! Component: 3400 - total flux cleaned = 0.00404828 Jy ! Component: 3450 - total flux cleaned = 0.00407152 Jy ! Component: 3500 - total flux cleaned = 0.00409478 Jy ! Component: 3550 - total flux cleaned = 0.00410617 Jy ! Component: 3600 - total flux cleaned = 0.00416332 Jy ! Component: 3650 - total flux cleaned = 0.004186 Jy ! Component: 3700 - total flux cleaned = 0.00421987 Jy ! Component: 3750 - total flux cleaned = 0.00427603 Jy ! Component: 3800 - total flux cleaned = 0.00428723 Jy ! Component: 3850 - total flux cleaned = 0.00432053 Jy ! Component: 3900 - total flux cleaned = 0.00437559 Jy ! Component: 3950 - total flux cleaned = 0.00441949 Jy ! Component: 4000 - total flux cleaned = 0.00443045 Jy ! Component: 4050 - total flux cleaned = 0.00445215 Jy ! Total flux subtracted in 4096 components = 0.00448462 Jy ! Clean residual min=-0.000859 max=0.000542 Jy/beam ! Clean residual mean=-0.000006 rms=0.000177 Jy/beam ! Combined flux in latest and established models = 0.472782 Jy keep ! Adding 236 model components to the UV plane model. ! The established model now contains 421 components and 0.472782 Jy ![Exited script file: muppet] wmap "J0905+4850_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.336 x 4.736 at -69.4 degrees (North through East) ! Clean map min=-0.0012459 max=0.40515 Jy/beam ! Writing clean map to FITS file: J0905+4850_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.405145 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000174845 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.129468 0.129468 0.258936 0.517872 1.03574 2.07149 4.14298 8.28596 16.5719 33.1438 66.2877 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.405 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.336 x 4.736 at -69.4 degrees (North through East) ! Clean map min=-0.0012459 max=0.40515 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 J0905+4850_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:22:05 2017