! Started logfile: J2129-1538_S_2017_01_21_pus_uvs.log on Sun May 5 16:03:50 2019 obs J2129-1538_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J2129-1538_S_2017_01_21_pus_uva.fits ! AN table 1: 24 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.674769 visibilities/baseline/integration-bin. ! Found source: J2129-1538 ! ! 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 558 lines of history. ! ! Reading 2332 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 J2129-1538_S_2017_01_21_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 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 86 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.491812Jy sigma=0.002392 ! Fit after self-cal, rms=0.470980Jy sigma=0.002248 ! 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.292 mas, bmaj=6.14 mas, bpa=-3.046 degrees ! Estimated noise=3332.71 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.491539 Jy ! Component: 100 - total flux cleaned = 0.599748 Jy ! Total flux subtracted in 100 components = 0.599748 Jy ! Clean residual min=-0.037837 max=0.057917 Jy/beam ! Clean residual mean=-0.000065 rms=0.009003 Jy/beam ! Combined flux in latest and established models = 0.599748 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.599748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.239468Jy sigma=0.001133 ! Fit after self-cal, rms=0.239488Jy sigma=0.001133 ! Inverting map ! Added new window around map position (-11.5, 18.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.051898 Jy ! Component: 100 - total flux cleaned = 0.0825304 Jy ! Total flux subtracted in 100 components = 0.0825304 Jy ! Clean residual min=-0.030957 max=0.050865 Jy/beam ! Clean residual mean=-0.000066 rms=0.007740 Jy/beam ! Combined flux in latest and established models = 0.682279 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 20 components and 0.682279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.227777Jy sigma=0.001028 ! Fit after self-cal, rms=0.226829Jy sigma=0.001018 ! 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.73 mas, bmaj=6.688 mas, bpa=-1.237 degrees ! Estimated noise=2797.02 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.0394625 Jy ! Component: 100 - total flux cleaned = 0.0535002 Jy ! Component: 150 - total flux cleaned = 0.0628338 Jy ! Component: 200 - total flux cleaned = 0.070794 Jy ! Total flux subtracted in 200 components = 0.070794 Jy ! Clean residual min=-0.024859 max=0.049453 Jy/beam ! Clean residual mean=-0.000141 rms=0.008791 Jy/beam ! Combined flux in latest and established models = 0.753073 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 39 components and 0.753073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.216650Jy sigma=0.000967 ! Fit after self-cal, rms=0.215914Jy sigma=0.000954 ! 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 0.94 FD 1.00* HN 0.98 LA 1.00 ! MK 0.99 NL 0.92 OV 2.18 PT 0.98 ! SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00* HN 1.03 LA 0.96 ! MK 0.99 NL 0.94 OV 2.10 PT 0.95 ! SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00* HN 0.99 LA 0.95 ! MK 1.04 NL 0.92 OV 1.78 PT 0.93 ! SC 0.96 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00* HN 1.03 LA 0.78 ! MK 1.11 NL 1.00* OV 1.72 PT 0.97 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.215914Jy sigma=0.000954 ! Fit after self-cal, rms=0.240865Jy sigma=0.000746 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.712 mas, bmaj=6.609 mas, bpa=-0.8839 degrees ! Estimated noise=2851.19 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.00733732 Jy ! Component: 100 - total flux cleaned = -0.00940674 Jy ! Component: 150 - total flux cleaned = -0.0113342 Jy ! Component: 200 - total flux cleaned = -0.0128476 Jy ! Total flux subtracted in 200 components = -0.0128476 Jy ! Clean residual min=-0.014128 max=0.013252 Jy/beam ! Clean residual mean=-0.000004 rms=0.003224 Jy/beam ! Combined flux in latest and established models = 0.740225 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 54 components and 0.740225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.238111Jy sigma=0.000725 ! Fit after self-cal, rms=0.238251Jy sigma=0.000722 ! 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.238251Jy sigma=0.000722 ! Fit after self-cal, rms=0.258081Jy sigma=0.000694 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.705 mas, bmaj=6.634 mas, bpa=-0.7894 degrees ! Estimated noise=2857.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0111524 Jy ! Component: 100 - total flux cleaned = -0.0123786 Jy ! Component: 150 - total flux cleaned = -0.0125969 Jy ! Component: 200 - total flux cleaned = -0.0125923 Jy ! Total flux subtracted in 200 components = -0.0125923 Jy ! Clean residual min=-0.010637 max=0.009014 Jy/beam ! Clean residual mean=-0.000006 rms=0.002424 Jy/beam ! Combined flux in latest and established models = 0.727633 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 70 components and 0.727633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.256760Jy sigma=0.000687 ! Fit after self-cal, rms=0.256667Jy sigma=0.000685 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.00429875 Jy ! Component: 100 - total flux cleaned = -0.00501194 Jy ! Component: 150 - total flux cleaned = -0.00529204 Jy ! Component: 200 - total flux cleaned = -0.00542275 Jy ! Total flux subtracted in 200 components = -0.00542275 Jy ! Clean residual min=-0.010272 max=0.008506 Jy/beam ! Clean residual mean=-0.000013 rms=0.002332 Jy/beam ! Combined flux in latest and established models = 0.72221 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 78 components and 0.72221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.256231Jy sigma=0.000683 ! Fit after self-cal, rms=0.256098Jy sigma=0.000683 ! 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.256098Jy sigma=0.000683 ! Fit after self-cal, rms=0.291033Jy sigma=0.000671 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.702 mas, bmaj=6.638 mas, bpa=-0.8312 degrees ! Estimated noise=2852.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00730838 Jy ! Component: 100 - total flux cleaned = -0.00779251 Jy ! Component: 150 - total flux cleaned = -0.0080392 Jy ! Component: 200 - total flux cleaned = -0.00837215 Jy ! Total flux subtracted in 200 components = -0.00837215 Jy ! Clean residual min=-0.007876 max=0.007290 Jy/beam ! Clean residual mean=-0.000002 rms=0.001987 Jy/beam ! Combined flux in latest and established models = 0.713838 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 82 components and 0.713838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.290520Jy sigma=0.000669 ! Fit after self-cal, rms=0.290237Jy sigma=0.000669 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.00246644 Jy ! Component: 100 - total flux cleaned = -0.00292138 Jy ! Component: 150 - total flux cleaned = -0.00312787 Jy ! Component: 200 - total flux cleaned = -0.00313133 Jy ! Total flux subtracted in 200 components = -0.00313133 Jy ! Clean residual min=-0.007758 max=0.007329 Jy/beam ! Clean residual mean=-0.000007 rms=0.001960 Jy/beam ! Combined flux in latest and established models = 0.710706 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 89 components and 0.710706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.290021Jy sigma=0.000668 ! Fit after self-cal, rms=0.289951Jy sigma=0.000667 ! 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.289951Jy sigma=0.000667 ! Fit after self-cal, rms=0.295137Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.651 mas, bmaj=13.9 mas, bpa=8.242 degrees ! Estimated noise=4117.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0021603 Jy ! Component: 100 - total flux cleaned = -0.00176111 Jy ! Component: 150 - total flux cleaned = -0.00158106 Jy ! Component: 200 - total flux cleaned = -0.00123561 Jy ! Total flux subtracted in 200 components = -0.00123561 Jy ! Clean residual min=-0.009288 max=0.008072 Jy/beam ! Clean residual mean=0.000010 rms=0.002492 Jy/beam ! Combined flux in latest and established models = 0.709471 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 97 components and 0.709471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.294975Jy sigma=0.000666 ! Fit after self-cal, rms=0.294984Jy sigma=0.000666 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.00186678 Jy ! Component: 100 - total flux cleaned = -0.00157265 Jy ! Component: 150 - total flux cleaned = -0.00131599 Jy ! Component: 200 - total flux cleaned = -0.00125748 Jy ! Total flux subtracted in 200 components = -0.00125748 Jy ! Clean residual min=-0.009161 max=0.007560 Jy/beam ! Clean residual mean=0.000005 rms=0.002486 Jy/beam ! Combined flux in latest and established models = 0.708213 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 98 components and 0.708213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.294901Jy sigma=0.000665 ! Fit after self-cal, rms=0.294897Jy sigma=0.000665 ! 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.7 mas, bmaj=6.639 mas, bpa=-0.8539 degrees ! Estimated noise=2848.29 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.7 x 6.639 at -0.8539 degrees (North through East) ! Clean map min=-0.006737 max=0.63103 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.294897Jy sigma=0.000665 ! Fit after self-cal, rms=0.551829Jy sigma=0.000605 ! Inverting map and beam ! Estimated beam: bmin=2.693 mas, bmaj=6.636 mas, bpa=-0.982 degrees ! Estimated noise=2843.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0038387 Jy ! Component: 100 - total flux cleaned = -0.00456596 Jy ! Component: 150 - total flux cleaned = -0.00456463 Jy ! Component: 200 - total flux cleaned = -0.0046363 Jy ! Total flux subtracted in 200 components = -0.0046363 Jy ! Clean residual min=-0.007230 max=0.006709 Jy/beam ! Clean residual mean=-0.000004 rms=0.001765 Jy/beam ! Combined flux in latest and established models = 0.703577 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 101 components and 0.703577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.551637Jy sigma=0.000604 ! Fit after self-cal, rms=0.551551Jy sigma=0.000604 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00139042 Jy ! Component: 100 - total flux cleaned = -0.00146249 Jy ! Component: 150 - total flux cleaned = -0.00146166 Jy ! Component: 200 - total flux cleaned = -0.00146262 Jy ! Total flux subtracted in 200 components = -0.00146262 Jy ! Clean residual min=-0.007351 max=0.006559 Jy/beam ! Clean residual mean=-0.000006 rms=0.001763 Jy/beam ! Combined flux in latest and established models = 0.702114 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 103 components and 0.702114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.551456Jy sigma=0.000604 ! Fit after self-cal, rms=0.551427Jy sigma=0.000604 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.551427Jy sigma=0.000604 ! Fit after self-cal, rms=0.551661Jy sigma=0.000604 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.275 mas, bmaj=6.168 mas, bpa=-3.065 degrees ! Estimated noise=3354.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.494139 Jy ! Component: 100 - total flux cleaned = 0.603213 Jy ! Component: 150 - total flux cleaned = 0.64199 Jy ! Component: 200 - total flux cleaned = 0.662327 Jy ! Total flux subtracted in 200 components = 0.662327 Jy ! Clean residual min=-0.009976 max=0.011892 Jy/beam ! Clean residual mean=0.000003 rms=0.002548 Jy/beam ! Combined flux in latest and established models = 0.662327 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.662327 Jy ! Inverting map and beam ! Estimated beam: bmin=2.692 mas, bmaj=6.636 mas, bpa=-0.9997 degrees ! Estimated noise=2840.67 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.0134933 Jy ! Component: 100 - total flux cleaned = 0.021719 Jy ! Component: 150 - total flux cleaned = 0.0246552 Jy ! Component: 200 - total flux cleaned = 0.0262056 Jy ! Total flux subtracted in 200 components = 0.0262056 Jy ! Clean residual min=-0.007755 max=0.007786 Jy/beam ! Clean residual mean=-0.000013 rms=0.001976 Jy/beam ! Combined flux in latest and established models = 0.688532 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 31 components and 0.688532 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=6.648 mas, bmaj=13.88 mas, bpa=8.2 degrees ! Estimated noise=4123.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00676001 Jy ! Component: 100 - total flux cleaned = 0.00988188 Jy ! Component: 150 - total flux cleaned = 0.010692 Jy ! Component: 200 - total flux cleaned = 0.0109725 Jy ! Total flux subtracted in 200 components = 0.0109725 Jy ! Clean residual min=-0.010353 max=0.007473 Jy/beam ! Clean residual mean=-0.000005 rms=0.002515 Jy/beam ! Combined flux in latest and established models = 0.699505 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 = 9.78744e-05 Jy ! Component: 100 - total flux cleaned = 0.00018611 Jy ! Component: 150 - total flux cleaned = 0.000226693 Jy ! Component: 200 - total flux cleaned = 0.000265333 Jy ! Total flux subtracted in 200 components = 0.000265333 Jy ! Clean residual min=-0.010329 max=0.007349 Jy/beam ! Clean residual mean=-0.000004 rms=0.002505 Jy/beam ! Combined flux in latest and established models = 0.69977 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 56 components and 0.69977 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.692 mas, bmaj=6.636 mas, bpa=-0.9997 degrees ! Estimated noise=2840.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00435872 Jy ! Component: 100 - total flux cleaned = -0.00506441 Jy ! Component: 150 - total flux cleaned = -0.00506421 Jy ! Component: 200 - total flux cleaned = -0.00498083 Jy ! Total flux subtracted in 200 components = -0.00498083 Jy ! Clean residual min=-0.007728 max=0.007216 Jy/beam ! Clean residual mean=-0.000008 rms=0.001822 Jy/beam ! Combined flux in latest and established models = 0.694789 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 69 components and 0.694789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.551508Jy sigma=0.000606 ! Fit after self-cal, rms=0.551353Jy sigma=0.000605 wmodel J2129-1538_S_2017_01_21_pus_map.mod ! Writing 69 model components to file: J2129-1538_S_2017_01_21_pus_map.mod wobs J2129-1538_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J2129-1538_S_2017_01_21_pus_uvs.fits wwins J2129-1538_S_2017_01_21_pus_map.win ! wwins: Wrote 2 windows to J2129-1538_S_2017_01_21_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.00113428 Jy ! Component: 100 - total flux cleaned = -0.00198953 Jy ! Component: 150 - total flux cleaned = -0.00210675 Jy ! Component: 200 - total flux cleaned = -0.00199728 Jy ! Component: 250 - total flux cleaned = -0.00188729 Jy ! Component: 300 - total flux cleaned = -0.00167594 Jy ! Component: 350 - total flux cleaned = -0.00167399 Jy ! Component: 400 - total flux cleaned = -0.00157242 Jy ! Component: 450 - total flux cleaned = -0.00147364 Jy ! Component: 500 - total flux cleaned = -0.00156957 Jy ! Component: 550 - total flux cleaned = -0.00185046 Jy ! Component: 600 - total flux cleaned = -0.00203214 Jy ! Component: 650 - total flux cleaned = -0.0018541 Jy ! Component: 700 - total flux cleaned = -0.00220826 Jy ! Component: 750 - total flux cleaned = -0.00212098 Jy ! Component: 800 - total flux cleaned = -0.00220668 Jy ! Component: 850 - total flux cleaned = -0.00195223 Jy ! Component: 900 - total flux cleaned = -0.0017855 Jy ! Component: 950 - total flux cleaned = -0.00178716 Jy ! Component: 1000 - total flux cleaned = -0.00211235 Jy ! Component: 1050 - total flux cleaned = -0.00187042 Jy ! Component: 1100 - total flux cleaned = -0.00203111 Jy ! Component: 1150 - total flux cleaned = -0.0021098 Jy ! Component: 1200 - total flux cleaned = -0.00226498 Jy ! Component: 1250 - total flux cleaned = -0.0020325 Jy ! Component: 1300 - total flux cleaned = -0.00203153 Jy ! Component: 1350 - total flux cleaned = -0.00203107 Jy ! Component: 1400 - total flux cleaned = -0.00180576 Jy ! Component: 1450 - total flux cleaned = -0.00158369 Jy ! Component: 1500 - total flux cleaned = -0.00173126 Jy ! Component: 1550 - total flux cleaned = -0.00158606 Jy ! Component: 1600 - total flux cleaned = -0.00173032 Jy ! Component: 1650 - total flux cleaned = -0.00172923 Jy ! Component: 1700 - total flux cleaned = -0.00165885 Jy ! Component: 1750 - total flux cleaned = -0.00151858 Jy ! Component: 1800 - total flux cleaned = -0.00165747 Jy ! Component: 1850 - total flux cleaned = -0.00151928 Jy ! Component: 1900 - total flux cleaned = -0.00151962 Jy ! Component: 1950 - total flux cleaned = -0.00138468 Jy ! Component: 2000 - total flux cleaned = -0.00151985 Jy ! Component: 2050 - total flux cleaned = -0.00151963 Jy ! Component: 2100 - total flux cleaned = -0.00138698 Jy ! Component: 2150 - total flux cleaned = -0.00164994 Jy ! Component: 2200 - total flux cleaned = -0.00145342 Jy ! Component: 2250 - total flux cleaned = -0.00145431 Jy ! Component: 2300 - total flux cleaned = -0.00132535 Jy ! Component: 2350 - total flux cleaned = -0.0013896 Jy ! Component: 2400 - total flux cleaned = -0.0011352 Jy ! Component: 2450 - total flux cleaned = -0.0012612 Jy ! Component: 2500 - total flux cleaned = -0.00132379 Jy ! Component: 2550 - total flux cleaned = -0.00119913 Jy ! Component: 2600 - total flux cleaned = -0.00126064 Jy ! Component: 2650 - total flux cleaned = -0.00150652 Jy ! Component: 2700 - total flux cleaned = -0.00138399 Jy ! Component: 2750 - total flux cleaned = -0.00132297 Jy ! Component: 2800 - total flux cleaned = -0.00144388 Jy ! Component: 2850 - total flux cleaned = -0.00138371 Jy ! Component: 2900 - total flux cleaned = -0.00156299 Jy ! Component: 2950 - total flux cleaned = -0.00144473 Jy ! Component: 3000 - total flux cleaned = -0.0017392 Jy ! Component: 3050 - total flux cleaned = -0.00185657 Jy ! Component: 3100 - total flux cleaned = -0.00185596 Jy ! Component: 3150 - total flux cleaned = -0.00173998 Jy ! Component: 3200 - total flux cleaned = -0.00191312 Jy ! Component: 3250 - total flux cleaned = -0.00197021 Jy ! Component: 3300 - total flux cleaned = -0.00179962 Jy ! Component: 3350 - total flux cleaned = -0.00202601 Jy ! Component: 3400 - total flux cleaned = -0.00196995 Jy ! Component: 3450 - total flux cleaned = -0.00202597 Jy ! Component: 3500 - total flux cleaned = -0.00191401 Jy ! Component: 3550 - total flux cleaned = -0.00202475 Jy ! Component: 3600 - total flux cleaned = -0.00185907 Jy ! Component: 3650 - total flux cleaned = -0.00196913 Jy ! Component: 3700 - total flux cleaned = -0.0019691 Jy ! Component: 3750 - total flux cleaned = -0.00186086 Jy ! Component: 3800 - total flux cleaned = -0.00196881 Jy ! Component: 3850 - total flux cleaned = -0.00202248 Jy ! Component: 3900 - total flux cleaned = -0.00207592 Jy ! Component: 3950 - total flux cleaned = -0.0018631 Jy ! Component: 4000 - total flux cleaned = -0.00196951 Jy ! Component: 4050 - total flux cleaned = -0.00181155 Jy ! Total flux subtracted in 4096 components = -0.001969 Jy ! Clean residual min=-0.003353 max=0.002696 Jy/beam ! Clean residual mean=-0.000001 rms=0.000952 Jy/beam ! Combined flux in latest and established models = 0.69282 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 351 components and 0.69282 Jy ![Exited script file: muppet] wmap "J2129-1538_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.692 x 6.636 at -0.9997 degrees (North through East) ! Clean map min=-0.0065633 max=0.63529 Jy/beam ! Writing clean map to FITS file: J2129-1538_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.635287 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00095002 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.448626 0.448626 0.897251 1.7945 3.589 7.17801 14.356 28.712 57.4241 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0028 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.635 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.692 x 6.636 at -0.9997 degrees (North through East) ! Clean map min=-0.0065633 max=0.63529 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 J2129-1538_S_2017_01_21_pus_uvs.log closed on Sun May 5 16:03:55 2019