! Started logfile: J1728-0350_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:33:25 2016 obs J1728-0350_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1728-0350_S_2014_08_05_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.674468 visibilities/baseline/integration-bin. ! Found source: J1728-0350 ! ! 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 11412 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 J1728-0350_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 173 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 173 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 173 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 173 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.931287Jy sigma=0.008899 ! Fit after self-cal, rms=0.902070Jy sigma=0.008650 ! 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.587 mas, bmaj=9.504 mas, bpa=21.5 degrees ! Estimated noise=1101.97 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.0762655 Jy ! Component: 100 - total flux cleaned = 0.0991244 Jy ! Total flux subtracted in 100 components = 0.0991244 Jy ! Clean residual min=-0.006703 max=0.010258 Jy/beam ! Clean residual mean=-0.000017 rms=0.001894 Jy/beam ! Combined flux in latest and established models = 0.0991244 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0991244 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092122Jy sigma=0.000802 ! Fit after self-cal, rms=0.092009Jy sigma=0.000801 ! Inverting map ! Added new window around map position (-5.5, -4.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0123702 Jy ! Component: 100 - total flux cleaned = 0.0198644 Jy ! Total flux subtracted in 100 components = 0.0198644 Jy ! Clean residual min=-0.005552 max=0.005442 Jy/beam ! Clean residual mean=-0.000007 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 0.118989 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 37 components and 0.118989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090109Jy sigma=0.000780 ! Fit after self-cal, rms=0.089984Jy sigma=0.000779 ! 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.244 mas, bmaj=10.8 mas, bpa=20.37 degrees ! Estimated noise=704.634 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.00678453 Jy ! Component: 100 - total flux cleaned = 0.010539 Jy ! Component: 150 - total flux cleaned = 0.0129746 Jy ! Component: 200 - total flux cleaned = 0.014551 Jy ! Total flux subtracted in 200 components = 0.014551 Jy ! Clean residual min=-0.003269 max=0.002865 Jy/beam ! Clean residual mean=0.000001 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.13354 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 77 components and 0.13354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089425Jy sigma=0.000774 ! Fit after self-cal, rms=0.089383Jy sigma=0.000774 ! 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 1.00 FD 0.89 HN 1.06 KP 1.08 ! LA 1.08 MK 1.00* NL 0.95 OV 0.98 ! PT 1.07 SC 1.03 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.03 HN 1.05 KP 0.99 ! LA 1.04 MK 1.00* NL 1.00 OV 1.03 ! PT 1.03 SC 1.09 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.11 HN 1.12 KP 0.96 ! LA 0.86 MK 1.00* NL 0.96 OV 0.91 ! PT 0.97 SC 1.03 ! ! ! 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 1.03 HN 1.11 KP 0.87 ! LA 0.79 MK 1.00* NL 1.05 OV 0.99 ! PT 1.03 SC 0.95 ! ! ! Fit before self-cal, rms=0.089383Jy sigma=0.000774 ! Fit after self-cal, rms=0.087657Jy sigma=0.000766 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.272 mas, bmaj=10.95 mas, bpa=20.58 degrees ! Estimated noise=703.058 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.000319403 Jy ! Component: 100 - total flux cleaned = -0.000629068 Jy ! Component: 150 - total flux cleaned = -0.000870318 Jy ! Component: 200 - total flux cleaned = -0.00102304 Jy ! Total flux subtracted in 200 components = -0.00102304 Jy ! Clean residual min=-0.002654 max=0.002651 Jy/beam ! Clean residual mean=0.000004 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.132517 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 88 components and 0.132517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087628Jy sigma=0.000766 ! Fit after self-cal, rms=0.087609Jy sigma=0.000765 ! 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.087609Jy sigma=0.000765 ! Fit after self-cal, rms=0.089250Jy sigma=0.000764 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.26 mas, bmaj=10.88 mas, bpa=20.17 degrees ! Estimated noise=700.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.19944e-06 Jy ! Component: 100 - total flux cleaned = 2.11904e-05 Jy ! Component: 150 - total flux cleaned = 3.98808e-05 Jy ! Component: 200 - total flux cleaned = 2.44026e-05 Jy ! Total flux subtracted in 200 components = 2.44026e-05 Jy ! Clean residual min=-0.002039 max=0.002267 Jy/beam ! Clean residual mean=0.000002 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.132541 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 99 components and 0.132541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089240Jy sigma=0.000764 ! Fit after self-cal, rms=0.089287Jy sigma=0.000764 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.83506e-05 Jy ! Component: 100 - total flux cleaned = 6.3196e-05 Jy ! Component: 150 - total flux cleaned = 4.92365e-05 Jy ! Component: 200 - total flux cleaned = 4.9511e-05 Jy ! Total flux subtracted in 200 components = 4.9511e-05 Jy ! Clean residual min=-0.002009 max=0.002261 Jy/beam ! Clean residual mean=0.000002 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.132591 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 104 components and 0.132591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089282Jy sigma=0.000764 ! Fit after self-cal, rms=0.089280Jy sigma=0.000764 ! 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.089280Jy sigma=0.000764 ! Fit after self-cal, rms=0.089449Jy sigma=0.000764 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.263 mas, bmaj=10.88 mas, bpa=20.13 degrees ! Estimated noise=700.317 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.7999e-05 Jy ! Component: 100 - total flux cleaned = -0.000123255 Jy ! Component: 150 - total flux cleaned = -0.000135003 Jy ! Component: 200 - total flux cleaned = -0.000146724 Jy ! Total flux subtracted in 200 components = -0.000146724 Jy ! Clean residual min=-0.002003 max=0.002257 Jy/beam ! Clean residual mean=0.000002 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.132444 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 114 components and 0.132444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089445Jy sigma=0.000764 ! Fit after self-cal, rms=0.089447Jy sigma=0.000764 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.96454e-07 Jy ! Component: 100 - total flux cleaned = -2.36493e-05 Jy ! Component: 150 - total flux cleaned = -3.40644e-05 Jy ! Component: 200 - total flux cleaned = -4.43701e-05 Jy ! Total flux subtracted in 200 components = -4.43701e-05 Jy ! Clean residual min=-0.001996 max=0.002248 Jy/beam ! Clean residual mean=0.000002 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.1324 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 118 components and 0.1324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089444Jy sigma=0.000763 ! Fit after self-cal, rms=0.089443Jy sigma=0.000763 ! 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.089443Jy sigma=0.000763 ! Fit after self-cal, rms=0.089481Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.998 mas, bmaj=13.42 mas, bpa=15.19 degrees ! Estimated noise=787.266 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000195524 Jy ! Component: 100 - total flux cleaned = -0.000178506 Jy ! Component: 150 - total flux cleaned = -0.00017883 Jy ! Component: 200 - total flux cleaned = -0.000179263 Jy ! Total flux subtracted in 200 components = -0.000179263 Jy ! Clean residual min=-0.002356 max=0.002937 Jy/beam ! Clean residual mean=0.000002 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.13222 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 126 components and 0.13222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089480Jy sigma=0.000763 ! Fit after self-cal, rms=0.089477Jy sigma=0.000763 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 = -1.52018e-05 Jy ! Component: 100 - total flux cleaned = -2.59578e-06 Jy ! Component: 150 - total flux cleaned = -2.78541e-06 Jy ! Component: 200 - total flux cleaned = -1.3349e-05 Jy ! Total flux subtracted in 200 components = -1.3349e-05 Jy ! Clean residual min=-0.002341 max=0.002914 Jy/beam ! Clean residual mean=0.000002 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.132207 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 127 components and 0.132207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089478Jy sigma=0.000763 ! Fit after self-cal, rms=0.089474Jy sigma=0.000763 ! 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.267 mas, bmaj=10.88 mas, bpa=20.09 degrees ! Estimated noise=700.048 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.267 x 10.88 at 20.09 degrees (North through East) ! Clean map min=-0.0019085 max=0.097672 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.578 mas, bmaj=9.515 mas, bpa=21.26 degrees ! Estimated noise=1099.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.075763 Jy ! Component: 100 - total flux cleaned = 0.100147 Jy ! Component: 150 - total flux cleaned = 0.112542 Jy ! Component: 200 - total flux cleaned = 0.119895 Jy ! Total flux subtracted in 200 components = 0.119895 Jy ! Clean residual min=-0.004311 max=0.004257 Jy/beam ! Clean residual mean=-0.000005 rms=0.001051 Jy/beam ! Combined flux in latest and established models = 0.119895 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.119895 Jy ! Inverting map and beam ! Estimated beam: bmin=4.267 mas, bmaj=10.88 mas, bpa=20.09 degrees ! Estimated noise=700.048 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.00524222 Jy ! Component: 100 - total flux cleaned = 0.0080338 Jy ! Component: 150 - total flux cleaned = 0.00964947 Jy ! Component: 200 - total flux cleaned = 0.0106707 Jy ! Total flux subtracted in 200 components = 0.0106707 Jy ! Clean residual min=-0.002362 max=0.002307 Jy/beam ! Clean residual mean=0.000000 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.130565 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 72 components and 0.130565 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.998 mas, bmaj=13.42 mas, bpa=15.19 degrees ! Estimated noise=787.266 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000975362 Jy ! Component: 100 - total flux cleaned = 0.00147654 Jy ! Component: 150 - total flux cleaned = 0.00156811 Jy ! Component: 200 - total flux cleaned = 0.00164835 Jy ! Total flux subtracted in 200 components = 0.00164835 Jy ! Clean residual min=-0.002414 max=0.003038 Jy/beam ! Clean residual mean=0.000002 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.132214 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 (-19.5, -15.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00275683 Jy ! Component: 100 - total flux cleaned = 0.00362257 Jy ! Component: 150 - total flux cleaned = 0.00402579 Jy ! Component: 200 - total flux cleaned = 0.00424356 Jy ! Total flux subtracted in 200 components = 0.00424356 Jy ! Clean residual min=-0.001890 max=0.001973 Jy/beam ! Clean residual mean=0.000005 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.136457 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 128 components and 0.136457 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.267 mas, bmaj=10.88 mas, bpa=20.09 degrees ! Estimated noise=700.048 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00021873 Jy ! Component: 100 - total flux cleaned = -0.000382336 Jy ! Component: 150 - total flux cleaned = -0.000456611 Jy ! Component: 200 - total flux cleaned = -0.000423105 Jy ! Total flux subtracted in 200 components = -0.000423105 Jy ! Clean residual min=-0.001717 max=0.001695 Jy/beam ! Clean residual mean=0.000003 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.136034 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 153 components and 0.136034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089394Jy sigma=0.000763 ! Fit after self-cal, rms=0.089378Jy sigma=0.000763 wmodel J1728-0350_S_2014_08_05_pus_map.mod ! Writing 153 model components to file: J1728-0350_S_2014_08_05_pus_map.mod wobs J1728-0350_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1728-0350_S_2014_08_05_pus_uvs.fits wwins J1728-0350_S_2014_08_05_pus_map.win ! wwins: Wrote 3 windows to J1728-0350_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.000511269 Jy ! Component: 100 - total flux cleaned = -0.00100613 Jy ! Component: 150 - total flux cleaned = -0.00147302 Jy ! Component: 200 - total flux cleaned = -0.00178904 Jy ! Component: 250 - total flux cleaned = -0.00206854 Jy ! Component: 300 - total flux cleaned = -0.00238696 Jy ! Component: 350 - total flux cleaned = -0.00260043 Jy ! Component: 400 - total flux cleaned = -0.00280796 Jy ! Component: 450 - total flux cleaned = -0.00300996 Jy ! Component: 500 - total flux cleaned = -0.00318415 Jy ! Component: 550 - total flux cleaned = -0.00329091 Jy ! Component: 600 - total flux cleaned = -0.00339559 Jy ! Component: 650 - total flux cleaned = -0.00343599 Jy ! Component: 700 - total flux cleaned = -0.00337609 Jy ! Component: 750 - total flux cleaned = -0.00339599 Jy ! Component: 800 - total flux cleaned = -0.00341562 Jy ! Component: 850 - total flux cleaned = -0.00343476 Jy ! Component: 900 - total flux cleaned = -0.00347164 Jy ! Component: 950 - total flux cleaned = -0.00347149 Jy ! Component: 1000 - total flux cleaned = -0.00345358 Jy ! Component: 1050 - total flux cleaned = -0.00350637 Jy ! Component: 1100 - total flux cleaned = -0.00348904 Jy ! Component: 1150 - total flux cleaned = -0.00352283 Jy ! Component: 1200 - total flux cleaned = -0.00357238 Jy ! Component: 1250 - total flux cleaned = -0.00360475 Jy ! Component: 1300 - total flux cleaned = -0.0036208 Jy ! Component: 1350 - total flux cleaned = -0.00366881 Jy ! Component: 1400 - total flux cleaned = -0.00370042 Jy ! Component: 1450 - total flux cleaned = -0.00368531 Jy ! Component: 1500 - total flux cleaned = -0.00376187 Jy ! Component: 1550 - total flux cleaned = -0.00379212 Jy ! Component: 1600 - total flux cleaned = -0.00382156 Jy ! Component: 1650 - total flux cleaned = -0.0038065 Jy ! Component: 1700 - total flux cleaned = -0.00386433 Jy ! Component: 1750 - total flux cleaned = -0.00380685 Jy ! Component: 1800 - total flux cleaned = -0.00382131 Jy ! Component: 1850 - total flux cleaned = -0.00384911 Jy ! Component: 1900 - total flux cleaned = -0.00383496 Jy ! Component: 1950 - total flux cleaned = -0.00379416 Jy ! Component: 2000 - total flux cleaned = -0.00382127 Jy ! Component: 2050 - total flux cleaned = -0.00379436 Jy ! Component: 2100 - total flux cleaned = -0.0037679 Jy ! Component: 2150 - total flux cleaned = -0.00372873 Jy ! Component: 2200 - total flux cleaned = -0.00366414 Jy ! Component: 2250 - total flux cleaned = -0.00363847 Jy ! Component: 2300 - total flux cleaned = -0.0036006 Jy ! Component: 2350 - total flux cleaned = -0.00353779 Jy ! Component: 2400 - total flux cleaned = -0.00351277 Jy ! Component: 2450 - total flux cleaned = -0.00337784 Jy ! Component: 2500 - total flux cleaned = -0.00330473 Jy ! Component: 2550 - total flux cleaned = -0.00324475 Jy ! Component: 2600 - total flux cleaned = -0.00320895 Jy ! Component: 2650 - total flux cleaned = -0.00310253 Jy ! Component: 2700 - total flux cleaned = -0.00304412 Jy ! Component: 2750 - total flux cleaned = -0.00294004 Jy ! Component: 2800 - total flux cleaned = -0.0028713 Jy ! Component: 2850 - total flux cleaned = -0.00279161 Jy ! Component: 2900 - total flux cleaned = -0.00272382 Jy ! Component: 2950 - total flux cleaned = -0.00269029 Jy ! Component: 3000 - total flux cleaned = -0.00255687 Jy ! Component: 3050 - total flux cleaned = -0.00255691 Jy ! Component: 3100 - total flux cleaned = -0.00241488 Jy ! Component: 3150 - total flux cleaned = -0.0023608 Jy ! Component: 3200 - total flux cleaned = -0.0022963 Jy ! Component: 3250 - total flux cleaned = -0.002243 Jy ! Component: 3300 - total flux cleaned = -0.0022113 Jy ! Component: 3350 - total flux cleaned = -0.00213781 Jy ! Component: 3400 - total flux cleaned = -0.0020441 Jy ! Component: 3450 - total flux cleaned = -0.00199237 Jy ! Component: 3500 - total flux cleaned = -0.0019411 Jy ! Component: 3550 - total flux cleaned = -0.00190043 Jy ! Component: 3600 - total flux cleaned = -0.00183979 Jy ! Component: 3650 - total flux cleaned = -0.00179973 Jy ! Component: 3700 - total flux cleaned = -0.00171022 Jy ! Component: 3750 - total flux cleaned = -0.0016906 Jy ! Component: 3800 - total flux cleaned = -0.00165136 Jy ! Component: 3850 - total flux cleaned = -0.00157362 Jy ! Component: 3900 - total flux cleaned = -0.00149642 Jy ! Component: 3950 - total flux cleaned = -0.0014869 Jy ! Component: 4000 - total flux cleaned = -0.0014203 Jy ! Component: 4050 - total flux cleaned = -0.00133519 Jy ! Total flux subtracted in 4096 components = -0.00128818 Jy ! Clean residual min=-0.000549 max=0.000524 Jy/beam ! Clean residual mean=0.000001 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.134746 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 446 components and 0.134746 Jy ![Exited script file: muppet] wmap "J1728-0350_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.267 x 10.88 at 20.09 degrees (North through East) ! Clean map min=-0.0015817 max=0.09781 Jy/beam ! Writing clean map to FITS file: J1728-0350_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.09781 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000178954 device "J1728-0350_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1728-0350_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.548883 0.548883 1.09777 2.19553 4.39107 8.78214 17.5643 35.1285 70.2571 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.097 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.267 x 10.88 at 20.09 degrees (North through East) ! Clean map min=-0.0015817 max=0.09781 Jy/beam quit ! Quitting program ! Log file J1728-0350_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:33:30 2016