! Started logfile: J1037-2934_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:24:09 2016 obs J1037-2934_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1037-2934_S_2014_08_05_pus_uva.fits ! AN table 1: 79 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.344866 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1037-2934 ! ! 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 360 lines of history. ! ! Reading 4904 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 J1037-2934_S_2014_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 404 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 413 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 411 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 404 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.516621Jy sigma=0.003567 ! Fit after self-cal, rms=0.490596Jy sigma=0.003323 ! 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=3.027 mas, bmaj=10.9 mas, bpa=12.03 degrees ! Estimated noise=2011.5 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.608284 Jy ! Component: 100 - total flux cleaned = 0.849562 Jy ! Total flux subtracted in 100 components = 0.849562 Jy ! Clean residual min=-0.040987 max=0.117683 Jy/beam ! Clean residual mean=0.000439 rms=0.017527 Jy/beam ! Combined flux in latest and established models = 0.849563 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 28 components and 0.849563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.440697Jy sigma=0.002867 ! Fit after self-cal, rms=0.440509Jy sigma=0.002866 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.142055 Jy ! Component: 100 - total flux cleaned = 0.233956 Jy ! Total flux subtracted in 100 components = 0.233956 Jy ! Clean residual min=-0.034726 max=0.059371 Jy/beam ! Clean residual mean=0.000226 rms=0.010540 Jy/beam ! Combined flux in latest and established models = 1.08352 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 60 components and 1.08352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.342222Jy sigma=0.001928 ! Fit after self-cal, rms=0.342173Jy sigma=0.001927 ! 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.787 mas, bmaj=13.25 mas, bpa=11.04 degrees ! Estimated noise=1363.08 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.118058 Jy ! Component: 100 - total flux cleaned = 0.181905 Jy ! Component: 150 - total flux cleaned = 0.21867 Jy ! Component: 200 - total flux cleaned = 0.240144 Jy ! Total flux subtracted in 200 components = 0.240144 Jy ! Clean residual min=-0.022807 max=0.038631 Jy/beam ! Clean residual mean=-0.000015 rms=0.008326 Jy/beam ! Combined flux in latest and established models = 1.32366 Jy ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 116 components and 1.32366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.292672Jy sigma=0.001501 ! Fit after self-cal, rms=0.292641Jy sigma=0.001501 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.88 HN 1.13 KP 1.04 ! LA 1.09 MK 1.00* NL 1.03 OV 0.98 ! PT 1.02 SC 0.94 ! ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.05 HN 1.20 KP 1.00 ! LA 1.07 MK 1.00* NL 1.07 OV 1.00 ! PT 0.93 SC 0.95 ! ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.19 HN 1.17 KP 0.89 ! LA 0.83 MK 1.00* NL 1.04 OV 0.95 ! PT 0.99 SC 0.94 ! ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.06 HN 1.13 KP 0.86 ! LA 0.80 MK 1.00* NL 1.12 OV 1.01 ! PT 1.03 SC 0.85 ! ! ! Fit before self-cal, rms=0.292641Jy sigma=0.001501 ! Fit after self-cal, rms=0.246867Jy sigma=0.001131 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.737 mas, bmaj=13.65 mas, bpa=11.46 degrees ! Estimated noise=1365.62 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.0014096 Jy ! Component: 100 - total flux cleaned = -0.00294286 Jy ! Component: 150 - total flux cleaned = -0.00365473 Jy ! Component: 200 - total flux cleaned = -0.00421113 Jy ! Total flux subtracted in 200 components = -0.00421113 Jy ! Clean residual min=-0.013828 max=0.019418 Jy/beam ! Clean residual mean=-0.000048 rms=0.004480 Jy/beam ! Combined flux in latest and established models = 1.31945 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 131 components and 1.31945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.244765Jy sigma=0.001110 ! Fit after self-cal, rms=0.244816Jy sigma=0.001109 ! 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.244816Jy sigma=0.001109 ! Fit after self-cal, rms=0.158861Jy sigma=0.000943 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.699 mas, bmaj=13.63 mas, bpa=11.53 degrees ! Estimated noise=1357.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000274216 Jy ! Component: 100 - total flux cleaned = -0.00115965 Jy ! Component: 150 - total flux cleaned = -0.00159862 Jy ! Component: 200 - total flux cleaned = -0.00158927 Jy ! Total flux subtracted in 200 components = -0.00158927 Jy ! Clean residual min=-0.011069 max=0.010226 Jy/beam ! Clean residual mean=-0.000025 rms=0.002761 Jy/beam ! Combined flux in latest and established models = 1.31786 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 140 components and 1.31786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157848Jy sigma=0.000935 ! Fit after self-cal, rms=0.157852Jy sigma=0.000935 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.000136749 Jy ! Component: 100 - total flux cleaned = -0.000134993 Jy ! Component: 150 - total flux cleaned = -0.000139039 Jy ! Component: 200 - total flux cleaned = -0.000218555 Jy ! Total flux subtracted in 200 components = -0.000218555 Jy ! Clean residual min=-0.010735 max=0.010183 Jy/beam ! Clean residual mean=-0.000026 rms=0.002731 Jy/beam ! Combined flux in latest and established models = 1.31764 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 148 components and 1.31764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157674Jy sigma=0.000934 ! Fit after self-cal, rms=0.157673Jy sigma=0.000934 ! 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.157673Jy sigma=0.000934 ! Fit after self-cal, rms=0.135637Jy sigma=0.000872 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.678 mas, bmaj=13.69 mas, bpa=11.69 degrees ! Estimated noise=1353.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00466251 Jy ! Component: 100 - total flux cleaned = -0.00522202 Jy ! Component: 150 - total flux cleaned = -0.00555164 Jy ! Component: 200 - total flux cleaned = -0.00573568 Jy ! Total flux subtracted in 200 components = -0.00573568 Jy ! Clean residual min=-0.008498 max=0.009344 Jy/beam ! Clean residual mean=-0.000016 rms=0.001981 Jy/beam ! Combined flux in latest and established models = 1.31191 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 153 components and 1.31191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135310Jy sigma=0.000870 ! Fit after self-cal, rms=0.135554Jy sigma=0.000870 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 (22.5, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00912905 Jy ! Component: 100 - total flux cleaned = 0.0138203 Jy ! Component: 150 - total flux cleaned = 0.0150513 Jy ! Component: 200 - total flux cleaned = 0.0164092 Jy ! Total flux subtracted in 200 components = 0.0164092 Jy ! Clean residual min=-0.007305 max=0.006038 Jy/beam ! Clean residual mean=-0.000006 rms=0.001604 Jy/beam ! Combined flux in latest and established models = 1.32832 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 182 components and 1.32832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134862Jy sigma=0.000864 ! Fit after self-cal, rms=0.134819Jy sigma=0.000864 ! 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.134819Jy sigma=0.000864 ! Fit after self-cal, rms=0.134842Jy sigma=0.000863 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.976 mas, bmaj=20.57 mas, bpa=0.6678 degrees ! Estimated noise=1609.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00207498 Jy ! Component: 100 - total flux cleaned = 0.00251503 Jy ! Component: 150 - total flux cleaned = 0.00260197 Jy ! Component: 200 - total flux cleaned = 0.00254087 Jy ! Total flux subtracted in 200 components = 0.00254087 Jy ! Clean residual min=-0.007737 max=0.006892 Jy/beam ! Clean residual mean=-0.000024 rms=0.001874 Jy/beam ! Combined flux in latest and established models = 1.33086 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 201 components and 1.33086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134715Jy sigma=0.000862 ! Fit after self-cal, rms=0.134732Jy sigma=0.000862 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.00018998 Jy ! Component: 100 - total flux cleaned = 0.000353866 Jy ! Component: 150 - total flux cleaned = 0.000553662 Jy ! Component: 200 - total flux cleaned = 0.000554167 Jy ! Total flux subtracted in 200 components = 0.000554167 Jy ! Clean residual min=-0.007447 max=0.006599 Jy/beam ! Clean residual mean=-0.000024 rms=0.001849 Jy/beam ! Combined flux in latest and established models = 1.33141 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 214 components and 1.33141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134702Jy sigma=0.000862 ! Fit after self-cal, rms=0.134700Jy sigma=0.000862 ! 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.676 mas, bmaj=13.72 mas, bpa=11.73 degrees ! Estimated noise=1352 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.676 x 13.72 at 11.73 degrees (North through East) ! Clean map min=-0.006413 max=0.84408 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.134700Jy sigma=0.000862 ! Fit after self-cal, rms=0.136800Jy sigma=0.000709 ! Inverting map and beam ! Estimated beam: bmin=3.677 mas, bmaj=13.74 mas, bpa=11.69 degrees ! Estimated noise=1351.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00239395 Jy ! Component: 100 - total flux cleaned = -0.00322643 Jy ! Component: 150 - total flux cleaned = -0.00362337 Jy ! Component: 200 - total flux cleaned = -0.00388169 Jy ! Total flux subtracted in 200 components = -0.00388169 Jy ! Clean residual min=-0.005771 max=0.004858 Jy/beam ! Clean residual mean=-0.000017 rms=0.001391 Jy/beam ! Combined flux in latest and established models = 1.32753 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 221 components and 1.32753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136617Jy sigma=0.000707 ! Fit after self-cal, rms=0.136617Jy sigma=0.000707 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.15234e-05 Jy ! Component: 100 - total flux cleaned = -0.000205857 Jy ! Component: 150 - total flux cleaned = -0.000206976 Jy ! Component: 200 - total flux cleaned = -0.000146496 Jy ! Total flux subtracted in 200 components = -0.000146496 Jy ! Clean residual min=-0.005516 max=0.004812 Jy/beam ! Clean residual mean=-0.000016 rms=0.001374 Jy/beam ! Combined flux in latest and established models = 1.32738 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 231 components and 1.32738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136549Jy sigma=0.000707 ! Fit after self-cal, rms=0.136548Jy sigma=0.000707 ! 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.136548Jy sigma=0.000707 ! Fit after self-cal, rms=0.138052Jy sigma=0.000706 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.899 mas, bmaj=11.24 mas, bpa=13.17 degrees ! Estimated noise=2005.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.611765 Jy ! Component: 100 - total flux cleaned = 0.867469 Jy ! Component: 150 - total flux cleaned = 1.01397 Jy ! Component: 200 - total flux cleaned = 1.10649 Jy ! Total flux subtracted in 200 components = 1.10649 Jy ! Clean residual min=-0.017052 max=0.048858 Jy/beam ! Clean residual mean=0.000174 rms=0.006908 Jy/beam ! Combined flux in latest and established models = 1.10649 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 44 model components to the UV plane model. ! The established model now contains 44 components and 1.10649 Jy ! Inverting map and beam ! Estimated beam: bmin=3.675 mas, bmaj=13.76 mas, bpa=11.73 degrees ! Estimated noise=1350.31 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0924599 Jy ! Component: 100 - total flux cleaned = 0.137401 Jy ! Component: 150 - total flux cleaned = 0.160875 Jy ! Component: 200 - total flux cleaned = 0.174593 Jy ! Total flux subtracted in 200 components = 0.174593 Jy ! Clean residual min=-0.007737 max=0.012195 Jy/beam ! Clean residual mean=-0.000008 rms=0.002279 Jy/beam ! Combined flux in latest and established models = 1.28108 Jy ! Adding 84 model components to the UV plane model. ! The established model now contains 110 components and 1.28108 Jy ! Inverting map ! Added new window around map position (5.5, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0115577 Jy ! Component: 100 - total flux cleaned = 0.019416 Jy ! Component: 150 - total flux cleaned = 0.0255062 Jy ! Component: 200 - total flux cleaned = 0.0303995 Jy ! Total flux subtracted in 200 components = 0.0303995 Jy ! Clean residual min=-0.005832 max=0.008190 Jy/beam ! Clean residual mean=-0.000012 rms=0.001579 Jy/beam ! Combined flux in latest and established models = 1.31148 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 144 components and 1.31148 Jy ! Inverting map ! Added new window around map position (-5.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00680397 Jy ! Component: 100 - total flux cleaned = 0.00984079 Jy ! Component: 150 - total flux cleaned = 0.0113097 Jy ! Component: 200 - total flux cleaned = 0.0125008 Jy ! Total flux subtracted in 200 components = 0.0125008 Jy ! Clean residual min=-0.005124 max=0.004928 Jy/beam ! Clean residual mean=-0.000017 rms=0.001358 Jy/beam ! Combined flux in latest and established models = 1.32398 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 177 components and 1.32398 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.992 mas, bmaj=20.65 mas, bpa=0.6593 degrees ! Estimated noise=1606.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00247409 Jy ! Component: 100 - total flux cleaned = 0.0033052 Jy ! Component: 150 - total flux cleaned = 0.00374369 Jy ! Component: 200 - total flux cleaned = 0.0040095 Jy ! Total flux subtracted in 200 components = 0.0040095 Jy ! Clean residual min=-0.006564 max=0.005968 Jy/beam ! Clean residual mean=-0.000027 rms=0.001697 Jy/beam ! Combined flux in latest and established models = 1.32799 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.00024044 Jy ! Component: 100 - total flux cleaned = 0.000462723 Jy ! Component: 150 - total flux cleaned = 0.00067308 Jy ! Component: 200 - total flux cleaned = 0.000721261 Jy ! Total flux subtracted in 200 components = 0.000721261 Jy ! Clean residual min=-0.006471 max=0.005743 Jy/beam ! Clean residual mean=-0.000026 rms=0.001683 Jy/beam ! Combined flux in latest and established models = 1.32871 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 222 components and 1.32871 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.675 mas, bmaj=13.76 mas, bpa=11.73 degrees ! Estimated noise=1350.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00020521 Jy ! Component: 100 - total flux cleaned = -0.000382967 Jy ! Component: 150 - total flux cleaned = -0.00023019 Jy ! Component: 200 - total flux cleaned = -8.63793e-05 Jy ! Total flux subtracted in 200 components = -8.63793e-05 Jy ! Clean residual min=-0.005024 max=0.004719 Jy/beam ! Clean residual mean=-0.000015 rms=0.001287 Jy/beam ! Combined flux in latest and established models = 1.32863 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 245 components and 1.32863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137586Jy sigma=0.000704 ! Fit after self-cal, rms=0.137569Jy sigma=0.000704 wmodel J1037-2934_S_2014_08_05_pus_map.mod ! Writing 245 model components to file: J1037-2934_S_2014_08_05_pus_map.mod wobs J1037-2934_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1037-2934_S_2014_08_05_pus_uvs.fits wwins J1037-2934_S_2014_08_05_pus_map.win ! wwins: Wrote 4 windows to J1037-2934_S_2014_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.000729396 Jy ! Component: 100 - total flux cleaned = -0.00146776 Jy ! Component: 150 - total flux cleaned = -0.00224102 Jy ! Component: 200 - total flux cleaned = -0.00268168 Jy ! Component: 250 - total flux cleaned = -0.00289233 Jy ! Component: 300 - total flux cleaned = -0.00302713 Jy ! Component: 350 - total flux cleaned = -0.0031598 Jy ! Component: 400 - total flux cleaned = -0.00322491 Jy ! Component: 450 - total flux cleaned = -0.00341099 Jy ! Component: 500 - total flux cleaned = -0.00353018 Jy ! Component: 550 - total flux cleaned = -0.00364647 Jy ! Component: 600 - total flux cleaned = -0.00381628 Jy ! Component: 650 - total flux cleaned = -0.00398277 Jy ! Component: 700 - total flux cleaned = -0.0040917 Jy ! Component: 750 - total flux cleaned = -0.00435681 Jy ! Component: 800 - total flux cleaned = -0.00466736 Jy ! Component: 850 - total flux cleaned = -0.00487041 Jy ! Component: 900 - total flux cleaned = -0.00521787 Jy ! Component: 950 - total flux cleaned = -0.00541119 Jy ! Component: 1000 - total flux cleaned = -0.00560112 Jy ! Component: 1050 - total flux cleaned = -0.00592663 Jy ! Component: 1100 - total flux cleaned = -0.00615548 Jy ! Component: 1150 - total flux cleaned = -0.00656128 Jy ! Component: 1200 - total flux cleaned = -0.00691624 Jy ! Component: 1250 - total flux cleaned = -0.00739553 Jy ! Component: 1300 - total flux cleaned = -0.00778168 Jy ! Component: 1350 - total flux cleaned = -0.00811939 Jy ! Component: 1400 - total flux cleaned = -0.00853479 Jy ! Component: 1450 - total flux cleaned = -0.00894399 Jy ! Component: 1500 - total flux cleaned = -0.00938746 Jy ! Component: 1550 - total flux cleaned = -0.00978492 Jy ! Component: 1600 - total flux cleaned = -0.0101382 Jy ! Component: 1650 - total flux cleaned = -0.0105641 Jy ! Component: 1700 - total flux cleaned = -0.010908 Jy ! Component: 1750 - total flux cleaned = -0.0113605 Jy ! Component: 1800 - total flux cleaned = -0.0116585 Jy ! Component: 1850 - total flux cleaned = -0.0121006 Jy ! Component: 1900 - total flux cleaned = -0.0124282 Jy ! Component: 1950 - total flux cleaned = -0.0127526 Jy ! Component: 2000 - total flux cleaned = -0.0130735 Jy ! Component: 2050 - total flux cleaned = -0.0134607 Jy ! Component: 2100 - total flux cleaned = -0.0138781 Jy ! Component: 2150 - total flux cleaned = -0.0140845 Jy ! Component: 2200 - total flux cleaned = -0.0144589 Jy ! Component: 2250 - total flux cleaned = -0.0147613 Jy ! Component: 2300 - total flux cleaned = -0.0148611 Jy ! Component: 2350 - total flux cleaned = -0.0151908 Jy ! Component: 2400 - total flux cleaned = -0.0152237 Jy ! Component: 2450 - total flux cleaned = -0.0154496 Jy ! Component: 2500 - total flux cleaned = -0.0155771 Jy ! Component: 2550 - total flux cleaned = -0.0156401 Jy ! Component: 2600 - total flux cleaned = -0.0157968 Jy ! Component: 2650 - total flux cleaned = -0.0158587 Jy ! Component: 2700 - total flux cleaned = -0.0158585 Jy ! Component: 2750 - total flux cleaned = -0.0159497 Jy ! Component: 2800 - total flux cleaned = -0.0159497 Jy ! Component: 2850 - total flux cleaned = -0.0160097 Jy ! Component: 2900 - total flux cleaned = -0.0160394 Jy ! Component: 2950 - total flux cleaned = -0.016157 Jy ! Component: 3000 - total flux cleaned = -0.0161861 Jy ! Component: 3050 - total flux cleaned = -0.0163014 Jy ! Component: 3100 - total flux cleaned = -0.0162155 Jy ! Component: 3150 - total flux cleaned = -0.0163007 Jy ! Component: 3200 - total flux cleaned = -0.0163287 Jy ! Component: 3250 - total flux cleaned = -0.0163565 Jy ! Component: 3300 - total flux cleaned = -0.0163562 Jy ! Component: 3350 - total flux cleaned = -0.0164659 Jy ! Component: 3400 - total flux cleaned = -0.0164661 Jy ! Component: 3450 - total flux cleaned = -0.0165737 Jy ! Component: 3500 - total flux cleaned = -0.0166003 Jy ! Component: 3550 - total flux cleaned = -0.0166272 Jy ! Component: 3600 - total flux cleaned = -0.0167059 Jy ! Component: 3650 - total flux cleaned = -0.0167841 Jy ! Component: 3700 - total flux cleaned = -0.0169394 Jy ! Component: 3750 - total flux cleaned = -0.0170681 Jy ! Component: 3800 - total flux cleaned = -0.0171194 Jy ! Component: 3850 - total flux cleaned = -0.0171953 Jy ! Component: 3900 - total flux cleaned = -0.0173209 Jy ! Component: 3950 - total flux cleaned = -0.0174456 Jy ! Component: 4000 - total flux cleaned = -0.0176438 Jy ! Component: 4050 - total flux cleaned = -0.0176686 Jy ! Total flux subtracted in 4096 components = -0.0176932 Jy ! Clean residual min=-0.001647 max=0.001463 Jy/beam ! Clean residual mean=0.000003 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 1.31093 Jy keep ! Adding 320 model components to the UV plane model. ! The established model now contains 565 components and 1.31093 Jy ![Exited script file: muppet] wmap "J1037-2934_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.675 x 13.76 at 11.73 degrees (North through East) ! Clean map min=-0.0043522 max=0.84686 Jy/beam ! Writing clean map to FITS file: J1037-2934_S_2014_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.846857 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00048301 device "J1037-2934_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1037-2934_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.171107 0.171107 0.342213 0.684427 1.36885 2.73771 5.47542 10.9508 21.9017 43.8033 87.6067 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.846 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.675 x 13.76 at 11.73 degrees (North through East) ! Clean map min=-0.0043522 max=0.84686 Jy/beam quit ! Quitting program ! Log file J1037-2934_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:24:14 2016