! Started logfile: J0410+7656_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:20:30 2016 obs J0410+7656_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0410+7656_S_2014_12_20_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.969082 visibilities/baseline/integration-bin. ! Found source: J0410+7656 ! ! 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 344 lines of history. ! ! Reading 20060 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 J0410+7656_S_2014_12_20_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=1.067981Jy sigma=0.011968 ! Fit after self-cal, rms=0.981794Jy sigma=0.010756 ! 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.879 mas, bmaj=4.204 mas, bpa=-71.91 degrees ! Estimated noise=742.099 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.422528 Jy ! Component: 100 - total flux cleaned = 0.67538 Jy ! Total flux subtracted in 100 components = 0.67538 Jy ! Clean residual min=-0.083644 max=0.182915 Jy/beam ! Clean residual mean=0.000456 rms=0.029481 Jy/beam ! Combined flux in latest and established models = 0.67538 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 50 components and 0.67538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.855022Jy sigma=0.009457 ! Fit after self-cal, rms=0.853100Jy sigma=0.009438 ! Inverting map ! Added new window around map position (20.5, 13.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.205889 Jy ! Component: 100 - total flux cleaned = 0.364704 Jy ! Total flux subtracted in 100 components = 0.364704 Jy ! Clean residual min=-0.068670 max=0.134359 Jy/beam ! Clean residual mean=0.000376 rms=0.024884 Jy/beam ! Combined flux in latest and established models = 1.04008 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 76 components and 1.04008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.744400Jy sigma=0.008178 ! Fit after self-cal, rms=0.742696Jy sigma=0.008163 ! 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.615 mas, bmaj=5.132 mas, bpa=-72.88 degrees ! Estimated noise=446.229 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.271414 Jy ! Component: 100 - total flux cleaned = 0.472305 Jy ! Component: 150 - total flux cleaned = 0.627804 Jy ! Component: 200 - total flux cleaned = 0.750296 Jy ! Total flux subtracted in 200 components = 0.750296 Jy ! Clean residual min=-0.122110 max=0.222576 Jy/beam ! Clean residual mean=0.000150 rms=0.040591 Jy/beam ! Combined flux in latest and established models = 1.79038 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 98 components and 1.79038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.586833Jy sigma=0.006404 ! Fit after self-cal, rms=0.583209Jy sigma=0.006372 ! 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.28 FD 0.89 HN 1.16 KP 0.85 ! LA 0.69 MK 1.19 NL 1.68 OV 1.10 ! PT 0.75 SC 1.41 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.35 FD 1.06 HN 1.23 KP 0.83 ! LA 0.68 MK 1.07 NL 1.95 OV 1.16 ! PT 0.74 SC 1.49 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.23 FD 1.19 HN 1.20 KP 0.74 ! LA 0.56 MK 1.13 NL 1.99 OV 1.10 ! PT 0.74 SC 1.51 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.48 FD 1.05 HN 1.13 KP 0.72 ! LA 0.60 MK 1.39 NL 1.76 OV 1.16 ! PT 0.77 SC 1.51 ! ! ! Fit before self-cal, rms=0.583209Jy sigma=0.006372 ! Fit after self-cal, rms=0.409685Jy sigma=0.003899 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.989 mas, bmaj=5.594 mas, bpa=-72.26 degrees ! Estimated noise=481.162 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 (-10, -7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.119957 Jy ! Component: 100 - total flux cleaned = 0.180301 Jy ! Component: 150 - total flux cleaned = 0.193068 Jy ! Component: 200 - total flux cleaned = 0.203407 Jy ! Total flux subtracted in 200 components = 0.203407 Jy ! Clean residual min=-0.063831 max=0.088410 Jy/beam ! Clean residual mean=0.000036 rms=0.021034 Jy/beam ! Combined flux in latest and established models = 1.99379 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 122 components and 1.99379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.362072Jy sigma=0.003391 ! Fit after self-cal, rms=0.361455Jy sigma=0.003332 ! 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.361455Jy sigma=0.003332 ! Fit after self-cal, rms=0.279792Jy sigma=0.002860 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.951 mas, bmaj=5.654 mas, bpa=-70.17 degrees ! Estimated noise=474.673 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0367769 Jy ! Component: 100 - total flux cleaned = 0.0423466 Jy ! Component: 150 - total flux cleaned = 0.0482156 Jy ! Component: 200 - total flux cleaned = 0.0522561 Jy ! Total flux subtracted in 200 components = 0.0522561 Jy ! Clean residual min=-0.054457 max=0.075650 Jy/beam ! Clean residual mean=0.000256 rms=0.016223 Jy/beam ! Combined flux in latest and established models = 2.04604 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 141 components and 2.04604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.269141Jy sigma=0.002706 ! Fit after self-cal, rms=0.268818Jy sigma=0.002696 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 (13, 7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0603719 Jy ! Component: 100 - total flux cleaned = 0.0725646 Jy ! Component: 150 - total flux cleaned = 0.0740833 Jy ! Component: 200 - total flux cleaned = 0.0709077 Jy ! Total flux subtracted in 200 components = 0.0709077 Jy ! Clean residual min=-0.049372 max=0.063369 Jy/beam ! Clean residual mean=0.000238 rms=0.014174 Jy/beam ! Combined flux in latest and established models = 2.11695 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 163 components and 2.11695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.250276Jy sigma=0.002396 ! Fit after self-cal, rms=0.247765Jy sigma=0.002386 ! Inverting map ! Added new window around map position (33.5, 27). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0140555 Jy ! Component: 100 - total flux cleaned = 0.00521438 Jy ! Component: 150 - total flux cleaned = 0.00409243 Jy ! Component: 200 - total flux cleaned = 0.000945408 Jy ! Total flux subtracted in 200 components = 0.000945408 Jy ! Clean residual min=-0.045730 max=0.050689 Jy/beam ! Clean residual mean=0.000231 rms=0.012740 Jy/beam ! Combined flux in latest and established models = 2.1179 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 181 components and 2.1179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.225250Jy sigma=0.002173 ! Fit after self-cal, rms=0.224077Jy sigma=0.002158 ! 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.224077Jy sigma=0.002158 ! Fit after self-cal, rms=0.194474Jy sigma=0.002023 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.887 mas, bmaj=5.592 mas, bpa=-66.39 degrees ! Estimated noise=454.287 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0319468 Jy ! Component: 100 - total flux cleaned = 0.0473641 Jy ! Component: 150 - total flux cleaned = 0.0517501 Jy ! Component: 200 - total flux cleaned = 0.0517683 Jy ! Total flux subtracted in 200 components = 0.0517683 Jy ! Clean residual min=-0.034774 max=0.040366 Jy/beam ! Clean residual mean=0.000156 rms=0.010164 Jy/beam ! Combined flux in latest and established models = 2.16966 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 200 components and 2.16966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186178Jy sigma=0.001882 ! Fit after self-cal, rms=0.185932Jy sigma=0.001880 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.00247143 Jy ! Component: 100 - total flux cleaned = 0.00243949 Jy ! Component: 150 - total flux cleaned = 0.00241881 Jy ! Component: 200 - total flux cleaned = 0.00178075 Jy ! Total flux subtracted in 200 components = 0.00178075 Jy ! Clean residual min=-0.033679 max=0.038027 Jy/beam ! Clean residual mean=0.000142 rms=0.009762 Jy/beam ! Combined flux in latest and established models = 2.17144 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 220 components and 2.17144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181418Jy sigma=0.001823 ! Fit after self-cal, rms=0.181280Jy sigma=0.001822 ! 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.181280Jy sigma=0.001822 ! Fit after self-cal, rms=0.175670Jy sigma=0.001805 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.811 mas, bmaj=10.53 mas, bpa=-81.93 degrees ! Estimated noise=502.988 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0202705 Jy ! Component: 100 - total flux cleaned = 0.022927 Jy ! Component: 150 - total flux cleaned = 0.0228971 Jy ! Component: 200 - total flux cleaned = 0.0228818 Jy ! Total flux subtracted in 200 components = 0.0228818 Jy ! Clean residual min=-0.048543 max=0.055410 Jy/beam ! Clean residual mean=0.000143 rms=0.014514 Jy/beam ! Combined flux in latest and established models = 2.19433 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 241 components and 2.19433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173930Jy sigma=0.001760 ! Fit after self-cal, rms=0.173650Jy sigma=0.001759 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.00077289 Jy ! Component: 100 - total flux cleaned = -0.00136363 Jy ! Component: 150 - total flux cleaned = -0.00191994 Jy ! Component: 200 - total flux cleaned = -0.00246249 Jy ! Total flux subtracted in 200 components = -0.00246249 Jy ! Clean residual min=-0.046360 max=0.052572 Jy/beam ! Clean residual mean=0.000104 rms=0.014075 Jy/beam ! Combined flux in latest and established models = 2.19186 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 254 components and 2.19186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173292Jy sigma=0.001743 ! Fit after self-cal, rms=0.173146Jy sigma=0.001742 ! 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.893 mas, bmaj=5.601 mas, bpa=-66.08 degrees ! Estimated noise=451.808 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.893 x 5.601 at -66.08 degrees (North through East) ! Clean map min=-0.061559 max=0.49538 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.041 mas, bmaj=4.569 mas, bpa=-64.87 degrees ! Estimated noise=799.199 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.441304 Jy ! Component: 100 - total flux cleaned = 0.709729 Jy ! Component: 150 - total flux cleaned = 0.906762 Jy ! Component: 200 - total flux cleaned = 1.06144 Jy ! Total flux subtracted in 200 components = 1.06144 Jy ! Clean residual min=-0.068827 max=0.114044 Jy/beam ! Clean residual mean=0.000375 rms=0.021136 Jy/beam ! Combined flux in latest and established models = 1.06144 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 64 model components to the UV plane model. ! The established model now contains 64 components and 1.06144 Jy ! Inverting map and beam ! Estimated beam: bmin=3.893 mas, bmaj=5.601 mas, bpa=-66.08 degrees ! Estimated noise=451.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 (-5.5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.229846 Jy ! Component: 100 - total flux cleaned = 0.402241 Jy ! Component: 150 - total flux cleaned = 0.541482 Jy ! Component: 200 - total flux cleaned = 0.656154 Jy ! Total flux subtracted in 200 components = 0.656154 Jy ! Clean residual min=-0.065769 max=0.071998 Jy/beam ! Clean residual mean=0.000258 rms=0.020534 Jy/beam ! Combined flux in latest and established models = 1.7176 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 133 components and 1.7176 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.811 mas, bmaj=10.53 mas, bpa=-81.93 degrees ! Estimated noise=502.988 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.159113 Jy ! Component: 100 - total flux cleaned = 0.270836 Jy ! Component: 150 - total flux cleaned = 0.353538 Jy ! Component: 200 - total flux cleaned = 0.416018 Jy ! Total flux subtracted in 200 components = 0.416018 Jy ! Clean residual min=-0.068028 max=0.070894 Jy/beam ! Clean residual mean=0.000334 rms=0.019252 Jy/beam ! Combined flux in latest and established models = 2.13361 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.0261165 Jy ! Component: 100 - total flux cleaned = 0.038142 Jy ! Component: 150 - total flux cleaned = 0.0471356 Jy ! Component: 200 - total flux cleaned = 0.0550879 Jy ! Total flux subtracted in 200 components = 0.0550879 Jy ! Clean residual min=-0.054771 max=0.062338 Jy/beam ! Clean residual mean=0.000231 rms=0.016192 Jy/beam ! Combined flux in latest and established models = 2.1887 Jy ! Adding 127 model components to the UV plane model. ! The established model now contains 240 components and 2.1887 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.893 mas, bmaj=5.601 mas, bpa=-66.08 degrees ! Estimated noise=451.808 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0237345 Jy ! Component: 100 - total flux cleaned = 0.0337889 Jy ! Component: 150 - total flux cleaned = 0.0386065 Jy ! Component: 200 - total flux cleaned = 0.0420496 Jy ! Total flux subtracted in 200 components = 0.0420496 Jy ! Clean residual min=-0.033653 max=0.038855 Jy/beam ! Clean residual mean=0.000132 rms=0.009545 Jy/beam ! Combined flux in latest and established models = 2.23075 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 267 components and 2.23075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183778Jy sigma=0.001822 ! Fit after self-cal, rms=0.181483Jy sigma=0.001797 wmodel J0410+7656_S_2014_12_20_pus_map.mod ! Writing 267 model components to file: J0410+7656_S_2014_12_20_pus_map.mod wobs J0410+7656_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0410+7656_S_2014_12_20_pus_uvs.fits wwins J0410+7656_S_2014_12_20_pus_map.win ! wwins: Wrote 6 windows to J0410+7656_S_2014_12_20_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.0130115 Jy ! Component: 100 - total flux cleaned = 0.0191104 Jy ! Component: 150 - total flux cleaned = 0.0259875 Jy ! Component: 200 - total flux cleaned = 0.0324816 Jy ! Component: 250 - total flux cleaned = 0.0350699 Jy ! Component: 300 - total flux cleaned = 0.0355649 Jy ! Component: 350 - total flux cleaned = 0.0360482 Jy ! Component: 400 - total flux cleaned = 0.0365054 Jy ! Component: 450 - total flux cleaned = 0.0373819 Jy ! Component: 500 - total flux cleaned = 0.0373812 Jy ! Component: 550 - total flux cleaned = 0.0365636 Jy ! Component: 600 - total flux cleaned = 0.0373649 Jy ! Component: 650 - total flux cleaned = 0.036584 Jy ! Component: 700 - total flux cleaned = 0.0365845 Jy ! Component: 750 - total flux cleaned = 0.0362155 Jy ! Component: 800 - total flux cleaned = 0.0358641 Jy ! Component: 850 - total flux cleaned = 0.035157 Jy ! Component: 900 - total flux cleaned = 0.0348134 Jy ! Component: 950 - total flux cleaned = 0.0344756 Jy ! Component: 1000 - total flux cleaned = 0.0344624 Jy ! Component: 1050 - total flux cleaned = 0.0334904 Jy ! Component: 1100 - total flux cleaned = 0.0338026 Jy ! Component: 1150 - total flux cleaned = 0.033501 Jy ! Component: 1200 - total flux cleaned = 0.0338151 Jy ! Component: 1250 - total flux cleaned = 0.0344151 Jy ! Component: 1300 - total flux cleaned = 0.03442 Jy ! Component: 1350 - total flux cleaned = 0.0341362 Jy ! Component: 1400 - total flux cleaned = 0.0349902 Jy ! Component: 1450 - total flux cleaned = 0.0347116 Jy ! Component: 1500 - total flux cleaned = 0.0336208 Jy ! Component: 1550 - total flux cleaned = 0.0333571 Jy ! Component: 1600 - total flux cleaned = 0.0330927 Jy ! Component: 1650 - total flux cleaned = 0.0317955 Jy ! Component: 1700 - total flux cleaned = 0.0317928 Jy ! Component: 1750 - total flux cleaned = 0.0305284 Jy ! Component: 1800 - total flux cleaned = 0.0292862 Jy ! Component: 1850 - total flux cleaned = 0.028306 Jy ! Component: 1900 - total flux cleaned = 0.0273411 Jy ! Component: 1950 - total flux cleaned = 0.0261582 Jy ! Component: 2000 - total flux cleaned = 0.0252255 Jy ! Component: 2050 - total flux cleaned = 0.0249952 Jy ! Component: 2100 - total flux cleaned = 0.0249943 Jy ! Component: 2150 - total flux cleaned = 0.0240963 Jy ! Component: 2200 - total flux cleaned = 0.0227734 Jy ! Component: 2250 - total flux cleaned = 0.0238679 Jy ! Component: 2300 - total flux cleaned = 0.02387 Jy ! Component: 2350 - total flux cleaned = 0.0240822 Jy ! Component: 2400 - total flux cleaned = 0.023871 Jy ! Component: 2450 - total flux cleaned = 0.0242881 Jy ! Component: 2500 - total flux cleaned = 0.0236733 Jy ! Component: 2550 - total flux cleaned = 0.0248889 Jy ! Component: 2600 - total flux cleaned = 0.0248881 Jy ! Component: 2650 - total flux cleaned = 0.0242951 Jy ! Component: 2700 - total flux cleaned = 0.0242885 Jy ! Component: 2750 - total flux cleaned = 0.0240955 Jy ! Component: 2800 - total flux cleaned = 0.0239092 Jy ! Component: 2850 - total flux cleaned = 0.0239115 Jy ! Component: 2900 - total flux cleaned = 0.0240964 Jy ! Component: 2950 - total flux cleaned = 0.0242769 Jy ! Component: 3000 - total flux cleaned = 0.023915 Jy ! Component: 3050 - total flux cleaned = 0.0239194 Jy ! Component: 3100 - total flux cleaned = 0.0235676 Jy ! Component: 3150 - total flux cleaned = 0.0242747 Jy ! Component: 3200 - total flux cleaned = 0.0249694 Jy ! Component: 3250 - total flux cleaned = 0.0247963 Jy ! Component: 3300 - total flux cleaned = 0.0246276 Jy ! Component: 3350 - total flux cleaned = 0.0247964 Jy ! Component: 3400 - total flux cleaned = 0.0251258 Jy ! Component: 3450 - total flux cleaned = 0.0252896 Jy ! Component: 3500 - total flux cleaned = 0.0251261 Jy ! Component: 3550 - total flux cleaned = 0.0257674 Jy ! Component: 3600 - total flux cleaned = 0.0251326 Jy ! Component: 3650 - total flux cleaned = 0.024819 Jy ! Component: 3700 - total flux cleaned = 0.0251304 Jy ! Component: 3750 - total flux cleaned = 0.0249768 Jy ! Component: 3800 - total flux cleaned = 0.0254347 Jy ! Component: 3850 - total flux cleaned = 0.0257359 Jy ! Component: 3900 - total flux cleaned = 0.0258858 Jy ! Component: 3950 - total flux cleaned = 0.025885 Jy ! Component: 4000 - total flux cleaned = 0.0266192 Jy ! Component: 4050 - total flux cleaned = 0.026185 Jy ! Total flux subtracted in 4096 components = 0.0264717 Jy ! Clean residual min=-0.007965 max=0.008903 Jy/beam ! Clean residual mean=0.000010 rms=0.002924 Jy/beam ! Combined flux in latest and established models = 2.25722 Jy keep ! Adding 397 model components to the UV plane model. ! The established model now contains 664 components and 2.25722 Jy ![Exited script file: muppet] wmap "J0410+7656_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.893 x 5.601 at -66.08 degrees (North through East) ! Clean map min=-0.029333 max=0.51861 Jy/beam ! Writing clean map to FITS file: J0410+7656_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.518609 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00293039 device "J0410+7656_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0410+7656_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.69514 1.69514 3.39029 6.78058 13.5612 27.1223 54.2446 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0087 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.518 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.893 x 5.601 at -66.08 degrees (North through East) ! Clean map min=-0.029333 max=0.51861 Jy/beam quit ! Quitting program ! Log file J0410+7656_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:20:38 2016