! Started logfile: J0555+3948_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:56:05 2016 obs J0555+3948_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0555+3948_S_2014_08_09_pus_uva.fits ! AN table 1: 147 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.690401 visibilities/baseline/integration-bin. ! Found source: J0555+3948 ! ! 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 342 lines of history. ! ! Reading 18268 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 J0555+3948_S_2014_08_09_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 254 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 254 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 254 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 254 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=2.353284Jy sigma=0.025656 ! Fit after self-cal, rms=2.172719Jy sigma=0.023722 ! 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=4.32 mas, bmaj=6.172 mas, bpa=54.27 degrees ! Estimated noise=911.801 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 = 2.39147 Jy ! Component: 100 - total flux cleaned = 2.91318 Jy ! Total flux subtracted in 100 components = 2.91318 Jy ! Clean residual min=-0.053749 max=0.149859 Jy/beam ! Clean residual mean=0.000517 rms=0.016133 Jy/beam ! Combined flux in latest and established models = 2.91318 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 2.91318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.466516Jy sigma=0.004506 ! Fit after self-cal, rms=0.466517Jy sigma=0.004506 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.143938 Jy ! Component: 100 - total flux cleaned = 0.208644 Jy ! Total flux subtracted in 100 components = 0.208644 Jy ! Clean residual min=-0.052274 max=0.044323 Jy/beam ! Clean residual mean=0.000540 rms=0.012041 Jy/beam ! Combined flux in latest and established models = 3.12182 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 22 components and 3.12182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.403967Jy sigma=0.003952 ! Fit after self-cal, rms=0.403963Jy sigma=0.003951 ! 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=6.31 mas, bmaj=6.894 mas, bpa=-39.69 degrees ! Estimated noise=475.208 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.0551476 Jy ! Component: 100 - total flux cleaned = 0.0878476 Jy ! Component: 150 - total flux cleaned = 0.109319 Jy ! Component: 200 - total flux cleaned = 0.123886 Jy ! Total flux subtracted in 200 components = 0.123886 Jy ! Clean residual min=-0.056563 max=0.052175 Jy/beam ! Clean residual mean=0.000136 rms=0.012178 Jy/beam ! Combined flux in latest and established models = 3.2457 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 60 components and 3.2457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.391576Jy sigma=0.003900 ! Fit after self-cal, rms=0.391577Jy sigma=0.003900 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.89 HN 0.97 KP 1.08 ! LA 1.12 MK 1.00* NL 0.98 OV 1.00 ! PT 1.05 SC 0.99 ! ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.06 HN 1.04 KP 1.03 ! LA 1.07 MK 1.00* NL 1.01 OV 1.03 ! PT 1.02 SC 1.05 ! ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.19 HN 1.04 KP 0.91 ! LA 0.84 MK 1.00* NL 1.01 OV 0.94 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.05 HN 0.99 KP 0.86 ! LA 0.79 MK 1.00* NL 1.07 OV 0.95 ! PT 1.03 SC 0.97 ! ! ! Fit before self-cal, rms=0.391577Jy sigma=0.003900 ! Fit after self-cal, rms=0.097848Jy sigma=0.001018 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.312 mas, bmaj=6.908 mas, bpa=-39.72 degrees ! Estimated noise=475.673 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.0113929 Jy ! Component: 100 - total flux cleaned = -0.0171603 Jy ! Component: 150 - total flux cleaned = -0.0191549 Jy ! Component: 200 - total flux cleaned = -0.0205175 Jy ! Total flux subtracted in 200 components = -0.0205175 Jy ! Clean residual min=-0.008709 max=0.006723 Jy/beam ! Clean residual mean=-0.000054 rms=0.002169 Jy/beam ! Combined flux in latest and established models = 3.22519 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 65 components and 3.22519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096430Jy sigma=0.001002 ! Fit after self-cal, rms=0.096425Jy sigma=0.001002 ! 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.096425Jy sigma=0.001002 ! Fit after self-cal, rms=0.090540Jy sigma=0.000931 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.319 mas, bmaj=6.906 mas, bpa=-39.45 degrees ! Estimated noise=475.403 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0072398 Jy ! Component: 100 - total flux cleaned = -0.0113746 Jy ! Component: 150 - total flux cleaned = -0.0130256 Jy ! Component: 200 - total flux cleaned = -0.0140363 Jy ! Total flux subtracted in 200 components = -0.0140363 Jy ! Clean residual min=-0.006552 max=0.004308 Jy/beam ! Clean residual mean=0.000002 rms=0.001237 Jy/beam ! Combined flux in latest and established models = 3.21115 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 72 components and 3.21115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089849Jy sigma=0.000925 ! Fit after self-cal, rms=0.089852Jy sigma=0.000925 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.00068276 Jy ! Component: 100 - total flux cleaned = -0.00119991 Jy ! Component: 150 - total flux cleaned = -0.00154124 Jy ! Component: 200 - total flux cleaned = -0.00179821 Jy ! Total flux subtracted in 200 components = -0.00179821 Jy ! Clean residual min=-0.006231 max=0.004418 Jy/beam ! Clean residual mean=0.000003 rms=0.001218 Jy/beam ! Combined flux in latest and established models = 3.20935 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 3.20935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089780Jy sigma=0.000924 ! Fit after self-cal, rms=0.089779Jy sigma=0.000924 ! 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.089779Jy sigma=0.000924 ! Fit after self-cal, rms=0.085643Jy sigma=0.000889 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.323 mas, bmaj=6.905 mas, bpa=-39.42 degrees ! Estimated noise=475.314 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00505402 Jy ! Component: 100 - total flux cleaned = -0.00748984 Jy ! Component: 150 - total flux cleaned = -0.00817872 Jy ! Component: 200 - total flux cleaned = -0.00870932 Jy ! Total flux subtracted in 200 components = -0.00870932 Jy ! Clean residual min=-0.004595 max=0.003064 Jy/beam ! Clean residual mean=0.000001 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 3.20064 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 95 components and 3.20064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085318Jy sigma=0.000885 ! Fit after self-cal, rms=0.085319Jy sigma=0.000885 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.000371564 Jy ! Component: 100 - total flux cleaned = -0.000706848 Jy ! Component: 150 - total flux cleaned = -0.000971199 Jy ! Component: 200 - total flux cleaned = -0.00117804 Jy ! Total flux subtracted in 200 components = -0.00117804 Jy ! Clean residual min=-0.004372 max=0.002969 Jy/beam ! Clean residual mean=0.000002 rms=0.000857 Jy/beam ! Combined flux in latest and established models = 3.19947 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 102 components and 3.19947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085278Jy sigma=0.000885 ! Fit after self-cal, rms=0.085278Jy sigma=0.000885 ! 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.085278Jy sigma=0.000885 ! Fit after self-cal, rms=0.085124Jy sigma=0.000883 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.541 mas, bmaj=9.94 mas, bpa=-46.24 degrees ! Estimated noise=515.769 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00339258 Jy ! Component: 100 - total flux cleaned = -0.00526868 Jy ! Component: 150 - total flux cleaned = -0.00620455 Jy ! Component: 200 - total flux cleaned = -0.00648197 Jy ! Total flux subtracted in 200 components = -0.00648197 Jy ! Clean residual min=-0.003732 max=0.002783 Jy/beam ! Clean residual mean=0.000007 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 3.19298 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 105 components and 3.19298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084996Jy sigma=0.000882 ! Fit after self-cal, rms=0.084997Jy sigma=0.000882 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.000265945 Jy ! Component: 100 - total flux cleaned = -0.000461867 Jy ! Component: 150 - total flux cleaned = -0.000627105 Jy ! Component: 200 - total flux cleaned = -0.000750523 Jy ! Total flux subtracted in 200 components = -0.000750523 Jy ! Clean residual min=-0.003600 max=0.002733 Jy/beam ! Clean residual mean=0.000008 rms=0.000790 Jy/beam ! Combined flux in latest and established models = 3.19223 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 111 components and 3.19223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084991Jy sigma=0.000882 ! Fit after self-cal, rms=0.084991Jy sigma=0.000882 ! 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=6.327 mas, bmaj=6.906 mas, bpa=-39.42 degrees ! Estimated noise=475.258 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.327 x 6.906 at -39.42 degrees (North through East) ! Clean map min=-0.0032289 max=3.0914 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084991Jy sigma=0.000882 ! Fit after self-cal, rms=0.071514Jy sigma=0.000743 ! Inverting map and beam ! Estimated beam: bmin=6.329 mas, bmaj=6.906 mas, bpa=-39.43 degrees ! Estimated noise=475.239 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00205163 Jy ! Component: 100 - total flux cleaned = -0.00319024 Jy ! Component: 150 - total flux cleaned = -0.00355717 Jy ! Component: 200 - total flux cleaned = -0.00384565 Jy ! Total flux subtracted in 200 components = -0.00384565 Jy ! Clean residual min=-0.002698 max=0.002389 Jy/beam ! Clean residual mean=0.000003 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 3.18839 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 117 components and 3.18839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071427Jy sigma=0.000743 ! Fit after self-cal, rms=0.071426Jy sigma=0.000743 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000230018 Jy ! Component: 100 - total flux cleaned = -0.000405532 Jy ! Component: 150 - total flux cleaned = -0.000602083 Jy ! Component: 200 - total flux cleaned = -0.000756129 Jy ! Total flux subtracted in 200 components = -0.000756129 Jy ! Clean residual min=-0.002550 max=0.002441 Jy/beam ! Clean residual mean=0.000004 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 3.18763 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 123 components and 3.18763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071398Jy sigma=0.000742 ! Fit after self-cal, rms=0.071397Jy sigma=0.000742 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071397Jy sigma=0.000742 ! Fit after self-cal, rms=0.071371Jy sigma=0.000742 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.317 mas, bmaj=6.189 mas, bpa=54.22 degrees ! Estimated noise=909.312 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.38432 Jy ! Component: 100 - total flux cleaned = 2.90459 Jy ! Component: 150 - total flux cleaned = 3.04779 Jy ! Component: 200 - total flux cleaned = 3.10464 Jy ! Total flux subtracted in 200 components = 3.10464 Jy ! Clean residual min=-0.008979 max=0.026643 Jy/beam ! Clean residual mean=0.000027 rms=0.002803 Jy/beam ! Combined flux in latest and established models = 3.10464 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 17 model components to the UV plane model. ! The established model now contains 17 components and 3.10464 Jy ! Inverting map and beam ! Estimated beam: bmin=6.33 mas, bmaj=6.907 mas, bpa=-39.45 degrees ! Estimated noise=475.2 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.0397221 Jy ! Component: 100 - total flux cleaned = 0.058829 Jy ! Component: 150 - total flux cleaned = 0.0687409 Jy ! Component: 200 - total flux cleaned = 0.0740381 Jy ! Total flux subtracted in 200 components = 0.0740381 Jy ! Clean residual min=-0.002733 max=0.002752 Jy/beam ! Clean residual mean=0.000008 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 3.17868 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 50 components and 3.17868 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.547 mas, bmaj=9.945 mas, bpa=-46.25 degrees ! Estimated noise=515.435 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00283152 Jy ! Component: 100 - total flux cleaned = 0.00416315 Jy ! Component: 150 - total flux cleaned = 0.00487657 Jy ! Component: 200 - total flux cleaned = 0.00521549 Jy ! Total flux subtracted in 200 components = 0.00521549 Jy ! Clean residual min=-0.002552 max=0.002129 Jy/beam ! Clean residual mean=0.000009 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 3.1839 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 = 7.81257e-05 Jy ! Component: 100 - total flux cleaned = 0.00014843 Jy ! Component: 150 - total flux cleaned = 0.000202162 Jy ! Component: 200 - total flux cleaned = 0.0002522 Jy ! Total flux subtracted in 200 components = 0.0002522 Jy ! Clean residual min=-0.002593 max=0.002149 Jy/beam ! Clean residual mean=0.000008 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 3.18415 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 89 components and 3.18415 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=6.33 mas, bmaj=6.907 mas, bpa=-39.45 degrees ! Estimated noise=475.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000144059 Jy ! Component: 100 - total flux cleaned = 0.000401915 Jy ! Component: 150 - total flux cleaned = 0.000404449 Jy ! Component: 200 - total flux cleaned = 0.000351501 Jy ! Total flux subtracted in 200 components = 0.000351501 Jy ! Clean residual min=-0.002558 max=0.002262 Jy/beam ! Clean residual mean=0.000004 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 3.1845 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 95 components and 3.1845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071343Jy sigma=0.000742 ! Fit after self-cal, rms=0.071342Jy sigma=0.000742 wmodel J0555+3948_S_2014_08_09_pus_map.mod ! Writing 95 model components to file: J0555+3948_S_2014_08_09_pus_map.mod wobs J0555+3948_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0555+3948_S_2014_08_09_pus_uvs.fits wwins J0555+3948_S_2014_08_09_pus_map.win ! wwins: Wrote 1 windows to J0555+3948_S_2014_08_09_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.000697503 Jy ! Component: 100 - total flux cleaned = -0.000813976 Jy ! Component: 150 - total flux cleaned = -0.000923071 Jy ! Component: 200 - total flux cleaned = -0.000889051 Jy ! Component: 250 - total flux cleaned = -0.000888382 Jy ! Component: 300 - total flux cleaned = -0.000856435 Jy ! Component: 350 - total flux cleaned = -0.000766203 Jy ! Component: 400 - total flux cleaned = -0.000649916 Jy ! Component: 450 - total flux cleaned = -0.000566188 Jy ! Component: 500 - total flux cleaned = -0.000456912 Jy ! Component: 550 - total flux cleaned = -0.0003776 Jy ! Component: 600 - total flux cleaned = -0.000377943 Jy ! Component: 650 - total flux cleaned = -0.000377779 Jy ! Component: 700 - total flux cleaned = -0.000402579 Jy ! Component: 750 - total flux cleaned = -0.000378595 Jy ! Component: 800 - total flux cleaned = -0.000379061 Jy ! Component: 850 - total flux cleaned = -0.000402566 Jy ! Component: 900 - total flux cleaned = -0.000356449 Jy ! Component: 950 - total flux cleaned = -0.000244311 Jy ! Component: 1000 - total flux cleaned = -0.000156509 Jy ! Component: 1050 - total flux cleaned = -9.17615e-05 Jy ! Component: 1100 - total flux cleaned = -4.86981e-05 Jy ! Component: 1150 - total flux cleaned = 9.82503e-05 Jy ! Component: 1200 - total flux cleaned = 0.000159959 Jy ! Component: 1250 - total flux cleaned = 0.000261495 Jy ! Component: 1300 - total flux cleaned = 0.000261404 Jy ! Component: 1350 - total flux cleaned = 0.000340431 Jy ! Component: 1400 - total flux cleaned = 0.000281742 Jy ! Component: 1450 - total flux cleaned = 0.000339811 Jy ! Component: 1500 - total flux cleaned = 0.000321179 Jy ! Component: 1550 - total flux cleaned = 0.000434143 Jy ! Component: 1600 - total flux cleaned = 0.000396983 Jy ! Component: 1650 - total flux cleaned = 0.00043374 Jy ! Component: 1700 - total flux cleaned = 0.000470091 Jy ! Component: 1750 - total flux cleaned = 0.00055949 Jy ! Component: 1800 - total flux cleaned = 0.000665368 Jy ! Component: 1850 - total flux cleaned = 0.000700332 Jy ! Component: 1900 - total flux cleaned = 0.000769275 Jy ! Component: 1950 - total flux cleaned = 0.000803437 Jy ! Component: 2000 - total flux cleaned = 0.00082022 Jy ! Component: 2050 - total flux cleaned = 0.000870524 Jy ! Component: 2100 - total flux cleaned = 0.000920372 Jy ! Component: 2150 - total flux cleaned = 0.000969836 Jy ! Component: 2200 - total flux cleaned = 0.00101893 Jy ! Component: 2250 - total flux cleaned = 0.00106751 Jy ! Component: 2300 - total flux cleaned = 0.00109985 Jy ! Component: 2350 - total flux cleaned = 0.00116333 Jy ! Component: 2400 - total flux cleaned = 0.00117913 Jy ! Component: 2450 - total flux cleaned = 0.00119501 Jy ! Component: 2500 - total flux cleaned = 0.00130353 Jy ! Component: 2550 - total flux cleaned = 0.00131871 Jy ! Component: 2600 - total flux cleaned = 0.00133402 Jy ! Component: 2650 - total flux cleaned = 0.00131887 Jy ! Component: 2700 - total flux cleaned = 0.00134901 Jy ! Component: 2750 - total flux cleaned = 0.00137869 Jy ! Component: 2800 - total flux cleaned = 0.00137862 Jy ! Component: 2850 - total flux cleaned = 0.00139354 Jy ! Component: 2900 - total flux cleaned = 0.00143718 Jy ! Component: 2950 - total flux cleaned = 0.0014517 Jy ! Component: 3000 - total flux cleaned = 0.00148049 Jy ! Component: 3050 - total flux cleaned = 0.00149472 Jy ! Component: 3100 - total flux cleaned = 0.00152341 Jy ! Component: 3150 - total flux cleaned = 0.00153754 Jy ! Component: 3200 - total flux cleaned = 0.00155156 Jy ! Component: 3250 - total flux cleaned = 0.00157936 Jy ! Component: 3300 - total flux cleaned = 0.0015933 Jy ! Component: 3350 - total flux cleaned = 0.0016347 Jy ! Component: 3400 - total flux cleaned = 0.00167575 Jy ! Component: 3450 - total flux cleaned = 0.00164848 Jy ! Component: 3500 - total flux cleaned = 0.00167545 Jy ! Component: 3550 - total flux cleaned = 0.00174265 Jy ! Component: 3600 - total flux cleaned = 0.0017694 Jy ! Component: 3650 - total flux cleaned = 0.0018093 Jy ! Component: 3700 - total flux cleaned = 0.00179609 Jy ! Component: 3750 - total flux cleaned = 0.00184871 Jy ! Component: 3800 - total flux cleaned = 0.00182259 Jy ! Component: 3850 - total flux cleaned = 0.00188753 Jy ! Component: 3900 - total flux cleaned = 0.00187464 Jy ! Component: 3950 - total flux cleaned = 0.00186169 Jy ! Component: 4000 - total flux cleaned = 0.00188736 Jy ! Component: 4050 - total flux cleaned = 0.0019002 Jy ! Total flux subtracted in 4096 components = 0.00195105 Jy ! Clean residual min=-0.000764 max=0.000647 Jy/beam ! Clean residual mean=0.000002 rms=0.000243 Jy/beam ! Combined flux in latest and established models = 3.18645 Jy keep ! Adding 318 model components to the UV plane model. ! The established model now contains 411 components and 3.18645 Jy ![Exited script file: muppet] wmap "J0555+3948_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.33 x 6.907 at -39.45 degrees (North through East) ! Clean map min=-0.0014005 max=3.0935 Jy/beam ! Writing clean map to FITS file: J0555+3948_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 3.09351 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000240748 device "J0555+3948_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0555+3948_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.023347 0.023347 0.0466941 0.0933882 0.186776 0.373553 0.747105 1.49421 2.98842 5.97684 11.9537 23.9074 47.8147 95.6295 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 3.093 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.33 x 6.907 at -39.45 degrees (North through East) ! Clean map min=-0.0014005 max=3.0935 Jy/beam quit ! Quitting program ! Log file J0555+3948_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:56:11 2016