! Started logfile: J0845+0439_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:22:05 2016 obs J0845+0439_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0845+0439_S_2014_08_05_pus_uva.fits ! AN table 1: 93 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.623656 visibilities/baseline/integration-bin. ! Found source: J0845+0439 ! ! 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 360 lines of history. ! ! Reading 10440 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 J0845+0439_S_2014_08_05_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 197 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 197 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 197 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 197 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.755145Jy sigma=0.007884 ! Fit after self-cal, rms=0.502656Jy sigma=0.005342 ! 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.534 mas, bmaj=9.421 mas, bpa=15.51 degrees ! Estimated noise=864.729 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.380494 Jy ! Component: 100 - total flux cleaned = 0.463715 Jy ! Total flux subtracted in 100 components = 0.463715 Jy ! Clean residual min=-0.013665 max=0.025496 Jy/beam ! Clean residual mean=-0.000226 rms=0.003931 Jy/beam ! Combined flux in latest and established models = 0.463715 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.463715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131851Jy sigma=0.001084 ! Fit after self-cal, rms=0.131850Jy sigma=0.001084 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0266184 Jy ! Component: 100 - total flux cleaned = 0.0403149 Jy ! Total flux subtracted in 100 components = 0.0403149 Jy ! Clean residual min=-0.012747 max=0.010901 Jy/beam ! Clean residual mean=-0.000166 rms=0.002955 Jy/beam ! Combined flux in latest and established models = 0.50403 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 37 components and 0.50403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120798Jy sigma=0.000997 ! Fit after self-cal, rms=0.120792Jy sigma=0.000997 ! 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.408 mas, bmaj=10.25 mas, bpa=15.52 degrees ! Estimated noise=681.186 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.016224 Jy ! Component: 100 - total flux cleaned = 0.025181 Jy ! Component: 150 - total flux cleaned = 0.0309404 Jy ! Component: 200 - total flux cleaned = 0.0347192 Jy ! Total flux subtracted in 200 components = 0.0347192 Jy ! Clean residual min=-0.009636 max=0.012293 Jy/beam ! Clean residual mean=-0.000196 rms=0.002624 Jy/beam ! Combined flux in latest and established models = 0.538749 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 90 components and 0.538749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116765Jy sigma=0.000983 ! Fit after self-cal, rms=0.116747Jy sigma=0.000983 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.89 HN 0.97 KP 1.04 ! LA 1.13 MK 1.00* NL 1.01 OV 1.01 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.06 HN 1.02 KP 1.01 ! LA 1.07 MK 1.00* NL 0.99 OV 1.04 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.19 HN 1.02 KP 0.90 ! LA 0.85 MK 1.00* NL 1.00 OV 0.97 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.04 HN 0.98 KP 0.87 ! LA 0.81 MK 1.00* NL 1.13 OV 1.03 ! PT 1.01 SC 0.97 ! ! ! Fit before self-cal, rms=0.116747Jy sigma=0.000983 ! Fit after self-cal, rms=0.100830Jy sigma=0.000820 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.404 mas, bmaj=10.26 mas, bpa=15.46 degrees ! Estimated noise=682.753 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 (13.5, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101017 Jy ! Component: 100 - total flux cleaned = 0.0149684 Jy ! Component: 150 - total flux cleaned = 0.0181499 Jy ! Component: 200 - total flux cleaned = 0.0201335 Jy ! Total flux subtracted in 200 components = 0.0201335 Jy ! Clean residual min=-0.004260 max=0.005001 Jy/beam ! Clean residual mean=-0.000113 rms=0.001172 Jy/beam ! Combined flux in latest and established models = 0.558883 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 136 components and 0.558883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099511Jy sigma=0.000808 ! Fit after self-cal, rms=0.099417Jy sigma=0.000807 ! 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.099417Jy sigma=0.000807 ! Fit after self-cal, rms=0.080914Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.405 mas, bmaj=10.27 mas, bpa=15.51 degrees ! Estimated noise=681.394 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00261277 Jy ! Component: 100 - total flux cleaned = 0.00344804 Jy ! Component: 150 - total flux cleaned = 0.00361277 Jy ! Component: 200 - total flux cleaned = 0.00365912 Jy ! Total flux subtracted in 200 components = 0.00365912 Jy ! Clean residual min=-0.002983 max=0.002711 Jy/beam ! Clean residual mean=-0.000039 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.562542 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 159 components and 0.562542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080805Jy sigma=0.000774 ! Fit after self-cal, rms=0.080777Jy sigma=0.000774 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.000860844 Jy ! Component: 100 - total flux cleaned = 0.000904247 Jy ! Component: 150 - total flux cleaned = 0.000942957 Jy ! Component: 200 - total flux cleaned = 0.000944539 Jy ! Total flux subtracted in 200 components = 0.000944539 Jy ! Clean residual min=-0.002757 max=0.002595 Jy/beam ! Clean residual mean=-0.000038 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.563487 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 173 components and 0.563486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080742Jy sigma=0.000774 ! Fit after self-cal, rms=0.080739Jy sigma=0.000774 ! 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.080739Jy sigma=0.000774 ! Fit after self-cal, rms=0.080639Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.406 mas, bmaj=10.27 mas, bpa=15.52 degrees ! Estimated noise=681.076 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00114324 Jy ! Component: 100 - total flux cleaned = 0.00125272 Jy ! Component: 150 - total flux cleaned = 0.00125205 Jy ! Component: 200 - total flux cleaned = 0.0012803 Jy ! Total flux subtracted in 200 components = 0.0012803 Jy ! Clean residual min=-0.002515 max=0.002416 Jy/beam ! Clean residual mean=-0.000034 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.564767 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 192 components and 0.564767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080608Jy sigma=0.000773 ! Fit after self-cal, rms=0.080605Jy sigma=0.000773 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.000371056 Jy ! Component: 100 - total flux cleaned = 0.00045291 Jy ! Component: 150 - total flux cleaned = 0.000476584 Jy ! Component: 200 - total flux cleaned = 0.000475509 Jy ! Total flux subtracted in 200 components = 0.000475509 Jy ! Clean residual min=-0.002402 max=0.002359 Jy/beam ! Clean residual mean=-0.000033 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.565242 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 202 components and 0.565242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080590Jy sigma=0.000773 ! Fit after self-cal, rms=0.080589Jy sigma=0.000773 ! 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.080589Jy sigma=0.000773 ! Fit after self-cal, rms=0.080527Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.847 mas, bmaj=12.89 mas, bpa=13.76 degrees ! Estimated noise=782.116 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000841396 Jy ! Component: 100 - total flux cleaned = 0.000983249 Jy ! Component: 150 - total flux cleaned = 0.0010411 Jy ! Component: 200 - total flux cleaned = 0.00111093 Jy ! Total flux subtracted in 200 components = 0.00111093 Jy ! Clean residual min=-0.002175 max=0.002469 Jy/beam ! Clean residual mean=-0.000052 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.566353 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 226 components and 0.566353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080518Jy sigma=0.000773 ! Fit after self-cal, rms=0.080515Jy sigma=0.000773 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.000211984 Jy ! Component: 100 - total flux cleaned = 0.00026306 Jy ! Component: 150 - total flux cleaned = 0.000293934 Jy ! Component: 200 - total flux cleaned = 0.000294291 Jy ! Total flux subtracted in 200 components = 0.000294291 Jy ! Clean residual min=-0.002132 max=0.002461 Jy/beam ! Clean residual mean=-0.000051 rms=0.000674 Jy/beam ! Combined flux in latest and established models = 0.566648 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 238 components and 0.566648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080511Jy sigma=0.000773 ! Fit after self-cal, rms=0.080511Jy sigma=0.000773 ! 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.406 mas, bmaj=10.27 mas, bpa=15.53 degrees ! Estimated noise=680.893 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.406 x 10.27 at 15.53 degrees (North through East) ! Clean map min=-0.0022408 max=0.49279 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.518 mas, bmaj=9.42 mas, bpa=15.54 degrees ! Estimated noise=868.338 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.382039 Jy ! Component: 100 - total flux cleaned = 0.466059 Jy ! Component: 150 - total flux cleaned = 0.494301 Jy ! Component: 200 - total flux cleaned = 0.50796 Jy ! Total flux subtracted in 200 components = 0.50796 Jy ! Clean residual min=-0.004530 max=0.007182 Jy/beam ! Clean residual mean=-0.000098 rms=0.001457 Jy/beam ! Combined flux in latest and established models = 0.50796 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.50796 Jy ! Inverting map and beam ! Estimated beam: bmin=4.406 mas, bmaj=10.27 mas, bpa=15.53 degrees ! Estimated noise=680.893 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.0138758 Jy ! Component: 100 - total flux cleaned = 0.0230795 Jy ! Component: 150 - total flux cleaned = 0.0297526 Jy ! Component: 200 - total flux cleaned = 0.0348078 Jy ! Total flux subtracted in 200 components = 0.0348078 Jy ! Clean residual min=-0.002971 max=0.003507 Jy/beam ! Clean residual mean=-0.000086 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.542768 Jy ! Adding 110 model components to the UV plane model. ! The established model now contains 131 components and 0.542768 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.847 mas, bmaj=12.89 mas, bpa=13.76 degrees ! Estimated noise=782.116 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0057244 Jy ! Component: 100 - total flux cleaned = 0.00967307 Jy ! Component: 150 - total flux cleaned = 0.0126164 Jy ! Component: 200 - total flux cleaned = 0.0149242 Jy ! Total flux subtracted in 200 components = 0.0149242 Jy ! Clean residual min=-0.002775 max=0.002387 Jy/beam ! Clean residual mean=-0.000085 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.557692 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.00183133 Jy ! Component: 100 - total flux cleaned = 0.00329489 Jy ! Component: 150 - total flux cleaned = 0.00446959 Jy ! Component: 200 - total flux cleaned = 0.00541619 Jy ! Total flux subtracted in 200 components = 0.00541619 Jy ! Clean residual min=-0.002377 max=0.002389 Jy/beam ! Clean residual mean=-0.000065 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.563108 Jy ! Adding 141 model components to the UV plane model. ! The established model now contains 261 components and 0.563108 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.406 mas, bmaj=10.27 mas, bpa=15.53 degrees ! Estimated noise=680.893 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000465048 Jy ! Component: 100 - total flux cleaned = 0.000799679 Jy ! Component: 150 - total flux cleaned = 0.00104925 Jy ! Component: 200 - total flux cleaned = 0.00124033 Jy ! Total flux subtracted in 200 components = 0.00124033 Jy ! Clean residual min=-0.002103 max=0.002256 Jy/beam ! Clean residual mean=-0.000036 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.564349 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 277 components and 0.564348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080502Jy sigma=0.000773 ! Fit after self-cal, rms=0.080499Jy sigma=0.000773 wmodel J0845+0439_S_2014_08_05_pus_map.mod ! Writing 277 model components to file: J0845+0439_S_2014_08_05_pus_map.mod wobs J0845+0439_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0845+0439_S_2014_08_05_pus_uvs.fits wwins J0845+0439_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J0845+0439_S_2014_08_05_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 = -2.26961e-05 Jy ! Component: 100 - total flux cleaned = 0.000221083 Jy ! Component: 150 - total flux cleaned = 0.000252562 Jy ! Component: 200 - total flux cleaned = 0.000190769 Jy ! Component: 250 - total flux cleaned = 0.000160723 Jy ! Component: 300 - total flux cleaned = 0.00016066 Jy ! Component: 350 - total flux cleaned = 0.000133449 Jy ! Component: 400 - total flux cleaned = 0.000212744 Jy ! Component: 450 - total flux cleaned = 0.00028963 Jy ! Component: 500 - total flux cleaned = 0.000364134 Jy ! Component: 550 - total flux cleaned = 0.000388246 Jy ! Component: 600 - total flux cleaned = 0.00043503 Jy ! Component: 650 - total flux cleaned = 0.000457687 Jy ! Component: 700 - total flux cleaned = 0.000436206 Jy ! Component: 750 - total flux cleaned = 0.000524187 Jy ! Component: 800 - total flux cleaned = 0.000651857 Jy ! Component: 850 - total flux cleaned = 0.000630517 Jy ! Component: 900 - total flux cleaned = 0.00065108 Jy ! Component: 950 - total flux cleaned = 0.000670996 Jy ! Component: 1000 - total flux cleaned = 0.0006508 Jy ! Component: 1050 - total flux cleaned = 0.00061236 Jy ! Component: 1100 - total flux cleaned = 0.000593856 Jy ! Component: 1150 - total flux cleaned = 0.00057473 Jy ! Component: 1200 - total flux cleaned = 0.000519842 Jy ! Component: 1250 - total flux cleaned = 0.000501343 Jy ! Component: 1300 - total flux cleaned = 0.000413336 Jy ! Component: 1350 - total flux cleaned = 0.000378751 Jy ! Component: 1400 - total flux cleaned = 0.000310898 Jy ! Component: 1450 - total flux cleaned = 0.000294283 Jy ! Component: 1500 - total flux cleaned = 0.000261524 Jy ! Component: 1550 - total flux cleaned = 0.000245252 Jy ! Component: 1600 - total flux cleaned = 0.000212899 Jy ! Component: 1650 - total flux cleaned = 0.000102575 Jy ! Component: 1700 - total flux cleaned = 0.000102524 Jy ! Component: 1750 - total flux cleaned = 2.6035e-05 Jy ! Component: 1800 - total flux cleaned = -6.41865e-05 Jy ! Component: 1850 - total flux cleaned = -0.000152876 Jy ! Component: 1900 - total flux cleaned = -0.000196711 Jy ! Component: 1950 - total flux cleaned = -0.000282781 Jy ! Component: 2000 - total flux cleaned = -0.000325323 Jy ! Component: 2050 - total flux cleaned = -0.000408765 Jy ! Component: 2100 - total flux cleaned = -0.000449604 Jy ! Component: 2150 - total flux cleaned = -0.000504136 Jy ! Component: 2200 - total flux cleaned = -0.000597927 Jy ! Component: 2250 - total flux cleaned = -0.000597949 Jy ! Component: 2300 - total flux cleaned = -0.00065031 Jy ! Component: 2350 - total flux cleaned = -0.000701722 Jy ! Component: 2400 - total flux cleaned = -0.000727064 Jy ! Component: 2450 - total flux cleaned = -0.000764657 Jy ! Component: 2500 - total flux cleaned = -0.000838875 Jy ! Component: 2550 - total flux cleaned = -0.000838792 Jy ! Component: 2600 - total flux cleaned = -0.000899162 Jy ! Component: 2650 - total flux cleaned = -0.000934796 Jy ! Component: 2700 - total flux cleaned = -0.000923124 Jy ! Component: 2750 - total flux cleaned = -0.000946713 Jy ! Component: 2800 - total flux cleaned = -0.000992924 Jy ! Component: 2850 - total flux cleaned = -0.000970214 Jy ! Component: 2900 - total flux cleaned = -0.000981503 Jy ! Component: 2950 - total flux cleaned = -0.00101504 Jy ! Component: 3000 - total flux cleaned = -0.00101501 Jy ! Component: 3050 - total flux cleaned = -0.00104794 Jy ! Component: 3100 - total flux cleaned = -0.00103712 Jy ! Component: 3150 - total flux cleaned = -0.00108004 Jy ! Component: 3200 - total flux cleaned = -0.00106941 Jy ! Component: 3250 - total flux cleaned = -0.00106929 Jy ! Component: 3300 - total flux cleaned = -0.00105866 Jy ! Component: 3350 - total flux cleaned = -0.0010689 Jy ! Component: 3400 - total flux cleaned = -0.00105867 Jy ! Component: 3450 - total flux cleaned = -0.001079 Jy ! Component: 3500 - total flux cleaned = -0.00107922 Jy ! Component: 3550 - total flux cleaned = -0.00106923 Jy ! Component: 3600 - total flux cleaned = -0.00110883 Jy ! Component: 3650 - total flux cleaned = -0.00109886 Jy ! Component: 3700 - total flux cleaned = -0.00110857 Jy ! Component: 3750 - total flux cleaned = -0.00110839 Jy ! Component: 3800 - total flux cleaned = -0.00114683 Jy ! Component: 3850 - total flux cleaned = -0.00115629 Jy ! Component: 3900 - total flux cleaned = -0.0011658 Jy ! Component: 3950 - total flux cleaned = -0.00118465 Jy ! Component: 4000 - total flux cleaned = -0.00124077 Jy ! Component: 4050 - total flux cleaned = -0.00126852 Jy ! Total flux subtracted in 4096 components = -0.00126844 Jy ! Clean residual min=-0.000635 max=0.000472 Jy/beam ! Clean residual mean=-0.000011 rms=0.000180 Jy/beam ! Combined flux in latest and established models = 0.56308 Jy keep ! Adding 340 model components to the UV plane model. ! The established model now contains 617 components and 0.56308 Jy ![Exited script file: muppet] wmap "J0845+0439_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.406 x 10.27 at 15.53 degrees (North through East) ! Clean map min=-0.0014402 max=0.49492 Jy/beam ! Writing clean map to FITS file: J0845+0439_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.494916 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000177914 device "J0845+0439_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0845+0439_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.107845 0.107845 0.215691 0.431381 0.862762 1.72552 3.45105 6.9021 13.8042 27.6084 55.2168 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.494 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.406 x 10.27 at 15.53 degrees (North through East) ! Clean map min=-0.0014402 max=0.49492 Jy/beam quit ! Quitting program ! Log file J0845+0439_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:22:10 2016