! Started logfile: J0413+1112_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:45:38 2016 obs J0413+1112_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0413+1112_S_2015_03_17_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.962037 visibilities/baseline/integration-bin. ! Found source: J0413+1112 ! ! 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 12468 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 J0413+1112_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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.862069Jy sigma=0.009833 ! Fit after self-cal, rms=0.825597Jy sigma=0.009426 ! 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.752 mas, bmaj=6.298 mas, bpa=-4.914 degrees ! Estimated noise=794.947 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.128472 Jy ! Component: 100 - total flux cleaned = 0.162793 Jy ! Total flux subtracted in 100 components = 0.162793 Jy ! Clean residual min=-0.007407 max=0.014520 Jy/beam ! Clean residual mean=-0.000014 rms=0.001915 Jy/beam ! Combined flux in latest and established models = 0.162793 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.162793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092663Jy sigma=0.000897 ! Fit after self-cal, rms=0.092635Jy sigma=0.000897 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0165206 Jy ! Component: 100 - total flux cleaned = 0.0266398 Jy ! Total flux subtracted in 100 components = 0.0266398 Jy ! Clean residual min=-0.006639 max=0.007723 Jy/beam ! Clean residual mean=-0.000007 rms=0.001530 Jy/beam ! Combined flux in latest and established models = 0.189433 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 37 components and 0.189433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087474Jy sigma=0.000854 ! Fit after self-cal, rms=0.087442Jy sigma=0.000854 ! 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.27 mas, bmaj=7.187 mas, bpa=-5.068 degrees ! Estimated noise=573.874 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 (6, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0110211 Jy ! Component: 100 - total flux cleaned = 0.0183114 Jy ! Component: 150 - total flux cleaned = 0.0236366 Jy ! Component: 200 - total flux cleaned = 0.0276883 Jy ! Total flux subtracted in 200 components = 0.0276883 Jy ! Clean residual min=-0.005879 max=0.004535 Jy/beam ! Clean residual mean=-0.000002 rms=0.001400 Jy/beam ! Combined flux in latest and established models = 0.217121 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 80 components and 0.217121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085259Jy sigma=0.000837 ! Fit after self-cal, rms=0.085181Jy sigma=0.000836 ! 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.04 FD 0.79 HN 0.94 KP 1.09 ! LA 0.99 MK 1.03 NL 0.89 OV 1.04 ! PT 1.05 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.86 HN 1.00 KP 1.08 ! LA 0.94 MK 1.05 NL 1.01 OV 1.05 ! PT 1.03 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.86 HN 1.01 KP 0.95 ! LA 0.79 MK 1.09 NL 1.13 OV 0.99 ! PT 1.01 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.84 HN 0.94 KP 0.92 ! LA 0.88 MK 1.10 NL 1.01 OV 1.04 ! PT 1.04 SC 1.00 ! ! ! Fit before self-cal, rms=0.085181Jy sigma=0.000836 ! Fit after self-cal, rms=0.076690Jy sigma=0.000805 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.335 mas, bmaj=7.321 mas, bpa=-5.067 degrees ! Estimated noise=574.198 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.0017303 Jy ! Component: 100 - total flux cleaned = 0.00238204 Jy ! Component: 150 - total flux cleaned = 0.00257402 Jy ! Component: 200 - total flux cleaned = 0.00274097 Jy ! Total flux subtracted in 200 components = 0.00274097 Jy ! Clean residual min=-0.003818 max=0.003595 Jy/beam ! Clean residual mean=0.000007 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.219862 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 91 components and 0.219862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076507Jy sigma=0.000803 ! Fit after self-cal, rms=0.076419Jy 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.076419Jy sigma=0.000802 ! Fit after self-cal, rms=0.075443Jy sigma=0.000791 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.336 mas, bmaj=7.321 mas, bpa=-5.313 degrees ! Estimated noise=573.257 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000507962 Jy ! Component: 100 - total flux cleaned = 0.000396972 Jy ! Component: 150 - total flux cleaned = 0.000258985 Jy ! Component: 200 - total flux cleaned = 0.000107466 Jy ! Total flux subtracted in 200 components = 0.000107466 Jy ! Clean residual min=-0.002220 max=0.002849 Jy/beam ! Clean residual mean=-0.000000 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.21997 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 114 components and 0.21997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075363Jy sigma=0.000790 ! Fit after self-cal, rms=0.075380Jy sigma=0.000790 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 (14.5, -22). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00214742 Jy ! Component: 100 - total flux cleaned = 0.00238369 Jy ! Component: 150 - total flux cleaned = 0.00222115 Jy ! Component: 200 - total flux cleaned = 0.00203755 Jy ! Total flux subtracted in 200 components = 0.00203755 Jy ! Clean residual min=-0.001920 max=0.001809 Jy/beam ! Clean residual mean=-0.000001 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.222007 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 142 components and 0.222007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075287Jy sigma=0.000789 ! Fit after self-cal, rms=0.075282Jy sigma=0.000789 ! 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.075282Jy sigma=0.000789 ! Fit after self-cal, rms=0.074999Jy sigma=0.000788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.341 mas, bmaj=7.316 mas, bpa=-5.17 degrees ! Estimated noise=571.742 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000292456 Jy ! Component: 100 - total flux cleaned = 0.000367758 Jy ! Component: 150 - total flux cleaned = 0.000273601 Jy ! Component: 200 - total flux cleaned = 0.000213804 Jy ! Total flux subtracted in 200 components = 0.000213804 Jy ! Clean residual min=-0.001833 max=0.001838 Jy/beam ! Clean residual mean=-0.000000 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.222221 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 156 components and 0.222221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074969Jy sigma=0.000788 ! Fit after self-cal, rms=0.074968Jy sigma=0.000788 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.77873e-05 Jy ! Component: 100 - total flux cleaned = 3.91818e-05 Jy ! Component: 150 - total flux cleaned = -1.17691e-05 Jy ! Component: 200 - total flux cleaned = -6.06875e-05 Jy ! Total flux subtracted in 200 components = -6.06875e-05 Jy ! Clean residual min=-0.001724 max=0.001817 Jy/beam ! Clean residual mean=-0.000001 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.22216 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 164 components and 0.22216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074952Jy sigma=0.000788 ! Fit after self-cal, rms=0.074951Jy sigma=0.000788 ! 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.074951Jy sigma=0.000788 ! Fit after self-cal, rms=0.074816Jy sigma=0.000788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.264 mas, bmaj=10.82 mas, bpa=-4.473 degrees ! Estimated noise=725.496 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000712226 Jy ! Component: 100 - total flux cleaned = -0.000919856 Jy ! Component: 150 - total flux cleaned = -0.000961901 Jy ! Component: 200 - total flux cleaned = -0.000981366 Jy ! Total flux subtracted in 200 components = -0.000981366 Jy ! Clean residual min=-0.001808 max=0.001879 Jy/beam ! Clean residual mean=-0.000003 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.221179 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 180 components and 0.221179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074808Jy sigma=0.000788 ! Fit after self-cal, rms=0.074806Jy sigma=0.000788 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.000156384 Jy ! Component: 100 - total flux cleaned = -0.000156269 Jy ! Component: 150 - total flux cleaned = -0.000171715 Jy ! Component: 200 - total flux cleaned = -0.000157187 Jy ! Total flux subtracted in 200 components = -0.000157187 Jy ! Clean residual min=-0.001750 max=0.001842 Jy/beam ! Clean residual mean=-0.000004 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.221022 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 192 components and 0.221022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074803Jy sigma=0.000788 ! Fit after self-cal, rms=0.074802Jy sigma=0.000788 ! 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.346 mas, bmaj=7.317 mas, bpa=-5.078 degrees ! Estimated noise=571.135 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.346 x 7.317 at -5.078 degrees (North through East) ! Clean map min=-0.0024181 max=0.17041 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.803 mas, bmaj=6.406 mas, bpa=-5.05 degrees ! Estimated noise=796.871 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.128677 Jy ! Component: 100 - total flux cleaned = 0.161486 Jy ! Component: 150 - total flux cleaned = 0.176072 Jy ! Component: 200 - total flux cleaned = 0.185392 Jy ! Total flux subtracted in 200 components = 0.185392 Jy ! Clean residual min=-0.003795 max=0.005119 Jy/beam ! Clean residual mean=-0.000004 rms=0.000981 Jy/beam ! Combined flux in latest and established models = 0.185393 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.185393 Jy ! Inverting map and beam ! Estimated beam: bmin=3.346 mas, bmaj=7.317 mas, bpa=-5.078 degrees ! Estimated noise=571.135 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.00971886 Jy ! Component: 100 - total flux cleaned = 0.0161788 Jy ! Component: 150 - total flux cleaned = 0.0210306 Jy ! Component: 200 - total flux cleaned = 0.0248498 Jy ! Total flux subtracted in 200 components = 0.0248498 Jy ! Clean residual min=-0.002342 max=0.002351 Jy/beam ! Clean residual mean=-0.000003 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.210242 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 75 components and 0.210242 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.264 mas, bmaj=10.82 mas, bpa=-4.473 degrees ! Estimated noise=725.496 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00471904 Jy ! Component: 100 - total flux cleaned = 0.00760781 Jy ! Component: 150 - total flux cleaned = 0.00882635 Jy ! Component: 200 - total flux cleaned = 0.0092008 Jy ! Total flux subtracted in 200 components = 0.0092008 Jy ! Clean residual min=-0.002110 max=0.001864 Jy/beam ! Clean residual mean=-0.000004 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.219443 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.000305083 Jy ! Component: 100 - total flux cleaned = 0.000478549 Jy ! Component: 150 - total flux cleaned = 0.000735194 Jy ! Component: 200 - total flux cleaned = 0.000921555 Jy ! Total flux subtracted in 200 components = 0.000921555 Jy ! Clean residual min=-0.001933 max=0.001728 Jy/beam ! Clean residual mean=-0.000004 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.220365 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 140 components and 0.220365 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.346 mas, bmaj=7.317 mas, bpa=-5.078 degrees ! Estimated noise=571.135 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104137 Jy ! Component: 100 - total flux cleaned = 0.00127141 Jy ! Component: 150 - total flux cleaned = 0.00135363 Jy ! Component: 200 - total flux cleaned = 0.00143 Jy ! Total flux subtracted in 200 components = 0.00143 Jy ! Clean residual min=-0.001764 max=0.001885 Jy/beam ! Clean residual mean=-0.000001 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.221795 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 159 components and 0.221795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074831Jy sigma=0.000788 ! Fit after self-cal, rms=0.074821Jy sigma=0.000788 wmodel J0413+1112_S_2015_03_17_pus_map.mod ! Writing 159 model components to file: J0413+1112_S_2015_03_17_pus_map.mod wobs J0413+1112_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0413+1112_S_2015_03_17_pus_uvs.fits wwins J0413+1112_S_2015_03_17_pus_map.win ! wwins: Wrote 3 windows to J0413+1112_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 = 5.70547e-06 Jy ! Component: 100 - total flux cleaned = -0.000117155 Jy ! Component: 150 - total flux cleaned = -0.000290974 Jy ! Component: 200 - total flux cleaned = -0.000430142 Jy ! Component: 250 - total flux cleaned = -0.000537447 Jy ! Component: 300 - total flux cleaned = -0.000666641 Jy ! Component: 350 - total flux cleaned = -0.000717038 Jy ! Component: 400 - total flux cleaned = -0.000717064 Jy ! Component: 450 - total flux cleaned = -0.000741269 Jy ! Component: 500 - total flux cleaned = -0.000694949 Jy ! Component: 550 - total flux cleaned = -0.000649709 Jy ! Component: 600 - total flux cleaned = -0.000582614 Jy ! Component: 650 - total flux cleaned = -0.000538954 Jy ! Component: 700 - total flux cleaned = -0.000474357 Jy ! Component: 750 - total flux cleaned = -0.000431632 Jy ! Component: 800 - total flux cleaned = -0.000348147 Jy ! Component: 850 - total flux cleaned = -0.000327716 Jy ! Component: 900 - total flux cleaned = -0.000327566 Jy ! Component: 950 - total flux cleaned = -0.000307274 Jy ! Component: 1000 - total flux cleaned = -0.000247607 Jy ! Component: 1050 - total flux cleaned = -0.000228292 Jy ! Component: 1100 - total flux cleaned = -0.000266567 Jy ! Component: 1150 - total flux cleaned = -0.000209602 Jy ! Component: 1200 - total flux cleaned = -0.00024728 Jy ! Component: 1250 - total flux cleaned = -0.000284173 Jy ! Component: 1300 - total flux cleaned = -0.000338952 Jy ! Component: 1350 - total flux cleaned = -0.000338897 Jy ! Component: 1400 - total flux cleaned = -0.000338863 Jy ! Component: 1450 - total flux cleaned = -0.000356399 Jy ! Component: 1500 - total flux cleaned = -0.00039142 Jy ! Component: 1550 - total flux cleaned = -0.000408721 Jy ! Component: 1600 - total flux cleaned = -0.000374421 Jy ! Component: 1650 - total flux cleaned = -0.000340786 Jy ! Component: 1700 - total flux cleaned = -0.000357579 Jy ! Component: 1750 - total flux cleaned = -0.000307846 Jy ! Component: 1800 - total flux cleaned = -0.00034044 Jy ! Component: 1850 - total flux cleaned = -0.000243359 Jy ! Component: 1900 - total flux cleaned = -0.000211181 Jy ! Component: 1950 - total flux cleaned = -0.000211296 Jy ! Component: 2000 - total flux cleaned = -0.000148686 Jy ! Component: 2050 - total flux cleaned = -0.000179901 Jy ! Component: 2100 - total flux cleaned = -0.000164645 Jy ! Component: 2150 - total flux cleaned = -0.000119098 Jy ! Component: 2200 - total flux cleaned = -0.00011915 Jy ! Component: 2250 - total flux cleaned = -0.000118957 Jy ! Component: 2300 - total flux cleaned = -0.000103883 Jy ! Component: 2350 - total flux cleaned = -0.000103879 Jy ! Component: 2400 - total flux cleaned = -0.000103831 Jy ! Component: 2450 - total flux cleaned = -0.000103617 Jy ! Component: 2500 - total flux cleaned = -1.74563e-05 Jy ! Component: 2550 - total flux cleaned = -6.01662e-05 Jy ! Component: 2600 - total flux cleaned = -3.62967e-06 Jy ! Component: 2650 - total flux cleaned = -1.76018e-05 Jy ! Component: 2700 - total flux cleaned = -3.15802e-05 Jy ! Component: 2750 - total flux cleaned = -4.54698e-05 Jy ! Component: 2800 - total flux cleaned = -4.54534e-05 Jy ! Component: 2850 - total flux cleaned = -8.61744e-05 Jy ! Component: 2900 - total flux cleaned = -5.8981e-05 Jy ! Component: 2950 - total flux cleaned = -8.56674e-05 Jy ! Component: 3000 - total flux cleaned = -8.5522e-05 Jy ! Component: 3050 - total flux cleaned = -7.23004e-05 Jy ! Component: 3100 - total flux cleaned = -7.23378e-05 Jy ! Component: 3150 - total flux cleaned = -8.53443e-05 Jy ! Component: 3200 - total flux cleaned = -2.08669e-05 Jy ! Component: 3250 - total flux cleaned = -8.4928e-05 Jy ! Component: 3300 - total flux cleaned = -4.68484e-05 Jy ! Component: 3350 - total flux cleaned = -0.00012263 Jy ! Component: 3400 - total flux cleaned = -7.23575e-05 Jy ! Component: 3450 - total flux cleaned = -9.73188e-05 Jy ! Component: 3500 - total flux cleaned = -8.4946e-05 Jy ! Component: 3550 - total flux cleaned = -4.81304e-05 Jy ! Component: 3600 - total flux cleaned = -0.000109051 Jy ! Component: 3650 - total flux cleaned = -0.000121168 Jy ! Component: 3700 - total flux cleaned = -9.69278e-05 Jy ! Component: 3750 - total flux cleaned = -3.69978e-05 Jy ! Component: 3800 - total flux cleaned = -1.31316e-05 Jy ! Component: 3850 - total flux cleaned = -4.84475e-05 Jy ! Component: 3900 - total flux cleaned = -9.53929e-05 Jy ! Component: 3950 - total flux cleaned = -4.87115e-05 Jy ! Component: 4000 - total flux cleaned = -4.87362e-05 Jy ! Component: 4050 - total flux cleaned = -6.00138e-05 Jy ! Total flux subtracted in 4096 components = -2.56098e-05 Jy ! Clean residual min=-0.000676 max=0.000708 Jy/beam ! Clean residual mean=0.000001 rms=0.000211 Jy/beam ! Combined flux in latest and established models = 0.221769 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 472 components and 0.221769 Jy ![Exited script file: muppet] wmap "J0413+1112_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.346 x 7.317 at -5.078 degrees (North through East) ! Clean map min=-0.0018457 max=0.17092 Jy/beam ! Writing clean map to FITS file: J0413+1112_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.170916 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000208029 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.365141 0.365141 0.730283 1.46057 2.92113 5.84226 11.6845 23.369 46.7381 93.4762 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.17 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.346 x 7.317 at -5.078 degrees (North through East) ! Clean map min=-0.0018457 max=0.17092 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 J0413+1112_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:45:44 2016