! Started logfile: J2007-4434_S_2017_08_05_pus_uvs.log on Thu May 9 19:37:41 2019 obs J2007-4434_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J2007-4434_S_2017_08_05_pus_uva.fits ! AN table 1: 155 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.429964 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2007-4434 ! ! 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 513 lines of history. ! ! Reading 11996 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 J2007-4434_S_2017_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 509 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 571 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 721 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1103 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.835639Jy sigma=0.004949 ! Fit after self-cal, rms=0.685350Jy sigma=0.004091 ! 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.188 mas, bmaj=6.107 mas, bpa=-1.447 degrees ! Estimated noise=2020.29 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.236511 Jy ! Component: 100 - total flux cleaned = 0.319043 Jy ! Total flux subtracted in 100 components = 0.319043 Jy ! Clean residual min=-0.024297 max=0.049920 Jy/beam ! Clean residual mean=-0.000763 rms=0.007776 Jy/beam ! Combined flux in latest and established models = 0.319043 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.319043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158286Jy sigma=0.000923 ! Fit after self-cal, rms=0.158098Jy sigma=0.000922 ! Inverting map ! Added new window around map position (2.5, 9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0468323 Jy ! Component: 100 - total flux cleaned = 0.0668147 Jy ! Total flux subtracted in 100 components = 0.0668147 Jy ! Clean residual min=-0.017987 max=0.026109 Jy/beam ! Clean residual mean=-0.000549 rms=0.005827 Jy/beam ! Combined flux in latest and established models = 0.385858 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 23 components and 0.385858 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142071Jy sigma=0.000831 ! Fit after self-cal, rms=0.141028Jy sigma=0.000824 ! 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=2.71 mas, bmaj=7.55 mas, bpa=-4.103 degrees ! Estimated noise=1334.83 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.0155612 Jy ! Component: 100 - total flux cleaned = 0.0173035 Jy ! Component: 150 - total flux cleaned = 0.0183391 Jy ! Component: 200 - total flux cleaned = 0.0186305 Jy ! Total flux subtracted in 200 components = 0.0186305 Jy ! Clean residual min=-0.022931 max=0.039594 Jy/beam ! Clean residual mean=-0.000929 rms=0.008556 Jy/beam ! Combined flux in latest and established models = 0.404488 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 31 components and 0.404488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137976Jy sigma=0.000808 ! Fit after self-cal, rms=0.137943Jy sigma=0.000808 ! 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 1.00 HN 1.00* KP 1.15 ! LA 0.94 MK 1.00 NL 1.00* OV 1.03 ! PT 0.93 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 1.00* KP 1.12 ! LA 0.90 MK 1.01 NL 1.00* OV 1.08 ! PT 0.88 SC 1.00 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.00* KP 0.86 ! LA 1.00* MK 1.00 NL 1.00* OV 0.92 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 4. ! A total of 447 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.137943Jy sigma=0.000808 ! Fit after self-cal, rms=0.133022Jy sigma=0.000785 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.724 mas, bmaj=7.54 mas, bpa=-2.15 degrees ! Estimated noise=1352.78 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, 31.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0376508 Jy ! Component: 100 - total flux cleaned = 0.0562516 Jy ! Component: 150 - total flux cleaned = 0.0670174 Jy ! Component: 200 - total flux cleaned = 0.0724404 Jy ! Total flux subtracted in 200 components = 0.0724404 Jy ! Clean residual min=-0.019521 max=0.026163 Jy/beam ! Clean residual mean=-0.000028 rms=0.005215 Jy/beam ! Combined flux in latest and established models = 0.476929 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 71 components and 0.476929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122257Jy sigma=0.000721 ! Fit after self-cal, rms=0.120633Jy sigma=0.000711 ! Inverting map ! Added new window around map position (-16.5, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0252702 Jy ! Component: 100 - total flux cleaned = 0.0389169 Jy ! Component: 150 - total flux cleaned = 0.048317 Jy ! Component: 200 - total flux cleaned = 0.0555839 Jy ! Total flux subtracted in 200 components = 0.0555839 Jy ! Clean residual min=-0.014048 max=0.012329 Jy/beam ! Clean residual mean=0.000268 rms=0.003533 Jy/beam ! Combined flux in latest and established models = 0.532513 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 115 components and 0.532513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115086Jy sigma=0.000676 ! Fit after self-cal, rms=0.114492Jy sigma=0.000673 ! 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.114492Jy sigma=0.000673 ! Fit after self-cal, rms=0.109425Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.719 mas, bmaj=7.568 mas, bpa=-2.397 degrees ! Estimated noise=1326.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103835 Jy ! Component: 100 - total flux cleaned = 0.0172093 Jy ! Component: 150 - total flux cleaned = 0.0219618 Jy ! Component: 200 - total flux cleaned = 0.0239839 Jy ! Total flux subtracted in 200 components = 0.0239839 Jy ! Clean residual min=-0.008339 max=0.007017 Jy/beam ! Clean residual mean=0.000123 rms=0.002208 Jy/beam ! Combined flux in latest and established models = 0.556497 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 144 components and 0.556497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108256Jy sigma=0.000655 ! Fit after self-cal, rms=0.108013Jy sigma=0.000654 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.00449793 Jy ! Component: 100 - total flux cleaned = 0.00606158 Jy ! Component: 150 - total flux cleaned = 0.00662798 Jy ! Component: 200 - total flux cleaned = 0.00703836 Jy ! Total flux subtracted in 200 components = 0.00703836 Jy ! Clean residual min=-0.007262 max=0.006316 Jy/beam ! Clean residual mean=0.000162 rms=0.002031 Jy/beam ! Combined flux in latest and established models = 0.563535 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 157 components and 0.563535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107734Jy sigma=0.000652 ! Fit after self-cal, rms=0.107698Jy sigma=0.000652 ! 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.107698Jy sigma=0.000652 ! Fit after self-cal, rms=0.110042Jy sigma=0.000650 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.747 mas, bmaj=7.788 mas, bpa=-3.396 degrees ! Estimated noise=1349.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0045925 Jy ! Component: 100 - total flux cleaned = 0.00620751 Jy ! Component: 150 - total flux cleaned = 0.00669285 Jy ! Component: 200 - total flux cleaned = 0.00705418 Jy ! Total flux subtracted in 200 components = 0.00705418 Jy ! Clean residual min=-0.006279 max=0.005719 Jy/beam ! Clean residual mean=0.000063 rms=0.001716 Jy/beam ! Combined flux in latest and established models = 0.570589 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 167 components and 0.570589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109799Jy sigma=0.000649 ! Fit after self-cal, rms=0.109767Jy sigma=0.000649 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.00163814 Jy ! Component: 100 - total flux cleaned = 0.00198681 Jy ! Component: 150 - total flux cleaned = 0.00238757 Jy ! Component: 200 - total flux cleaned = 0.00268142 Jy ! Total flux subtracted in 200 components = 0.00268142 Jy ! Clean residual min=-0.005640 max=0.005336 Jy/beam ! Clean residual mean=0.000077 rms=0.001647 Jy/beam ! Combined flux in latest and established models = 0.573271 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 177 components and 0.573271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109653Jy sigma=0.000648 ! Fit after self-cal, rms=0.109649Jy sigma=0.000648 ! 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.109649Jy sigma=0.000648 ! Fit after self-cal, rms=0.109581Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.796 mas, bmaj=29.29 mas, bpa=-0.6122 degrees ! Estimated noise=1869.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00387055 Jy ! Component: 100 - total flux cleaned = 0.0043932 Jy ! Component: 150 - total flux cleaned = 0.00483786 Jy ! Component: 200 - total flux cleaned = 0.0051341 Jy ! Total flux subtracted in 200 components = 0.0051341 Jy ! Clean residual min=-0.007340 max=0.006703 Jy/beam ! Clean residual mean=0.000093 rms=0.002648 Jy/beam ! Combined flux in latest and established models = 0.578405 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 182 components and 0.578405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109618Jy sigma=0.000648 ! Fit after self-cal, rms=0.109541Jy sigma=0.000647 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.000796331 Jy ! Component: 100 - total flux cleaned = 0.00116213 Jy ! Component: 150 - total flux cleaned = 0.00141004 Jy ! Component: 200 - total flux cleaned = 0.00156731 Jy ! Total flux subtracted in 200 components = 0.00156731 Jy ! Clean residual min=-0.006842 max=0.006812 Jy/beam ! Clean residual mean=0.000109 rms=0.002544 Jy/beam ! Combined flux in latest and established models = 0.579972 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 192 components and 0.579972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109667Jy sigma=0.000648 ! Fit after self-cal, rms=0.109639Jy sigma=0.000648 ! 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=2.751 mas, bmaj=7.798 mas, bpa=-3.385 degrees ! Estimated noise=1350.43 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.751 x 7.798 at -3.385 degrees (North through East) ! Clean map min=-0.0077755 max=0.28658 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.209 mas, bmaj=6.263 mas, bpa=-0.9971 degrees ! Estimated noise=2057.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.234846 Jy ! Component: 100 - total flux cleaned = 0.321584 Jy ! Component: 150 - total flux cleaned = 0.367569 Jy ! Component: 200 - total flux cleaned = 0.399887 Jy ! Total flux subtracted in 200 components = 0.399887 Jy ! Clean residual min=-0.017051 max=0.024984 Jy/beam ! Clean residual mean=-0.000499 rms=0.005096 Jy/beam ! Combined flux in latest and established models = 0.399887 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.399887 Jy ! Inverting map and beam ! Estimated beam: bmin=2.751 mas, bmaj=7.798 mas, bpa=-3.385 degrees ! Estimated noise=1350.43 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.0388212 Jy ! Component: 100 - total flux cleaned = 0.0671512 Jy ! Component: 150 - total flux cleaned = 0.0891468 Jy ! Component: 200 - total flux cleaned = 0.106628 Jy ! Total flux subtracted in 200 components = 0.106628 Jy ! Clean residual min=-0.011627 max=0.014187 Jy/beam ! Clean residual mean=-0.000286 rms=0.003556 Jy/beam ! Combined flux in latest and established models = 0.506515 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 96 components and 0.506515 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=9.796 mas, bmaj=29.29 mas, bpa=-0.6122 degrees ! Estimated noise=1869.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0243355 Jy ! Component: 100 - total flux cleaned = 0.0401501 Jy ! Component: 150 - total flux cleaned = 0.0508189 Jy ! Component: 200 - total flux cleaned = 0.0581042 Jy ! Total flux subtracted in 200 components = 0.0581042 Jy ! Clean residual min=-0.009965 max=0.010507 Jy/beam ! Clean residual mean=-0.000033 rms=0.003125 Jy/beam ! Combined flux in latest and established models = 0.564619 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.00502341 Jy ! Component: 100 - total flux cleaned = 0.00765617 Jy ! Component: 150 - total flux cleaned = 0.00863512 Jy ! Component: 200 - total flux cleaned = 0.00941096 Jy ! Total flux subtracted in 200 components = 0.00941096 Jy ! Clean residual min=-0.008831 max=0.008911 Jy/beam ! Clean residual mean=0.000052 rms=0.002806 Jy/beam ! Combined flux in latest and established models = 0.57403 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 156 components and 0.574031 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.751 mas, bmaj=7.798 mas, bpa=-3.385 degrees ! Estimated noise=1350.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000327627 Jy ! Component: 100 - total flux cleaned = 0.000865873 Jy ! Component: 150 - total flux cleaned = 0.00146937 Jy ! Component: 200 - total flux cleaned = 0.0024476 Jy ! Total flux subtracted in 200 components = 0.0024476 Jy ! Clean residual min=-0.006418 max=0.007328 Jy/beam ! Clean residual mean=0.000042 rms=0.001744 Jy/beam ! Combined flux in latest and established models = 0.576478 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 178 components and 0.576478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110137Jy sigma=0.000650 ! Fit after self-cal, rms=0.109871Jy sigma=0.000649 wmodel J2007-4434_S_2017_08_05_pus_map.mod ! Writing 178 model components to file: J2007-4434_S_2017_08_05_pus_map.mod wobs J2007-4434_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J2007-4434_S_2017_08_05_pus_uvs.fits wwins J2007-4434_S_2017_08_05_pus_map.win ! wwins: Wrote 4 windows to J2007-4434_S_2017_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.00113807 Jy ! Component: 100 - total flux cleaned = 0.00144884 Jy ! Component: 150 - total flux cleaned = 0.00181753 Jy ! Component: 200 - total flux cleaned = 0.00224173 Jy ! Component: 250 - total flux cleaned = 0.00255879 Jy ! Component: 300 - total flux cleaned = 0.00270569 Jy ! Component: 350 - total flux cleaned = 0.00263525 Jy ! Component: 400 - total flux cleaned = 0.00250458 Jy ! Component: 450 - total flux cleaned = 0.00237691 Jy ! Component: 500 - total flux cleaned = 0.00201551 Jy ! Component: 550 - total flux cleaned = 0.0016107 Jy ! Component: 600 - total flux cleaned = 0.00127509 Jy ! Component: 650 - total flux cleaned = 0.000900361 Jy ! Component: 700 - total flux cleaned = 0.000590859 Jy ! Component: 750 - total flux cleaned = 0.000341408 Jy ! Component: 800 - total flux cleaned = 0.000244795 Jy ! Component: 850 - total flux cleaned = 5.91557e-05 Jy ! Component: 900 - total flux cleaned = -3.14231e-05 Jy ! Component: 950 - total flux cleaned = -0.000293887 Jy ! Component: 1000 - total flux cleaned = -0.000380002 Jy ! Component: 1050 - total flux cleaned = -0.000586319 Jy ! Component: 1100 - total flux cleaned = -0.000666775 Jy ! Component: 1150 - total flux cleaned = -0.000860869 Jy ! Component: 1200 - total flux cleaned = -0.00108646 Jy ! Component: 1250 - total flux cleaned = -0.00112229 Jy ! Component: 1300 - total flux cleaned = -0.0011938 Jy ! Component: 1350 - total flux cleaned = -0.00133252 Jy ! Component: 1400 - total flux cleaned = -0.00150198 Jy ! Component: 1450 - total flux cleaned = -0.00160101 Jy ! Component: 1500 - total flux cleaned = -0.00185813 Jy ! Component: 1550 - total flux cleaned = -0.00195202 Jy ! Component: 1600 - total flux cleaned = -0.00204381 Jy ! Component: 1650 - total flux cleaned = -0.00210409 Jy ! Component: 1700 - total flux cleaned = -0.00219187 Jy ! Component: 1750 - total flux cleaned = -0.00236397 Jy ! Component: 1800 - total flux cleaned = -0.00242061 Jy ! Component: 1850 - total flux cleaned = -0.00258726 Jy ! Component: 1900 - total flux cleaned = -0.00272364 Jy ! Component: 1950 - total flux cleaned = -0.00283078 Jy ! Component: 2000 - total flux cleaned = -0.00296233 Jy ! Component: 2050 - total flux cleaned = -0.00301412 Jy ! Component: 2100 - total flux cleaned = -0.0031673 Jy ! Component: 2150 - total flux cleaned = -0.00316765 Jy ! Component: 2200 - total flux cleaned = -0.00309282 Jy ! Component: 2250 - total flux cleaned = -0.00304314 Jy ! Component: 2300 - total flux cleaned = -0.00294472 Jy ! Component: 2350 - total flux cleaned = -0.00282278 Jy ! Component: 2400 - total flux cleaned = -0.00267795 Jy ! Component: 2450 - total flux cleaned = -0.00258193 Jy ! Component: 2500 - total flux cleaned = -0.00246268 Jy ! Component: 2550 - total flux cleaned = -0.00232061 Jy ! Component: 2600 - total flux cleaned = -0.00222652 Jy ! Component: 2650 - total flux cleaned = -0.00213297 Jy ! Component: 2700 - total flux cleaned = -0.00206314 Jy ! Component: 2750 - total flux cleaned = -0.00194725 Jy ! Component: 2800 - total flux cleaned = -0.00185474 Jy ! Component: 2850 - total flux cleaned = -0.00171653 Jy ! Component: 2900 - total flux cleaned = -0.00162453 Jy ! Component: 2950 - total flux cleaned = -0.00148694 Jy ! Component: 3000 - total flux cleaned = -0.00139512 Jy ! Component: 3050 - total flux cleaned = -0.00125793 Jy ! Component: 3100 - total flux cleaned = -0.00116638 Jy ! Component: 3150 - total flux cleaned = -0.00107474 Jy ! Component: 3200 - total flux cleaned = -0.00089111 Jy ! Component: 3250 - total flux cleaned = -0.00075335 Jy ! Component: 3300 - total flux cleaned = -0.000546263 Jy ! Component: 3350 - total flux cleaned = -0.000407839 Jy ! Component: 3400 - total flux cleaned = -0.000223103 Jy ! Component: 3450 - total flux cleaned = -6.08583e-05 Jy ! Component: 3500 - total flux cleaned = 7.84854e-05 Jy ! Component: 3550 - total flux cleaned = 0.000241575 Jy ! Component: 3600 - total flux cleaned = 0.000405521 Jy ! Component: 3650 - total flux cleaned = 0.000593419 Jy ! Component: 3700 - total flux cleaned = 0.000758348 Jy ! Component: 3750 - total flux cleaned = 0.000900304 Jy ! Component: 3800 - total flux cleaned = 0.00109036 Jy ! Component: 3850 - total flux cleaned = 0.00125762 Jy ! Component: 3900 - total flux cleaned = 0.00140184 Jy ! Component: 3950 - total flux cleaned = 0.00154654 Jy ! Component: 4000 - total flux cleaned = 0.00169201 Jy ! Component: 4050 - total flux cleaned = 0.00183833 Jy ! Total flux subtracted in 4096 components = 0.00198534 Jy ! Clean residual min=-0.001314 max=0.001564 Jy/beam ! Clean residual mean=-0.000008 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.578464 Jy keep ! Adding 241 model components to the UV plane model. ! The established model now contains 419 components and 0.578464 Jy ![Exited script file: muppet] wmap "J2007-4434_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.751 x 7.798 at -3.385 degrees (North through East) ! Clean map min=-0.0026267 max=0.28504 Jy/beam ! Writing clean map to FITS file: J2007-4434_S_2017_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.285041 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000367698 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.386996 0.386996 0.773991 1.54798 3.09597 6.19193 12.3839 24.7677 49.5354 99.0709 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.285 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.751 x 7.798 at -3.385 degrees (North through East) ! Clean map min=-0.0026267 max=0.28504 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J2007-4434_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:37:46 2019