! Started logfile: J2219-0051_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:38:50 2016 obs J2219-0051_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J2219-0051_S_2014_05_31_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.965509 visibilities/baseline/integration-bin. ! Found source: J2219-0051 ! ! 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 16684 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 J2219-0051_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.901574Jy sigma=0.010329 ! Fit after self-cal, rms=0.842582Jy sigma=0.009680 ! 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.856 mas, bmaj=6.871 mas, bpa=-4.418 degrees ! Estimated noise=637.415 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.123104 Jy ! Component: 100 - total flux cleaned = 0.150304 Jy ! Total flux subtracted in 100 components = 0.150304 Jy ! Clean residual min=-0.003848 max=0.009168 Jy/beam ! Clean residual mean=0.000023 rms=0.001208 Jy/beam ! Combined flux in latest and established models = 0.150304 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.150304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076531Jy sigma=0.000822 ! Fit after self-cal, rms=0.076527Jy sigma=0.000822 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101291 Jy ! Component: 100 - total flux cleaned = 0.016018 Jy ! Total flux subtracted in 100 components = 0.016018 Jy ! Clean residual min=-0.003152 max=0.003465 Jy/beam ! Clean residual mean=0.000011 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.166322 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 31 components and 0.166321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074851Jy sigma=0.000804 ! Fit after self-cal, rms=0.074845Jy 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.359 mas, bmaj=7.79 mas, bpa=-4.399 degrees ! Estimated noise=484.251 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.00494759 Jy ! Component: 100 - total flux cleaned = 0.00779787 Jy ! Component: 150 - total flux cleaned = 0.00963409 Jy ! Component: 200 - total flux cleaned = 0.0108256 Jy ! Total flux subtracted in 200 components = 0.0108256 Jy ! Clean residual min=-0.002696 max=0.003356 Jy/beam ! Clean residual mean=0.000002 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.177147 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 52 components and 0.177147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074445Jy sigma=0.000800 ! Fit after self-cal, rms=0.074447Jy sigma=0.000800 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.86 HN 0.97 KP 1.04 ! LA 1.18 MK 0.98 NL 0.95 OV 0.93 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.04 HN 1.03 KP 1.03 ! LA 1.12 MK 1.00 NL 1.03 OV 0.96 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.15 HN 1.04 KP 0.91 ! LA 0.91 MK 1.02 NL 1.01 OV 0.94 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.00 HN 1.03 KP 0.90 ! LA 0.87 MK 1.01 NL 1.08 OV 1.02 ! PT 1.02 SC 0.99 ! ! ! Fit before self-cal, rms=0.074447Jy sigma=0.000800 ! Fit after self-cal, rms=0.072440Jy sigma=0.000781 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.368 mas, bmaj=7.828 mas, bpa=-4.381 degrees ! Estimated noise=485.204 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 (28.5, -61). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00223128 Jy ! Component: 100 - total flux cleaned = 0.00305537 Jy ! Component: 150 - total flux cleaned = 0.00349366 Jy ! Component: 200 - total flux cleaned = 0.00368213 Jy ! Total flux subtracted in 200 components = 0.00368213 Jy ! Clean residual min=-0.001821 max=0.002075 Jy/beam ! Clean residual mean=-0.000001 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.180829 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 73 components and 0.180829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072366Jy sigma=0.000780 ! Fit after self-cal, rms=0.072357Jy sigma=0.000780 ! 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.072357Jy sigma=0.000780 ! Fit after self-cal, rms=0.072300Jy sigma=0.000778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.368 mas, bmaj=7.832 mas, bpa=-4.427 degrees ! Estimated noise=485.012 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104297 Jy ! Component: 100 - total flux cleaned = 0.00138663 Jy ! Component: 150 - total flux cleaned = 0.00164619 Jy ! Component: 200 - total flux cleaned = 0.00184866 Jy ! Total flux subtracted in 200 components = 0.00184866 Jy ! Clean residual min=-0.001608 max=0.001792 Jy/beam ! Clean residual mean=-0.000001 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.182678 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 102 components and 0.182678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072277Jy sigma=0.000778 ! Fit after self-cal, rms=0.072278Jy sigma=0.000778 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 (4.5, -31). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00171938 Jy ! Component: 100 - total flux cleaned = 0.00253965 Jy ! Component: 150 - total flux cleaned = 0.00270698 Jy ! Component: 200 - total flux cleaned = 0.00275507 Jy ! Total flux subtracted in 200 components = 0.00275507 Jy ! Clean residual min=-0.001471 max=0.001553 Jy/beam ! Clean residual mean=0.000000 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.185433 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 128 components and 0.185433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072230Jy sigma=0.000777 ! Fit after self-cal, rms=0.072226Jy sigma=0.000777 ! 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.072226Jy sigma=0.000777 ! Fit after self-cal, rms=0.072225Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.37 mas, bmaj=7.838 mas, bpa=-4.431 degrees ! Estimated noise=484.828 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000166406 Jy ! Component: 100 - total flux cleaned = 0.000186839 Jy ! Component: 150 - total flux cleaned = 0.000186242 Jy ! Component: 200 - total flux cleaned = 0.000204252 Jy ! Total flux subtracted in 200 components = 0.000204252 Jy ! Clean residual min=-0.001422 max=0.001522 Jy/beam ! Clean residual mean=0.000001 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.185637 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 139 components and 0.185637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072214Jy sigma=0.000777 ! Fit after self-cal, rms=0.072214Jy sigma=0.000777 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.54761e-05 Jy ! Component: 100 - total flux cleaned = 5.17474e-05 Jy ! Component: 150 - total flux cleaned = 5.16047e-05 Jy ! Component: 200 - total flux cleaned = 8.12654e-05 Jy ! Total flux subtracted in 200 components = 8.12654e-05 Jy ! Clean residual min=-0.001408 max=0.001499 Jy/beam ! Clean residual mean=0.000001 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.185718 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 149 components and 0.185718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072207Jy sigma=0.000777 ! Fit after self-cal, rms=0.072207Jy sigma=0.000777 ! 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.072207Jy sigma=0.000777 ! Fit after self-cal, rms=0.072225Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.505 mas, bmaj=12.25 mas, bpa=-4.36 degrees ! Estimated noise=594.631 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000470554 Jy ! Component: 100 - total flux cleaned = 0.000578654 Jy ! Component: 150 - total flux cleaned = 0.000607678 Jy ! Component: 200 - total flux cleaned = 0.000632835 Jy ! Total flux subtracted in 200 components = 0.000632835 Jy ! Clean residual min=-0.001972 max=0.001858 Jy/beam ! Clean residual mean=0.000001 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.186351 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 159 components and 0.186351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072223Jy sigma=0.000777 ! Fit after self-cal, rms=0.072223Jy sigma=0.000777 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.44956e-05 Jy ! Component: 100 - total flux cleaned = 0.000102123 Jy ! Component: 150 - total flux cleaned = 0.000113765 Jy ! Component: 200 - total flux cleaned = 0.000124288 Jy ! Total flux subtracted in 200 components = 0.000124288 Jy ! Clean residual min=-0.001980 max=0.001864 Jy/beam ! Clean residual mean=0.000001 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.186476 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 167 components and 0.186476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072221Jy sigma=0.000777 ! Fit after self-cal, rms=0.072220Jy sigma=0.000777 ! 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.371 mas, bmaj=7.841 mas, bpa=-4.446 degrees ! Estimated noise=484.804 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.371 x 7.841 at -4.446 degrees (North through East) ! Clean map min=-0.0013235 max=0.1583 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.866 mas, bmaj=6.915 mas, bpa=-4.414 degrees ! Estimated noise=637.379 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.123005 Jy ! Component: 100 - total flux cleaned = 0.150062 Jy ! Component: 150 - total flux cleaned = 0.159954 Jy ! Component: 200 - total flux cleaned = 0.165639 Jy ! Total flux subtracted in 200 components = 0.165639 Jy ! Clean residual min=-0.002313 max=0.003066 Jy/beam ! Clean residual mean=0.000007 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.165639 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.165639 Jy ! Inverting map and beam ! Estimated beam: bmin=3.371 mas, bmaj=7.841 mas, bpa=-4.446 degrees ! Estimated noise=484.804 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.0049358 Jy ! Component: 100 - total flux cleaned = 0.00817199 Jy ! Component: 150 - total flux cleaned = 0.0105412 Jy ! Component: 200 - total flux cleaned = 0.0123927 Jy ! Total flux subtracted in 200 components = 0.0123927 Jy ! Clean residual min=-0.001638 max=0.001802 Jy/beam ! Clean residual mean=0.000004 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.178032 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 66 components and 0.178032 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.505 mas, bmaj=12.25 mas, bpa=-4.36 degrees ! Estimated noise=594.631 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00235116 Jy ! Component: 100 - total flux cleaned = 0.00388515 Jy ! Component: 150 - total flux cleaned = 0.00503535 Jy ! Component: 200 - total flux cleaned = 0.0059242 Jy ! Total flux subtracted in 200 components = 0.0059242 Jy ! Clean residual min=-0.002063 max=0.001877 Jy/beam ! Clean residual mean=0.000003 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.183956 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.000693048 Jy ! Component: 100 - total flux cleaned = 0.00103025 Jy ! Component: 150 - total flux cleaned = 0.00118533 Jy ! Component: 200 - total flux cleaned = 0.00132431 Jy ! Total flux subtracted in 200 components = 0.00132431 Jy ! Clean residual min=-0.002048 max=0.001871 Jy/beam ! Clean residual mean=0.000003 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.18528 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 127 components and 0.18528 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.371 mas, bmaj=7.841 mas, bpa=-4.446 degrees ! Estimated noise=484.804 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000238972 Jy ! Component: 100 - total flux cleaned = 7.51749e-05 Jy ! Component: 150 - total flux cleaned = 0.000192325 Jy ! Component: 200 - total flux cleaned = 0.000257037 Jy ! Total flux subtracted in 200 components = 0.000257037 Jy ! Clean residual min=-0.001444 max=0.001501 Jy/beam ! Clean residual mean=0.000001 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.185537 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 148 components and 0.185537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072240Jy sigma=0.000777 ! Fit after self-cal, rms=0.072236Jy sigma=0.000777 wmodel J2219-0051_S_2014_05_31_pus_map.mod ! Writing 148 model components to file: J2219-0051_S_2014_05_31_pus_map.mod wobs J2219-0051_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J2219-0051_S_2014_05_31_pus_uvs.fits wwins J2219-0051_S_2014_05_31_pus_map.win ! wwins: Wrote 3 windows to J2219-0051_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.000117562 Jy ! Component: 100 - total flux cleaned = 0.000195536 Jy ! Component: 150 - total flux cleaned = 0.000340733 Jy ! Component: 200 - total flux cleaned = 0.000478795 Jy ! Component: 250 - total flux cleaned = 0.000611452 Jy ! Component: 300 - total flux cleaned = 0.000761267 Jy ! Component: 350 - total flux cleaned = 0.000885992 Jy ! Component: 400 - total flux cleaned = 0.00100742 Jy ! Component: 450 - total flux cleaned = 0.00108619 Jy ! Component: 500 - total flux cleaned = 0.00118211 Jy ! Component: 550 - total flux cleaned = 0.0012195 Jy ! Component: 600 - total flux cleaned = 0.00123802 Jy ! Component: 650 - total flux cleaned = 0.00125643 Jy ! Component: 700 - total flux cleaned = 0.00127407 Jy ! Component: 750 - total flux cleaned = 0.00118598 Jy ! Component: 800 - total flux cleaned = 0.00118611 Jy ! Component: 850 - total flux cleaned = 0.00111797 Jy ! Component: 900 - total flux cleaned = 0.00108452 Jy ! Component: 950 - total flux cleaned = 0.00110113 Jy ! Component: 1000 - total flux cleaned = 0.00108478 Jy ! Component: 1050 - total flux cleaned = 0.00106861 Jy ! Component: 1100 - total flux cleaned = 0.00110006 Jy ! Component: 1150 - total flux cleaned = 0.00111587 Jy ! Component: 1200 - total flux cleaned = 0.00116268 Jy ! Component: 1250 - total flux cleaned = 0.00122401 Jy ! Component: 1300 - total flux cleaned = 0.0012542 Jy ! Component: 1350 - total flux cleaned = 0.00128432 Jy ! Component: 1400 - total flux cleaned = 0.00134337 Jy ! Component: 1450 - total flux cleaned = 0.00140173 Jy ! Component: 1500 - total flux cleaned = 0.00147352 Jy ! Component: 1550 - total flux cleaned = 0.0014022 Jy ! Component: 1600 - total flux cleaned = 0.00148682 Jy ! Component: 1650 - total flux cleaned = 0.00154242 Jy ! Component: 1700 - total flux cleaned = 0.00155634 Jy ! Component: 1750 - total flux cleaned = 0.00166533 Jy ! Component: 1800 - total flux cleaned = 0.00170555 Jy ! Component: 1850 - total flux cleaned = 0.0017452 Jy ! Component: 1900 - total flux cleaned = 0.001732 Jy ! Component: 1950 - total flux cleaned = 0.00181013 Jy ! Component: 2000 - total flux cleaned = 0.00182294 Jy ! Component: 2050 - total flux cleaned = 0.00186149 Jy ! Component: 2100 - total flux cleaned = 0.00197542 Jy ! Component: 2150 - total flux cleaned = 0.00201289 Jy ! Component: 2200 - total flux cleaned = 0.00201284 Jy ! Component: 2250 - total flux cleaned = 0.00209891 Jy ! Component: 2300 - total flux cleaned = 0.00211117 Jy ! Component: 2350 - total flux cleaned = 0.00218349 Jy ! Component: 2400 - total flux cleaned = 0.00221939 Jy ! Component: 2450 - total flux cleaned = 0.00226668 Jy ! Component: 2500 - total flux cleaned = 0.00232513 Jy ! Component: 2550 - total flux cleaned = 0.00235995 Jy ! Component: 2600 - total flux cleaned = 0.00242886 Jy ! Component: 2650 - total flux cleaned = 0.00242875 Jy ! Component: 2700 - total flux cleaned = 0.00248526 Jy ! Component: 2750 - total flux cleaned = 0.00253015 Jy ! Component: 2800 - total flux cleaned = 0.00256331 Jy ! Component: 2850 - total flux cleaned = 0.00260742 Jy ! Component: 2900 - total flux cleaned = 0.00262916 Jy ! Component: 2950 - total flux cleaned = 0.00269404 Jy ! Component: 3000 - total flux cleaned = 0.00270478 Jy ! Component: 3050 - total flux cleaned = 0.00275781 Jy ! Component: 3100 - total flux cleaned = 0.00282107 Jy ! Component: 3150 - total flux cleaned = 0.00284192 Jy ! Component: 3200 - total flux cleaned = 0.00291443 Jy ! Component: 3250 - total flux cleaned = 0.00293493 Jy ! Component: 3300 - total flux cleaned = 0.00299617 Jy ! Component: 3350 - total flux cleaned = 0.00300622 Jy ! Component: 3400 - total flux cleaned = 0.00302637 Jy ! Component: 3450 - total flux cleaned = 0.00310589 Jy ! Component: 3500 - total flux cleaned = 0.00313545 Jy ! Component: 3550 - total flux cleaned = 0.00320377 Jy ! Component: 3600 - total flux cleaned = 0.0032134 Jy ! Component: 3650 - total flux cleaned = 0.00326145 Jy ! Component: 3700 - total flux cleaned = 0.00329002 Jy ! Component: 3750 - total flux cleaned = 0.00332787 Jy ! Component: 3800 - total flux cleaned = 0.00335603 Jy ! Component: 3850 - total flux cleaned = 0.00336541 Jy ! Component: 3900 - total flux cleaned = 0.00340235 Jy ! Component: 3950 - total flux cleaned = 0.00342987 Jy ! Component: 4000 - total flux cleaned = 0.00344817 Jy ! Component: 4050 - total flux cleaned = 0.00348438 Jy ! Total flux subtracted in 4096 components = 0.00348429 Jy ! Clean residual min=-0.000508 max=0.000507 Jy/beam ! Clean residual mean=0.000001 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.189021 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 437 components and 0.189021 Jy ![Exited script file: muppet] wmap "J2219-0051_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.371 x 7.841 at -4.446 degrees (North through East) ! Clean map min=-0.0011841 max=0.15846 Jy/beam ! Writing clean map to FITS file: J2219-0051_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.158462 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0001651 device "J2219-0051_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J2219-0051_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.312567 0.312567 0.625134 1.25027 2.50054 5.00107 10.0021 20.0043 40.0086 80.0172 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.158 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.371 x 7.841 at -4.446 degrees (North through East) ! Clean map min=-0.0011841 max=0.15846 Jy/beam quit ! Quitting program ! Log file J2219-0051_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:38:55 2016