! Started logfile: J1347+1835_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:29:17 2016 obs J1347+1835_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1347+1835_S_2014_08_05_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.747368 visibilities/baseline/integration-bin. ! Found source: J1347+1835 ! ! 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 7668 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 J1347+1835_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 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.703330Jy sigma=0.007873 ! Fit after self-cal, rms=0.688484Jy sigma=0.007712 ! 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.914 mas, bmaj=8.169 mas, bpa=14.77 degrees ! Estimated noise=933.953 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.241626 Jy ! Component: 100 - total flux cleaned = 0.296813 Jy ! Total flux subtracted in 100 components = 0.296813 Jy ! Clean residual min=-0.009436 max=0.019744 Jy/beam ! Clean residual mean=-0.000029 rms=0.003012 Jy/beam ! Combined flux in latest and established models = 0.296813 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.296813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095537Jy sigma=0.000959 ! Fit after self-cal, rms=0.095541Jy sigma=0.000959 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0222329 Jy ! Component: 100 - total flux cleaned = 0.0359055 Jy ! Total flux subtracted in 100 components = 0.0359055 Jy ! Clean residual min=-0.007467 max=0.007756 Jy/beam ! Clean residual mean=-0.000012 rms=0.002103 Jy/beam ! Combined flux in latest and established models = 0.332718 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 33 components and 0.332719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089320Jy sigma=0.000891 ! Fit after self-cal, rms=0.089326Jy sigma=0.000891 ! 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.637 mas, bmaj=9.059 mas, bpa=15.07 degrees ! Estimated noise=738.105 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.00881656 Jy ! Component: 100 - total flux cleaned = 0.0139047 Jy ! Component: 150 - total flux cleaned = 0.017109 Jy ! Component: 200 - total flux cleaned = 0.0192395 Jy ! Total flux subtracted in 200 components = 0.0192395 Jy ! Clean residual min=-0.005710 max=0.006152 Jy/beam ! Clean residual mean=-0.000016 rms=0.001598 Jy/beam ! Combined flux in latest and established models = 0.351958 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 73 components and 0.351958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088158Jy sigma=0.000884 ! Fit after self-cal, rms=0.088164Jy sigma=0.000884 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.89 HN 0.98 KP 1.07 ! LA 1.09 MK 1.00* NL 0.91 OV 0.99 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.09 HN 1.04 KP 1.01 ! LA 1.04 MK 1.00* NL 1.00 OV 1.02 ! PT 1.02 SC 1.06 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.22 HN 1.03 KP 0.91 ! LA 0.84 MK 1.00* NL 1.01 OV 0.93 ! PT 0.99 SC 1.08 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.07 HN 1.03 KP 0.87 ! LA 0.81 MK 1.00* NL 1.09 OV 1.00 ! PT 1.04 SC 1.02 ! ! ! Fit before self-cal, rms=0.088164Jy sigma=0.000884 ! Fit after self-cal, rms=0.079605Jy sigma=0.000799 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.676 mas, bmaj=9.088 mas, bpa=14.85 degrees ! Estimated noise=741.571 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.00166015 Jy ! Component: 100 - total flux cleaned = -0.00161173 Jy ! Component: 150 - total flux cleaned = -0.001568 Jy ! Component: 200 - total flux cleaned = -0.00152997 Jy ! Total flux subtracted in 200 components = -0.00152997 Jy ! Clean residual min=-0.003443 max=0.003600 Jy/beam ! Clean residual mean=-0.000016 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.350428 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 86 components and 0.350428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079543Jy sigma=0.000798 ! Fit after self-cal, rms=0.079556Jy sigma=0.000798 ! 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.079556Jy sigma=0.000798 ! Fit after self-cal, rms=0.079464Jy sigma=0.000789 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.668 mas, bmaj=9.098 mas, bpa=14.91 degrees ! Estimated noise=740.628 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00160192 Jy ! Component: 100 - total flux cleaned = -0.00210562 Jy ! Component: 150 - total flux cleaned = -0.00234917 Jy ! Component: 200 - total flux cleaned = -0.0024911 Jy ! Total flux subtracted in 200 components = -0.0024911 Jy ! Clean residual min=-0.002164 max=0.002509 Jy/beam ! Clean residual mean=-0.000003 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.347937 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 107 components and 0.347937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079423Jy sigma=0.000789 ! Fit after self-cal, rms=0.079439Jy sigma=0.000789 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 (-36, 46.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00219487 Jy ! Component: 100 - total flux cleaned = 0.00233352 Jy ! Component: 150 - total flux cleaned = 0.00251654 Jy ! Component: 200 - total flux cleaned = 0.00258254 Jy ! Total flux subtracted in 200 components = 0.00258254 Jy ! Clean residual min=-0.002218 max=0.001937 Jy/beam ! Clean residual mean=-0.000005 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.35052 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 126 components and 0.350519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079372Jy sigma=0.000788 ! Fit after self-cal, rms=0.079366Jy sigma=0.000788 ! 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.079366Jy sigma=0.000788 ! Fit after self-cal, rms=0.079608Jy sigma=0.000788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.673 mas, bmaj=9.1 mas, bpa=14.85 degrees ! Estimated noise=740.592 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000293805 Jy ! Component: 100 - total flux cleaned = -0.000354812 Jy ! Component: 150 - total flux cleaned = -0.000353308 Jy ! Component: 200 - total flux cleaned = -0.000352634 Jy ! Total flux subtracted in 200 components = -0.000352634 Jy ! Clean residual min=-0.002154 max=0.001841 Jy/beam ! Clean residual mean=-0.000003 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.350167 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 140 components and 0.350167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079585Jy sigma=0.000788 ! Fit after self-cal, rms=0.079588Jy 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 = 8.0326e-05 Jy ! Component: 100 - total flux cleaned = -1.05611e-05 Jy ! Component: 150 - total flux cleaned = -5.28956e-05 Jy ! Component: 200 - total flux cleaned = -7.29958e-05 Jy ! Total flux subtracted in 200 components = -7.29958e-05 Jy ! Clean residual min=-0.002165 max=0.001825 Jy/beam ! Clean residual mean=-0.000004 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.350094 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 150 components and 0.350094 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079577Jy sigma=0.000788 ! Fit after self-cal, rms=0.079576Jy 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.079576Jy sigma=0.000788 ! Fit after self-cal, rms=0.079658Jy sigma=0.000787 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.455 mas, bmaj=10.7 mas, bpa=10.01 degrees ! Estimated noise=817.084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00054909 Jy ! Component: 100 - total flux cleaned = -0.00071985 Jy ! Component: 150 - total flux cleaned = -0.000750651 Jy ! Component: 200 - total flux cleaned = -0.000776797 Jy ! Total flux subtracted in 200 components = -0.000776797 Jy ! Clean residual min=-0.002061 max=0.001871 Jy/beam ! Clean residual mean=-0.000005 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.349317 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 170 components and 0.349317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079654Jy sigma=0.000787 ! Fit after self-cal, rms=0.079655Jy sigma=0.000787 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 = -4.80002e-05 Jy ! Component: 100 - total flux cleaned = -7.11645e-05 Jy ! Component: 150 - total flux cleaned = -8.23738e-05 Jy ! Component: 200 - total flux cleaned = -0.000103793 Jy ! Total flux subtracted in 200 components = -0.000103793 Jy ! Clean residual min=-0.002064 max=0.001861 Jy/beam ! Clean residual mean=-0.000006 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.349213 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 183 components and 0.349213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079652Jy sigma=0.000787 ! Fit after self-cal, rms=0.079652Jy sigma=0.000787 ! 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.676 mas, bmaj=9.101 mas, bpa=14.8 degrees ! Estimated noise=740.664 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.676 x 9.101 at 14.8 degrees (North through East) ! Clean map min=-0.0021264 max=0.314 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.94 mas, bmaj=8.214 mas, bpa=14.53 degrees ! Estimated noise=936.362 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.242153 Jy ! Component: 100 - total flux cleaned = 0.296467 Jy ! Component: 150 - total flux cleaned = 0.316421 Jy ! Component: 200 - total flux cleaned = 0.328245 Jy ! Total flux subtracted in 200 components = 0.328245 Jy ! Clean residual min=-0.004117 max=0.006115 Jy/beam ! Clean residual mean=-0.000009 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.328245 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.328245 Jy ! Inverting map and beam ! Estimated beam: bmin=4.676 mas, bmaj=9.101 mas, bpa=14.8 degrees ! Estimated noise=740.664 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.00773006 Jy ! Component: 100 - total flux cleaned = 0.012077 Jy ! Component: 150 - total flux cleaned = 0.0149802 Jy ! Component: 200 - total flux cleaned = 0.0169933 Jy ! Total flux subtracted in 200 components = 0.0169933 Jy ! Clean residual min=-0.001954 max=0.002187 Jy/beam ! Clean residual mean=-0.000007 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.345238 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 43 components and 0.345238 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.455 mas, bmaj=10.7 mas, bpa=10.01 degrees ! Estimated noise=817.084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154564 Jy ! Component: 100 - total flux cleaned = 0.00202358 Jy ! Component: 150 - total flux cleaned = 0.00228948 Jy ! Component: 200 - total flux cleaned = 0.00251616 Jy ! Total flux subtracted in 200 components = 0.00251616 Jy ! Clean residual min=-0.002042 max=0.001907 Jy/beam ! Clean residual mean=-0.000008 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.347754 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.000220451 Jy ! Component: 100 - total flux cleaned = 0.000412171 Jy ! Component: 150 - total flux cleaned = 0.000562712 Jy ! Component: 200 - total flux cleaned = 0.000718035 Jy ! Total flux subtracted in 200 components = 0.000718035 Jy ! Clean residual min=-0.002049 max=0.001850 Jy/beam ! Clean residual mean=-0.000007 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.348472 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 82 components and 0.348472 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.676 mas, bmaj=9.101 mas, bpa=14.8 degrees ! Estimated noise=740.664 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000467143 Jy ! Component: 100 - total flux cleaned = 0.000497064 Jy ! Component: 150 - total flux cleaned = 0.000525097 Jy ! Component: 200 - total flux cleaned = 0.000496998 Jy ! Total flux subtracted in 200 components = 0.000496998 Jy ! Clean residual min=-0.002041 max=0.001900 Jy/beam ! Clean residual mean=-0.000004 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.348969 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 100 components and 0.348969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079686Jy sigma=0.000788 ! Fit after self-cal, rms=0.079684Jy sigma=0.000788 wmodel J1347+1835_S_2014_08_05_pus_map.mod ! Writing 100 model components to file: J1347+1835_S_2014_08_05_pus_map.mod wobs J1347+1835_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1347+1835_S_2014_08_05_pus_uvs.fits wwins J1347+1835_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J1347+1835_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 = 8.30767e-05 Jy ! Component: 100 - total flux cleaned = 0.000214014 Jy ! Component: 150 - total flux cleaned = 0.000459684 Jy ! Component: 200 - total flux cleaned = 0.000606526 Jy ! Component: 250 - total flux cleaned = 0.00074842 Jy ! Component: 300 - total flux cleaned = 0.000802332 Jy ! Component: 350 - total flux cleaned = 0.00085583 Jy ! Component: 400 - total flux cleaned = 0.00101103 Jy ! Component: 450 - total flux cleaned = 0.0011367 Jy ! Component: 500 - total flux cleaned = 0.00123501 Jy ! Component: 550 - total flux cleaned = 0.00128291 Jy ! Component: 600 - total flux cleaned = 0.00132982 Jy ! Component: 650 - total flux cleaned = 0.00135337 Jy ! Component: 700 - total flux cleaned = 0.00142169 Jy ! Component: 750 - total flux cleaned = 0.00146658 Jy ! Component: 800 - total flux cleaned = 0.00148832 Jy ! Component: 850 - total flux cleaned = 0.00146662 Jy ! Component: 900 - total flux cleaned = 0.00144562 Jy ! Component: 950 - total flux cleaned = 0.00144562 Jy ! Component: 1000 - total flux cleaned = 0.00140451 Jy ! Component: 1050 - total flux cleaned = 0.00140435 Jy ! Component: 1100 - total flux cleaned = 0.00134441 Jy ! Component: 1150 - total flux cleaned = 0.001305 Jy ! Component: 1200 - total flux cleaned = 0.00130496 Jy ! Component: 1250 - total flux cleaned = 0.00130459 Jy ! Component: 1300 - total flux cleaned = 0.00122881 Jy ! Component: 1350 - total flux cleaned = 0.00119143 Jy ! Component: 1400 - total flux cleaned = 0.00115421 Jy ! Component: 1450 - total flux cleaned = 0.00104447 Jy ! Component: 1500 - total flux cleaned = 0.000972219 Jy ! Component: 1550 - total flux cleaned = 0.000918368 Jy ! Component: 1600 - total flux cleaned = 0.000794585 Jy ! Component: 1650 - total flux cleaned = 0.000724384 Jy ! Component: 1700 - total flux cleaned = 0.000654918 Jy ! Component: 1750 - total flux cleaned = 0.000586341 Jy ! Component: 1800 - total flux cleaned = 0.000552138 Jy ! Component: 1850 - total flux cleaned = 0.000518201 Jy ! Component: 1900 - total flux cleaned = 0.000417948 Jy ! Component: 1950 - total flux cleaned = 0.000384859 Jy ! Component: 2000 - total flux cleaned = 0.000335367 Jy ! Component: 2050 - total flux cleaned = 0.000270544 Jy ! Component: 2100 - total flux cleaned = 0.000238494 Jy ! Component: 2150 - total flux cleaned = 0.000143016 Jy ! Component: 2200 - total flux cleaned = 0.000158751 Jy ! Component: 2250 - total flux cleaned = 0.000111847 Jy ! Component: 2300 - total flux cleaned = 1.88946e-05 Jy ! Component: 2350 - total flux cleaned = 3.49036e-06 Jy ! Component: 2400 - total flux cleaned = 3.49247e-06 Jy ! Component: 2450 - total flux cleaned = -0.000102347 Jy ! Component: 2500 - total flux cleaned = -0.000192046 Jy ! Component: 2550 - total flux cleaned = -0.0002217 Jy ! Component: 2600 - total flux cleaned = -0.000280589 Jy ! Component: 2650 - total flux cleaned = -0.000353871 Jy ! Component: 2700 - total flux cleaned = -0.000411886 Jy ! Component: 2750 - total flux cleaned = -0.000512708 Jy ! Component: 2800 - total flux cleaned = -0.000569715 Jy ! Component: 2850 - total flux cleaned = -0.000640531 Jy ! Component: 2900 - total flux cleaned = -0.000696747 Jy ! Component: 2950 - total flux cleaned = -0.000752519 Jy ! Component: 3000 - total flux cleaned = -0.000807972 Jy ! Component: 3050 - total flux cleaned = -0.000863024 Jy ! Component: 3100 - total flux cleaned = -0.000876636 Jy ! Component: 3150 - total flux cleaned = -0.000985045 Jy ! Component: 3200 - total flux cleaned = -0.000958005 Jy ! Component: 3250 - total flux cleaned = -0.00103825 Jy ! Component: 3300 - total flux cleaned = -0.00110463 Jy ! Component: 3350 - total flux cleaned = -0.00113094 Jy ! Component: 3400 - total flux cleaned = -0.0012095 Jy ! Component: 3450 - total flux cleaned = -0.00126145 Jy ! Component: 3500 - total flux cleaned = -0.0013004 Jy ! Component: 3550 - total flux cleaned = -0.00135167 Jy ! Component: 3600 - total flux cleaned = -0.00132613 Jy ! Component: 3650 - total flux cleaned = -0.00138966 Jy ! Component: 3700 - total flux cleaned = -0.00146518 Jy ! Component: 3750 - total flux cleaned = -0.00149014 Jy ! Component: 3800 - total flux cleaned = -0.00157715 Jy ! Component: 3850 - total flux cleaned = -0.00154007 Jy ! Component: 3900 - total flux cleaned = -0.00162601 Jy ! Component: 3950 - total flux cleaned = -0.00162601 Jy ! Component: 4000 - total flux cleaned = -0.00165021 Jy ! Component: 4050 - total flux cleaned = -0.00172253 Jy ! Total flux subtracted in 4096 components = -0.0017225 Jy ! Clean residual min=-0.000922 max=0.000623 Jy/beam ! Clean residual mean=-0.000005 rms=0.000228 Jy/beam ! Combined flux in latest and established models = 0.347246 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 380 components and 0.347246 Jy ![Exited script file: muppet] wmap "J1347+1835_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.676 x 9.101 at 14.8 degrees (North through East) ! Clean map min=-0.0013928 max=0.31482 Jy/beam ! Writing clean map to FITS file: J1347+1835_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.314821 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000225282 device "J1347+1835_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1347+1835_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.214676 0.214676 0.429352 0.858704 1.71741 3.43481 6.86963 13.7393 27.4785 54.957 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.314 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.676 x 9.101 at 14.8 degrees (North through East) ! Clean map min=-0.0013928 max=0.31482 Jy/beam quit ! Quitting program ! Log file J1347+1835_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:29:22 2016