! Started logfile: J1036-3744_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:24:08 2017 obs J1036-3744_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J1036-3744_S_2014_01_04_pus_uva.fits ! AN table 1: 40 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.680556 visibilities/baseline/integration-bin. ! Found source: J1036-3744 ! ! 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 370 lines of history. ! ! Reading 3920 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 J1036-3744_S_2014_01_04_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 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.523672Jy sigma=0.005384 ! Fit after self-cal, rms=0.509509Jy sigma=0.005263 ! 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.519 mas, bmaj=6.795 mas, bpa=2.76 degrees ! Estimated noise=2016.37 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.386544 Jy ! Component: 100 - total flux cleaned = 0.46646 Jy ! Total flux subtracted in 100 components = 0.46646 Jy ! Clean residual min=-0.030481 max=0.055076 Jy/beam ! Clean residual mean=-0.000191 rms=0.008765 Jy/beam ! Combined flux in latest and established models = 0.46646 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.46646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156112Jy sigma=0.001377 ! Fit after self-cal, rms=0.156109Jy sigma=0.001377 ! Inverting map ! Added new window around map position (-3.5, 23). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0325094 Jy ! Component: 100 - total flux cleaned = 0.0416663 Jy ! Total flux subtracted in 100 components = 0.0416663 Jy ! Clean residual min=-0.027867 max=0.041839 Jy/beam ! Clean residual mean=-0.000085 rms=0.007039 Jy/beam ! Combined flux in latest and established models = 0.508126 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 11 components and 0.508126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144473Jy sigma=0.001275 ! Fit after self-cal, rms=0.142494Jy sigma=0.001260 ! 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.294 mas, bmaj=8.945 mas, bpa=3.87 degrees ! Estimated noise=1249.82 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.0186498 Jy ! Component: 100 - total flux cleaned = 0.0258361 Jy ! Component: 150 - total flux cleaned = 0.027466 Jy ! Component: 200 - total flux cleaned = 0.0286426 Jy ! Total flux subtracted in 200 components = 0.0286426 Jy ! Clean residual min=-0.025581 max=0.039676 Jy/beam ! Clean residual mean=0.000013 rms=0.009072 Jy/beam ! Combined flux in latest and established models = 0.536769 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 18 components and 0.536769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139530Jy sigma=0.001243 ! Fit after self-cal, rms=0.138948Jy sigma=0.001240 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 FD 0.76 KP 1.00* LA 1.00 ! MK 0.97 NL 1.08 OV 0.92 PT 0.97 ! SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.27 FD 0.89 KP 1.00* LA 0.97 ! MK 0.98 NL 1.17 OV 0.95 PT 0.96 ! SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.33 FD 1.02 KP 1.00* LA 0.80 ! MK 1.02 NL 1.12 OV 0.88 PT 0.92 ! SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.24 FD 0.91 KP 1.00* LA 0.88 ! MK 1.00 NL 1.23 OV 0.95 PT 0.96 ! SC 0.94 ! ! ! Fit before self-cal, rms=0.138948Jy sigma=0.001240 ! Fit after self-cal, rms=0.114765Jy sigma=0.000971 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.288 mas, bmaj=8.974 mas, bpa=3.919 degrees ! Estimated noise=1266.94 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.0157762 Jy ! Component: 100 - total flux cleaned = -0.0158119 Jy ! Component: 150 - total flux cleaned = -0.0160357 Jy ! Component: 200 - total flux cleaned = -0.0168032 Jy ! Total flux subtracted in 200 components = -0.0168032 Jy ! Clean residual min=-0.009083 max=0.011072 Jy/beam ! Clean residual mean=0.000029 rms=0.002648 Jy/beam ! Combined flux in latest and established models = 0.519965 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 30 components and 0.519965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112464Jy sigma=0.000949 ! Fit after self-cal, rms=0.112063Jy sigma=0.000946 ! 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.112063Jy sigma=0.000946 ! Fit after self-cal, rms=0.112511Jy sigma=0.000943 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.281 mas, bmaj=8.955 mas, bpa=3.838 degrees ! Estimated noise=1267.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00601338 Jy ! Component: 100 - total flux cleaned = -0.00566419 Jy ! Component: 150 - total flux cleaned = -0.00594549 Jy ! Component: 200 - total flux cleaned = -0.00633059 Jy ! Total flux subtracted in 200 components = -0.00633059 Jy ! Clean residual min=-0.006794 max=0.008621 Jy/beam ! Clean residual mean=0.000019 rms=0.002108 Jy/beam ! Combined flux in latest and established models = 0.513635 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 41 components and 0.513635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111828Jy sigma=0.000938 ! Fit after self-cal, rms=0.111811Jy sigma=0.000937 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 (-23.5, 83). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00638126 Jy ! Component: 100 - total flux cleaned = 0.0071106 Jy ! Component: 150 - total flux cleaned = 0.0070933 Jy ! Component: 200 - total flux cleaned = 0.0069933 Jy ! Total flux subtracted in 200 components = 0.0069933 Jy ! Clean residual min=-0.006493 max=0.006787 Jy/beam ! Clean residual mean=0.000038 rms=0.001692 Jy/beam ! Combined flux in latest and established models = 0.520628 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 60 components and 0.520628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111253Jy sigma=0.000930 ! Fit after self-cal, rms=0.111216Jy sigma=0.000930 ! 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.111216Jy sigma=0.000930 ! Fit after self-cal, rms=0.109744Jy sigma=0.000917 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.274 mas, bmaj=8.944 mas, bpa=3.789 degrees ! Estimated noise=1270.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000938963 Jy ! Component: 100 - total flux cleaned = -0.000215825 Jy ! Component: 150 - total flux cleaned = -0.0001285 Jy ! Component: 200 - total flux cleaned = -4.91631e-05 Jy ! Total flux subtracted in 200 components = -4.91631e-05 Jy ! Clean residual min=-0.004642 max=0.004640 Jy/beam ! Clean residual mean=0.000016 rms=0.001256 Jy/beam ! Combined flux in latest and established models = 0.520579 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 76 components and 0.520579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109542Jy sigma=0.000915 ! Fit after self-cal, rms=0.109528Jy sigma=0.000915 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.000190087 Jy ! Component: 100 - total flux cleaned = -0.000121401 Jy ! Component: 150 - total flux cleaned = -0.000118957 Jy ! Component: 200 - total flux cleaned = -0.000176999 Jy ! Total flux subtracted in 200 components = -0.000176999 Jy ! Clean residual min=-0.004619 max=0.004601 Jy/beam ! Clean residual mean=0.000012 rms=0.001192 Jy/beam ! Combined flux in latest and established models = 0.520402 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 95 components and 0.520402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109440Jy sigma=0.000914 ! Fit after self-cal, rms=0.109446Jy sigma=0.000914 ! 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.109446Jy sigma=0.000914 ! Fit after self-cal, rms=0.108591Jy sigma=0.000909 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.595 mas, bmaj=31.67 mas, bpa=4.474 degrees ! Estimated noise=1488.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000204682 Jy ! Component: 100 - total flux cleaned = 0.000112348 Jy ! Component: 150 - total flux cleaned = -6.48285e-06 Jy ! Component: 200 - total flux cleaned = -0.000111591 Jy ! Total flux subtracted in 200 components = -0.000111591 Jy ! Clean residual min=-0.004002 max=0.003780 Jy/beam ! Clean residual mean=0.000007 rms=0.001246 Jy/beam ! Combined flux in latest and established models = 0.52029 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 102 components and 0.52029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108579Jy sigma=0.000909 ! Fit after self-cal, rms=0.108561Jy sigma=0.000909 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 = 7.64e-05 Jy ! Component: 100 - total flux cleaned = 7.59432e-05 Jy ! Component: 150 - total flux cleaned = 4.48184e-05 Jy ! Component: 200 - total flux cleaned = 1.75635e-05 Jy ! Total flux subtracted in 200 components = 1.75635e-05 Jy ! Clean residual min=-0.003952 max=0.003658 Jy/beam ! Clean residual mean=0.000006 rms=0.001229 Jy/beam ! Combined flux in latest and established models = 0.520308 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 105 components and 0.520308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108557Jy sigma=0.000909 ! Fit after self-cal, rms=0.108552Jy sigma=0.000909 ! 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.272 mas, bmaj=8.941 mas, bpa=3.756 degrees ! Estimated noise=1270.24 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.272 x 8.941 at 3.756 degrees (North through East) ! Clean map min=-0.009832 max=0.47367 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.491 mas, bmaj=6.787 mas, bpa=2.745 degrees ! Estimated noise=2048.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.392379 Jy ! Component: 100 - total flux cleaned = 0.480797 Jy ! Component: 150 - total flux cleaned = 0.507462 Jy ! Component: 200 - total flux cleaned = 0.511993 Jy ! Total flux subtracted in 200 components = 0.511993 Jy ! Clean residual min=-0.010837 max=0.013359 Jy/beam ! Clean residual mean=-0.000004 rms=0.002410 Jy/beam ! Combined flux in latest and established models = 0.511993 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.511993 Jy ! Inverting map and beam ! Estimated beam: bmin=3.272 mas, bmaj=8.941 mas, bpa=3.756 degrees ! Estimated noise=1270.24 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.00791747 Jy ! Component: 100 - total flux cleaned = 0.00869606 Jy ! Component: 150 - total flux cleaned = 0.00912855 Jy ! Component: 200 - total flux cleaned = 0.00947606 Jy ! Total flux subtracted in 200 components = 0.00947606 Jy ! Clean residual min=-0.004981 max=0.005167 Jy/beam ! Clean residual mean=0.000027 rms=0.001262 Jy/beam ! Combined flux in latest and established models = 0.521469 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 37 components and 0.521469 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=8.595 mas, bmaj=31.67 mas, bpa=4.474 degrees ! Estimated noise=1488.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000218265 Jy ! Component: 100 - total flux cleaned = 0.000496991 Jy ! Component: 150 - total flux cleaned = 0.000427571 Jy ! Component: 200 - total flux cleaned = 0.000294824 Jy ! Total flux subtracted in 200 components = 0.000294824 Jy ! Clean residual min=-0.003836 max=0.004289 Jy/beam ! Clean residual mean=0.000032 rms=0.001337 Jy/beam ! Combined flux in latest and established models = 0.521764 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.000114641 Jy ! Component: 100 - total flux cleaned = -0.000213551 Jy ! Component: 150 - total flux cleaned = -0.000258416 Jy ! Component: 200 - total flux cleaned = -0.000337199 Jy ! Total flux subtracted in 200 components = -0.000337199 Jy ! Clean residual min=-0.003661 max=0.004070 Jy/beam ! Clean residual mean=0.000024 rms=0.001279 Jy/beam ! Combined flux in latest and established models = 0.521426 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 50 components and 0.521426 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.272 mas, bmaj=8.941 mas, bpa=3.756 degrees ! Estimated noise=1270.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000104828 Jy ! Component: 100 - total flux cleaned = -0.000821011 Jy ! Component: 150 - total flux cleaned = -0.00141186 Jy ! Component: 200 - total flux cleaned = -0.00162548 Jy ! Total flux subtracted in 200 components = -0.00162548 Jy ! Clean residual min=-0.003792 max=0.004488 Jy/beam ! Clean residual mean=0.000004 rms=0.001044 Jy/beam ! Combined flux in latest and established models = 0.519801 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 64 components and 0.519801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108598Jy sigma=0.000909 ! Fit after self-cal, rms=0.108591Jy sigma=0.000909 wmodel J1036-3744_S_2014_01_04_pus_map.mod ! Writing 64 model components to file: J1036-3744_S_2014_01_04_pus_map.mod wobs J1036-3744_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J1036-3744_S_2014_01_04_pus_uvs.fits wwins J1036-3744_S_2014_01_04_pus_map.win ! wwins: Wrote 3 windows to J1036-3744_S_2014_01_04_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.00191283 Jy ! Component: 100 - total flux cleaned = 0.00292456 Jy ! Component: 150 - total flux cleaned = 0.00336594 Jy ! Component: 200 - total flux cleaned = 0.00324674 Jy ! Component: 250 - total flux cleaned = 0.0029044 Jy ! Component: 300 - total flux cleaned = 0.00268599 Jy ! Component: 350 - total flux cleaned = 0.00242258 Jy ! Component: 400 - total flux cleaned = 0.0021681 Jy ! Component: 450 - total flux cleaned = 0.0018249 Jy ! Component: 500 - total flux cleaned = 0.00153931 Jy ! Component: 550 - total flux cleaned = 0.00126083 Jy ! Component: 600 - total flux cleaned = 0.000989121 Jy ! Component: 650 - total flux cleaned = 0.000723675 Jy ! Component: 700 - total flux cleaned = 0.000465403 Jy ! Component: 750 - total flux cleaned = 0.000381393 Jy ! Component: 800 - total flux cleaned = 0.000174631 Jy ! Component: 850 - total flux cleaned = 9.37444e-05 Jy ! Component: 900 - total flux cleaned = -0.00014432 Jy ! Component: 950 - total flux cleaned = -0.000260114 Jy ! Component: 1000 - total flux cleaned = -0.000297742 Jy ! Component: 1050 - total flux cleaned = -0.000372562 Jy ! Component: 1100 - total flux cleaned = -0.000409202 Jy ! Component: 1150 - total flux cleaned = -0.000481615 Jy ! Component: 1200 - total flux cleaned = -0.000623924 Jy ! Component: 1250 - total flux cleaned = -0.000728421 Jy ! Component: 1300 - total flux cleaned = -0.000796989 Jy ! Component: 1350 - total flux cleaned = -0.000864977 Jy ! Component: 1400 - total flux cleaned = -0.000998167 Jy ! Component: 1450 - total flux cleaned = -0.00109701 Jy ! Component: 1500 - total flux cleaned = -0.00116164 Jy ! Component: 1550 - total flux cleaned = -0.00125723 Jy ! Component: 1600 - total flux cleaned = -0.00122533 Jy ! Component: 1650 - total flux cleaned = -0.00119464 Jy ! Component: 1700 - total flux cleaned = -0.0013792 Jy ! Component: 1750 - total flux cleaned = -0.00140938 Jy ! Component: 1800 - total flux cleaned = -0.00146941 Jy ! Component: 1850 - total flux cleaned = -0.00158797 Jy ! Component: 1900 - total flux cleaned = -0.00164611 Jy ! Component: 1950 - total flux cleaned = -0.00161667 Jy ! Component: 2000 - total flux cleaned = -0.00161676 Jy ! Component: 2050 - total flux cleaned = -0.00173082 Jy ! Component: 2100 - total flux cleaned = -0.00175888 Jy ! Component: 2150 - total flux cleaned = -0.00178705 Jy ! Component: 2200 - total flux cleaned = -0.00181524 Jy ! Component: 2250 - total flux cleaned = -0.00195222 Jy ! Component: 2300 - total flux cleaned = -0.00197953 Jy ! Component: 2350 - total flux cleaned = -0.00211438 Jy ! Component: 2400 - total flux cleaned = -0.00219472 Jy ! Component: 2450 - total flux cleaned = -0.00222108 Jy ! Component: 2500 - total flux cleaned = -0.00232644 Jy ! Component: 2550 - total flux cleaned = -0.0025092 Jy ! Component: 2600 - total flux cleaned = -0.00263876 Jy ! Component: 2650 - total flux cleaned = -0.00274159 Jy ! Component: 2700 - total flux cleaned = -0.00281829 Jy ! Component: 2750 - total flux cleaned = -0.00289448 Jy ! Component: 2800 - total flux cleaned = -0.00302067 Jy ! Component: 2850 - total flux cleaned = -0.00307073 Jy ! Component: 2900 - total flux cleaned = -0.00312089 Jy ! Component: 2950 - total flux cleaned = -0.00319536 Jy ! Component: 3000 - total flux cleaned = -0.00329406 Jy ! Component: 3050 - total flux cleaned = -0.00331865 Jy ! Component: 3100 - total flux cleaned = -0.00341638 Jy ! Component: 3150 - total flux cleaned = -0.00341645 Jy ! Component: 3200 - total flux cleaned = -0.00351327 Jy ! Component: 3250 - total flux cleaned = -0.00356135 Jy ! Component: 3300 - total flux cleaned = -0.00358526 Jy ! Component: 3350 - total flux cleaned = -0.00368071 Jy ! Component: 3400 - total flux cleaned = -0.00365679 Jy ! Component: 3450 - total flux cleaned = -0.00368047 Jy ! Component: 3500 - total flux cleaned = -0.00365678 Jy ! Component: 3550 - total flux cleaned = -0.00372742 Jy ! Component: 3600 - total flux cleaned = -0.00379777 Jy ! Component: 3650 - total flux cleaned = -0.00379759 Jy ! Component: 3700 - total flux cleaned = -0.0037743 Jy ! Component: 3750 - total flux cleaned = -0.00377442 Jy ! Component: 3800 - total flux cleaned = -0.00377433 Jy ! Component: 3850 - total flux cleaned = -0.00382065 Jy ! Component: 3900 - total flux cleaned = -0.00386686 Jy ! Component: 3950 - total flux cleaned = -0.00386686 Jy ! Component: 4000 - total flux cleaned = -0.00382073 Jy ! Component: 4050 - total flux cleaned = -0.00382066 Jy ! Total flux subtracted in 4096 components = -0.00379767 Jy ! Clean residual min=-0.001318 max=0.001349 Jy/beam ! Clean residual mean=0.000012 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.516003 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 327 components and 0.516003 Jy ![Exited script file: muppet] wmap "J1036-3744_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.272 x 8.941 at 3.756 degrees (North through East) ! Clean map min=-0.0062048 max=0.48291 Jy/beam ! Writing clean map to FITS file: J1036-3744_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.482908 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000423877 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.263328 0.263328 0.526656 1.05331 2.10662 4.21325 8.4265 16.853 33.706 67.412 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.482 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.272 x 8.941 at 3.756 degrees (North through East) ! Clean map min=-0.0062048 max=0.48291 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 J1036-3744_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:24:12 2017