! Started logfile: J1305-3132_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:59:09 2016 obs J1305-3132_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1305-3132_S_2015_03_17_pus_uva.fits ! AN table 1: 124 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.880466 visibilities/baseline/integration-bin. ! Found source: J1305-3132 ! ! 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 330 lines of history. ! ! Reading 19652 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 J1305-3132_S_2015_03_17_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 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.984507Jy sigma=0.008601 ! Fit after self-cal, rms=0.936461Jy sigma=0.008188 ! 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.238 mas, bmaj=6.406 mas, bpa=-6.499 degrees ! Estimated noise=931.872 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.0488909 Jy ! Component: 100 - total flux cleaned = 0.0610654 Jy ! Total flux subtracted in 100 components = 0.0610654 Jy ! Clean residual min=-0.003614 max=0.004989 Jy/beam ! Clean residual mean=0.000003 rms=0.000943 Jy/beam ! Combined flux in latest and established models = 0.0610653 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0610653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093122Jy sigma=0.000766 ! Fit after self-cal, rms=0.092687Jy sigma=0.000763 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00610675 Jy ! Component: 100 - total flux cleaned = 0.00974443 Jy ! Total flux subtracted in 100 components = 0.00974443 Jy ! Clean residual min=-0.003428 max=0.003462 Jy/beam ! Clean residual mean=0.000002 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.0708098 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 29 components and 0.0708098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092043Jy sigma=0.000758 ! Fit after self-cal, rms=0.091997Jy sigma=0.000757 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.902 mas, bmaj=7.779 mas, bpa=-7.877 degrees ! Estimated noise=585.279 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.00356372 Jy ! Component: 100 - total flux cleaned = 0.00522231 Jy ! Component: 150 - total flux cleaned = 0.00610258 Jy ! Component: 200 - total flux cleaned = 0.00657315 Jy ! Total flux subtracted in 200 components = 0.00657315 Jy ! Clean residual min=-0.002312 max=0.002106 Jy/beam ! Clean residual mean=-0.000001 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.0773829 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 41 components and 0.0773829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091841Jy sigma=0.000757 ! Fit after self-cal, rms=0.091820Jy sigma=0.000757 ! 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.03 FD 0.89 HN 1.11 KP 1.11 ! LA 0.95 MK 1.00 NL 0.96 OV 1.02 ! PT 1.08 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.95 HN 1.06 KP 1.04 ! LA 1.02 MK 0.97 NL 0.99 OV 1.06 ! PT 1.07 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.92 HN 1.10 KP 0.96 ! LA 0.78 MK 1.03 NL 1.14 OV 0.97 ! PT 1.04 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.97 HN 0.99 KP 0.97 ! LA 0.84 MK 1.06 NL 0.97 OV 1.07 ! PT 1.07 SC 1.00 ! ! ! Fit before self-cal, rms=0.091820Jy sigma=0.000757 ! Fit after self-cal, rms=0.090503Jy sigma=0.000754 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.92 mas, bmaj=7.803 mas, bpa=-7.788 degrees ! Estimated noise=586.24 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.000137081 Jy ! Component: 100 - total flux cleaned = -0.000144846 Jy ! Component: 150 - total flux cleaned = -0.000137861 Jy ! Component: 200 - total flux cleaned = -0.000143987 Jy ! Total flux subtracted in 200 components = -0.000143987 Jy ! Clean residual min=-0.001763 max=0.001625 Jy/beam ! Clean residual mean=0.000000 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.0772389 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.0772389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090502Jy sigma=0.000754 ! Fit after self-cal, rms=0.090479Jy sigma=0.000754 ! 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.090479Jy sigma=0.000754 ! Fit after self-cal, rms=0.090735Jy sigma=0.000753 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.923 mas, bmaj=7.788 mas, bpa=-7.751 degrees ! Estimated noise=585.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000181984 Jy ! Component: 100 - total flux cleaned = -0.00018192 Jy ! Component: 150 - total flux cleaned = -0.000182213 Jy ! Component: 200 - total flux cleaned = -0.000182206 Jy ! Total flux subtracted in 200 components = -0.000182206 Jy ! Clean residual min=-0.001820 max=0.001689 Jy/beam ! Clean residual mean=0.000000 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.0770567 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 53 components and 0.0770567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090733Jy sigma=0.000753 ! Fit after self-cal, rms=0.090763Jy sigma=0.000753 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.45468e-05 Jy ! Component: 100 - total flux cleaned = 1.46252e-05 Jy ! Component: 150 - total flux cleaned = 1.47683e-05 Jy ! Component: 200 - total flux cleaned = 1.46202e-05 Jy ! Total flux subtracted in 200 components = 1.46202e-05 Jy ! Clean residual min=-0.001800 max=0.001660 Jy/beam ! Clean residual mean=0.000000 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.0770713 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 54 components and 0.0770713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090763Jy sigma=0.000753 ! Fit after self-cal, rms=0.090763Jy sigma=0.000753 ! 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.090763Jy sigma=0.000753 ! Fit after self-cal, rms=0.090821Jy sigma=0.000753 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.924 mas, bmaj=7.779 mas, bpa=-7.656 degrees ! Estimated noise=585.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000130833 Jy ! Component: 100 - total flux cleaned = -0.000144756 Jy ! Component: 150 - total flux cleaned = -0.000138979 Jy ! Component: 200 - total flux cleaned = -0.00013899 Jy ! Total flux subtracted in 200 components = -0.00013899 Jy ! Clean residual min=-0.001791 max=0.001655 Jy/beam ! Clean residual mean=0.000000 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0769323 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 55 components and 0.0769324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090820Jy sigma=0.000753 ! Fit after self-cal, rms=0.090826Jy sigma=0.000753 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 = -3.36936e-06 Jy ! Component: 100 - total flux cleaned = -3.36485e-06 Jy ! Component: 150 - total flux cleaned = -3.36301e-06 Jy ! Component: 200 - total flux cleaned = -3.40261e-06 Jy ! Total flux subtracted in 200 components = -3.40261e-06 Jy ! Clean residual min=-0.001787 max=0.001648 Jy/beam ! Clean residual mean=0.000000 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.076929 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 56 components and 0.076929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090826Jy sigma=0.000753 ! Fit after self-cal, rms=0.090826Jy sigma=0.000753 ! 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.090826Jy sigma=0.000753 ! Fit after self-cal, rms=0.090791Jy sigma=0.000753 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.088 mas, bmaj=21.42 mas, bpa=-2.048 degrees ! Estimated noise=775.231 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000242735 Jy ! Component: 100 - total flux cleaned = -0.000233378 Jy ! Component: 150 - total flux cleaned = -0.000242094 Jy ! Component: 200 - total flux cleaned = -0.00024225 Jy ! Total flux subtracted in 200 components = -0.00024225 Jy ! Clean residual min=-0.001460 max=0.001655 Jy/beam ! Clean residual mean=-0.000000 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.0766867 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 59 components and 0.0766867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090791Jy sigma=0.000753 ! Fit after self-cal, rms=0.090791Jy sigma=0.000753 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 = -3.93472e-05 Jy ! Component: 100 - total flux cleaned = -3.04351e-05 Jy ! Component: 150 - total flux cleaned = -2.29507e-05 Jy ! Component: 200 - total flux cleaned = -2.32437e-05 Jy ! Total flux subtracted in 200 components = -2.32437e-05 Jy ! Clean residual min=-0.001454 max=0.001650 Jy/beam ! Clean residual mean=-0.000000 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.0766634 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 60 components and 0.0766634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090793Jy sigma=0.000753 ! Fit after self-cal, rms=0.090792Jy sigma=0.000753 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=2.924 mas, bmaj=7.773 mas, bpa=-7.559 degrees ! Estimated noise=584.738 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.924 x 7.773 at -7.559 degrees (North through East) ! Clean map min=-0.0016912 max=0.067035 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.246 mas, bmaj=6.389 mas, bpa=-6.158 degrees ! Estimated noise=934.595 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0488209 Jy ! Component: 100 - total flux cleaned = 0.0616129 Jy ! Component: 150 - total flux cleaned = 0.067936 Jy ! Component: 200 - total flux cleaned = 0.0718033 Jy ! Total flux subtracted in 200 components = 0.0718033 Jy ! Clean residual min=-0.003079 max=0.003087 Jy/beam ! Clean residual mean=0.000001 rms=0.000761 Jy/beam ! Combined flux in latest and established models = 0.0718032 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0718032 Jy ! Inverting map and beam ! Estimated beam: bmin=2.924 mas, bmaj=7.773 mas, bpa=-7.559 degrees ! Estimated noise=584.738 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.00292158 Jy ! Component: 100 - total flux cleaned = 0.00414976 Jy ! Component: 150 - total flux cleaned = 0.00470475 Jy ! Component: 200 - total flux cleaned = 0.00489692 Jy ! Total flux subtracted in 200 components = 0.00489692 Jy ! Clean residual min=-0.001804 max=0.001702 Jy/beam ! Clean residual mean=0.000000 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.0767002 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 34 components and 0.0767002 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.088 mas, bmaj=21.42 mas, bpa=-2.048 degrees ! Estimated noise=775.231 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.14767e-05 Jy ! Component: 100 - total flux cleaned = -7.03668e-05 Jy ! Component: 150 - total flux cleaned = -6.98295e-05 Jy ! Component: 200 - total flux cleaned = -5.37612e-05 Jy ! Total flux subtracted in 200 components = -5.37612e-05 Jy ! Clean residual min=-0.001461 max=0.001645 Jy/beam ! Clean residual mean=-0.000000 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.0766464 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 = 6.9335e-06 Jy ! Component: 100 - total flux cleaned = 3.77724e-07 Jy ! Component: 150 - total flux cleaned = 5.917e-07 Jy ! Component: 200 - total flux cleaned = -5.69452e-06 Jy ! Total flux subtracted in 200 components = -5.69452e-06 Jy ! Clean residual min=-0.001455 max=0.001647 Jy/beam ! Clean residual mean=-0.000000 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.0766407 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 42 components and 0.0766407 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.924 mas, bmaj=7.773 mas, bpa=-7.559 degrees ! Estimated noise=584.738 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.24816e-05 Jy ! Component: 100 - total flux cleaned = 5.55561e-05 Jy ! Component: 150 - total flux cleaned = 2.48759e-05 Jy ! Component: 200 - total flux cleaned = 1.63372e-05 Jy ! Total flux subtracted in 200 components = 1.63372e-05 Jy ! Clean residual min=-0.001800 max=0.001647 Jy/beam ! Clean residual mean=0.000000 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0766571 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 57 components and 0.076657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090793Jy sigma=0.000753 ! Fit after self-cal, rms=0.090792Jy sigma=0.000753 wmodel J1305-3132_S_2015_03_17_pus_map.mod ! Writing 57 model components to file: J1305-3132_S_2015_03_17_pus_map.mod wobs J1305-3132_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1305-3132_S_2015_03_17_pus_uvs.fits wwins J1305-3132_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J1305-3132_S_2015_03_17_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.000389894 Jy ! Component: 100 - total flux cleaned = -0.000503699 Jy ! Component: 150 - total flux cleaned = -0.000396888 Jy ! Component: 200 - total flux cleaned = -0.000191847 Jy ! Component: 250 - total flux cleaned = 3.04743e-05 Jy ! Component: 300 - total flux cleaned = 0.000198319 Jy ! Component: 350 - total flux cleaned = 0.000361372 Jy ! Component: 400 - total flux cleaned = 0.000474739 Jy ! Component: 450 - total flux cleaned = 0.000563734 Jy ! Component: 500 - total flux cleaned = 0.000607371 Jy ! Component: 550 - total flux cleaned = 0.000649971 Jy ! Component: 600 - total flux cleaned = 0.000753105 Jy ! Component: 650 - total flux cleaned = 0.000773169 Jy ! Component: 700 - total flux cleaned = 0.000852556 Jy ! Component: 750 - total flux cleaned = 0.000872141 Jy ! Component: 800 - total flux cleaned = 0.000986244 Jy ! Component: 850 - total flux cleaned = 0.000948577 Jy ! Component: 900 - total flux cleaned = 0.00100409 Jy ! Component: 950 - total flux cleaned = 0.00107662 Jy ! Component: 1000 - total flux cleaned = 0.00112999 Jy ! Component: 1050 - total flux cleaned = 0.0011652 Jy ! Component: 1100 - total flux cleaned = 0.00126851 Jy ! Component: 1150 - total flux cleaned = 0.00128528 Jy ! Component: 1200 - total flux cleaned = 0.0013356 Jy ! Component: 1250 - total flux cleaned = 0.00138519 Jy ! Component: 1300 - total flux cleaned = 0.0014179 Jy ! Component: 1350 - total flux cleaned = 0.00145007 Jy ! Component: 1400 - total flux cleaned = 0.00141847 Jy ! Component: 1450 - total flux cleaned = 0.00149726 Jy ! Component: 1500 - total flux cleaned = 0.00149715 Jy ! Component: 1550 - total flux cleaned = 0.00151253 Jy ! Component: 1600 - total flux cleaned = 0.0014974 Jy ! Component: 1650 - total flux cleaned = 0.00145265 Jy ! Component: 1700 - total flux cleaned = 0.00155653 Jy ! Component: 1750 - total flux cleaned = 0.00154152 Jy ! Component: 1800 - total flux cleaned = 0.00158503 Jy ! Component: 1850 - total flux cleaned = 0.00162807 Jy ! Component: 1900 - total flux cleaned = 0.00171359 Jy ! Component: 1950 - total flux cleaned = 0.00175574 Jy ! Component: 2000 - total flux cleaned = 0.00185354 Jy ! Component: 2050 - total flux cleaned = 0.00192269 Jy ! Component: 2100 - total flux cleaned = 0.00197742 Jy ! Component: 2150 - total flux cleaned = 0.00201816 Jy ! Component: 2200 - total flux cleaned = 0.00204505 Jy ! Component: 2250 - total flux cleaned = 0.00212517 Jy ! Component: 2300 - total flux cleaned = 0.0021779 Jy ! Component: 2350 - total flux cleaned = 0.00220407 Jy ! Component: 2400 - total flux cleaned = 0.00224303 Jy ! Component: 2450 - total flux cleaned = 0.00230762 Jy ! Component: 2500 - total flux cleaned = 0.00240976 Jy ! Component: 2550 - total flux cleaned = 0.00248547 Jy ! Component: 2600 - total flux cleaned = 0.00249805 Jy ! Component: 2650 - total flux cleaned = 0.00253545 Jy ! Component: 2700 - total flux cleaned = 0.00264643 Jy ! Component: 2750 - total flux cleaned = 0.00265863 Jy ! Component: 2800 - total flux cleaned = 0.00273155 Jy ! Component: 2850 - total flux cleaned = 0.00277969 Jy ! Component: 2900 - total flux cleaned = 0.00281562 Jy ! Component: 2950 - total flux cleaned = 0.00291036 Jy ! Component: 3000 - total flux cleaned = 0.00295729 Jy ! Component: 3050 - total flux cleaned = 0.00300386 Jy ! Component: 3100 - total flux cleaned = 0.00302695 Jy ! Component: 3150 - total flux cleaned = 0.00309579 Jy ! Component: 3200 - total flux cleaned = 0.00310718 Jy ! Component: 3250 - total flux cleaned = 0.0031297 Jy ! Component: 3300 - total flux cleaned = 0.00317469 Jy ! Component: 3350 - total flux cleaned = 0.00319711 Jy ! Component: 3400 - total flux cleaned = 0.00325245 Jy ! Component: 3450 - total flux cleaned = 0.00331827 Jy ! Component: 3500 - total flux cleaned = 0.00336187 Jy ! Component: 3550 - total flux cleaned = 0.00337275 Jy ! Component: 3600 - total flux cleaned = 0.00344795 Jy ! Component: 3650 - total flux cleaned = 0.00346931 Jy ! Component: 3700 - total flux cleaned = 0.00353287 Jy ! Component: 3750 - total flux cleaned = 0.00357482 Jy ! Component: 3800 - total flux cleaned = 0.00355401 Jy ! Component: 3850 - total flux cleaned = 0.00361632 Jy ! Component: 3900 - total flux cleaned = 0.00363691 Jy ! Component: 3950 - total flux cleaned = 0.00363687 Jy ! Component: 4000 - total flux cleaned = 0.00364703 Jy ! Component: 4050 - total flux cleaned = 0.00367731 Jy ! Total flux subtracted in 4096 components = 0.00368722 Jy ! Clean residual min=-0.000573 max=0.000644 Jy/beam ! Clean residual mean=-0.000001 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 0.0803443 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 345 components and 0.0803443 Jy ![Exited script file: muppet] wmap "J1305-3132_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.924 x 7.773 at -7.559 degrees (North through East) ! Clean map min=-0.001167 max=0.066842 Jy/beam ! Writing clean map to FITS file: J1305-3132_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0668419 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000186571 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.837369 0.837369 1.67474 3.34947 6.69895 13.3979 26.7958 53.5916 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.066 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.924 x 7.773 at -7.559 degrees (North through East) ! Clean map min=-0.001167 max=0.066842 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 J1305-3132_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:59:14 2016