! Started logfile: J1632+1615_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:04:17 2016 obs J1632+1615_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1632+1615_S_2015_03_17_pus_uva.fits ! AN table 1: 124 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.882079 visibilities/baseline/integration-bin. ! Found source: J1632+1615 ! ! 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 19688 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 J1632+1615_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 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.917623Jy sigma=0.011502 ! Fit after self-cal, rms=0.902142Jy sigma=0.011332 ! 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.626 mas, bmaj=6.04 mas, bpa=-2.329 degrees ! Estimated noise=679.061 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.0723645 Jy ! Component: 100 - total flux cleaned = 0.0913856 Jy ! Total flux subtracted in 100 components = 0.0913856 Jy ! Clean residual min=-0.003579 max=0.008254 Jy/beam ! Clean residual mean=0.000001 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.0913856 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0913856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068862Jy sigma=0.000799 ! Fit after self-cal, rms=0.068826Jy sigma=0.000799 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00921773 Jy ! Component: 100 - total flux cleaned = 0.014312 Jy ! Total flux subtracted in 100 components = 0.014312 Jy ! Clean residual min=-0.003334 max=0.003438 Jy/beam ! Clean residual mean=-0.000003 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.105698 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 28 components and 0.105698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066967Jy sigma=0.000780 ! Fit after self-cal, rms=0.066941Jy sigma=0.000780 ! 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.25 mas, bmaj=7.115 mas, bpa=-3.023 degrees ! Estimated noise=408.661 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-3, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00495272 Jy ! Component: 100 - total flux cleaned = 0.00786049 Jy ! Component: 150 - total flux cleaned = 0.009775 Jy ! Component: 200 - total flux cleaned = 0.0110645 Jy ! Total flux subtracted in 200 components = 0.0110645 Jy ! Clean residual min=-0.002526 max=0.002072 Jy/beam ! Clean residual mean=-0.000007 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.116762 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 66 components and 0.116762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066433Jy sigma=0.000776 ! Fit after self-cal, rms=0.066420Jy sigma=0.000776 ! 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.00 FD 0.88 HN 0.97 KP 1.08 ! LA 0.99 MK 1.00 NL 0.88 OV 1.01 ! PT 1.06 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.92 HN 1.02 KP 1.06 ! LA 0.97 MK 1.04 NL 1.01 OV 1.03 ! PT 1.05 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.92 HN 1.02 KP 0.95 ! LA 0.80 MK 1.09 NL 1.14 OV 0.98 ! PT 1.04 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.96 HN 0.97 KP 0.94 ! LA 0.87 MK 1.03 NL 0.99 OV 1.03 ! PT 1.11 SC 1.00 ! ! ! Fit before self-cal, rms=0.066420Jy sigma=0.000776 ! Fit after self-cal, rms=0.063551Jy sigma=0.000766 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.289 mas, bmaj=7.171 mas, bpa=-2.793 degrees ! Estimated noise=408.402 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.0010291 Jy ! Component: 100 - total flux cleaned = -0.00138496 Jy ! Component: 150 - total flux cleaned = -0.00147488 Jy ! Component: 200 - total flux cleaned = -0.00155423 Jy ! Total flux subtracted in 200 components = -0.00155423 Jy ! Clean residual min=-0.001629 max=0.001394 Jy/beam ! Clean residual mean=-0.000001 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.115208 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 85 components and 0.115208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063529Jy sigma=0.000766 ! Fit after self-cal, rms=0.063478Jy sigma=0.000766 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063478Jy sigma=0.000766 ! Fit after self-cal, rms=0.063549Jy sigma=0.000765 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.285 mas, bmaj=7.154 mas, bpa=-2.997 degrees ! Estimated noise=408.118 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000521645 Jy ! Component: 100 - total flux cleaned = -0.000692408 Jy ! Component: 150 - total flux cleaned = -0.000785653 Jy ! Component: 200 - total flux cleaned = -0.000867369 Jy ! Total flux subtracted in 200 components = -0.000867369 Jy ! Clean residual min=-0.001413 max=0.001251 Jy/beam ! Clean residual mean=-0.000001 rms=0.000303 Jy/beam ! Combined flux in latest and established models = 0.11434 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 103 components and 0.11434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063542Jy sigma=0.000765 ! Fit after self-cal, rms=0.063549Jy sigma=0.000765 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.18512e-05 Jy ! Component: 100 - total flux cleaned = -0.000111331 Jy ! Component: 150 - total flux cleaned = -0.000129083 Jy ! Component: 200 - total flux cleaned = -0.000145946 Jy ! Total flux subtracted in 200 components = -0.000145946 Jy ! Clean residual min=-0.001419 max=0.001236 Jy/beam ! Clean residual mean=-0.000001 rms=0.000302 Jy/beam ! Combined flux in latest and established models = 0.114194 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 114 components and 0.114195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063546Jy sigma=0.000765 ! Fit after self-cal, rms=0.063546Jy sigma=0.000765 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063546Jy sigma=0.000765 ! Fit after self-cal, rms=0.063556Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.289 mas, bmaj=7.158 mas, bpa=-2.902 degrees ! Estimated noise=408.293 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000260094 Jy ! Component: 100 - total flux cleaned = -0.000376796 Jy ! Component: 150 - total flux cleaned = -0.000440188 Jy ! Component: 200 - total flux cleaned = -0.000480531 Jy ! Total flux subtracted in 200 components = -0.000480531 Jy ! Clean residual min=-0.001409 max=0.001198 Jy/beam ! Clean residual mean=-0.000001 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.113714 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 122 components and 0.113714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063553Jy sigma=0.000765 ! Fit after self-cal, rms=0.063554Jy sigma=0.000765 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.00627e-05 Jy ! Component: 100 - total flux cleaned = -4.40305e-05 Jy ! Component: 150 - total flux cleaned = -5.0482e-05 Jy ! Component: 200 - total flux cleaned = -5.69365e-05 Jy ! Total flux subtracted in 200 components = -5.69365e-05 Jy ! Clean residual min=-0.001408 max=0.001189 Jy/beam ! Clean residual mean=-0.000001 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.113657 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 131 components and 0.113657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063552Jy sigma=0.000765 ! Fit after self-cal, rms=0.063552Jy sigma=0.000765 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063552Jy sigma=0.000765 ! Fit after self-cal, rms=0.063540Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.654 mas, bmaj=10.69 mas, bpa=-3.555 degrees ! Estimated noise=512.614 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000123779 Jy ! Component: 100 - total flux cleaned = -0.000219413 Jy ! Component: 150 - total flux cleaned = -0.000260315 Jy ! Component: 200 - total flux cleaned = -0.000281598 Jy ! Total flux subtracted in 200 components = -0.000281598 Jy ! Clean residual min=-0.001313 max=0.001307 Jy/beam ! Clean residual mean=-0.000001 rms=0.000321 Jy/beam ! Combined flux in latest and established models = 0.113375 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 138 components and 0.113375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063539Jy sigma=0.000765 ! Fit after self-cal, rms=0.063538Jy sigma=0.000765 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.60419e-06 Jy ! Component: 100 - total flux cleaned = -3.75954e-06 Jy ! Component: 150 - total flux cleaned = -3.87475e-06 Jy ! Component: 200 - total flux cleaned = -3.96745e-06 Jy ! Total flux subtracted in 200 components = -3.96745e-06 Jy ! Clean residual min=-0.001286 max=0.001288 Jy/beam ! Clean residual mean=-0.000001 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.113371 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 142 components and 0.113371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063539Jy sigma=0.000765 ! Fit after self-cal, rms=0.063539Jy sigma=0.000765 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.293 mas, bmaj=7.16 mas, bpa=-2.797 degrees ! Estimated noise=408.367 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.293 x 7.16 at -2.797 degrees (North through East) ! Clean map min=-0.0013529 max=0.095961 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.657 mas, bmaj=6.066 mas, bpa=-2.247 degrees ! Estimated noise=683.889 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0727235 Jy ! Component: 100 - total flux cleaned = 0.0913772 Jy ! Component: 150 - total flux cleaned = 0.100086 Jy ! Component: 200 - total flux cleaned = 0.104901 Jy ! Total flux subtracted in 200 components = 0.104901 Jy ! Clean residual min=-0.002588 max=0.002527 Jy/beam ! Clean residual mean=0.000001 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.104901 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.104901 Jy ! Inverting map and beam ! Estimated beam: bmin=3.293 mas, bmaj=7.16 mas, bpa=-2.797 degrees ! Estimated noise=408.367 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.0039852 Jy ! Component: 100 - total flux cleaned = 0.00619416 Jy ! Component: 150 - total flux cleaned = 0.00749048 Jy ! Component: 200 - total flux cleaned = 0.00773859 Jy ! Total flux subtracted in 200 components = 0.00773859 Jy ! Clean residual min=-0.001527 max=0.001352 Jy/beam ! Clean residual mean=-0.000001 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.112639 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 57 components and 0.11264 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.654 mas, bmaj=10.69 mas, bpa=-3.555 degrees ! Estimated noise=512.614 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000831457 Jy ! Component: 100 - total flux cleaned = 0.000777816 Jy ! Component: 150 - total flux cleaned = 0.000739545 Jy ! Component: 200 - total flux cleaned = 0.000724157 Jy ! Total flux subtracted in 200 components = 0.000724157 Jy ! Clean residual min=-0.001344 max=0.001286 Jy/beam ! Clean residual mean=-0.000001 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.113364 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 = 3.50738e-07 Jy ! Component: 100 - total flux cleaned = 1.12579e-05 Jy ! Component: 150 - total flux cleaned = 2.97799e-05 Jy ! Component: 200 - total flux cleaned = 3.76786e-05 Jy ! Total flux subtracted in 200 components = 3.76786e-05 Jy ! Clean residual min=-0.001289 max=0.001268 Jy/beam ! Clean residual mean=-0.000001 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.113401 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 108 components and 0.113401 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.293 mas, bmaj=7.16 mas, bpa=-2.797 degrees ! Estimated noise=408.367 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.91113e-05 Jy ! Component: 100 - total flux cleaned = -0.000116312 Jy ! Component: 150 - total flux cleaned = -0.000115964 Jy ! Component: 200 - total flux cleaned = -0.000129989 Jy ! Total flux subtracted in 200 components = -0.000129989 Jy ! Clean residual min=-0.001373 max=0.001238 Jy/beam ! Clean residual mean=-0.000001 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.113271 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 121 components and 0.113271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063547Jy sigma=0.000765 ! Fit after self-cal, rms=0.063545Jy sigma=0.000765 wmodel J1632+1615_S_2015_03_17_pus_map.mod ! Writing 121 model components to file: J1632+1615_S_2015_03_17_pus_map.mod wobs J1632+1615_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1632+1615_S_2015_03_17_pus_uvs.fits wwins J1632+1615_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J1632+1615_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.000236882 Jy ! Component: 100 - total flux cleaned = -4.01744e-06 Jy ! Component: 150 - total flux cleaned = 7.49086e-05 Jy ! Component: 200 - total flux cleaned = 0.000151515 Jy ! Component: 250 - total flux cleaned = 0.000169784 Jy ! Component: 300 - total flux cleaned = 0.000187513 Jy ! Component: 350 - total flux cleaned = 0.000135983 Jy ! Component: 400 - total flux cleaned = 0.000152741 Jy ! Component: 450 - total flux cleaned = 0.000102947 Jy ! Component: 500 - total flux cleaned = 2.28511e-05 Jy ! Component: 550 - total flux cleaned = -2.40063e-05 Jy ! Component: 600 - total flux cleaned = -8.82873e-06 Jy ! Component: 650 - total flux cleaned = -6.93597e-05 Jy ! Component: 700 - total flux cleaned = -8.42545e-05 Jy ! Component: 750 - total flux cleaned = -0.000156402 Jy ! Component: 800 - total flux cleaned = -0.000142078 Jy ! Component: 850 - total flux cleaned = -0.000183428 Jy ! Component: 900 - total flux cleaned = -0.000183098 Jy ! Component: 950 - total flux cleaned = -0.000169261 Jy ! Component: 1000 - total flux cleaned = -0.000196153 Jy ! Component: 1050 - total flux cleaned = -0.000143445 Jy ! Component: 1100 - total flux cleaned = -0.000169311 Jy ! Component: 1150 - total flux cleaned = -0.000194919 Jy ! Component: 1200 - total flux cleaned = -0.000207436 Jy ! Component: 1250 - total flux cleaned = -0.000232316 Jy ! Component: 1300 - total flux cleaned = -0.000232405 Jy ! Component: 1350 - total flux cleaned = -0.000256644 Jy ! Component: 1400 - total flux cleaned = -0.000268727 Jy ! Component: 1450 - total flux cleaned = -0.000280499 Jy ! Component: 1500 - total flux cleaned = -0.000304143 Jy ! Component: 1550 - total flux cleaned = -0.000315838 Jy ! Component: 1600 - total flux cleaned = -0.000338871 Jy ! Component: 1650 - total flux cleaned = -0.000350218 Jy ! Component: 1700 - total flux cleaned = -0.000338905 Jy ! Component: 1750 - total flux cleaned = -0.00032771 Jy ! Component: 1800 - total flux cleaned = -0.000350083 Jy ! Component: 1850 - total flux cleaned = -0.000371903 Jy ! Component: 1900 - total flux cleaned = -0.000371941 Jy ! Component: 1950 - total flux cleaned = -0.000372092 Jy ! Component: 2000 - total flux cleaned = -0.000350868 Jy ! Component: 2050 - total flux cleaned = -0.000361384 Jy ! Component: 2100 - total flux cleaned = -0.000371834 Jy ! Component: 2150 - total flux cleaned = -0.000361397 Jy ! Component: 2200 - total flux cleaned = -0.000330628 Jy ! Component: 2250 - total flux cleaned = -0.000330755 Jy ! Component: 2300 - total flux cleaned = -0.000360946 Jy ! Component: 2350 - total flux cleaned = -0.000360826 Jy ! Component: 2400 - total flux cleaned = -0.000311477 Jy ! Component: 2450 - total flux cleaned = -0.000331222 Jy ! Component: 2500 - total flux cleaned = -0.000340923 Jy ! Component: 2550 - total flux cleaned = -0.000302586 Jy ! Component: 2600 - total flux cleaned = -0.000331179 Jy ! Component: 2650 - total flux cleaned = -0.000283929 Jy ! Component: 2700 - total flux cleaned = -0.000302797 Jy ! Component: 2750 - total flux cleaned = -0.000302724 Jy ! Component: 2800 - total flux cleaned = -0.000302757 Jy ! Component: 2850 - total flux cleaned = -0.000321012 Jy ! Component: 2900 - total flux cleaned = -0.000302759 Jy ! Component: 2950 - total flux cleaned = -0.000284842 Jy ! Component: 3000 - total flux cleaned = -0.000311691 Jy ! Component: 3050 - total flux cleaned = -0.000294043 Jy ! Component: 3100 - total flux cleaned = -0.000320391 Jy ! Component: 3150 - total flux cleaned = -0.000311704 Jy ! Component: 3200 - total flux cleaned = -0.000268542 Jy ! Component: 3250 - total flux cleaned = -0.000259913 Jy ! Component: 3300 - total flux cleaned = -0.000234342 Jy ! Component: 3350 - total flux cleaned = -0.000234342 Jy ! Component: 3400 - total flux cleaned = -0.000234236 Jy ! Component: 3450 - total flux cleaned = -0.000209308 Jy ! Component: 3500 - total flux cleaned = -0.000167861 Jy ! Component: 3550 - total flux cleaned = -0.000184356 Jy ! Component: 3600 - total flux cleaned = -0.000127154 Jy ! Component: 3650 - total flux cleaned = -0.000127162 Jy ! Component: 3700 - total flux cleaned = -7.88176e-05 Jy ! Component: 3750 - total flux cleaned = -3.87694e-05 Jy ! Component: 3800 - total flux cleaned = -3.08199e-05 Jy ! Component: 3850 - total flux cleaned = -1.49604e-05 Jy ! Component: 3900 - total flux cleaned = 1.6412e-05 Jy ! Component: 3950 - total flux cleaned = 1.64037e-05 Jy ! Component: 4000 - total flux cleaned = 2.41859e-05 Jy ! Component: 4050 - total flux cleaned = 4.73537e-05 Jy ! Total flux subtracted in 4096 components = 0.000100929 Jy ! Clean residual min=-0.000449 max=0.000475 Jy/beam ! Clean residual mean=-0.000001 rms=0.000141 Jy/beam ! Combined flux in latest and established models = 0.113372 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 402 components and 0.113372 Jy ![Exited script file: muppet] wmap "J1632+1615_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.293 x 7.16 at -2.797 degrees (North through East) ! Clean map min=-0.00090757 max=0.096571 Jy/beam ! Writing clean map to FITS file: J1632+1615_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.096571 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000138847 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.43133 0.43133 0.86266 1.72532 3.45064 6.90128 13.8026 27.6051 55.2103 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.096 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.293 x 7.16 at -2.797 degrees (North through East) ! Clean map min=-0.00090757 max=0.096571 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 J1632+1615_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:04:22 2016