! Started logfile: J1335+4542_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:29:01 2016 obs J1335+4542_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1335+4542_S_2014_08_05_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.667196 visibilities/baseline/integration-bin. ! Found source: J1335+4542 ! ! 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 10088 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 J1335+4542_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 159 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 159 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 159 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 159 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.613384Jy sigma=0.006516 ! Fit after self-cal, rms=0.537476Jy sigma=0.005836 ! 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.71 mas, bmaj=7.898 mas, bpa=39.44 degrees ! Estimated noise=1142.38 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.349908 Jy ! Component: 100 - total flux cleaned = 0.446154 Jy ! Total flux subtracted in 100 components = 0.446154 Jy ! Clean residual min=-0.012954 max=0.039965 Jy/beam ! Clean residual mean=0.000055 rms=0.004666 Jy/beam ! Combined flux in latest and established models = 0.446154 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.446154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138316Jy sigma=0.001173 ! Fit after self-cal, rms=0.138326Jy sigma=0.001173 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0412862 Jy ! Component: 100 - total flux cleaned = 0.0601944 Jy ! Total flux subtracted in 100 components = 0.0601944 Jy ! Clean residual min=-0.011968 max=0.010753 Jy/beam ! Clean residual mean=0.000034 rms=0.002897 Jy/beam ! Combined flux in latest and established models = 0.506348 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.506348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120510Jy sigma=0.001010 ! Fit after self-cal, rms=0.120519Jy sigma=0.001009 ! 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.699 mas, bmaj=8.643 mas, bpa=38.19 degrees ! Estimated noise=671.227 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.0122485 Jy ! Component: 100 - total flux cleaned = 0.0188055 Jy ! Component: 150 - total flux cleaned = 0.0225865 Jy ! Component: 200 - total flux cleaned = 0.0237822 Jy ! Total flux subtracted in 200 components = 0.0237822 Jy ! Clean residual min=-0.008795 max=0.009033 Jy/beam ! Clean residual mean=0.000068 rms=0.002192 Jy/beam ! Combined flux in latest and established models = 0.53013 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 38 components and 0.53013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118020Jy sigma=0.001005 ! Fit after self-cal, rms=0.118024Jy sigma=0.001005 ! 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.99 FD 0.88 HN 0.97 KP 1.09 ! LA 1.13 MK 1.00* NL 0.93 OV 1.00 ! PT 1.06 SC 1.06 ! ! ! 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.04 HN 1.02 KP 1.03 ! LA 1.09 MK 1.00* NL 1.01 OV 1.02 ! PT 1.03 SC 1.14 ! ! ! 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.18 HN 1.01 KP 0.92 ! LA 0.84 MK 1.00* NL 1.00 OV 0.95 ! PT 1.01 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.07 FD 0.98 HN 1.00 KP 0.87 ! LA 0.81 MK 1.00* NL 1.07 OV 0.98 ! PT 1.03 SC 1.04 ! ! ! Fit before self-cal, rms=0.118024Jy sigma=0.001005 ! Fit after self-cal, rms=0.099767Jy sigma=0.000832 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.77 mas, bmaj=8.629 mas, bpa=38.04 degrees ! Estimated noise=675.341 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.000851673 Jy ! Component: 100 - total flux cleaned = -0.00106747 Jy ! Component: 150 - total flux cleaned = -0.00115853 Jy ! Component: 200 - total flux cleaned = -0.00115894 Jy ! Total flux subtracted in 200 components = -0.00115894 Jy ! Clean residual min=-0.005306 max=0.004827 Jy/beam ! Clean residual mean=0.000080 rms=0.001413 Jy/beam ! Combined flux in latest and established models = 0.528971 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 53 components and 0.528971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099533Jy sigma=0.000830 ! Fit after self-cal, rms=0.099524Jy sigma=0.000830 ! 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.099524Jy sigma=0.000830 ! Fit after self-cal, rms=0.089950Jy sigma=0.000807 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.793 mas, bmaj=8.653 mas, bpa=38.16 degrees ! Estimated noise=675.245 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00233605 Jy ! Component: 100 - total flux cleaned = -0.00279106 Jy ! Component: 150 - total flux cleaned = -0.00321742 Jy ! Component: 200 - total flux cleaned = -0.00356465 Jy ! Total flux subtracted in 200 components = -0.00356465 Jy ! Clean residual min=-0.002971 max=0.002826 Jy/beam ! Clean residual mean=0.000009 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.525407 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 60 components and 0.525407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089816Jy sigma=0.000806 ! Fit after self-cal, rms=0.089788Jy sigma=0.000806 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.000266119 Jy ! Component: 100 - total flux cleaned = -0.000504761 Jy ! Component: 150 - total flux cleaned = -0.000702515 Jy ! Component: 200 - total flux cleaned = -0.000823077 Jy ! Total flux subtracted in 200 components = -0.000823077 Jy ! Clean residual min=-0.002874 max=0.002857 Jy/beam ! Clean residual mean=0.000009 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.524584 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 66 components and 0.524584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089765Jy sigma=0.000805 ! Fit after self-cal, rms=0.089765Jy sigma=0.000805 ! 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.089765Jy sigma=0.000805 ! Fit after self-cal, rms=0.089867Jy sigma=0.000805 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.82 mas, bmaj=8.665 mas, bpa=38.15 degrees ! Estimated noise=675.868 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00186784 Jy ! Component: 100 - total flux cleaned = -0.0022094 Jy ! Component: 150 - total flux cleaned = -0.00253731 Jy ! Component: 200 - total flux cleaned = -0.00281115 Jy ! Total flux subtracted in 200 components = -0.00281115 Jy ! Clean residual min=-0.002548 max=0.002564 Jy/beam ! Clean residual mean=0.000010 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.521772 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 69 components and 0.521772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089788Jy sigma=0.000804 ! Fit after self-cal, rms=0.089788Jy sigma=0.000804 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.000237666 Jy ! Component: 100 - total flux cleaned = -0.000429302 Jy ! Component: 150 - total flux cleaned = -0.000591204 Jy ! Component: 200 - total flux cleaned = -0.000727758 Jy ! Total flux subtracted in 200 components = -0.000727758 Jy ! Clean residual min=-0.002575 max=0.002598 Jy/beam ! Clean residual mean=0.000010 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.521045 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 71 components and 0.521045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089773Jy sigma=0.000804 ! Fit after self-cal, rms=0.089773Jy sigma=0.000804 ! 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.089773Jy sigma=0.000804 ! Fit after self-cal, rms=0.089875Jy sigma=0.000803 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.569 mas, bmaj=10.93 mas, bpa=50.66 degrees ! Estimated noise=756.882 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00158539 Jy ! Component: 100 - total flux cleaned = -0.00240825 Jy ! Component: 150 - total flux cleaned = -0.00286002 Jy ! Component: 200 - total flux cleaned = -0.00309615 Jy ! Total flux subtracted in 200 components = -0.00309615 Jy ! Clean residual min=-0.002336 max=0.002351 Jy/beam ! Clean residual mean=0.000016 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.517948 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 97 components and 0.517948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089855Jy sigma=0.000803 ! Fit after self-cal, rms=0.089856Jy sigma=0.000803 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 = -9.00724e-05 Jy ! Component: 100 - total flux cleaned = -0.000117455 Jy ! Component: 150 - total flux cleaned = -0.000145548 Jy ! Component: 200 - total flux cleaned = -0.000174936 Jy ! Total flux subtracted in 200 components = -0.000174936 Jy ! Clean residual min=-0.002321 max=0.002347 Jy/beam ! Clean residual mean=0.000016 rms=0.000679 Jy/beam ! Combined flux in latest and established models = 0.517773 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 102 components and 0.517773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089854Jy sigma=0.000803 ! Fit after self-cal, rms=0.089854Jy sigma=0.000803 ! 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.842 mas, bmaj=8.675 mas, bpa=38.11 degrees ! Estimated noise=676.25 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.842 x 8.675 at 38.11 degrees (North through East) ! Clean map min=-0.0022736 max=0.47269 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.816 mas, bmaj=7.889 mas, bpa=39.38 degrees ! Estimated noise=1166.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.357187 Jy ! Component: 100 - total flux cleaned = 0.447776 Jy ! Component: 150 - total flux cleaned = 0.485112 Jy ! Component: 200 - total flux cleaned = 0.501618 Jy ! Total flux subtracted in 200 components = 0.501618 Jy ! Clean residual min=-0.004679 max=0.007154 Jy/beam ! Clean residual mean=0.000013 rms=0.001276 Jy/beam ! Combined flux in latest and established models = 0.501618 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.501618 Jy ! Inverting map and beam ! Estimated beam: bmin=4.842 mas, bmaj=8.675 mas, bpa=38.11 degrees ! Estimated noise=676.25 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.00912943 Jy ! Component: 100 - total flux cleaned = 0.0133235 Jy ! Component: 150 - total flux cleaned = 0.0149006 Jy ! Component: 200 - total flux cleaned = 0.0150611 Jy ! Total flux subtracted in 200 components = 0.0150611 Jy ! Clean residual min=-0.002547 max=0.002382 Jy/beam ! Clean residual mean=0.000012 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.516679 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 36 components and 0.516679 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.569 mas, bmaj=10.93 mas, bpa=50.66 degrees ! Estimated noise=756.882 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000866634 Jy ! Component: 100 - total flux cleaned = 0.00091126 Jy ! Component: 150 - total flux cleaned = 0.000879283 Jy ! Component: 200 - total flux cleaned = 0.000851732 Jy ! Total flux subtracted in 200 components = 0.000851732 Jy ! Clean residual min=-0.002416 max=0.002333 Jy/beam ! Clean residual mean=0.000017 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.517531 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 = -2.41286e-05 Jy ! Component: 100 - total flux cleaned = -4.42598e-05 Jy ! Component: 150 - total flux cleaned = -6.21635e-05 Jy ! Component: 200 - total flux cleaned = -6.23894e-05 Jy ! Total flux subtracted in 200 components = -6.23894e-05 Jy ! Clean residual min=-0.002369 max=0.002339 Jy/beam ! Clean residual mean=0.000017 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.517468 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 50 components and 0.517468 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.842 mas, bmaj=8.675 mas, bpa=38.11 degrees ! Estimated noise=676.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000187173 Jy ! Component: 100 - total flux cleaned = -0.000110905 Jy ! Component: 150 - total flux cleaned = -1.26768e-05 Jy ! Component: 200 - total flux cleaned = 4.30955e-05 Jy ! Total flux subtracted in 200 components = 4.30955e-05 Jy ! Clean residual min=-0.002405 max=0.002306 Jy/beam ! Clean residual mean=0.000011 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.517512 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.517512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089826Jy sigma=0.000803 ! Fit after self-cal, rms=0.089823Jy sigma=0.000803 wmodel J1335+4542_S_2014_08_05_pus_map.mod ! Writing 61 model components to file: J1335+4542_S_2014_08_05_pus_map.mod wobs J1335+4542_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1335+4542_S_2014_08_05_pus_uvs.fits wwins J1335+4542_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J1335+4542_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.000226797 Jy ! Component: 100 - total flux cleaned = 0.000306035 Jy ! Component: 150 - total flux cleaned = 0.000306248 Jy ! Component: 200 - total flux cleaned = 0.000197834 Jy ! Component: 250 - total flux cleaned = 0.00012855 Jy ! Component: 300 - total flux cleaned = 0.00019619 Jy ! Component: 350 - total flux cleaned = 0.000196615 Jy ! Component: 400 - total flux cleaned = 0.000196892 Jy ! Component: 450 - total flux cleaned = 0.000350592 Jy ! Component: 500 - total flux cleaned = 0.000350302 Jy ! Component: 550 - total flux cleaned = 0.00037973 Jy ! Component: 600 - total flux cleaned = 0.00043772 Jy ! Component: 650 - total flux cleaned = 0.000606926 Jy ! Component: 700 - total flux cleaned = 0.000717753 Jy ! Component: 750 - total flux cleaned = 0.000853033 Jy ! Component: 800 - total flux cleaned = 0.00085274 Jy ! Component: 850 - total flux cleaned = 0.000956701 Jy ! Component: 900 - total flux cleaned = 0.00110932 Jy ! Component: 950 - total flux cleaned = 0.00123369 Jy ! Component: 1000 - total flux cleaned = 0.00125838 Jy ! Component: 1050 - total flux cleaned = 0.00140384 Jy ! Component: 1100 - total flux cleaned = 0.00159365 Jy ! Component: 1150 - total flux cleaned = 0.00163981 Jy ! Component: 1200 - total flux cleaned = 0.00170908 Jy ! Component: 1250 - total flux cleaned = 0.00177716 Jy ! Component: 1300 - total flux cleaned = 0.00182163 Jy ! Component: 1350 - total flux cleaned = 0.00182165 Jy ! Component: 1400 - total flux cleaned = 0.00182155 Jy ! Component: 1450 - total flux cleaned = 0.00188477 Jy ! Component: 1500 - total flux cleaned = 0.00180044 Jy ! Component: 1550 - total flux cleaned = 0.00175884 Jy ! Component: 1600 - total flux cleaned = 0.00169814 Jy ! Component: 1650 - total flux cleaned = 0.00171817 Jy ! Component: 1700 - total flux cleaned = 0.00171787 Jy ! Component: 1750 - total flux cleaned = 0.00160035 Jy ! Component: 1800 - total flux cleaned = 0.00163916 Jy ! Component: 1850 - total flux cleaned = 0.00158206 Jy ! Component: 1900 - total flux cleaned = 0.00165764 Jy ! Component: 1950 - total flux cleaned = 0.00162055 Jy ! Component: 2000 - total flux cleaned = 0.00165718 Jy ! Component: 2050 - total flux cleaned = 0.00165715 Jy ! Component: 2100 - total flux cleaned = 0.00165732 Jy ! Component: 2150 - total flux cleaned = 0.0016222 Jy ! Component: 2200 - total flux cleaned = 0.00165714 Jy ! Component: 2250 - total flux cleaned = 0.00165745 Jy ! Component: 2300 - total flux cleaned = 0.00165774 Jy ! Component: 2350 - total flux cleaned = 0.00170795 Jy ! Component: 2400 - total flux cleaned = 0.0016744 Jy ! Component: 2450 - total flux cleaned = 0.00167433 Jy ! Component: 2500 - total flux cleaned = 0.00170674 Jy ! Component: 2550 - total flux cleaned = 0.00173908 Jy ! Component: 2600 - total flux cleaned = 0.00169134 Jy ! Component: 2650 - total flux cleaned = 0.00169161 Jy ! Component: 2700 - total flux cleaned = 0.00173834 Jy ! Component: 2750 - total flux cleaned = 0.00175362 Jy ! Component: 2800 - total flux cleaned = 0.00175375 Jy ! Component: 2850 - total flux cleaned = 0.00170869 Jy ! Component: 2900 - total flux cleaned = 0.00173857 Jy ! Component: 2950 - total flux cleaned = 0.0017829 Jy ! Component: 3000 - total flux cleaned = 0.00176808 Jy ! Component: 3050 - total flux cleaned = 0.00181151 Jy ! Component: 3100 - total flux cleaned = 0.00181139 Jy ! Component: 3150 - total flux cleaned = 0.00178314 Jy ! Component: 3200 - total flux cleaned = 0.00185311 Jy ! Component: 3250 - total flux cleaned = 0.00189474 Jy ! Component: 3300 - total flux cleaned = 0.00188095 Jy ! Component: 3350 - total flux cleaned = 0.00189455 Jy ! Component: 3400 - total flux cleaned = 0.00188112 Jy ! Component: 3450 - total flux cleaned = 0.00185432 Jy ! Component: 3500 - total flux cleaned = 0.0018674 Jy ! Component: 3550 - total flux cleaned = 0.00184145 Jy ! Component: 3600 - total flux cleaned = 0.0018672 Jy ! Component: 3650 - total flux cleaned = 0.00185438 Jy ! Component: 3700 - total flux cleaned = 0.00179087 Jy ! Component: 3750 - total flux cleaned = 0.00182892 Jy ! Component: 3800 - total flux cleaned = 0.00189107 Jy ! Component: 3850 - total flux cleaned = 0.00190336 Jy ! Component: 3900 - total flux cleaned = 0.00191558 Jy ! Component: 3950 - total flux cleaned = 0.00191541 Jy ! Component: 4000 - total flux cleaned = 0.0019275 Jy ! Component: 4050 - total flux cleaned = 0.00189128 Jy ! Total flux subtracted in 4096 components = 0.00192705 Jy ! Clean residual min=-0.000687 max=0.000698 Jy/beam ! Clean residual mean=0.000005 rms=0.000231 Jy/beam ! Combined flux in latest and established models = 0.519439 Jy keep ! Adding 320 model components to the UV plane model. ! The established model now contains 381 components and 0.519438 Jy ![Exited script file: muppet] wmap "J1335+4542_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.842 x 8.675 at 38.11 degrees (North through East) ! Clean map min=-0.0014436 max=0.47302 Jy/beam ! Writing clean map to FITS file: J1335+4542_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.473018 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00023135 device "J1335+4542_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1335+4542_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.146728 0.146728 0.293456 0.586911 1.17382 2.34764 4.69529 9.39058 18.7812 37.5623 75.1246 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.473 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.842 x 8.675 at 38.11 degrees (North through East) ! Clean map min=-0.0014436 max=0.47302 Jy/beam quit ! Quitting program ! Log file J1335+4542_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:29:06 2016