! Started logfile: J1231-1236_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:05:03 2016 obs J1231-1236_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1231-1236_S_2014_08_09_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.712764 visibilities/baseline/integration-bin. ! Found source: J1231-1236 ! ! 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 342 lines of history. ! ! Reading 15524 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 J1231-1236_S_2014_08_09_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 183 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 183 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 183 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 183 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.941841Jy sigma=0.009046 ! Fit after self-cal, rms=0.882321Jy sigma=0.008461 ! 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.676 mas, bmaj=7.133 mas, bpa=4.97 degrees ! Estimated noise=1053.54 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.0889191 Jy ! Component: 100 - total flux cleaned = 0.112155 Jy ! Total flux subtracted in 100 components = 0.112155 Jy ! Clean residual min=-0.004956 max=0.010681 Jy/beam ! Clean residual mean=-0.000024 rms=0.001505 Jy/beam ! Combined flux in latest and established models = 0.112155 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.112155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090864Jy sigma=0.000822 ! Fit after self-cal, rms=0.090851Jy sigma=0.000821 ! Inverting map ! Added new window around map position (3.5, 0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0124503 Jy ! Component: 100 - total flux cleaned = 0.0201316 Jy ! Total flux subtracted in 100 components = 0.0201316 Jy ! Clean residual min=-0.003737 max=0.004341 Jy/beam ! Clean residual mean=-0.000012 rms=0.001037 Jy/beam ! Combined flux in latest and established models = 0.132286 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 29 components and 0.132286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088362Jy sigma=0.000799 ! Fit after self-cal, rms=0.088317Jy sigma=0.000798 ! 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.241 mas, bmaj=8.233 mas, bpa=4.188 degrees ! Estimated noise=600.188 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.0074106 Jy ! Component: 100 - total flux cleaned = 0.0113413 Jy ! Component: 150 - total flux cleaned = 0.0137164 Jy ! Component: 200 - total flux cleaned = 0.0152879 Jy ! Total flux subtracted in 200 components = 0.0152879 Jy ! Clean residual min=-0.002544 max=0.002781 Jy/beam ! Clean residual mean=0.000001 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.147574 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 72 components and 0.147574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087599Jy sigma=0.000793 ! Fit after self-cal, rms=0.087588Jy sigma=0.000793 ! 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.99 FD 0.90 HN 0.95 KP 1.04 ! LA 1.09 MK 0.99 NL 0.96 OV 0.98 ! PT 0.98 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.01 HN 1.05 KP 1.03 ! LA 1.06 MK 0.98 NL 0.97 OV 1.02 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.16 HN 1.08 KP 0.90 ! LA 0.87 MK 1.07 NL 1.02 OV 0.95 ! PT 0.93 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.10 HN 0.99 KP 0.88 ! LA 0.81 MK 1.11 NL 1.06 OV 1.00 ! PT 1.00 SC 0.98 ! ! ! Fit before self-cal, rms=0.087588Jy sigma=0.000793 ! Fit after self-cal, rms=0.085492Jy sigma=0.000784 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.262 mas, bmaj=8.29 mas, bpa=4.442 degrees ! Estimated noise=599.841 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.0003818 Jy ! Component: 100 - total flux cleaned = 0.000341785 Jy ! Component: 150 - total flux cleaned = 0.000359419 Jy ! Component: 200 - total flux cleaned = 0.000359207 Jy ! Total flux subtracted in 200 components = 0.000359207 Jy ! Clean residual min=-0.001958 max=0.001788 Jy/beam ! Clean residual mean=-0.000004 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.147933 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 85 components and 0.147933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085480Jy sigma=0.000784 ! Fit after self-cal, rms=0.085481Jy sigma=0.000783 ! 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.085481Jy sigma=0.000783 ! Fit after self-cal, rms=0.085253Jy sigma=0.000783 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.263 mas, bmaj=8.295 mas, bpa=4.399 degrees ! Estimated noise=599.181 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.31598e-05 Jy ! Component: 100 - total flux cleaned = -9.38154e-05 Jy ! Component: 150 - total flux cleaned = -0.000107049 Jy ! Component: 200 - total flux cleaned = -0.000106761 Jy ! Total flux subtracted in 200 components = -0.000106761 Jy ! Clean residual min=-0.001780 max=0.001595 Jy/beam ! Clean residual mean=-0.000001 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.147827 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 91 components and 0.147827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085248Jy sigma=0.000783 ! Fit after self-cal, rms=0.085247Jy sigma=0.000783 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.28965e-05 Jy ! Component: 100 - total flux cleaned = 2.18378e-05 Jy ! Component: 150 - total flux cleaned = 2.15478e-05 Jy ! Component: 200 - total flux cleaned = 3.10625e-05 Jy ! Total flux subtracted in 200 components = 3.10625e-05 Jy ! Clean residual min=-0.001779 max=0.001585 Jy/beam ! Clean residual mean=-0.000001 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.147858 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 94 components and 0.147858 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085244Jy sigma=0.000783 ! Fit after self-cal, rms=0.085244Jy sigma=0.000783 ! 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.085244Jy sigma=0.000783 ! Fit after self-cal, rms=0.085249Jy sigma=0.000783 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.263 mas, bmaj=8.296 mas, bpa=4.376 degrees ! Estimated noise=599.207 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.5607e-05 Jy ! Component: 100 - total flux cleaned = -8.6714e-05 Jy ! Component: 150 - total flux cleaned = -7.77706e-05 Jy ! Component: 200 - total flux cleaned = -7.76926e-05 Jy ! Total flux subtracted in 200 components = -7.76926e-05 Jy ! Clean residual min=-0.001779 max=0.001560 Jy/beam ! Clean residual mean=-0.000001 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.14778 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 95 components and 0.14778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085246Jy sigma=0.000783 ! Fit after self-cal, rms=0.085246Jy sigma=0.000782 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 = -8.97206e-06 Jy ! Component: 100 - total flux cleaned = -9.2321e-06 Jy ! Component: 150 - total flux cleaned = -9.28126e-06 Jy ! Component: 200 - total flux cleaned = -1.58143e-06 Jy ! Total flux subtracted in 200 components = -1.58143e-06 Jy ! Clean residual min=-0.001777 max=0.001548 Jy/beam ! Clean residual mean=-0.000001 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.147779 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 96 components and 0.147779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085244Jy sigma=0.000782 ! Fit after self-cal, rms=0.085244Jy sigma=0.000782 ! 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.085244Jy sigma=0.000782 ! Fit after self-cal, rms=0.085265Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.13 mas, bmaj=13.59 mas, bpa=4.917 degrees ! Estimated noise=749.041 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000169753 Jy ! Component: 100 - total flux cleaned = -0.000202919 Jy ! Component: 150 - total flux cleaned = -0.000231554 Jy ! Component: 200 - total flux cleaned = -0.000250596 Jy ! Total flux subtracted in 200 components = -0.000250596 Jy ! Clean residual min=-0.002153 max=0.001939 Jy/beam ! Clean residual mean=-0.000003 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.147528 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 104 components and 0.147528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085266Jy sigma=0.000782 ! Fit after self-cal, rms=0.085265Jy sigma=0.000782 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.23257e-05 Jy ! Component: 100 - total flux cleaned = -4.79938e-05 Jy ! Component: 150 - total flux cleaned = -6.47275e-05 Jy ! Component: 200 - total flux cleaned = -8.01666e-05 Jy ! Total flux subtracted in 200 components = -8.01666e-05 Jy ! Clean residual min=-0.002140 max=0.001935 Jy/beam ! Clean residual mean=-0.000003 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.147448 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 111 components and 0.147448 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085266Jy sigma=0.000782 ! Fit after self-cal, rms=0.085265Jy sigma=0.000782 ! 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.263 mas, bmaj=8.297 mas, bpa=4.355 degrees ! Estimated noise=599.336 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.263 x 8.297 at 4.355 degrees (North through East) ! Clean map min=-0.0017251 max=0.11902 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.687 mas, bmaj=7.174 mas, bpa=5.074 degrees ! Estimated noise=1055.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0888001 Jy ! Component: 100 - total flux cleaned = 0.112456 Jy ! Component: 150 - total flux cleaned = 0.125208 Jy ! Component: 200 - total flux cleaned = 0.133058 Jy ! Total flux subtracted in 200 components = 0.133058 Jy ! Clean residual min=-0.003242 max=0.004063 Jy/beam ! Clean residual mean=-0.000012 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.133057 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.133057 Jy ! Inverting map and beam ! Estimated beam: bmin=3.263 mas, bmaj=8.297 mas, bpa=4.355 degrees ! Estimated noise=599.336 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.00667125 Jy ! Component: 100 - total flux cleaned = 0.0100592 Jy ! Component: 150 - total flux cleaned = 0.0119221 Jy ! Component: 200 - total flux cleaned = 0.0130156 Jy ! Total flux subtracted in 200 components = 0.0130156 Jy ! Clean residual min=-0.001854 max=0.001580 Jy/beam ! Clean residual mean=-0.000003 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.146073 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 56 components and 0.146073 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.13 mas, bmaj=13.59 mas, bpa=4.917 degrees ! Estimated noise=749.041 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000782936 Jy ! Component: 100 - total flux cleaned = 0.00112042 Jy ! Component: 150 - total flux cleaned = 0.00125839 Jy ! Component: 200 - total flux cleaned = 0.00127783 Jy ! Total flux subtracted in 200 components = 0.00127783 Jy ! Clean residual min=-0.002118 max=0.001945 Jy/beam ! Clean residual mean=-0.000003 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.147351 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.70037e-05 Jy ! Component: 100 - total flux cleaned = 2.84231e-05 Jy ! Component: 150 - total flux cleaned = 3.86665e-05 Jy ! Component: 200 - total flux cleaned = 4.1759e-05 Jy ! Total flux subtracted in 200 components = 4.1759e-05 Jy ! Clean residual min=-0.002113 max=0.001950 Jy/beam ! Clean residual mean=-0.000003 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.147393 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 73 components and 0.147393 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.263 mas, bmaj=8.297 mas, bpa=4.355 degrees ! Estimated noise=599.336 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.23137e-05 Jy ! Component: 100 - total flux cleaned = 3.28548e-05 Jy ! Component: 150 - total flux cleaned = 7.99161e-05 Jy ! Component: 200 - total flux cleaned = 0.000121952 Jy ! Total flux subtracted in 200 components = 0.000121952 Jy ! Clean residual min=-0.001786 max=0.001613 Jy/beam ! Clean residual mean=-0.000002 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.147515 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 81 components and 0.147515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085269Jy sigma=0.000783 ! Fit after self-cal, rms=0.085267Jy sigma=0.000783 wmodel J1231-1236_S_2014_08_09_pus_map.mod ! Writing 81 model components to file: J1231-1236_S_2014_08_09_pus_map.mod wobs J1231-1236_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1231-1236_S_2014_08_09_pus_uvs.fits wwins J1231-1236_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J1231-1236_S_2014_08_09_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.000554332 Jy ! Component: 100 - total flux cleaned = -0.000643345 Jy ! Component: 150 - total flux cleaned = -0.000671036 Jy ! Component: 200 - total flux cleaned = -0.00072435 Jy ! Component: 250 - total flux cleaned = -0.000724357 Jy ! Component: 300 - total flux cleaned = -0.000699894 Jy ! Component: 350 - total flux cleaned = -0.000722946 Jy ! Component: 400 - total flux cleaned = -0.000745712 Jy ! Component: 450 - total flux cleaned = -0.000767728 Jy ! Component: 500 - total flux cleaned = -0.000810275 Jy ! Component: 550 - total flux cleaned = -0.000748423 Jy ! Component: 600 - total flux cleaned = -0.000748218 Jy ! Component: 650 - total flux cleaned = -0.000708478 Jy ! Component: 700 - total flux cleaned = -0.000650962 Jy ! Component: 750 - total flux cleaned = -0.000632119 Jy ! Component: 800 - total flux cleaned = -0.000576591 Jy ! Component: 850 - total flux cleaned = -0.000594373 Jy ! Component: 900 - total flux cleaned = -0.0005412 Jy ! Component: 950 - total flux cleaned = -0.000558671 Jy ! Component: 1000 - total flux cleaned = -0.000541416 Jy ! Component: 1050 - total flux cleaned = -0.000524659 Jy ! Component: 1100 - total flux cleaned = -0.00049189 Jy ! Component: 1150 - total flux cleaned = -0.000540922 Jy ! Component: 1200 - total flux cleaned = -0.000524498 Jy ! Component: 1250 - total flux cleaned = -0.000461241 Jy ! Component: 1300 - total flux cleaned = -0.000461182 Jy ! Component: 1350 - total flux cleaned = -0.000461019 Jy ! Component: 1400 - total flux cleaned = -0.000461057 Jy ! Component: 1450 - total flux cleaned = -0.000535397 Jy ! Component: 1500 - total flux cleaned = -0.000594012 Jy ! Component: 1550 - total flux cleaned = -0.000623124 Jy ! Component: 1600 - total flux cleaned = -0.00069453 Jy ! Component: 1650 - total flux cleaned = -0.000764859 Jy ! Component: 1700 - total flux cleaned = -0.000834248 Jy ! Component: 1750 - total flux cleaned = -0.000861741 Jy ! Component: 1800 - total flux cleaned = -0.000943251 Jy ! Component: 1850 - total flux cleaned = -0.00103729 Jy ! Component: 1900 - total flux cleaned = -0.00107697 Jy ! Component: 1950 - total flux cleaned = -0.00120785 Jy ! Component: 2000 - total flux cleaned = -0.00127253 Jy ! Component: 2050 - total flux cleaned = -0.0013235 Jy ! Component: 2100 - total flux cleaned = -0.00144999 Jy ! Component: 2150 - total flux cleaned = -0.00146229 Jy ! Component: 2200 - total flux cleaned = -0.00153648 Jy ! Component: 2250 - total flux cleaned = -0.00158539 Jy ! Component: 2300 - total flux cleaned = -0.00159748 Jy ! Component: 2350 - total flux cleaned = -0.0016334 Jy ! Component: 2400 - total flux cleaned = -0.00168086 Jy ! Component: 2450 - total flux cleaned = -0.00172787 Jy ! Component: 2500 - total flux cleaned = -0.00179776 Jy ! Component: 2550 - total flux cleaned = -0.00183218 Jy ! Component: 2600 - total flux cleaned = -0.00190061 Jy ! Component: 2650 - total flux cleaned = -0.00192312 Jy ! Component: 2700 - total flux cleaned = -0.00199023 Jy ! Component: 2750 - total flux cleaned = -0.00197888 Jy ! Component: 2800 - total flux cleaned = -0.00201191 Jy ! Component: 2850 - total flux cleaned = -0.00205551 Jy ! Component: 2900 - total flux cleaned = -0.00210961 Jy ! Component: 2950 - total flux cleaned = -0.00219543 Jy ! Component: 3000 - total flux cleaned = -0.00221651 Jy ! Component: 3050 - total flux cleaned = -0.002227 Jy ! Component: 3100 - total flux cleaned = -0.002227 Jy ! Component: 3150 - total flux cleaned = -0.00222703 Jy ! Component: 3200 - total flux cleaned = -0.00226843 Jy ! Component: 3250 - total flux cleaned = -0.00229926 Jy ! Component: 3300 - total flux cleaned = -0.00231973 Jy ! Component: 3350 - total flux cleaned = -0.00233999 Jy ! Component: 3400 - total flux cleaned = -0.00236008 Jy ! Component: 3450 - total flux cleaned = -0.00238009 Jy ! Component: 3500 - total flux cleaned = -0.00242956 Jy ! Component: 3550 - total flux cleaned = -0.00244907 Jy ! Component: 3600 - total flux cleaned = -0.00245882 Jy ! Component: 3650 - total flux cleaned = -0.00250733 Jy ! Component: 3700 - total flux cleaned = -0.00251695 Jy ! Component: 3750 - total flux cleaned = -0.0025553 Jy ! Component: 3800 - total flux cleaned = -0.00256479 Jy ! Component: 3850 - total flux cleaned = -0.0026026 Jy ! Component: 3900 - total flux cleaned = -0.00265893 Jy ! Component: 3950 - total flux cleaned = -0.00269622 Jy ! Component: 4000 - total flux cleaned = -0.0027147 Jy ! Component: 4050 - total flux cleaned = -0.00276992 Jy ! Total flux subtracted in 4096 components = -0.00276082 Jy ! Clean residual min=-0.000533 max=0.000559 Jy/beam ! Clean residual mean=-0.000001 rms=0.000167 Jy/beam ! Combined flux in latest and established models = 0.144754 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 369 components and 0.144754 Jy ![Exited script file: muppet] wmap "J1231-1236_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.263 x 8.297 at 4.355 degrees (North through East) ! Clean map min=-0.0016818 max=0.1192 Jy/beam ! Writing clean map to FITS file: J1231-1236_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.1192 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000165529 device "J1231-1236_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1231-1236_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.416599 0.416599 0.833199 1.6664 3.3328 6.66559 13.3312 26.6624 53.3247 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.119 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.263 x 8.297 at 4.355 degrees (North through East) ! Clean map min=-0.0016818 max=0.1192 Jy/beam quit ! Quitting program ! Log file J1231-1236_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:05:08 2016