! Started logfile: J1745+2252_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:33:49 2016 obs J1745+2252_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1745+2252_S_2014_05_31_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.958285 visibilities/baseline/integration-bin. ! Found source: J1745+2252 ! ! 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 336 lines of history. ! ! Reading 9832 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J1745+2252_S_2014_05_31_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 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.853769Jy sigma=0.010915 ! Fit after self-cal, rms=0.848064Jy sigma=0.010845 ! 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=2.962 mas, bmaj=5.917 mas, bpa=-4.714 degrees ! Estimated noise=810.505 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.116478 Jy ! Component: 100 - total flux cleaned = 0.146266 Jy ! Total flux subtracted in 100 components = 0.146266 Jy ! Clean residual min=-0.004451 max=0.011571 Jy/beam ! Clean residual mean=0.000002 rms=0.001320 Jy/beam ! Combined flux in latest and established models = 0.146266 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.146266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070134Jy sigma=0.000830 ! Fit after self-cal, rms=0.070094Jy sigma=0.000829 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0119551 Jy ! Component: 100 - total flux cleaned = 0.017258 Jy ! Total flux subtracted in 100 components = 0.017258 Jy ! Clean residual min=-0.003602 max=0.003661 Jy/beam ! Clean residual mean=0.000003 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.163524 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 16 components and 0.163524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068001Jy sigma=0.000805 ! Fit after self-cal, rms=0.067968Jy sigma=0.000805 ! 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=3.565 mas, bmaj=6.859 mas, bpa=-3.97 degrees ! Estimated noise=569.014 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.00331107 Jy ! Component: 100 - total flux cleaned = 0.00500989 Jy ! Component: 150 - total flux cleaned = 0.00599471 Jy ! Component: 200 - total flux cleaned = 0.00654507 Jy ! Total flux subtracted in 200 components = 0.00654507 Jy ! Clean residual min=-0.002950 max=0.002908 Jy/beam ! Clean residual mean=0.000017 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.170069 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 36 components and 0.170069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067767Jy sigma=0.000803 ! Fit after self-cal, rms=0.067759Jy sigma=0.000803 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.82 HN 0.97 KP 1.03 ! LA 1.18 MK 1.02 NL 0.99 OV 0.95 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 1.02 KP 0.99 ! LA 1.16 MK 1.02 NL 1.09 OV 1.00 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.12 HN 1.02 KP 0.90 ! LA 0.92 MK 1.04 NL 1.07 OV 0.94 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.01 HN 1.01 KP 0.92 ! LA 0.86 MK 1.04 NL 1.06 OV 0.98 ! PT 1.01 SC 0.96 ! ! ! Fit before self-cal, rms=0.067759Jy sigma=0.000803 ! Fit after self-cal, rms=0.065349Jy sigma=0.000779 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.585 mas, bmaj=6.863 mas, bpa=-3.47 degrees ! Estimated noise=569.864 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.000687985 Jy ! Component: 100 - total flux cleaned = -0.000547375 Jy ! Component: 150 - total flux cleaned = -0.000529622 Jy ! Component: 200 - total flux cleaned = -0.000483743 Jy ! Total flux subtracted in 200 components = -0.000483743 Jy ! Clean residual min=-0.002073 max=0.002070 Jy/beam ! Clean residual mean=0.000004 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.169585 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 47 components and 0.169585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065328Jy sigma=0.000779 ! Fit after self-cal, rms=0.065326Jy sigma=0.000778 ! 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.065326Jy sigma=0.000778 ! Fit after self-cal, rms=0.065123Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.579 mas, bmaj=6.861 mas, bpa=-3.601 degrees ! Estimated noise=569.121 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000138401 Jy ! Component: 100 - total flux cleaned = 0.000219493 Jy ! Component: 150 - total flux cleaned = 0.000244873 Jy ! Component: 200 - total flux cleaned = 0.000266694 Jy ! Total flux subtracted in 200 components = 0.000266694 Jy ! Clean residual min=-0.001950 max=0.002002 Jy/beam ! Clean residual mean=0.000002 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.169852 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.169852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065115Jy sigma=0.000775 ! Fit after self-cal, rms=0.065119Jy sigma=0.000775 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 (-33, -63.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00168149 Jy ! Component: 100 - total flux cleaned = 0.00208326 Jy ! Component: 150 - total flux cleaned = 0.00234514 Jy ! Component: 200 - total flux cleaned = 0.00234511 Jy ! Total flux subtracted in 200 components = 0.00234511 Jy ! Clean residual min=-0.001777 max=0.001701 Jy/beam ! Clean residual mean=0.000001 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.172197 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 75 components and 0.172197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065066Jy sigma=0.000774 ! Fit after self-cal, rms=0.065063Jy sigma=0.000774 ! 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.065063Jy sigma=0.000774 ! Fit after self-cal, rms=0.064999Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.576 mas, bmaj=6.855 mas, bpa=-3.585 degrees ! Estimated noise=568.497 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000131385 Jy ! Component: 100 - total flux cleaned = 0.00013159 Jy ! Component: 150 - total flux cleaned = 0.000131511 Jy ! Component: 200 - total flux cleaned = 0.000151286 Jy ! Total flux subtracted in 200 components = 0.000151286 Jy ! Clean residual min=-0.001739 max=0.001678 Jy/beam ! Clean residual mean=0.000001 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.172349 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 80 components and 0.172348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064984Jy sigma=0.000774 ! Fit after self-cal, rms=0.064983Jy sigma=0.000774 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 = -2.55445e-06 Jy ! Component: 100 - total flux cleaned = 1.56244e-05 Jy ! Component: 150 - total flux cleaned = -1.87587e-06 Jy ! Component: 200 - total flux cleaned = -1.87847e-05 Jy ! Total flux subtracted in 200 components = -1.87847e-05 Jy ! Clean residual min=-0.001710 max=0.001661 Jy/beam ! Clean residual mean=0.000001 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.17233 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 97 components and 0.17233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064974Jy sigma=0.000774 ! Fit after self-cal, rms=0.064974Jy sigma=0.000774 ! 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.064974Jy sigma=0.000774 ! Fit after self-cal, rms=0.064958Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.395 mas, bmaj=10.32 mas, bpa=-2.412 degrees ! Estimated noise=687.243 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000135881 Jy ! Component: 100 - total flux cleaned = -0.000225914 Jy ! Component: 150 - total flux cleaned = -0.000280901 Jy ! Component: 200 - total flux cleaned = -0.000328092 Jy ! Total flux subtracted in 200 components = -0.000328092 Jy ! Clean residual min=-0.001939 max=0.002216 Jy/beam ! Clean residual mean=0.000000 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.172002 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 106 components and 0.172002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064956Jy sigma=0.000774 ! Fit after self-cal, rms=0.064954Jy sigma=0.000774 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.14985e-07 Jy ! Component: 100 - total flux cleaned = -2.85885e-05 Jy ! Component: 150 - total flux cleaned = -5.48646e-05 Jy ! Component: 200 - total flux cleaned = -7.79917e-05 Jy ! Total flux subtracted in 200 components = -7.79917e-05 Jy ! Clean residual min=-0.001916 max=0.002193 Jy/beam ! Clean residual mean=0.000000 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.171924 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 111 components and 0.171924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064953Jy sigma=0.000774 ! Fit after self-cal, rms=0.064951Jy sigma=0.000774 ! 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=3.575 mas, bmaj=6.851 mas, bpa=-3.561 degrees ! Estimated noise=568.3 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.575 x 6.851 at -3.561 degrees (North through East) ! Clean map min=-0.0015763 max=0.15073 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=2.966 mas, bmaj=5.912 mas, bpa=-4.423 degrees ! Estimated noise=807.578 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.115887 Jy ! Component: 100 - total flux cleaned = 0.146226 Jy ! Component: 150 - total flux cleaned = 0.158276 Jy ! Component: 200 - total flux cleaned = 0.163725 Jy ! Total flux subtracted in 200 components = 0.163725 Jy ! Clean residual min=-0.002479 max=0.002486 Jy/beam ! Clean residual mean=-0.000004 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.163725 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.163725 Jy ! Inverting map and beam ! Estimated beam: bmin=3.575 mas, bmaj=6.851 mas, bpa=-3.561 degrees ! Estimated noise=568.3 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.00299 Jy ! Component: 100 - total flux cleaned = 0.00477219 Jy ! Component: 150 - total flux cleaned = 0.00559748 Jy ! Component: 200 - total flux cleaned = 0.00631592 Jy ! Total flux subtracted in 200 components = 0.00631592 Jy ! Clean residual min=-0.001910 max=0.001789 Jy/beam ! Clean residual mean=0.000001 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.170041 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 36 components and 0.170041 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=7.395 mas, bmaj=10.32 mas, bpa=-2.412 degrees ! Estimated noise=687.243 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000845472 Jy ! Component: 100 - total flux cleaned = 0.00103142 Jy ! Component: 150 - total flux cleaned = 0.00115404 Jy ! Component: 200 - total flux cleaned = 0.00125876 Jy ! Total flux subtracted in 200 components = 0.00125876 Jy ! Clean residual min=-0.001934 max=0.002309 Jy/beam ! Clean residual mean=0.000001 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.1713 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) ! Added new window around map position (43, -46.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00162686 Jy ! Component: 100 - total flux cleaned = 0.0015293 Jy ! Component: 150 - total flux cleaned = 0.00155454 Jy ! Component: 200 - total flux cleaned = 0.0015782 Jy ! Total flux subtracted in 200 components = 0.0015782 Jy ! Clean residual min=-0.001835 max=0.001622 Jy/beam ! Clean residual mean=0.000001 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.172878 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 87 components and 0.172878 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.575 mas, bmaj=6.851 mas, bpa=-3.561 degrees ! Estimated noise=568.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000279446 Jy ! Component: 100 - total flux cleaned = -0.000315321 Jy ! Component: 150 - total flux cleaned = -0.000280663 Jy ! Component: 200 - total flux cleaned = -0.000216198 Jy ! Total flux subtracted in 200 components = -0.000216198 Jy ! Clean residual min=-0.001755 max=0.001532 Jy/beam ! Clean residual mean=0.000000 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.172662 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 116 components and 0.172662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064920Jy sigma=0.000773 ! Fit after self-cal, rms=0.064912Jy sigma=0.000773 wmodel J1745+2252_S_2014_05_31_pus_map.mod ! Writing 116 model components to file: J1745+2252_S_2014_05_31_pus_map.mod wobs J1745+2252_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1745+2252_S_2014_05_31_pus_uvs.fits wwins J1745+2252_S_2014_05_31_pus_map.win ! wwins: Wrote 3 windows to J1745+2252_S_2014_05_31_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.000470095 Jy ! Component: 100 - total flux cleaned = -0.000496614 Jy ! Component: 150 - total flux cleaned = -0.000651713 Jy ! Component: 200 - total flux cleaned = -0.000774406 Jy ! Component: 250 - total flux cleaned = -0.000868486 Jy ! Component: 300 - total flux cleaned = -0.000844918 Jy ! Component: 350 - total flux cleaned = -0.000867183 Jy ! Component: 400 - total flux cleaned = -0.000932223 Jy ! Component: 450 - total flux cleaned = -0.000995268 Jy ! Component: 500 - total flux cleaned = -0.000995399 Jy ! Component: 550 - total flux cleaned = -0.00107659 Jy ! Component: 600 - total flux cleaned = -0.00107612 Jy ! Component: 650 - total flux cleaned = -0.0011149 Jy ! Component: 700 - total flux cleaned = -0.00117254 Jy ! Component: 750 - total flux cleaned = -0.00122938 Jy ! Component: 800 - total flux cleaned = -0.00126629 Jy ! Component: 850 - total flux cleaned = -0.00128485 Jy ! Component: 900 - total flux cleaned = -0.00133876 Jy ! Component: 950 - total flux cleaned = -0.00137398 Jy ! Component: 1000 - total flux cleaned = -0.00132225 Jy ! Component: 1050 - total flux cleaned = -0.00135646 Jy ! Component: 1100 - total flux cleaned = -0.00132263 Jy ! Component: 1150 - total flux cleaned = -0.00133898 Jy ! Component: 1200 - total flux cleaned = -0.00132278 Jy ! Component: 1250 - total flux cleaned = -0.00135535 Jy ! Component: 1300 - total flux cleaned = -0.00143524 Jy ! Component: 1350 - total flux cleaned = -0.00148235 Jy ! Component: 1400 - total flux cleaned = -0.00151358 Jy ! Component: 1450 - total flux cleaned = -0.00156006 Jy ! Component: 1500 - total flux cleaned = -0.00160582 Jy ! Component: 1550 - total flux cleaned = -0.0016059 Jy ! Component: 1600 - total flux cleaned = -0.0016358 Jy ! Component: 1650 - total flux cleaned = -0.00169514 Jy ! Component: 1700 - total flux cleaned = -0.00172452 Jy ! Component: 1750 - total flux cleaned = -0.00173881 Jy ! Component: 1800 - total flux cleaned = -0.00178202 Jy ! Component: 1850 - total flux cleaned = -0.00183861 Jy ! Component: 1900 - total flux cleaned = -0.0018525 Jy ! Component: 1950 - total flux cleaned = -0.00186622 Jy ! Component: 2000 - total flux cleaned = -0.00190751 Jy ! Component: 2050 - total flux cleaned = -0.00192094 Jy ! Component: 2100 - total flux cleaned = -0.00192102 Jy ! Component: 2150 - total flux cleaned = -0.00193435 Jy ! Component: 2200 - total flux cleaned = -0.00193418 Jy ! Component: 2250 - total flux cleaned = -0.00194755 Jy ! Component: 2300 - total flux cleaned = -0.00194746 Jy ! Component: 2350 - total flux cleaned = -0.00193457 Jy ! Component: 2400 - total flux cleaned = -0.00194746 Jy ! Component: 2450 - total flux cleaned = -0.00193467 Jy ! Component: 2500 - total flux cleaned = -0.00194721 Jy ! Component: 2550 - total flux cleaned = -0.00190985 Jy ! Component: 2600 - total flux cleaned = -0.00192224 Jy ! Component: 2650 - total flux cleaned = -0.00202029 Jy ! Component: 2700 - total flux cleaned = -0.00194708 Jy ! Component: 2750 - total flux cleaned = -0.00197129 Jy ! Component: 2800 - total flux cleaned = -0.00194722 Jy ! Component: 2850 - total flux cleaned = -0.0019472 Jy ! Component: 2900 - total flux cleaned = -0.00195905 Jy ! Component: 2950 - total flux cleaned = -0.00195915 Jy ! Component: 3000 - total flux cleaned = -0.00198242 Jy ! Component: 3050 - total flux cleaned = -0.0020285 Jy ! Component: 3100 - total flux cleaned = -0.00197132 Jy ! Component: 3150 - total flux cleaned = -0.00199424 Jy ! Component: 3200 - total flux cleaned = -0.00200551 Jy ! Component: 3250 - total flux cleaned = -0.0020392 Jy ! Component: 3300 - total flux cleaned = -0.00199477 Jy ! Component: 3350 - total flux cleaned = -0.00201689 Jy ! Component: 3400 - total flux cleaned = -0.00208275 Jy ! Component: 3450 - total flux cleaned = -0.00207187 Jy ! Component: 3500 - total flux cleaned = -0.00208272 Jy ! Component: 3550 - total flux cleaned = -0.00211496 Jy ! Component: 3600 - total flux cleaned = -0.00211507 Jy ! Component: 3650 - total flux cleaned = -0.00216814 Jy ! Component: 3700 - total flux cleaned = -0.00217871 Jy ! Component: 3750 - total flux cleaned = -0.00221018 Jy ! Component: 3800 - total flux cleaned = -0.00222064 Jy ! Component: 3850 - total flux cleaned = -0.00225171 Jy ! Component: 3900 - total flux cleaned = -0.00224144 Jy ! Component: 3950 - total flux cleaned = -0.00231281 Jy ! Component: 4000 - total flux cleaned = -0.00228238 Jy ! Component: 4050 - total flux cleaned = -0.0023429 Jy ! Total flux subtracted in 4096 components = -0.00234294 Jy ! Clean residual min=-0.000762 max=0.000603 Jy/beam ! Clean residual mean=-0.000001 rms=0.000182 Jy/beam ! Combined flux in latest and established models = 0.170319 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 389 components and 0.170319 Jy ![Exited script file: muppet] wmap "J1745+2252_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.575 x 6.851 at -3.561 degrees (North through East) ! Clean map min=-0.001299 max=0.15036 Jy/beam ! Writing clean map to FITS file: J1745+2252_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.150358 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000179076 device "J1745+2252_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1745+2252_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.3573 0.3573 0.7146 1.4292 2.8584 5.7168 11.4336 22.8672 45.7344 91.4688 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.15 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.575 x 6.851 at -3.561 degrees (North through East) ! Clean map min=-0.001299 max=0.15036 Jy/beam quit ! Quitting program ! Log file J1745+2252_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:33:54 2016