! Started logfile: J0819-0630_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:58:36 2016 obs J0819-0630_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0819-0630_S_2014_08_09_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.872271 visibilities/baseline/integration-bin. ! Found source: J0819-0630 ! ! 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 18056 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 J0819-0630_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 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.937423Jy sigma=0.009248 ! Fit after self-cal, rms=0.860893Jy sigma=0.008510 ! 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.932 mas, bmaj=7.226 mas, bpa=3.478 degrees ! Estimated noise=703.65 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.104785 Jy ! Component: 100 - total flux cleaned = 0.134625 Jy ! Total flux subtracted in 100 components = 0.134625 Jy ! Clean residual min=-0.005529 max=0.013323 Jy/beam ! Clean residual mean=-0.000017 rms=0.001799 Jy/beam ! Combined flux in latest and established models = 0.134625 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.134625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091030Jy sigma=0.000843 ! Fit after self-cal, rms=0.090953Jy sigma=0.000842 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0154273 Jy ! Component: 100 - total flux cleaned = 0.0244902 Jy ! Total flux subtracted in 100 components = 0.0244902 Jy ! Clean residual min=-0.003788 max=0.005984 Jy/beam ! Clean residual mean=-0.000008 rms=0.001199 Jy/beam ! Combined flux in latest and established models = 0.159116 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 39 components and 0.159116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087235Jy sigma=0.000805 ! Fit after self-cal, rms=0.087197Jy sigma=0.000804 ! 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=8.4 mas, bpa=3.42 degrees ! Estimated noise=540.265 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.5, 9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00967121 Jy ! Component: 100 - total flux cleaned = 0.0159276 Jy ! Component: 150 - total flux cleaned = 0.0204191 Jy ! Component: 200 - total flux cleaned = 0.0237559 Jy ! Total flux subtracted in 200 components = 0.0237559 Jy ! Clean residual min=-0.002908 max=0.003266 Jy/beam ! Clean residual mean=-0.000002 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.182872 Jy ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 101 components and 0.182872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085828Jy sigma=0.000792 ! Fit after self-cal, rms=0.085789Jy sigma=0.000791 ! 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.87 HN 0.97 KP 1.05 ! LA 1.12 MK 1.03 NL 0.96 OV 0.97 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.04 HN 1.05 KP 0.99 ! LA 1.04 MK 1.02 NL 1.02 OV 0.99 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.21 HN 1.03 KP 0.89 ! LA 0.83 MK 1.00 NL 0.98 OV 0.94 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.09 HN 1.01 KP 0.89 ! LA 0.80 MK 1.04 NL 1.09 OV 0.99 ! PT 0.99 SC 0.99 ! ! ! Fit before self-cal, rms=0.085789Jy sigma=0.000791 ! Fit after self-cal, rms=0.082775Jy sigma=0.000778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.594 mas, bmaj=8.476 mas, bpa=3.452 degrees ! Estimated noise=536.514 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.00202815 Jy ! Component: 100 - total flux cleaned = 0.00262895 Jy ! Component: 150 - total flux cleaned = 0.00283516 Jy ! Component: 200 - total flux cleaned = 0.00303077 Jy ! Total flux subtracted in 200 components = 0.00303077 Jy ! Clean residual min=-0.001948 max=0.002411 Jy/beam ! Clean residual mean=-0.000001 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.185902 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 126 components and 0.185902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082719Jy sigma=0.000777 ! Fit after self-cal, rms=0.082723Jy sigma=0.000777 ! 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.082723Jy sigma=0.000777 ! Fit after self-cal, rms=0.082619Jy sigma=0.000776 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.596 mas, bmaj=8.473 mas, bpa=3.545 degrees ! Estimated noise=536.618 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000971617 Jy ! Component: 100 - total flux cleaned = 0.00123698 Jy ! Component: 150 - total flux cleaned = 0.00139842 Jy ! Component: 200 - total flux cleaned = 0.00152868 Jy ! Total flux subtracted in 200 components = 0.00152868 Jy ! Clean residual min=-0.001789 max=0.002323 Jy/beam ! Clean residual mean=-0.000002 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.187431 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 140 components and 0.187431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082601Jy sigma=0.000776 ! Fit after self-cal, rms=0.082596Jy sigma=0.000776 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 (42, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00192677 Jy ! Component: 100 - total flux cleaned = 0.00235151 Jy ! Component: 150 - total flux cleaned = 0.00271718 Jy ! Component: 200 - total flux cleaned = 0.00305995 Jy ! Total flux subtracted in 200 components = 0.00305995 Jy ! Clean residual min=-0.001620 max=0.001636 Jy/beam ! Clean residual mean=-0.000002 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.190491 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 165 components and 0.190491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082543Jy sigma=0.000776 ! Fit after self-cal, rms=0.082541Jy sigma=0.000776 ! 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.082541Jy sigma=0.000776 ! Fit after self-cal, rms=0.082483Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.597 mas, bmaj=8.472 mas, bpa=3.585 degrees ! Estimated noise=536.231 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00079736 Jy ! Component: 100 - total flux cleaned = 0.00106087 Jy ! Component: 150 - total flux cleaned = 0.00117858 Jy ! Component: 200 - total flux cleaned = 0.00130772 Jy ! Total flux subtracted in 200 components = 0.00130772 Jy ! Clean residual min=-0.001594 max=0.001597 Jy/beam ! Clean residual mean=-0.000002 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.191799 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 174 components and 0.191799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082468Jy sigma=0.000775 ! Fit after self-cal, rms=0.082468Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000152605 Jy ! Component: 100 - total flux cleaned = 0.000253309 Jy ! Component: 150 - total flux cleaned = 0.000364795 Jy ! Component: 200 - total flux cleaned = 0.000466971 Jy ! Total flux subtracted in 200 components = 0.000466971 Jy ! Clean residual min=-0.001577 max=0.001575 Jy/beam ! Clean residual mean=-0.000002 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.192266 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 181 components and 0.192266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082460Jy sigma=0.000775 ! Fit after self-cal, rms=0.082458Jy sigma=0.000775 ! 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.082458Jy sigma=0.000775 ! Fit after self-cal, rms=0.082465Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.812 mas, bmaj=13.47 mas, bpa=3.581 degrees ! Estimated noise=645.494 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000113536 Jy ! Component: 100 - total flux cleaned = 0.000316154 Jy ! Component: 150 - total flux cleaned = 0.000488044 Jy ! Component: 200 - total flux cleaned = 0.000572155 Jy ! Total flux subtracted in 200 components = 0.000572155 Jy ! Clean residual min=-0.001828 max=0.001889 Jy/beam ! Clean residual mean=-0.000004 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.192838 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 198 components and 0.192838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082463Jy sigma=0.000775 ! Fit after self-cal, rms=0.082462Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.98031e-05 Jy ! Component: 100 - total flux cleaned = 0.000112143 Jy ! Component: 150 - total flux cleaned = 0.000145456 Jy ! Component: 200 - total flux cleaned = 0.000186139 Jy ! Total flux subtracted in 200 components = 0.000186139 Jy ! Clean residual min=-0.001832 max=0.001901 Jy/beam ! Clean residual mean=-0.000004 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.193024 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 205 components and 0.193024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082461Jy sigma=0.000775 ! Fit after self-cal, rms=0.082460Jy sigma=0.000775 ! 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.598 mas, bmaj=8.471 mas, bpa=3.623 degrees ! Estimated noise=536.31 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.598 x 8.471 at 3.623 degrees (North through East) ! Clean map min=-0.0015504 max=0.13682 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.953 mas, bmaj=7.27 mas, bpa=3.795 degrees ! Estimated noise=702.093 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.10415 Jy ! Component: 100 - total flux cleaned = 0.134638 Jy ! Component: 150 - total flux cleaned = 0.149812 Jy ! Component: 200 - total flux cleaned = 0.158606 Jy ! Total flux subtracted in 200 components = 0.158606 Jy ! Clean residual min=-0.003370 max=0.004797 Jy/beam ! Clean residual mean=-0.000013 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.158606 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 46 model components to the UV plane model. ! The established model now contains 46 components and 0.158606 Jy ! Inverting map and beam ! Estimated beam: bmin=3.598 mas, bmaj=8.471 mas, bpa=3.623 degrees ! Estimated noise=536.31 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.00856283 Jy ! Component: 100 - total flux cleaned = 0.0143026 Jy ! Component: 150 - total flux cleaned = 0.0183945 Jy ! Component: 200 - total flux cleaned = 0.0214273 Jy ! Total flux subtracted in 200 components = 0.0214273 Jy ! Clean residual min=-0.002220 max=0.002237 Jy/beam ! Clean residual mean=-0.000006 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.180033 Jy ! Adding 72 model components to the UV plane model. ! The established model now contains 110 components and 0.180033 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.812 mas, bmaj=13.47 mas, bpa=3.581 degrees ! Estimated noise=645.494 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0036252 Jy ! Component: 100 - total flux cleaned = 0.00602669 Jy ! Component: 150 - total flux cleaned = 0.00772513 Jy ! Component: 200 - total flux cleaned = 0.00895859 Jy ! Total flux subtracted in 200 components = 0.00895859 Jy ! Clean residual min=-0.002175 max=0.001984 Jy/beam ! Clean residual mean=-0.000005 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.188992 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000926069 Jy ! Component: 100 - total flux cleaned = 0.00164558 Jy ! Component: 150 - total flux cleaned = 0.00206926 Jy ! Component: 200 - total flux cleaned = 0.00240491 Jy ! Total flux subtracted in 200 components = 0.00240491 Jy ! Clean residual min=-0.002014 max=0.001940 Jy/beam ! Clean residual mean=-0.000005 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.191397 Jy ! Adding 103 model components to the UV plane model. ! The established model now contains 203 components and 0.191397 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.598 mas, bmaj=8.471 mas, bpa=3.623 degrees ! Estimated noise=536.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000325097 Jy ! Component: 100 - total flux cleaned = 0.00055594 Jy ! Component: 150 - total flux cleaned = 0.000687872 Jy ! Component: 200 - total flux cleaned = 0.00079945 Jy ! Total flux subtracted in 200 components = 0.00079945 Jy ! Clean residual min=-0.001725 max=0.001701 Jy/beam ! Clean residual mean=-0.000002 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.192196 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 222 components and 0.192196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082479Jy sigma=0.000775 ! Fit after self-cal, rms=0.082472Jy sigma=0.000775 wmodel J0819-0630_S_2014_08_09_pus_map.mod ! Writing 222 model components to file: J0819-0630_S_2014_08_09_pus_map.mod wobs J0819-0630_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0819-0630_S_2014_08_09_pus_uvs.fits wwins J0819-0630_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J0819-0630_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 = 2.22181e-05 Jy ! Component: 100 - total flux cleaned = 0.000159921 Jy ! Component: 150 - total flux cleaned = 0.000319109 Jy ! Component: 200 - total flux cleaned = 0.000522499 Jy ! Component: 250 - total flux cleaned = 0.000621107 Jy ! Component: 300 - total flux cleaned = 0.00071556 Jy ! Component: 350 - total flux cleaned = 0.000784242 Jy ! Component: 400 - total flux cleaned = 0.000829557 Jy ! Component: 450 - total flux cleaned = 0.000786035 Jy ! Component: 500 - total flux cleaned = 0.000785916 Jy ! Component: 550 - total flux cleaned = 0.000785774 Jy ! Component: 600 - total flux cleaned = 0.000805758 Jy ! Component: 650 - total flux cleaned = 0.000845015 Jy ! Component: 700 - total flux cleaned = 0.00084481 Jy ! Component: 750 - total flux cleaned = 0.000844573 Jy ! Component: 800 - total flux cleaned = 0.000751049 Jy ! Component: 850 - total flux cleaned = 0.000714905 Jy ! Component: 900 - total flux cleaned = 0.000714725 Jy ! Component: 950 - total flux cleaned = 0.000678893 Jy ! Component: 1000 - total flux cleaned = 0.000678787 Jy ! Component: 1050 - total flux cleaned = 0.000627664 Jy ! Component: 1100 - total flux cleaned = 0.000594278 Jy ! Component: 1150 - total flux cleaned = 0.000627317 Jy ! Component: 1200 - total flux cleaned = 0.000562235 Jy ! Component: 1250 - total flux cleaned = 0.000578415 Jy ! Component: 1300 - total flux cleaned = 0.000530644 Jy ! Component: 1350 - total flux cleaned = 0.000530543 Jy ! Component: 1400 - total flux cleaned = 0.000484568 Jy ! Component: 1450 - total flux cleaned = 0.000454282 Jy ! Component: 1500 - total flux cleaned = 0.000364766 Jy ! Component: 1550 - total flux cleaned = 0.000335596 Jy ! Component: 1600 - total flux cleaned = 0.000335652 Jy ! Component: 1650 - total flux cleaned = 0.000263409 Jy ! Component: 1700 - total flux cleaned = 0.000149703 Jy ! Component: 1750 - total flux cleaned = 0.000107817 Jy ! Component: 1800 - total flux cleaned = 7.99255e-05 Jy ! Component: 1850 - total flux cleaned = 5.23265e-05 Jy ! Component: 1900 - total flux cleaned = -2.89963e-05 Jy ! Component: 1950 - total flux cleaned = -4.24104e-05 Jy ! Component: 2000 - total flux cleaned = -0.000108974 Jy ! Component: 2050 - total flux cleaned = -0.00010907 Jy ! Component: 2100 - total flux cleaned = -0.000174284 Jy ! Component: 2150 - total flux cleaned = -0.000174522 Jy ! Component: 2200 - total flux cleaned = -0.000250906 Jy ! Component: 2250 - total flux cleaned = -0.000263524 Jy ! Component: 2300 - total flux cleaned = -0.00028839 Jy ! Component: 2350 - total flux cleaned = -0.000288206 Jy ! Component: 2400 - total flux cleaned = -0.000337006 Jy ! Component: 2450 - total flux cleaned = -0.000324962 Jy ! Component: 2500 - total flux cleaned = -0.000349102 Jy ! Component: 2550 - total flux cleaned = -0.00036094 Jy ! Component: 2600 - total flux cleaned = -0.000337262 Jy ! Component: 2650 - total flux cleaned = -0.000360895 Jy ! Component: 2700 - total flux cleaned = -0.000395902 Jy ! Component: 2750 - total flux cleaned = -0.000395775 Jy ! Component: 2800 - total flux cleaned = -0.000441504 Jy ! Component: 2850 - total flux cleaned = -0.000396041 Jy ! Component: 2900 - total flux cleaned = -0.000441247 Jy ! Component: 2950 - total flux cleaned = -0.000374076 Jy ! Component: 3000 - total flux cleaned = -0.000385241 Jy ! Component: 3050 - total flux cleaned = -0.00041831 Jy ! Component: 3100 - total flux cleaned = -0.000418234 Jy ! Component: 3150 - total flux cleaned = -0.000407455 Jy ! Component: 3200 - total flux cleaned = -0.000439774 Jy ! Component: 3250 - total flux cleaned = -0.000450459 Jy ! Component: 3300 - total flux cleaned = -0.000492667 Jy ! Component: 3350 - total flux cleaned = -0.000482091 Jy ! Component: 3400 - total flux cleaned = -0.000482065 Jy ! Component: 3450 - total flux cleaned = -0.000482113 Jy ! Component: 3500 - total flux cleaned = -0.000471817 Jy ! Component: 3550 - total flux cleaned = -0.000451565 Jy ! Component: 3600 - total flux cleaned = -0.000481974 Jy ! Component: 3650 - total flux cleaned = -0.000522209 Jy ! Component: 3700 - total flux cleaned = -0.000452126 Jy ! Component: 3750 - total flux cleaned = -0.000482085 Jy ! Component: 3800 - total flux cleaned = -0.000501728 Jy ! Component: 3850 - total flux cleaned = -0.000452544 Jy ! Component: 3900 - total flux cleaned = -0.000462277 Jy ! Component: 3950 - total flux cleaned = -0.00048162 Jy ! Component: 4000 - total flux cleaned = -0.000443032 Jy ! Component: 4050 - total flux cleaned = -0.000433487 Jy ! Total flux subtracted in 4096 components = -0.00046207 Jy ! Clean residual min=-0.000682 max=0.000501 Jy/beam ! Clean residual mean=-0.000001 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.191734 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 530 components and 0.191734 Jy ![Exited script file: muppet] wmap "J0819-0630_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.598 x 8.471 at 3.623 degrees (North through East) ! Clean map min=-0.0011751 max=0.13797 Jy/beam ! Writing clean map to FITS file: J0819-0630_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 0.137969 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000178758 device "J0819-0630_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0819-0630_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.388691 0.388691 0.777382 1.55476 3.10953 6.21906 12.4381 24.8762 49.7524 99.5049 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.137 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.598 x 8.471 at 3.623 degrees (North through East) ! Clean map min=-0.0011751 max=0.13797 Jy/beam quit ! Quitting program ! Log file J0819-0630_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:58:41 2016