! Started logfile: J1745+1814_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:34:05 2016 obs J1745+1814_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1745+1814_S_2014_08_05_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.789431 visibilities/baseline/integration-bin. ! Found source: J1745+1814 ! ! 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 11652 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 J1745+1814_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 87 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.893688Jy sigma=0.010103 ! Fit after self-cal, rms=0.873758Jy sigma=0.009884 ! 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.73 mas, bmaj=8.07 mas, bpa=19.26 degrees ! Estimated noise=916.77 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.0955216 Jy ! Component: 100 - total flux cleaned = 0.123372 Jy ! Total flux subtracted in 100 components = 0.123372 Jy ! Clean residual min=-0.005699 max=0.012854 Jy/beam ! Clean residual mean=-0.000073 rms=0.001804 Jy/beam ! Combined flux in latest and established models = 0.123372 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.123372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081340Jy sigma=0.000831 ! Fit after self-cal, rms=0.081290Jy sigma=0.000831 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0146461 Jy ! Component: 100 - total flux cleaned = 0.0232454 Jy ! Total flux subtracted in 100 components = 0.0232454 Jy ! Clean residual min=-0.004187 max=0.004966 Jy/beam ! Clean residual mean=-0.000046 rms=0.001237 Jy/beam ! Combined flux in latest and established models = 0.146618 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 26 components and 0.146618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077895Jy sigma=0.000795 ! Fit after self-cal, rms=0.077877Jy sigma=0.000795 ! 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.599 mas, bmaj=8.881 mas, bpa=18.77 degrees ! Estimated noise=592.621 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.00662617 Jy ! Component: 100 - total flux cleaned = 0.0105184 Jy ! Component: 150 - total flux cleaned = 0.0129689 Jy ! Component: 200 - total flux cleaned = 0.013984 Jy ! Total flux subtracted in 200 components = 0.013984 Jy ! Clean residual min=-0.004062 max=0.003962 Jy/beam ! Clean residual mean=-0.000031 rms=0.000963 Jy/beam ! Combined flux in latest and established models = 0.160602 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 62 components and 0.160602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077124Jy sigma=0.000789 ! Fit after self-cal, rms=0.077123Jy sigma=0.000789 ! 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 0.99 FD 0.85 HN 0.98 KP 1.06 ! LA 1.10 MK 1.00* NL 0.99 OV 0.97 ! PT 1.02 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.07 HN 1.05 KP 1.04 ! LA 1.07 MK 1.00* NL 1.05 OV 1.02 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.12 HN 1.01 KP 0.96 ! LA 0.85 MK 1.00* NL 1.03 OV 0.94 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.98 HN 1.02 KP 0.89 ! LA 0.82 MK 1.00* NL 1.05 OV 1.01 ! PT 1.02 SC 0.96 ! ! ! Fit before self-cal, rms=0.077123Jy sigma=0.000789 ! Fit after self-cal, rms=0.074750Jy sigma=0.000776 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.612 mas, bmaj=8.918 mas, bpa=18.79 degrees ! Estimated noise=593.233 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.000162823 Jy ! Component: 100 - total flux cleaned = -2.75746e-05 Jy ! Component: 150 - total flux cleaned = 1.51327e-05 Jy ! Component: 200 - total flux cleaned = 1.43671e-05 Jy ! Total flux subtracted in 200 components = 1.43671e-05 Jy ! Clean residual min=-0.003791 max=0.003504 Jy/beam ! Clean residual mean=-0.000030 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.160616 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 70 components and 0.160616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074724Jy sigma=0.000776 ! Fit after self-cal, rms=0.074707Jy sigma=0.000776 ! 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.074707Jy sigma=0.000776 ! Fit after self-cal, rms=0.073403Jy sigma=0.000767 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.646 mas, bmaj=8.927 mas, bpa=19.03 degrees ! Estimated noise=593.529 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000733801 Jy ! Component: 100 - total flux cleaned = -0.00082233 Jy ! Component: 150 - total flux cleaned = -0.000841845 Jy ! Component: 200 - total flux cleaned = -0.000855907 Jy ! Total flux subtracted in 200 components = -0.000855907 Jy ! Clean residual min=-0.001673 max=0.002296 Jy/beam ! Clean residual mean=-0.000009 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.15976 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 76 components and 0.15976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073384Jy sigma=0.000767 ! Fit after self-cal, rms=0.073393Jy sigma=0.000767 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 (-53.5, -119.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00169973 Jy ! Component: 100 - total flux cleaned = 0.0018417 Jy ! Component: 150 - total flux cleaned = 0.00195687 Jy ! Component: 200 - total flux cleaned = 0.00203474 Jy ! Total flux subtracted in 200 components = 0.00203474 Jy ! Clean residual min=-0.001547 max=0.001848 Jy/beam ! Clean residual mean=-0.000008 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.161795 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 101 components and 0.161795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073340Jy sigma=0.000766 ! Fit after self-cal, rms=0.073336Jy sigma=0.000766 ! 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.073336Jy sigma=0.000766 ! Fit after self-cal, rms=0.073273Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.661 mas, bmaj=8.939 mas, bpa=19.09 degrees ! Estimated noise=592.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.71906e-05 Jy ! Component: 100 - total flux cleaned = 5.16513e-05 Jy ! Component: 150 - total flux cleaned = 9.76532e-05 Jy ! Component: 200 - total flux cleaned = 0.000140421 Jy ! Total flux subtracted in 200 components = 0.000140421 Jy ! Clean residual min=-0.001472 max=0.001719 Jy/beam ! Clean residual mean=-0.000005 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.161935 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 113 components and 0.161935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073257Jy sigma=0.000766 ! Fit after self-cal, rms=0.073261Jy sigma=0.000766 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 = 6.1665e-05 Jy ! Component: 100 - total flux cleaned = 8.09907e-05 Jy ! Component: 150 - total flux cleaned = 8.12686e-05 Jy ! Component: 200 - total flux cleaned = 8.22099e-05 Jy ! Total flux subtracted in 200 components = 8.22099e-05 Jy ! Clean residual min=-0.001471 max=0.001686 Jy/beam ! Clean residual mean=-0.000005 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.162017 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 117 components and 0.162017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073251Jy sigma=0.000766 ! Fit after self-cal, rms=0.073251Jy sigma=0.000766 ! 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.073251Jy sigma=0.000766 ! Fit after self-cal, rms=0.073220Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.38 mas, bmaj=10.51 mas, bpa=9.649 degrees ! Estimated noise=658.863 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000197621 Jy ! Component: 100 - total flux cleaned = -0.000139728 Jy ! Component: 150 - total flux cleaned = -9.12584e-05 Jy ! Component: 200 - total flux cleaned = -9.15677e-05 Jy ! Total flux subtracted in 200 components = -9.15677e-05 Jy ! Clean residual min=-0.001457 max=0.001841 Jy/beam ! Clean residual mean=-0.000008 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.161926 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 134 components and 0.161926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073215Jy sigma=0.000766 ! Fit after self-cal, rms=0.073215Jy sigma=0.000766 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 = -1.61135e-05 Jy ! Component: 100 - total flux cleaned = 9.56941e-06 Jy ! Component: 150 - total flux cleaned = 2.05908e-05 Jy ! Component: 200 - total flux cleaned = 2.0592e-05 Jy ! Total flux subtracted in 200 components = 2.0592e-05 Jy ! Clean residual min=-0.001454 max=0.001810 Jy/beam ! Clean residual mean=-0.000008 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.161946 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 146 components and 0.161946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073214Jy sigma=0.000766 ! Fit after self-cal, rms=0.073213Jy sigma=0.000766 ! 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.669 mas, bmaj=8.943 mas, bpa=19.1 degrees ! Estimated noise=591.86 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.669 x 8.943 at 19.1 degrees (North through East) ! Clean map min=-0.0014937 max=0.12709 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.776 mas, bmaj=8.112 mas, bpa=19.57 degrees ! Estimated noise=918.229 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0954783 Jy ! Component: 100 - total flux cleaned = 0.123618 Jy ! Component: 150 - total flux cleaned = 0.137897 Jy ! Component: 200 - total flux cleaned = 0.145355 Jy ! Total flux subtracted in 200 components = 0.145355 Jy ! Clean residual min=-0.002908 max=0.003553 Jy/beam ! Clean residual mean=-0.000021 rms=0.000847 Jy/beam ! Combined flux in latest and established models = 0.145355 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.145355 Jy ! Inverting map and beam ! Estimated beam: bmin=4.669 mas, bmaj=8.943 mas, bpa=19.1 degrees ! Estimated noise=591.86 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.00538232 Jy ! Component: 100 - total flux cleaned = 0.00851689 Jy ! Component: 150 - total flux cleaned = 0.0107359 Jy ! Component: 200 - total flux cleaned = 0.0123609 Jy ! Total flux subtracted in 200 components = 0.0123609 Jy ! Clean residual min=-0.001710 max=0.001859 Jy/beam ! Clean residual mean=-0.000012 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.157716 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 53 components and 0.157716 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.38 mas, bmaj=10.51 mas, bpa=9.649 degrees ! Estimated noise=658.863 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150517 Jy ! Component: 100 - total flux cleaned = 0.00253693 Jy ! Component: 150 - total flux cleaned = 0.00286873 Jy ! Component: 200 - total flux cleaned = 0.00309512 Jy ! Total flux subtracted in 200 components = 0.00309512 Jy ! Clean residual min=-0.001711 max=0.001813 Jy/beam ! Clean residual mean=-0.000011 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.160811 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.000149909 Jy ! Component: 100 - total flux cleaned = 0.000284528 Jy ! Component: 150 - total flux cleaned = 0.000387919 Jy ! Component: 200 - total flux cleaned = 0.000464519 Jy ! Total flux subtracted in 200 components = 0.000464519 Jy ! Clean residual min=-0.001625 max=0.001824 Jy/beam ! Clean residual mean=-0.000010 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.161276 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 90 components and 0.161276 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.669 mas, bmaj=8.943 mas, bpa=19.1 degrees ! Estimated noise=591.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00022506 Jy ! Component: 100 - total flux cleaned = -0.000256951 Jy ! Component: 150 - total flux cleaned = -0.000282219 Jy ! Component: 200 - total flux cleaned = -0.00023519 Jy ! Total flux subtracted in 200 components = -0.00023519 Jy ! Clean residual min=-0.001532 max=0.001675 Jy/beam ! Clean residual mean=-0.000006 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.161041 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 115 components and 0.161041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073242Jy sigma=0.000766 ! Fit after self-cal, rms=0.073237Jy sigma=0.000766 wmodel J1745+1814_S_2014_08_05_pus_map.mod ! Writing 115 model components to file: J1745+1814_S_2014_08_05_pus_map.mod wobs J1745+1814_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1745+1814_S_2014_08_05_pus_uvs.fits wwins J1745+1814_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J1745+1814_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 = 0.000514515 Jy ! Component: 100 - total flux cleaned = 0.000675565 Jy ! Component: 150 - total flux cleaned = 0.000751724 Jy ! Component: 200 - total flux cleaned = 0.000776396 Jy ! Component: 250 - total flux cleaned = 0.000822967 Jy ! Component: 300 - total flux cleaned = 0.000890492 Jy ! Component: 350 - total flux cleaned = 0.000846615 Jy ! Component: 400 - total flux cleaned = 0.000782698 Jy ! Component: 450 - total flux cleaned = 0.000866773 Jy ! Component: 500 - total flux cleaned = 0.000886475 Jy ! Component: 550 - total flux cleaned = 0.000906308 Jy ! Component: 600 - total flux cleaned = 0.000906459 Jy ! Component: 650 - total flux cleaned = 0.00098375 Jy ! Component: 700 - total flux cleaned = 0.00104023 Jy ! Component: 750 - total flux cleaned = 0.00107721 Jy ! Component: 800 - total flux cleaned = 0.00115058 Jy ! Component: 850 - total flux cleaned = 0.00125802 Jy ! Component: 900 - total flux cleaned = 0.00129338 Jy ! Component: 950 - total flux cleaned = 0.0014147 Jy ! Component: 1000 - total flux cleaned = 0.00151735 Jy ! Component: 1050 - total flux cleaned = 0.0015849 Jy ! Component: 1100 - total flux cleaned = 0.00166748 Jy ! Component: 1150 - total flux cleaned = 0.00169962 Jy ! Component: 1200 - total flux cleaned = 0.00176367 Jy ! Component: 1250 - total flux cleaned = 0.00173159 Jy ! Component: 1300 - total flux cleaned = 0.00177886 Jy ! Component: 1350 - total flux cleaned = 0.00179401 Jy ! Component: 1400 - total flux cleaned = 0.00183979 Jy ! Component: 1450 - total flux cleaned = 0.00186983 Jy ! Component: 1500 - total flux cleaned = 0.0018845 Jy ! Component: 1550 - total flux cleaned = 0.00192861 Jy ! Component: 1600 - total flux cleaned = 0.00201547 Jy ! Component: 1650 - total flux cleaned = 0.00202963 Jy ! Component: 1700 - total flux cleaned = 0.00204376 Jy ! Component: 1750 - total flux cleaned = 0.00214156 Jy ! Component: 1800 - total flux cleaned = 0.00221055 Jy ! Component: 1850 - total flux cleaned = 0.00227878 Jy ! Component: 1900 - total flux cleaned = 0.00230579 Jy ! Component: 1950 - total flux cleaned = 0.00238564 Jy ! Component: 2000 - total flux cleaned = 0.00241195 Jy ! Component: 2050 - total flux cleaned = 0.00250303 Jy ! Component: 2100 - total flux cleaned = 0.00249033 Jy ! Component: 2150 - total flux cleaned = 0.00257949 Jy ! Component: 2200 - total flux cleaned = 0.00256691 Jy ! Component: 2250 - total flux cleaned = 0.0026668 Jy ! Component: 2300 - total flux cleaned = 0.00269134 Jy ! Component: 2350 - total flux cleaned = 0.00274017 Jy ! Component: 2400 - total flux cleaned = 0.0027762 Jy ! Component: 2450 - total flux cleaned = 0.00280022 Jy ! Component: 2500 - total flux cleaned = 0.00287137 Jy ! Component: 2550 - total flux cleaned = 0.00287151 Jy ! Component: 2600 - total flux cleaned = 0.00288306 Jy ! Component: 2650 - total flux cleaned = 0.00291769 Jy ! Component: 2700 - total flux cleaned = 0.00292893 Jy ! Component: 2750 - total flux cleaned = 0.00295145 Jy ! Component: 2800 - total flux cleaned = 0.00292892 Jy ! Component: 2850 - total flux cleaned = 0.00290663 Jy ! Component: 2900 - total flux cleaned = 0.00292857 Jy ! Component: 2950 - total flux cleaned = 0.00290658 Jy ! Component: 3000 - total flux cleaned = 0.0028958 Jy ! Component: 3050 - total flux cleaned = 0.00292816 Jy ! Component: 3100 - total flux cleaned = 0.00289607 Jy ! Component: 3150 - total flux cleaned = 0.00289603 Jy ! Component: 3200 - total flux cleaned = 0.0028856 Jy ! Component: 3250 - total flux cleaned = 0.00287507 Jy ! Component: 3300 - total flux cleaned = 0.00286466 Jy ! Component: 3350 - total flux cleaned = 0.00285446 Jy ! Component: 3400 - total flux cleaned = 0.00284412 Jy ! Component: 3450 - total flux cleaned = 0.00284405 Jy ! Component: 3500 - total flux cleaned = 0.00286408 Jy ! Component: 3550 - total flux cleaned = 0.00287396 Jy ! Component: 3600 - total flux cleaned = 0.00287391 Jy ! Component: 3650 - total flux cleaned = 0.00287387 Jy ! Component: 3700 - total flux cleaned = 0.00286408 Jy ! Component: 3750 - total flux cleaned = 0.00285443 Jy ! Component: 3800 - total flux cleaned = 0.00286416 Jy ! Component: 3850 - total flux cleaned = 0.00287383 Jy ! Component: 3900 - total flux cleaned = 0.0028549 Jy ! Component: 3950 - total flux cleaned = 0.00288326 Jy ! Component: 4000 - total flux cleaned = 0.00287385 Jy ! Component: 4050 - total flux cleaned = 0.00290179 Jy ! Total flux subtracted in 4096 components = 0.00291098 Jy ! Clean residual min=-0.000627 max=0.000544 Jy/beam ! Clean residual mean=-0.000003 rms=0.000178 Jy/beam ! Combined flux in latest and established models = 0.163952 Jy keep ! Adding 310 model components to the UV plane model. ! The established model now contains 425 components and 0.163952 Jy ![Exited script file: muppet] wmap "J1745+1814_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.669 x 8.943 at 19.1 degrees (North through East) ! Clean map min=-0.0009644 max=0.12768 Jy/beam ! Writing clean map to FITS file: J1745+1814_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.127681 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000177021 device "J1745+1814_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1745+1814_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.41593 0.41593 0.83186 1.66372 3.32744 6.65488 13.3098 26.6195 53.2391 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.127 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.669 x 8.943 at 19.1 degrees (North through East) ! Clean map min=-0.0009644 max=0.12768 Jy/beam quit ! Quitting program ! Log file J1745+1814_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:34:10 2016