! Started logfile: J1418-3509_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:27:31 2017 obs J1418-3509_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1418-3509_S_2015_01_23_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.975615 visibilities/baseline/integration-bin. ! Found source: J1418-3509 ! ! 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 338 lines of history. ! ! Reading 19844 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 J1418-3509_S_2015_01_23_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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.861295Jy sigma=0.005832 ! Fit after self-cal, rms=0.711831Jy sigma=0.004461 ! 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.27 mas, bmaj=6.273 mas, bpa=-7.33 degrees ! Estimated noise=1155.58 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.271242 Jy ! Component: 100 - total flux cleaned = 0.380796 Jy ! Total flux subtracted in 100 components = 0.380796 Jy ! Clean residual min=-0.028917 max=0.054671 Jy/beam ! Clean residual mean=-0.000424 rms=0.008119 Jy/beam ! Combined flux in latest and established models = 0.380796 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.380796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.351663Jy sigma=0.001368 ! Fit after self-cal, rms=0.351542Jy sigma=0.001368 ! Inverting map ! Added new window around map position (-3.5, 6). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0628018 Jy ! Component: 100 - total flux cleaned = 0.102191 Jy ! Total flux subtracted in 100 components = 0.102191 Jy ! Clean residual min=-0.021652 max=0.041497 Jy/beam ! Clean residual mean=-0.000309 rms=0.005755 Jy/beam ! Combined flux in latest and established models = 0.482987 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 20 components and 0.482987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.339237Jy sigma=0.001113 ! Fit after self-cal, rms=0.338946Jy sigma=0.001108 ! 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.872 mas, bmaj=7.538 mas, bpa=-5.242 degrees ! Estimated noise=777.561 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.0399945 Jy ! Component: 100 - total flux cleaned = 0.0627179 Jy ! Component: 150 - total flux cleaned = 0.0764407 Jy ! Component: 200 - total flux cleaned = 0.084915 Jy ! Total flux subtracted in 200 components = 0.084915 Jy ! Clean residual min=-0.019972 max=0.026765 Jy/beam ! Clean residual mean=-0.000283 rms=0.005736 Jy/beam ! Combined flux in latest and established models = 0.567902 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 44 components and 0.567902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.335907Jy sigma=0.001014 ! Fit after self-cal, rms=0.335598Jy sigma=0.001008 ! 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 1.46 HN 1.45 KP 1.06 ! LA 0.95 MK 0.99 NL 1.13 OV 0.93 ! PT 0.99 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.57 HN 1.65 KP 0.99 ! LA 0.93 MK 0.99 NL 1.23 OV 0.97 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.89 HN 1.19 KP 0.85 ! LA 0.75 MK 1.03 NL 1.14 OV 0.90 ! PT 0.95 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 1.28 HN 1.14 KP 0.79 ! LA 0.80 MK 1.02 NL 1.01 OV 0.94 ! PT 1.00 SC 0.95 ! ! ! Fit before self-cal, rms=0.335598Jy sigma=0.001008 ! Fit after self-cal, rms=0.435850Jy sigma=0.000842 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.883 mas, bmaj=7.466 mas, bpa=-4.578 degrees ! Estimated noise=788.235 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.00635508 Jy ! Component: 100 - total flux cleaned = -0.00783618 Jy ! Component: 150 - total flux cleaned = -0.00865604 Jy ! Component: 200 - total flux cleaned = -0.00919377 Jy ! Total flux subtracted in 200 components = -0.00919377 Jy ! Clean residual min=-0.012037 max=0.011524 Jy/beam ! Clean residual mean=0.000022 rms=0.002856 Jy/beam ! Combined flux in latest and established models = 0.558708 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 55 components and 0.558708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.435529Jy sigma=0.000835 ! Fit after self-cal, rms=0.436276Jy sigma=0.000835 ! 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.436276Jy sigma=0.000835 ! Fit after self-cal, rms=0.436879Jy sigma=0.000834 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.885 mas, bmaj=7.461 mas, bpa=-4.375 degrees ! Estimated noise=786.258 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00484224 Jy ! Component: 100 - total flux cleaned = -0.00547717 Jy ! Component: 150 - total flux cleaned = -0.00603486 Jy ! Component: 200 - total flux cleaned = -0.00653685 Jy ! Total flux subtracted in 200 components = -0.00653685 Jy ! Clean residual min=-0.011042 max=0.011171 Jy/beam ! Clean residual mean=0.000028 rms=0.002755 Jy/beam ! Combined flux in latest and established models = 0.552171 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 66 components and 0.552171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.436783Jy sigma=0.000831 ! Fit after self-cal, rms=0.436769Jy sigma=0.000831 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.00146151 Jy ! Component: 100 - total flux cleaned = -0.00170238 Jy ! Component: 150 - total flux cleaned = -0.00180787 Jy ! Component: 200 - total flux cleaned = -0.00199646 Jy ! Total flux subtracted in 200 components = -0.00199646 Jy ! Clean residual min=-0.010592 max=0.011176 Jy/beam ! Clean residual mean=0.000023 rms=0.002711 Jy/beam ! Combined flux in latest and established models = 0.550175 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 73 components and 0.550175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.436719Jy sigma=0.000829 ! Fit after self-cal, rms=0.436699Jy sigma=0.000829 ! 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.436699Jy sigma=0.000829 ! Fit after self-cal, rms=0.506800Jy sigma=0.000791 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.885 mas, bmaj=7.427 mas, bpa=-4.367 degrees ! Estimated noise=788.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00130742 Jy ! Component: 100 - total flux cleaned = -0.00143693 Jy ! Component: 150 - total flux cleaned = -0.00155317 Jy ! Component: 200 - total flux cleaned = -0.00165567 Jy ! Total flux subtracted in 200 components = -0.00165567 Jy ! Clean residual min=-0.004969 max=0.005577 Jy/beam ! Clean residual mean=-0.000041 rms=0.001060 Jy/beam ! Combined flux in latest and established models = 0.548519 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 77 components and 0.548519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.506739Jy sigma=0.000789 ! Fit after self-cal, rms=0.507417Jy sigma=0.000789 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 (-9.5, 19.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00229106 Jy ! Component: 100 - total flux cleaned = 0.00188017 Jy ! Component: 150 - total flux cleaned = 0.00188364 Jy ! Component: 200 - total flux cleaned = 0.00210225 Jy ! Total flux subtracted in 200 components = 0.00210225 Jy ! Clean residual min=-0.004682 max=0.003598 Jy/beam ! Clean residual mean=-0.000033 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.550621 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 99 components and 0.550621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.507360Jy sigma=0.000786 ! Fit after self-cal, rms=0.507264Jy sigma=0.000786 ! 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.507264Jy sigma=0.000786 ! Fit after self-cal, rms=0.515577Jy sigma=0.000786 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.982 mas, bmaj=22.07 mas, bpa=-1.225 degrees ! Estimated noise=1060.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000962494 Jy ! Component: 100 - total flux cleaned = -0.000616955 Jy ! Component: 150 - total flux cleaned = -0.000377878 Jy ! Component: 200 - total flux cleaned = -0.000218933 Jy ! Total flux subtracted in 200 components = -0.000218933 Jy ! Clean residual min=-0.004852 max=0.004211 Jy/beam ! Clean residual mean=-0.000060 rms=0.001172 Jy/beam ! Combined flux in latest and established models = 0.550402 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 110 components and 0.550402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.515582Jy sigma=0.000786 ! Fit after self-cal, rms=0.515543Jy sigma=0.000786 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.000168422 Jy ! Component: 100 - total flux cleaned = 6.03824e-05 Jy ! Component: 150 - total flux cleaned = 9.80885e-05 Jy ! Component: 200 - total flux cleaned = 0.000133548 Jy ! Total flux subtracted in 200 components = 0.000133548 Jy ! Clean residual min=-0.004544 max=0.004087 Jy/beam ! Clean residual mean=-0.000059 rms=0.001146 Jy/beam ! Combined flux in latest and established models = 0.550536 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 114 components and 0.550536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.515551Jy sigma=0.000786 ! Fit after self-cal, rms=0.515515Jy sigma=0.000786 ! 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.879 mas, bmaj=7.405 mas, bpa=-4.447 degrees ! Estimated noise=786.339 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.879 x 7.405 at -4.447 degrees (North through East) ! Clean map min=-0.009505 max=0.36529 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.274 mas, bmaj=6.157 mas, bpa=-6.375 degrees ! Estimated noise=1166.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.27331 Jy ! Component: 100 - total flux cleaned = 0.385132 Jy ! Component: 150 - total flux cleaned = 0.446545 Jy ! Component: 200 - total flux cleaned = 0.482188 Jy ! Total flux subtracted in 200 components = 0.482188 Jy ! Clean residual min=-0.009847 max=0.018118 Jy/beam ! Clean residual mean=-0.000119 rms=0.002572 Jy/beam ! Combined flux in latest and established models = 0.482188 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.482188 Jy ! Inverting map and beam ! Estimated beam: bmin=2.879 mas, bmaj=7.405 mas, bpa=-4.447 degrees ! Estimated noise=786.339 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.028426 Jy ! Component: 100 - total flux cleaned = 0.0436482 Jy ! Component: 150 - total flux cleaned = 0.052407 Jy ! Component: 200 - total flux cleaned = 0.0579036 Jy ! Total flux subtracted in 200 components = 0.0579036 Jy ! Clean residual min=-0.004344 max=0.005506 Jy/beam ! Clean residual mean=-0.000049 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 0.540092 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 50 components and 0.540092 Jy ! Inverting map ! Added new window around map position (-5.5, -13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0051313 Jy ! Component: 100 - total flux cleaned = 0.0064829 Jy ! Component: 150 - total flux cleaned = 0.00710808 Jy ! Component: 200 - total flux cleaned = 0.00738476 Jy ! Total flux subtracted in 200 components = 0.00738476 Jy ! Clean residual min=-0.003517 max=0.003308 Jy/beam ! Clean residual mean=-0.000035 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.547477 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 76 components and 0.547477 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.982 mas, bmaj=22.07 mas, bpa=-1.225 degrees ! Estimated noise=1060.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000977694 Jy ! Component: 100 - total flux cleaned = 0.00103312 Jy ! Component: 150 - total flux cleaned = 0.00103294 Jy ! Component: 200 - total flux cleaned = 0.000985565 Jy ! Total flux subtracted in 200 components = 0.000985565 Jy ! Clean residual min=-0.003756 max=0.004072 Jy/beam ! Clean residual mean=-0.000071 rms=0.001143 Jy/beam ! Combined flux in latest and established models = 0.548462 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 = -8.16339e-07 Jy ! Component: 100 - total flux cleaned = -3.46199e-07 Jy ! Component: 150 - total flux cleaned = -4.34074e-05 Jy ! Component: 200 - total flux cleaned = -4.41657e-05 Jy ! Total flux subtracted in 200 components = -4.41657e-05 Jy ! Clean residual min=-0.003667 max=0.004042 Jy/beam ! Clean residual mean=-0.000072 rms=0.001135 Jy/beam ! Combined flux in latest and established models = 0.548418 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 97 components and 0.548418 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.879 mas, bmaj=7.405 mas, bpa=-4.447 degrees ! Estimated noise=786.339 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000292579 Jy ! Component: 100 - total flux cleaned = -0.00029586 Jy ! Component: 150 - total flux cleaned = -0.000294433 Jy ! Component: 200 - total flux cleaned = -0.000152432 Jy ! Total flux subtracted in 200 components = -0.000152432 Jy ! Clean residual min=-0.003225 max=0.003165 Jy/beam ! Clean residual mean=-0.000033 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.548266 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 116 components and 0.548266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.515453Jy sigma=0.000784 ! Fit after self-cal, rms=0.515581Jy sigma=0.000784 wmodel J1418-3509_S_2015_01_23_pus_map.mod ! Writing 116 model components to file: J1418-3509_S_2015_01_23_pus_map.mod wobs J1418-3509_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1418-3509_S_2015_01_23_pus_uvs.fits wwins J1418-3509_S_2015_01_23_pus_map.win ! wwins: Wrote 4 windows to J1418-3509_S_2015_01_23_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.00114925 Jy ! Component: 100 - total flux cleaned = -0.00146809 Jy ! Component: 150 - total flux cleaned = -0.00146871 Jy ! Component: 200 - total flux cleaned = -0.00142076 Jy ! Component: 250 - total flux cleaned = -0.00146852 Jy ! Component: 300 - total flux cleaned = -0.00151414 Jy ! Component: 350 - total flux cleaned = -0.0015581 Jy ! Component: 400 - total flux cleaned = -0.00160118 Jy ! Component: 450 - total flux cleaned = -0.00156105 Jy ! Component: 500 - total flux cleaned = -0.00164313 Jy ! Component: 550 - total flux cleaned = -0.00156317 Jy ! Component: 600 - total flux cleaned = -0.00144625 Jy ! Component: 650 - total flux cleaned = -0.00129281 Jy ! Component: 700 - total flux cleaned = -0.00121756 Jy ! Component: 750 - total flux cleaned = -0.0011421 Jy ! Component: 800 - total flux cleaned = -0.000958529 Jy ! Component: 850 - total flux cleaned = -0.000958732 Jy ! Component: 900 - total flux cleaned = -0.000887334 Jy ! Component: 950 - total flux cleaned = -0.000852077 Jy ! Component: 1000 - total flux cleaned = -0.000782943 Jy ! Component: 1050 - total flux cleaned = -0.000816763 Jy ! Component: 1100 - total flux cleaned = -0.000749486 Jy ! Component: 1150 - total flux cleaned = -0.000716371 Jy ! Component: 1200 - total flux cleaned = -0.000618142 Jy ! Component: 1250 - total flux cleaned = -0.000650056 Jy ! Component: 1300 - total flux cleaned = -0.000618431 Jy ! Component: 1350 - total flux cleaned = -0.00071253 Jy ! Component: 1400 - total flux cleaned = -0.000619043 Jy ! Component: 1450 - total flux cleaned = -0.000588734 Jy ! Component: 1500 - total flux cleaned = -0.000558522 Jy ! Component: 1550 - total flux cleaned = -0.000588231 Jy ! Component: 1600 - total flux cleaned = -0.000587841 Jy ! Component: 1650 - total flux cleaned = -0.000616472 Jy ! Component: 1700 - total flux cleaned = -0.000558381 Jy ! Component: 1750 - total flux cleaned = -0.000529774 Jy ! Component: 1800 - total flux cleaned = -0.000529887 Jy ! Component: 1850 - total flux cleaned = -0.000557888 Jy ! Component: 1900 - total flux cleaned = -0.000502442 Jy ! Component: 1950 - total flux cleaned = -0.000475092 Jy ! Component: 2000 - total flux cleaned = -0.000502852 Jy ! Component: 2050 - total flux cleaned = -0.000556791 Jy ! Component: 2100 - total flux cleaned = -0.00052996 Jy ! Component: 2150 - total flux cleaned = -0.000503077 Jy ! Component: 2200 - total flux cleaned = -0.000503258 Jy ! Component: 2250 - total flux cleaned = -0.000555566 Jy ! Component: 2300 - total flux cleaned = -0.000477605 Jy ! Component: 2350 - total flux cleaned = -0.000400778 Jy ! Component: 2400 - total flux cleaned = -0.000349971 Jy ! Component: 2450 - total flux cleaned = -0.000324733 Jy ! Component: 2500 - total flux cleaned = -0.000249443 Jy ! Component: 2550 - total flux cleaned = -0.000124886 Jy ! Component: 2600 - total flux cleaned = -2.63908e-05 Jy ! Component: 2650 - total flux cleaned = 4.71987e-05 Jy ! Component: 2700 - total flux cleaned = 0.000144116 Jy ! Component: 2750 - total flux cleaned = 0.000240511 Jy ! Component: 2800 - total flux cleaned = 0.000264462 Jy ! Component: 2850 - total flux cleaned = 0.000312154 Jy ! Component: 2900 - total flux cleaned = 0.000383127 Jy ! Component: 2950 - total flux cleaned = 0.000500309 Jy ! Component: 3000 - total flux cleaned = 0.000570097 Jy ! Component: 3050 - total flux cleaned = 0.000569944 Jy ! Component: 3100 - total flux cleaned = 0.000592867 Jy ! Component: 3150 - total flux cleaned = 0.000615594 Jy ! Component: 3200 - total flux cleaned = 0.000615605 Jy ! Component: 3250 - total flux cleaned = 0.000570534 Jy ! Component: 3300 - total flux cleaned = 0.000570499 Jy ! Component: 3350 - total flux cleaned = 0.000637459 Jy ! Component: 3400 - total flux cleaned = 0.0006152 Jy ! Component: 3450 - total flux cleaned = 0.000615237 Jy ! Component: 3500 - total flux cleaned = 0.000659073 Jy ! Component: 3550 - total flux cleaned = 0.000615562 Jy ! Component: 3600 - total flux cleaned = 0.000615519 Jy ! Component: 3650 - total flux cleaned = 0.000701604 Jy ! Component: 3700 - total flux cleaned = 0.000722985 Jy ! Component: 3750 - total flux cleaned = 0.000786766 Jy ! Component: 3800 - total flux cleaned = 0.000850463 Jy ! Component: 3850 - total flux cleaned = 0.00085041 Jy ! Component: 3900 - total flux cleaned = 0.000871242 Jy ! Component: 3950 - total flux cleaned = 0.000892134 Jy ! Component: 4000 - total flux cleaned = 0.000912737 Jy ! Component: 4050 - total flux cleaned = 0.000912718 Jy ! Total flux subtracted in 4096 components = 0.000974397 Jy ! Clean residual min=-0.001108 max=0.001121 Jy/beam ! Clean residual mean=-0.000004 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.54924 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 415 components and 0.54924 Jy ![Exited script file: muppet] wmap "J1418-3509_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.879 x 7.405 at -4.447 degrees (North through East) ! Clean map min=-0.0028167 max=0.37773 Jy/beam ! Writing clean map to FITS file: J1418-3509_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.377734 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000378499 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.300607 0.300607 0.601214 1.20243 2.40486 4.80971 9.61943 19.2389 38.4777 76.9554 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.377 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.879 x 7.405 at -4.447 degrees (North through East) ! Clean map min=-0.0028167 max=0.37773 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 J1418-3509_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:27:36 2017