! Started logfile: J1345+4452_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:29:12 2016 obs J1345+4452_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1345+4452_S_2014_08_05_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.671345 visibilities/baseline/integration-bin. ! Found source: J1345+4452 ! ! 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 6888 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 J1345+4452_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 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.586684Jy sigma=0.006321 ! Fit after self-cal, rms=0.568927Jy sigma=0.006160 ! 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.984 mas, bmaj=7.874 mas, bpa=39.4 degrees ! Estimated noise=1175.07 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.331473 Jy ! Component: 100 - total flux cleaned = 0.414138 Jy ! Total flux subtracted in 100 components = 0.414138 Jy ! Clean residual min=-0.013459 max=0.033140 Jy/beam ! Clean residual mean=0.000022 rms=0.004293 Jy/beam ! Combined flux in latest and established models = 0.414138 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.414138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148361Jy sigma=0.001087 ! Fit after self-cal, rms=0.148360Jy sigma=0.001086 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.033819 Jy ! Component: 100 - total flux cleaned = 0.0486594 Jy ! Total flux subtracted in 100 components = 0.0486594 Jy ! Clean residual min=-0.012341 max=0.010445 Jy/beam ! Clean residual mean=0.000023 rms=0.002933 Jy/beam ! Combined flux in latest and established models = 0.462797 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 19 components and 0.462797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136135Jy sigma=0.000988 ! Fit after self-cal, rms=0.136134Jy sigma=0.000988 ! 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.837 mas, bmaj=8.653 mas, bpa=39.97 degrees ! Estimated noise=820.779 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.0104796 Jy ! Component: 100 - total flux cleaned = 0.0164363 Jy ! Component: 150 - total flux cleaned = 0.0202501 Jy ! Component: 200 - total flux cleaned = 0.0220224 Jy ! Total flux subtracted in 200 components = 0.0220224 Jy ! Clean residual min=-0.012137 max=0.008069 Jy/beam ! Clean residual mean=0.000069 rms=0.002548 Jy/beam ! Combined flux in latest and established models = 0.484819 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 42 components and 0.484819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133777Jy sigma=0.000988 ! Fit after self-cal, rms=0.133770Jy sigma=0.000988 ! 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.83 HN 0.97 KP 1.08 ! LA 1.13 MK 1.00* NL 0.96 OV 1.00 ! PT 1.05 SC 1.02 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 1.02 KP 1.04 ! LA 1.09 MK 1.00* NL 1.03 OV 1.03 ! PT 1.03 SC 1.08 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.14 HN 1.02 KP 0.91 ! LA 0.86 MK 1.00* NL 1.05 OV 0.95 ! PT 1.02 SC 1.08 ! ! ! 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 0.96 HN 0.99 KP 0.88 ! LA 0.82 MK 1.00* NL 1.09 OV 1.00 ! PT 1.05 SC 1.05 ! ! ! Fit before self-cal, rms=0.133770Jy sigma=0.000988 ! Fit after self-cal, rms=0.115765Jy sigma=0.000852 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.884 mas, bmaj=8.631 mas, bpa=39.87 degrees ! Estimated noise=826.824 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.00159029 Jy ! Component: 100 - total flux cleaned = 0.00151137 Jy ! Component: 150 - total flux cleaned = 0.00143136 Jy ! Component: 200 - total flux cleaned = 0.00142763 Jy ! Total flux subtracted in 200 components = 0.00142763 Jy ! Clean residual min=-0.009056 max=0.006686 Jy/beam ! Clean residual mean=0.000062 rms=0.002035 Jy/beam ! Combined flux in latest and established models = 0.486247 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 56 components and 0.486247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115495Jy sigma=0.000851 ! Fit after self-cal, rms=0.115467Jy sigma=0.000851 ! 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.115467Jy sigma=0.000851 ! Fit after self-cal, rms=0.093844Jy sigma=0.000813 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.895 mas, bmaj=8.655 mas, bpa=39.91 degrees ! Estimated noise=827.211 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00213503 Jy ! Component: 100 - total flux cleaned = -0.00252007 Jy ! Component: 150 - total flux cleaned = -0.00290207 Jy ! Component: 200 - total flux cleaned = -0.00317911 Jy ! Total flux subtracted in 200 components = -0.00317911 Jy ! Clean residual min=-0.003826 max=0.003476 Jy/beam ! Clean residual mean=0.000008 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.483068 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 62 components and 0.483068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093765Jy sigma=0.000812 ! Fit after self-cal, rms=0.093701Jy sigma=0.000812 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.000280312 Jy ! Component: 100 - total flux cleaned = -0.00028238 Jy ! Component: 150 - total flux cleaned = -0.000315324 Jy ! Component: 200 - total flux cleaned = -0.000315424 Jy ! Total flux subtracted in 200 components = -0.000315424 Jy ! Clean residual min=-0.003769 max=0.003505 Jy/beam ! Clean residual mean=0.000008 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.482752 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 71 components and 0.482752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093678Jy sigma=0.000812 ! Fit after self-cal, rms=0.093678Jy sigma=0.000812 ! 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.093678Jy sigma=0.000812 ! Fit after self-cal, rms=0.093746Jy sigma=0.000811 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.916 mas, bmaj=8.664 mas, bpa=39.87 degrees ! Estimated noise=828.359 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000876698 Jy ! Component: 100 - total flux cleaned = -0.00125307 Jy ! Component: 150 - total flux cleaned = -0.00157264 Jy ! Component: 200 - total flux cleaned = -0.00180797 Jy ! Total flux subtracted in 200 components = -0.00180797 Jy ! Clean residual min=-0.003517 max=0.003226 Jy/beam ! Clean residual mean=0.000008 rms=0.000863 Jy/beam ! Combined flux in latest and established models = 0.480944 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 73 components and 0.480944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093705Jy sigma=0.000811 ! Fit after self-cal, rms=0.093706Jy sigma=0.000811 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.000245411 Jy ! Component: 100 - total flux cleaned = -0.000305139 Jy ! Component: 150 - total flux cleaned = -0.000388268 Jy ! Component: 200 - total flux cleaned = -0.000412434 Jy ! Total flux subtracted in 200 components = -0.000412434 Jy ! Clean residual min=-0.003471 max=0.003281 Jy/beam ! Clean residual mean=0.000007 rms=0.000858 Jy/beam ! Combined flux in latest and established models = 0.480532 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 74 components and 0.480532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093689Jy sigma=0.000810 ! Fit after self-cal, rms=0.093689Jy sigma=0.000810 ! 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.093689Jy sigma=0.000810 ! Fit after self-cal, rms=0.093818Jy sigma=0.000810 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.625 mas, bmaj=10.9 mas, bpa=53.06 degrees ! Estimated noise=926.039 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000846602 Jy ! Component: 100 - total flux cleaned = -0.000968579 Jy ! Component: 150 - total flux cleaned = -0.00103075 Jy ! Component: 200 - total flux cleaned = -0.00108186 Jy ! Total flux subtracted in 200 components = -0.00108186 Jy ! Clean residual min=-0.003376 max=0.003163 Jy/beam ! Clean residual mean=0.000013 rms=0.000919 Jy/beam ! Combined flux in latest and established models = 0.47945 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 85 components and 0.47945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093825Jy sigma=0.000810 ! Fit after self-cal, rms=0.093827Jy sigma=0.000810 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 = -7.17689e-05 Jy ! Component: 100 - total flux cleaned = -0.000113519 Jy ! Component: 150 - total flux cleaned = -0.000125515 Jy ! Component: 200 - total flux cleaned = -0.000125449 Jy ! Total flux subtracted in 200 components = -0.000125449 Jy ! Clean residual min=-0.003380 max=0.003139 Jy/beam ! Clean residual mean=0.000013 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.479325 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 89 components and 0.479325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093834Jy sigma=0.000810 ! Fit after self-cal, rms=0.093835Jy sigma=0.000810 ! 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.935 mas, bmaj=8.671 mas, bpa=39.83 degrees ! Estimated noise=829.435 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.935 x 8.671 at 39.83 degrees (North through East) ! Clean map min=-0.0034342 max=0.43872 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=4.059 mas, bmaj=7.865 mas, bpa=39.09 degrees ! Estimated noise=1197.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.337882 Jy ! Component: 100 - total flux cleaned = 0.418157 Jy ! Component: 150 - total flux cleaned = 0.449413 Jy ! Component: 200 - total flux cleaned = 0.462924 Jy ! Total flux subtracted in 200 components = 0.462924 Jy ! Clean residual min=-0.005152 max=0.005860 Jy/beam ! Clean residual mean=0.000004 rms=0.001371 Jy/beam ! Combined flux in latest and established models = 0.462924 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.462924 Jy ! Inverting map and beam ! Estimated beam: bmin=4.935 mas, bmaj=8.671 mas, bpa=39.83 degrees ! Estimated noise=829.435 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.0078065 Jy ! Component: 100 - total flux cleaned = 0.0119684 Jy ! Component: 150 - total flux cleaned = 0.0132293 Jy ! Component: 200 - total flux cleaned = 0.0139237 Jy ! Total flux subtracted in 200 components = 0.0139237 Jy ! Clean residual min=-0.003314 max=0.003513 Jy/beam ! Clean residual mean=0.000007 rms=0.000858 Jy/beam ! Combined flux in latest and established models = 0.476847 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 37 components and 0.476848 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.625 mas, bmaj=10.9 mas, bpa=53.06 degrees ! Estimated noise=926.039 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00132336 Jy ! Component: 100 - total flux cleaned = 0.00160858 Jy ! Component: 150 - total flux cleaned = 0.00185556 Jy ! Component: 200 - total flux cleaned = 0.00201583 Jy ! Total flux subtracted in 200 components = 0.00201583 Jy ! Clean residual min=-0.003438 max=0.003282 Jy/beam ! Clean residual mean=0.000013 rms=0.000937 Jy/beam ! Combined flux in latest and established models = 0.478863 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 = 8.79129e-05 Jy ! Component: 100 - total flux cleaned = 0.000108212 Jy ! Component: 150 - total flux cleaned = 0.000145956 Jy ! Component: 200 - total flux cleaned = 0.000163728 Jy ! Total flux subtracted in 200 components = 0.000163728 Jy ! Clean residual min=-0.003434 max=0.003235 Jy/beam ! Clean residual mean=0.000013 rms=0.000929 Jy/beam ! Combined flux in latest and established models = 0.479027 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 54 components and 0.479027 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.935 mas, bmaj=8.671 mas, bpa=39.83 degrees ! Estimated noise=829.435 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000309292 Jy ! Component: 100 - total flux cleaned = -0.000309498 Jy ! Component: 150 - total flux cleaned = -0.000361582 Jy ! Component: 200 - total flux cleaned = -0.000384656 Jy ! Total flux subtracted in 200 components = -0.000384656 Jy ! Clean residual min=-0.003334 max=0.003333 Jy/beam ! Clean residual mean=0.000007 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.478642 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 69 components and 0.478642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093778Jy sigma=0.000810 ! Fit after self-cal, rms=0.093774Jy sigma=0.000810 wmodel J1345+4452_S_2014_08_05_pus_map.mod ! Writing 69 model components to file: J1345+4452_S_2014_08_05_pus_map.mod wobs J1345+4452_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1345+4452_S_2014_08_05_pus_uvs.fits wwins J1345+4452_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J1345+4452_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.000266132 Jy ! Component: 100 - total flux cleaned = -0.000845582 Jy ! Component: 150 - total flux cleaned = -0.00104313 Jy ! Component: 200 - total flux cleaned = -0.00127732 Jy ! Component: 250 - total flux cleaned = -0.00136805 Jy ! Component: 300 - total flux cleaned = -0.00149974 Jy ! Component: 350 - total flux cleaned = -0.00162656 Jy ! Component: 400 - total flux cleaned = -0.00166808 Jy ! Component: 450 - total flux cleaned = -0.00167002 Jy ! Component: 500 - total flux cleaned = -0.00182689 Jy ! Component: 550 - total flux cleaned = -0.001827 Jy ! Component: 600 - total flux cleaned = -0.00197639 Jy ! Component: 650 - total flux cleaned = -0.0020489 Jy ! Component: 700 - total flux cleaned = -0.00215564 Jy ! Component: 750 - total flux cleaned = -0.0022952 Jy ! Component: 800 - total flux cleaned = -0.00246544 Jy ! Component: 850 - total flux cleaned = -0.0025981 Jy ! Component: 900 - total flux cleaned = -0.00272787 Jy ! Component: 950 - total flux cleaned = -0.00288693 Jy ! Component: 1000 - total flux cleaned = -0.00288734 Jy ! Component: 1050 - total flux cleaned = -0.00300986 Jy ! Component: 1100 - total flux cleaned = -0.00294927 Jy ! Component: 1150 - total flux cleaned = -0.00286179 Jy ! Component: 1200 - total flux cleaned = -0.00294842 Jy ! Component: 1250 - total flux cleaned = -0.00297683 Jy ! Component: 1300 - total flux cleaned = -0.00297765 Jy ! Component: 1350 - total flux cleaned = -0.00305924 Jy ! Component: 1400 - total flux cleaned = -0.00297892 Jy ! Component: 1450 - total flux cleaned = -0.00303176 Jy ! Component: 1500 - total flux cleaned = -0.00303209 Jy ! Component: 1550 - total flux cleaned = -0.00313396 Jy ! Component: 1600 - total flux cleaned = -0.00318397 Jy ! Component: 1650 - total flux cleaned = -0.00328271 Jy ! Component: 1700 - total flux cleaned = -0.00340318 Jy ! Component: 1750 - total flux cleaned = -0.00337914 Jy ! Component: 1800 - total flux cleaned = -0.00344953 Jy ! Component: 1850 - total flux cleaned = -0.00347295 Jy ! Component: 1900 - total flux cleaned = -0.00356393 Jy ! Component: 1950 - total flux cleaned = -0.00363112 Jy ! Component: 2000 - total flux cleaned = -0.00365296 Jy ! Component: 2050 - total flux cleaned = -0.00369615 Jy ! Component: 2100 - total flux cleaned = -0.00367429 Jy ! Component: 2150 - total flux cleaned = -0.00367452 Jy ! Component: 2200 - total flux cleaned = -0.00371632 Jy ! Component: 2250 - total flux cleaned = -0.00367504 Jy ! Component: 2300 - total flux cleaned = -0.00369533 Jy ! Component: 2350 - total flux cleaned = -0.00367515 Jy ! Component: 2400 - total flux cleaned = -0.00365551 Jy ! Component: 2450 - total flux cleaned = -0.00367528 Jy ! Component: 2500 - total flux cleaned = -0.00371388 Jy ! Component: 2550 - total flux cleaned = -0.0036947 Jy ! Component: 2600 - total flux cleaned = -0.00363835 Jy ! Component: 2650 - total flux cleaned = -0.00356374 Jy ! Component: 2700 - total flux cleaned = -0.00352713 Jy ! Component: 2750 - total flux cleaned = -0.00359996 Jy ! Component: 2800 - total flux cleaned = -0.00354595 Jy ! Component: 2850 - total flux cleaned = -0.00352822 Jy ! Component: 2900 - total flux cleaned = -0.00349296 Jy ! Component: 2950 - total flux cleaned = -0.00344105 Jy ! Component: 3000 - total flux cleaned = -0.00347564 Jy ! Component: 3050 - total flux cleaned = -0.00349282 Jy ! Component: 3100 - total flux cleaned = -0.00347572 Jy ! Component: 3150 - total flux cleaned = -0.00350883 Jy ! Component: 3200 - total flux cleaned = -0.00344311 Jy ! Component: 3250 - total flux cleaned = -0.00344317 Jy ! Component: 3300 - total flux cleaned = -0.00347556 Jy ! Component: 3350 - total flux cleaned = -0.0034276 Jy ! Component: 3400 - total flux cleaned = -0.00347524 Jy ! Component: 3450 - total flux cleaned = -0.00345922 Jy ! Component: 3500 - total flux cleaned = -0.00344343 Jy ! Component: 3550 - total flux cleaned = -0.00339699 Jy ! Component: 3600 - total flux cleaned = -0.00341244 Jy ! Component: 3650 - total flux cleaned = -0.00342779 Jy ! Component: 3700 - total flux cleaned = -0.0034581 Jy ! Component: 3750 - total flux cleaned = -0.00348796 Jy ! Component: 3800 - total flux cleaned = -0.00351753 Jy ! Component: 3850 - total flux cleaned = -0.00348815 Jy ! Component: 3900 - total flux cleaned = -0.00353208 Jy ! Component: 3950 - total flux cleaned = -0.00351762 Jy ! Component: 4000 - total flux cleaned = -0.00351763 Jy ! Component: 4050 - total flux cleaned = -0.00351753 Jy ! Total flux subtracted in 4096 components = -0.00354584 Jy ! Clean residual min=-0.000771 max=0.000836 Jy/beam ! Clean residual mean=0.000002 rms=0.000277 Jy/beam ! Combined flux in latest and established models = 0.475097 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 350 components and 0.475097 Jy ![Exited script file: muppet] wmap "J1345+4452_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.935 x 8.671 at 39.83 degrees (North through East) ! Clean map min=-0.0020299 max=0.43915 Jy/beam ! Writing clean map to FITS file: J1345+4452_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.439154 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000272559 device "J1345+4452_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1345+4452_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.186194 0.186194 0.372388 0.744777 1.48955 2.97911 5.95821 11.9164 23.8329 47.6657 95.3314 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.439 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.935 x 8.671 at 39.83 degrees (North through East) ! Clean map min=-0.0020299 max=0.43915 Jy/beam quit ! Quitting program ! Log file J1345+4452_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:29:17 2016