! Started logfile: J2108-2452_S_2017_04_28_pus_uvs.log on Thu May 2 16:33:53 2019 obs J2108-2452_S_2017_04_28_pus_uva.fits ! Reading UV FITS file: J2108-2452_S_2017_04_28_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.966374 visibilities/baseline/integration-bin. ! Found source: J2108-2452 ! ! 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 671 lines of history. ! ! Reading 13220 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 J2108-2452_S_2017_04_28_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 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 339 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.883686Jy sigma=0.005881 ! Fit after self-cal, rms=0.873832Jy sigma=0.005822 ! 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.57 mas, bmaj=6.916 mas, bpa=-5.63 degrees ! Estimated noise=1457.88 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.100171 Jy ! Component: 100 - total flux cleaned = 0.124378 Jy ! Total flux subtracted in 100 components = 0.124378 Jy ! Clean residual min=-0.005268 max=0.010110 Jy/beam ! Clean residual mean=0.000003 rms=0.001565 Jy/beam ! Combined flux in latest and established models = 0.124378 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.124378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111824Jy sigma=0.000684 ! Fit after self-cal, rms=0.111818Jy sigma=0.000683 ! Inverting map ! Added new window around map position (2.5, 0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0115772 Jy ! Component: 100 - total flux cleaned = 0.0185915 Jy ! Total flux subtracted in 100 components = 0.0185915 Jy ! Clean residual min=-0.004272 max=0.004942 Jy/beam ! Clean residual mean=0.000010 rms=0.001218 Jy/beam ! Combined flux in latest and established models = 0.142969 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 20 components and 0.142969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110259Jy sigma=0.000671 ! Fit after self-cal, rms=0.110252Jy sigma=0.000671 ! 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.053 mas, bmaj=8.004 mas, bpa=-4.885 degrees ! Estimated noise=1034.8 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.00676349 Jy ! Component: 100 - total flux cleaned = 0.01042 Jy ! Component: 150 - total flux cleaned = 0.0124468 Jy ! Component: 200 - total flux cleaned = 0.0127214 Jy ! Total flux subtracted in 200 components = 0.0127214 Jy ! Clean residual min=-0.003925 max=0.004012 Jy/beam ! Clean residual mean=0.000025 rms=0.001006 Jy/beam ! Combined flux in latest and established models = 0.155691 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 35 components and 0.155691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109844Jy sigma=0.000668 ! Fit after self-cal, rms=0.109840Jy sigma=0.000668 ! 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.88 FD 1.00 HN 1.12 KP 1.01 ! LA 1.07 MK 1.00 NL 0.94 OV 1.03 ! PT 1.06 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.92 HN 1.14 KP 0.99 ! LA 0.99 MK 0.96 NL 1.11 OV 1.04 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.98 HN 1.05 KP 1.00 ! LA 1.01 MK 0.97 NL 0.98 OV 0.93 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.97 HN 0.96 KP 1.00* ! LA 0.92 MK 1.16 NL 1.00* OV 1.00* ! PT 1.07 SC 1.00* ! ! ! Fit before self-cal, rms=0.109840Jy sigma=0.000668 ! Fit after self-cal, rms=0.109848Jy sigma=0.000665 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.053 mas, bmaj=7.942 mas, bpa=-4.51 degrees ! Estimated noise=1029.14 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.000272108 Jy ! Component: 100 - total flux cleaned = -0.000308778 Jy ! Component: 150 - total flux cleaned = -0.000252043 Jy ! Component: 200 - total flux cleaned = -0.000202242 Jy ! Total flux subtracted in 200 components = -0.000202242 Jy ! Clean residual min=-0.003012 max=0.003404 Jy/beam ! Clean residual mean=0.000013 rms=0.000869 Jy/beam ! Combined flux in latest and established models = 0.155489 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 41 components and 0.155489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109822Jy sigma=0.000665 ! Fit after self-cal, rms=0.109838Jy sigma=0.000664 ! 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.109838Jy sigma=0.000664 ! Fit after self-cal, rms=0.111008Jy sigma=0.000662 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=7.927 mas, bpa=-4.482 degrees ! Estimated noise=1027.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000274085 Jy ! Component: 100 - total flux cleaned = 0.000296146 Jy ! Component: 150 - total flux cleaned = 0.000296303 Jy ! Component: 200 - total flux cleaned = 0.000279683 Jy ! Total flux subtracted in 200 components = 0.000279683 Jy ! Clean residual min=-0.002477 max=0.003048 Jy/beam ! Clean residual mean=-0.000001 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.155768 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.155768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111000Jy sigma=0.000662 ! Fit after self-cal, rms=0.111033Jy sigma=0.000662 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 = 2.78328e-05 Jy ! Component: 100 - total flux cleaned = 1.21061e-05 Jy ! Component: 150 - total flux cleaned = -2.65344e-06 Jy ! Component: 200 - total flux cleaned = -3.04173e-06 Jy ! Total flux subtracted in 200 components = -3.04173e-06 Jy ! Clean residual min=-0.002476 max=0.003020 Jy/beam ! Clean residual mean=-0.000001 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.155765 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 49 components and 0.155765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111028Jy sigma=0.000662 ! Fit after self-cal, rms=0.111028Jy sigma=0.000662 ! 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.111028Jy sigma=0.000662 ! Fit after self-cal, rms=0.112313Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.043 mas, bmaj=7.92 mas, bpa=-4.471 degrees ! Estimated noise=1028.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00020086 Jy ! Component: 100 - total flux cleaned = 0.000261362 Jy ! Component: 150 - total flux cleaned = 0.000261321 Jy ! Component: 200 - total flux cleaned = 0.00027355 Jy ! Total flux subtracted in 200 components = 0.00027355 Jy ! Clean residual min=-0.002357 max=0.002947 Jy/beam ! Clean residual mean=-0.000008 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.156039 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 52 components and 0.156039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112308Jy sigma=0.000662 ! Fit after self-cal, rms=0.112330Jy sigma=0.000662 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.87528e-05 Jy ! Component: 100 - total flux cleaned = 1.89596e-05 Jy ! Component: 150 - total flux cleaned = 8.37265e-06 Jy ! Component: 200 - total flux cleaned = -1.80344e-06 Jy ! Total flux subtracted in 200 components = -1.80344e-06 Jy ! Clean residual min=-0.002368 max=0.002941 Jy/beam ! Clean residual mean=-0.000008 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.156037 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 57 components and 0.156037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112328Jy sigma=0.000662 ! Fit after self-cal, rms=0.112327Jy sigma=0.000662 ! 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.112327Jy sigma=0.000662 ! Fit after self-cal, rms=0.112508Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.697 mas, bmaj=18.08 mas, bpa=2.053 degrees ! Estimated noise=1304.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000715684 Jy ! Component: 100 - total flux cleaned = 0.000756575 Jy ! Component: 150 - total flux cleaned = 0.000757079 Jy ! Component: 200 - total flux cleaned = 0.000769402 Jy ! Total flux subtracted in 200 components = 0.000769402 Jy ! Clean residual min=-0.002854 max=0.004339 Jy/beam ! Clean residual mean=-0.000018 rms=0.001039 Jy/beam ! Combined flux in latest and established models = 0.156806 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 64 components and 0.156806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112512Jy sigma=0.000662 ! Fit after self-cal, rms=0.112514Jy sigma=0.000662 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 = 5.45119e-05 Jy ! Component: 100 - total flux cleaned = 5.46231e-05 Jy ! Component: 150 - total flux cleaned = 5.57866e-05 Jy ! Component: 200 - total flux cleaned = 6.52922e-05 Jy ! Total flux subtracted in 200 components = 6.52922e-05 Jy ! Clean residual min=-0.002851 max=0.004327 Jy/beam ! Clean residual mean=-0.000018 rms=0.001037 Jy/beam ! Combined flux in latest and established models = 0.156872 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 65 components and 0.156872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112516Jy sigma=0.000662 ! Fit after self-cal, rms=0.112517Jy sigma=0.000662 ! 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.041 mas, bmaj=7.914 mas, bpa=-4.466 degrees ! Estimated noise=1029.38 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.041 x 7.914 at -4.466 degrees (North through East) ! Clean map min=-0.0023004 max=0.13071 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.565 mas, bmaj=6.86 mas, bpa=-5.252 degrees ! Estimated noise=1447.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0991192 Jy ! Component: 100 - total flux cleaned = 0.123907 Jy ! Component: 150 - total flux cleaned = 0.135858 Jy ! Component: 200 - total flux cleaned = 0.143149 Jy ! Total flux subtracted in 200 components = 0.143149 Jy ! Clean residual min=-0.004086 max=0.003994 Jy/beam ! Clean residual mean=-0.000006 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.143149 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.143149 Jy ! Inverting map and beam ! Estimated beam: bmin=3.041 mas, bmaj=7.914 mas, bpa=-4.466 degrees ! Estimated noise=1029.38 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.00644341 Jy ! Component: 100 - total flux cleaned = 0.00992107 Jy ! Component: 150 - total flux cleaned = 0.0118566 Jy ! Component: 200 - total flux cleaned = 0.0128696 Jy ! Total flux subtracted in 200 components = 0.0128696 Jy ! Clean residual min=-0.002413 max=0.003208 Jy/beam ! Clean residual mean=-0.000008 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.156019 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 35 components and 0.156019 Jy ! Inverting map ! Added new window around map position (12.5, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00299331 Jy ! Component: 100 - total flux cleaned = 0.00427659 Jy ! Component: 150 - total flux cleaned = 0.00474004 Jy ! Component: 200 - total flux cleaned = 0.00491955 Jy ! Total flux subtracted in 200 components = 0.00491955 Jy ! Clean residual min=-0.002393 max=0.002667 Jy/beam ! Clean residual mean=-0.000007 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.160938 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 68 components and 0.160938 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.697 mas, bmaj=18.08 mas, bpa=2.053 degrees ! Estimated noise=1304.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106245 Jy ! Component: 100 - total flux cleaned = 0.00130422 Jy ! Component: 150 - total flux cleaned = 0.00139193 Jy ! Component: 200 - total flux cleaned = 0.0014109 Jy ! Total flux subtracted in 200 components = 0.0014109 Jy ! Clean residual min=-0.002640 max=0.003220 Jy/beam ! Clean residual mean=-0.000013 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.162349 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 = 1.66944e-05 Jy ! Component: 100 - total flux cleaned = 3.24605e-05 Jy ! Component: 150 - total flux cleaned = 3.24666e-05 Jy ! Component: 200 - total flux cleaned = 3.21204e-05 Jy ! Total flux subtracted in 200 components = 3.21204e-05 Jy ! Clean residual min=-0.002616 max=0.003203 Jy/beam ! Clean residual mean=-0.000013 rms=0.000877 Jy/beam ! Combined flux in latest and established models = 0.162381 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 82 components and 0.162381 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.041 mas, bmaj=7.914 mas, bpa=-4.466 degrees ! Estimated noise=1029.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000481108 Jy ! Component: 100 - total flux cleaned = -0.000509654 Jy ! Component: 150 - total flux cleaned = -0.000510129 Jy ! Component: 200 - total flux cleaned = -0.000487345 Jy ! Total flux subtracted in 200 components = -0.000487345 Jy ! Clean residual min=-0.002309 max=0.002581 Jy/beam ! Clean residual mean=-0.000007 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.161894 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 88 components and 0.161894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112412Jy sigma=0.000661 ! Fit after self-cal, rms=0.112404Jy sigma=0.000661 wmodel J2108-2452_S_2017_04_28_pus_map.mod ! Writing 88 model components to file: J2108-2452_S_2017_04_28_pus_map.mod wobs J2108-2452_S_2017_04_28_pus_uvs.fits ! Writing UV FITS file: J2108-2452_S_2017_04_28_pus_uvs.fits wwins J2108-2452_S_2017_04_28_pus_map.win ! wwins: Wrote 3 windows to J2108-2452_S_2017_04_28_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.000903179 Jy ! Component: 100 - total flux cleaned = 0.00115993 Jy ! Component: 150 - total flux cleaned = 0.00132184 Jy ! Component: 200 - total flux cleaned = 0.00132225 Jy ! Component: 250 - total flux cleaned = 0.00135993 Jy ! Component: 300 - total flux cleaned = 0.00128848 Jy ! Component: 350 - total flux cleaned = 0.00114846 Jy ! Component: 400 - total flux cleaned = 0.00101162 Jy ! Component: 450 - total flux cleaned = 0.00081121 Jy ! Component: 500 - total flux cleaned = 0.000648523 Jy ! Component: 550 - total flux cleaned = 0.000521006 Jy ! Component: 600 - total flux cleaned = 0.0003645 Jy ! Component: 650 - total flux cleaned = 0.000241685 Jy ! Component: 700 - total flux cleaned = 2.19312e-06 Jy ! Component: 750 - total flux cleaned = -0.000203048 Jy ! Component: 800 - total flux cleaned = -0.000318005 Jy ! Component: 850 - total flux cleaned = -0.000544771 Jy ! Component: 900 - total flux cleaned = -0.00073936 Jy ! Component: 950 - total flux cleaned = -0.000957843 Jy ! Component: 1000 - total flux cleaned = -0.00109228 Jy ! Component: 1050 - total flux cleaned = -0.00130428 Jy ! Component: 1100 - total flux cleaned = -0.00140891 Jy ! Component: 1150 - total flux cleaned = -0.00166631 Jy ! Component: 1200 - total flux cleaned = -0.00181864 Jy ! Component: 1250 - total flux cleaned = -0.00201859 Jy ! Component: 1300 - total flux cleaned = -0.00221607 Jy ! Component: 1350 - total flux cleaned = -0.00243509 Jy ! Component: 1400 - total flux cleaned = -0.00262734 Jy ! Component: 1450 - total flux cleaned = -0.00272203 Jy ! Component: 1500 - total flux cleaned = -0.00290954 Jy ! Component: 1550 - total flux cleaned = -0.00309477 Jy ! Component: 1600 - total flux cleaned = -0.00320888 Jy ! Component: 1650 - total flux cleaned = -0.00329931 Jy ! Component: 1700 - total flux cleaned = -0.00341157 Jy ! Component: 1750 - total flux cleaned = -0.00352211 Jy ! Component: 1800 - total flux cleaned = -0.00358778 Jy ! Component: 1850 - total flux cleaned = -0.00367462 Jy ! Component: 1900 - total flux cleaned = -0.00373889 Jy ! Component: 1950 - total flux cleaned = -0.00382395 Jy ! Component: 2000 - total flux cleaned = -0.00394995 Jy ! Component: 2050 - total flux cleaned = -0.00407449 Jy ! Component: 2100 - total flux cleaned = -0.00411575 Jy ! Component: 2150 - total flux cleaned = -0.00421801 Jy ! Component: 2200 - total flux cleaned = -0.00433933 Jy ! Component: 2250 - total flux cleaned = -0.00443938 Jy ! Component: 2300 - total flux cleaned = -0.00449878 Jy ! Component: 2350 - total flux cleaned = -0.00461685 Jy ! Component: 2400 - total flux cleaned = -0.0048113 Jy ! Component: 2450 - total flux cleaned = -0.00483035 Jy ! Component: 2500 - total flux cleaned = -0.00494496 Jy ! Component: 2550 - total flux cleaned = -0.00511517 Jy ! Component: 2600 - total flux cleaned = -0.0051151 Jy ! Component: 2650 - total flux cleaned = -0.00524538 Jy ! Component: 2700 - total flux cleaned = -0.00533748 Jy ! Component: 2750 - total flux cleaned = -0.00542887 Jy ! Component: 2800 - total flux cleaned = -0.00557409 Jy ! Component: 2850 - total flux cleaned = -0.00569989 Jy ! Component: 2900 - total flux cleaned = -0.00577118 Jy ! Component: 2950 - total flux cleaned = -0.00582418 Jy ! Component: 3000 - total flux cleaned = -0.00592956 Jy ! Component: 3050 - total flux cleaned = -0.00601674 Jy ! Component: 3100 - total flux cleaned = -0.00612049 Jy ! Component: 3150 - total flux cleaned = -0.00620635 Jy ! Component: 3200 - total flux cleaned = -0.00630883 Jy ! Component: 3250 - total flux cleaned = -0.00642737 Jy ! Component: 3300 - total flux cleaned = -0.0065114 Jy ! Component: 3350 - total flux cleaned = -0.00654488 Jy ! Component: 3400 - total flux cleaned = -0.00666072 Jy ! Component: 3450 - total flux cleaned = -0.00674303 Jy ! Component: 3500 - total flux cleaned = -0.00680827 Jy ! Component: 3550 - total flux cleaned = -0.00693786 Jy ! Component: 3600 - total flux cleaned = -0.00697005 Jy ! Component: 3650 - total flux cleaned = -0.00703391 Jy ! Component: 3700 - total flux cleaned = -0.00704988 Jy ! Component: 3750 - total flux cleaned = -0.00712878 Jy ! Component: 3800 - total flux cleaned = -0.00725417 Jy ! Component: 3850 - total flux cleaned = -0.00725426 Jy ! Component: 3900 - total flux cleaned = -0.00740917 Jy ! Component: 3950 - total flux cleaned = -0.00743981 Jy ! Component: 4000 - total flux cleaned = -0.00750091 Jy ! Component: 4050 - total flux cleaned = -0.00750095 Jy ! Total flux subtracted in 4096 components = -0.00753126 Jy ! Clean residual min=-0.001021 max=0.000968 Jy/beam ! Clean residual mean=0.000000 rms=0.000282 Jy/beam ! Combined flux in latest and established models = 0.154363 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 394 components and 0.154363 Jy ![Exited script file: muppet] wmap "J2108-2452_S_2017_04_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.041 x 7.914 at -4.466 degrees (North through East) ! Clean map min=-0.0019031 max=0.12972 Jy/beam ! Writing clean map to FITS file: J2108-2452_S_2017_04_28_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.12972 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00027795 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.642804 0.642804 1.28561 2.57122 5.14243 10.2849 20.5697 41.1395 82.279 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.129 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.041 x 7.914 at -4.466 degrees (North through East) ! Clean map min=-0.0019031 max=0.12972 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 J2108-2452_S_2017_04_28_pus_uvs.log closed on Thu May 2 16:33:58 2019