! Started logfile: J2110-0126_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:34:42 2017 obs J2110-0126_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J2110-0126_S_2015_01_23_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.767989 visibilities/baseline/integration-bin. ! Found source: J2110-0126 ! ! 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 11612 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 J2110-0126_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 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.942146Jy sigma=0.010001 ! Fit after self-cal, rms=0.916926Jy sigma=0.009759 ! 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.709 mas, bmaj=6.555 mas, bpa=-5.081 degrees ! Estimated noise=836.949 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.065468 Jy ! Component: 100 - total flux cleaned = 0.0845162 Jy ! Total flux subtracted in 100 components = 0.0845162 Jy ! Clean residual min=-0.004890 max=0.008481 Jy/beam ! Clean residual mean=0.000012 rms=0.001359 Jy/beam ! Combined flux in latest and established models = 0.0845162 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0845162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081492Jy sigma=0.000816 ! Fit after self-cal, rms=0.081461Jy sigma=0.000816 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00976026 Jy ! Component: 100 - total flux cleaned = 0.0149564 Jy ! Total flux subtracted in 100 components = 0.0149564 Jy ! Clean residual min=-0.003902 max=0.004340 Jy/beam ! Clean residual mean=0.000007 rms=0.001040 Jy/beam ! Combined flux in latest and established models = 0.0994726 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 21 components and 0.0994726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080357Jy sigma=0.000803 ! Fit after self-cal, rms=0.080354Jy sigma=0.000803 ! 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.176 mas, bmaj=7.253 mas, bpa=-2.824 degrees ! Estimated noise=623.759 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.0031979 Jy ! Component: 100 - total flux cleaned = 0.00460771 Jy ! Component: 150 - total flux cleaned = 0.00480485 Jy ! Component: 200 - total flux cleaned = 0.00488593 Jy ! Total flux subtracted in 200 components = 0.00488593 Jy ! Clean residual min=-0.003717 max=0.005109 Jy/beam ! Clean residual mean=0.000004 rms=0.001179 Jy/beam ! Combined flux in latest and established models = 0.104359 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 29 components and 0.104359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080238Jy sigma=0.000801 ! Fit after self-cal, rms=0.080242Jy sigma=0.000801 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.00* HN 0.96 KP 1.04 ! LA 1.34 MK 1.02 NL 0.99 OV 0.96 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* HN 1.08 KP 0.99 ! LA 1.23 MK 1.02 NL 1.03 OV 1.00 ! PT 0.95 SC 1.03 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.00* HN 1.01 KP 0.86 ! LA 1.05 MK 1.01 NL 1.12 OV 0.92 ! PT 0.96 SC 1.10 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00* HN 0.99 KP 0.77 ! LA 1.03 MK 1.03 NL 1.00 OV 0.98 ! PT 0.99 SC 0.99 ! ! ! Fit before self-cal, rms=0.080242Jy sigma=0.000801 ! Fit after self-cal, rms=0.081633Jy sigma=0.000793 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.202 mas, bmaj=7.293 mas, bpa=-2.816 degrees ! Estimated noise=627.382 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.000200496 Jy ! Component: 100 - total flux cleaned = -0.000203838 Jy ! Component: 150 - total flux cleaned = -0.000185405 Jy ! Component: 200 - total flux cleaned = -0.000168706 Jy ! Total flux subtracted in 200 components = -0.000168706 Jy ! Clean residual min=-0.003487 max=0.003666 Jy/beam ! Clean residual mean=0.000005 rms=0.001000 Jy/beam ! Combined flux in latest and established models = 0.10419 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 39 components and 0.10419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081620Jy sigma=0.000792 ! Fit after self-cal, rms=0.081730Jy sigma=0.000792 ! 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.081730Jy sigma=0.000792 ! Fit after self-cal, rms=0.088200Jy sigma=0.000782 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.198 mas, bmaj=7.306 mas, bpa=-2.929 degrees ! Estimated noise=628.052 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.9587e-05 Jy ! Component: 100 - total flux cleaned = -4.76728e-05 Jy ! Component: 150 - total flux cleaned = -4.77237e-05 Jy ! Component: 200 - total flux cleaned = -6.20059e-05 Jy ! Total flux subtracted in 200 components = -6.20059e-05 Jy ! Clean residual min=-0.001664 max=0.001819 Jy/beam ! Clean residual mean=0.000001 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.104128 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 47 components and 0.104128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088194Jy sigma=0.000782 ! Fit after self-cal, rms=0.088384Jy sigma=0.000781 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.2451e-06 Jy ! Component: 100 - total flux cleaned = -5.58822e-05 Jy ! Component: 150 - total flux cleaned = -5.53065e-05 Jy ! Component: 200 - total flux cleaned = -4.41921e-05 Jy ! Total flux subtracted in 200 components = -4.41921e-05 Jy ! Clean residual min=-0.001692 max=0.001896 Jy/beam ! Clean residual mean=0.000001 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.104084 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 51 components and 0.104084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088381Jy sigma=0.000781 ! Fit after self-cal, rms=0.088382Jy sigma=0.000781 ! 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.088382Jy sigma=0.000781 ! Fit after self-cal, rms=0.089198Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.197 mas, bmaj=7.31 mas, bpa=-2.956 degrees ! Estimated noise=628.332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.8465e-05 Jy ! Component: 100 - total flux cleaned = 3.76614e-05 Jy ! Component: 150 - total flux cleaned = 3.75284e-05 Jy ! Component: 200 - total flux cleaned = 4.69447e-05 Jy ! Total flux subtracted in 200 components = 4.69447e-05 Jy ! Clean residual min=-0.001667 max=0.001849 Jy/beam ! Clean residual mean=0.000001 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.104131 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 53 components and 0.104131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089196Jy sigma=0.000781 ! Fit after self-cal, rms=0.089206Jy sigma=0.000781 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.84832e-05 Jy ! Component: 100 - total flux cleaned = 9.90125e-06 Jy ! Component: 150 - total flux cleaned = 9.89989e-06 Jy ! Component: 200 - total flux cleaned = 1.77164e-05 Jy ! Total flux subtracted in 200 components = 1.77164e-05 Jy ! Clean residual min=-0.001667 max=0.001862 Jy/beam ! Clean residual mean=0.000001 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.104148 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 57 components and 0.104148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089205Jy sigma=0.000781 ! Fit after self-cal, rms=0.089204Jy sigma=0.000781 ! 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.089204Jy sigma=0.000781 ! Fit after self-cal, rms=0.089276Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.042 mas, bmaj=11.85 mas, bpa=-4.908 degrees ! Estimated noise=797.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.37395e-05 Jy ! Component: 100 - total flux cleaned = 7.84583e-05 Jy ! Component: 150 - total flux cleaned = 9.33901e-05 Jy ! Component: 200 - total flux cleaned = 0.000107315 Jy ! Total flux subtracted in 200 components = 0.000107315 Jy ! Clean residual min=-0.001792 max=0.001907 Jy/beam ! Clean residual mean=0.000002 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.104256 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 62 components and 0.104256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089276Jy sigma=0.000781 ! Fit after self-cal, rms=0.089277Jy sigma=0.000781 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.39765e-05 Jy ! Component: 100 - total flux cleaned = 4.07493e-05 Jy ! Component: 150 - total flux cleaned = 5.30437e-05 Jy ! Component: 200 - total flux cleaned = 6.39804e-05 Jy ! Total flux subtracted in 200 components = 6.39804e-05 Jy ! Clean residual min=-0.001796 max=0.001906 Jy/beam ! Clean residual mean=0.000002 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.10432 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 66 components and 0.10432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089277Jy sigma=0.000781 ! Fit after self-cal, rms=0.089278Jy sigma=0.000781 ! 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.195 mas, bmaj=7.31 mas, bpa=-2.983 degrees ! Estimated noise=628.487 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.195 x 7.31 at -2.983 degrees (North through East) ! Clean map min=-0.0016151 max=0.085898 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.728 mas, bmaj=6.617 mas, bpa=-5.17 degrees ! Estimated noise=840.212 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0652619 Jy ! Component: 100 - total flux cleaned = 0.0847951 Jy ! Component: 150 - total flux cleaned = 0.0943797 Jy ! Component: 200 - total flux cleaned = 0.0993614 Jy ! Total flux subtracted in 200 components = 0.0993614 Jy ! Clean residual min=-0.002699 max=0.002873 Jy/beam ! Clean residual mean=0.000002 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.0993614 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0993614 Jy ! Inverting map and beam ! Estimated beam: bmin=3.195 mas, bmaj=7.31 mas, bpa=-2.983 degrees ! Estimated noise=628.487 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.00300132 Jy ! Component: 100 - total flux cleaned = 0.00414797 Jy ! Component: 150 - total flux cleaned = 0.00433505 Jy ! Component: 200 - total flux cleaned = 0.00443094 Jy ! Total flux subtracted in 200 components = 0.00443094 Jy ! Clean residual min=-0.001770 max=0.001936 Jy/beam ! Clean residual mean=0.000001 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.103792 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 31 components and 0.103792 Jy ! Inverting map ! Added new window around map position (-50, -29.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000672162 Jy ! Component: 100 - total flux cleaned = 0.000496389 Jy ! Component: 150 - total flux cleaned = 0.000460196 Jy ! Component: 200 - total flux cleaned = 0.0005784 Jy ! Total flux subtracted in 200 components = 0.0005784 Jy ! Clean residual min=-0.001669 max=0.001728 Jy/beam ! Clean residual mean=0.000001 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.104371 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 47 components and 0.104371 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.042 mas, bmaj=11.85 mas, bpa=-4.908 degrees ! Estimated noise=797.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.91659e-05 Jy ! Component: 100 - total flux cleaned = 1.66771e-05 Jy ! Component: 150 - total flux cleaned = 2.53381e-06 Jy ! Component: 200 - total flux cleaned = -9.56729e-06 Jy ! Total flux subtracted in 200 components = -9.56729e-06 Jy ! Clean residual min=-0.001722 max=0.001621 Jy/beam ! Clean residual mean=0.000000 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.104361 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.12329e-05 Jy ! Component: 100 - total flux cleaned = 2.10652e-05 Jy ! Component: 150 - total flux cleaned = 1.20021e-05 Jy ! Component: 200 - total flux cleaned = 1.21471e-05 Jy ! Total flux subtracted in 200 components = 1.21471e-05 Jy ! Clean residual min=-0.001684 max=0.001599 Jy/beam ! Clean residual mean=0.000000 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.104373 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 66 components and 0.104373 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.195 mas, bmaj=7.31 mas, bpa=-2.983 degrees ! Estimated noise=628.487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.19642e-05 Jy ! Component: 100 - total flux cleaned = 9.83364e-05 Jy ! Component: 150 - total flux cleaned = 9.78884e-05 Jy ! Component: 200 - total flux cleaned = 9.79084e-05 Jy ! Total flux subtracted in 200 components = 9.79084e-05 Jy ! Clean residual min=-0.001649 max=0.001657 Jy/beam ! Clean residual mean=0.000000 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.104471 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 80 components and 0.104471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089235Jy sigma=0.000781 ! Fit after self-cal, rms=0.089220Jy sigma=0.000781 wmodel J2110-0126_S_2015_01_23_pus_map.mod ! Writing 80 model components to file: J2110-0126_S_2015_01_23_pus_map.mod wobs J2110-0126_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J2110-0126_S_2015_01_23_pus_uvs.fits wwins J2110-0126_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J2110-0126_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 = 6.30984e-05 Jy ! Component: 100 - total flux cleaned = 3.40401e-05 Jy ! Component: 150 - total flux cleaned = 6.093e-05 Jy ! Component: 200 - total flux cleaned = 6.12539e-05 Jy ! Component: 250 - total flux cleaned = 8.65114e-05 Jy ! Component: 300 - total flux cleaned = 1.32986e-05 Jy ! Component: 350 - total flux cleaned = -0.000105715 Jy ! Component: 400 - total flux cleaned = -0.000152012 Jy ! Component: 450 - total flux cleaned = -0.000242927 Jy ! Component: 500 - total flux cleaned = -0.000353942 Jy ! Component: 550 - total flux cleaned = -0.000506381 Jy ! Component: 600 - total flux cleaned = -0.000570905 Jy ! Component: 650 - total flux cleaned = -0.000676615 Jy ! Component: 700 - total flux cleaned = -0.000739084 Jy ! Component: 750 - total flux cleaned = -0.000779994 Jy ! Component: 800 - total flux cleaned = -0.000820493 Jy ! Component: 850 - total flux cleaned = -0.000860205 Jy ! Component: 900 - total flux cleaned = -0.000879386 Jy ! Component: 950 - total flux cleaned = -0.000898955 Jy ! Component: 1000 - total flux cleaned = -0.000975045 Jy ! Component: 1050 - total flux cleaned = -0.00101218 Jy ! Component: 1100 - total flux cleaned = -0.00103039 Jy ! Component: 1150 - total flux cleaned = -0.00104876 Jy ! Component: 1200 - total flux cleaned = -0.00108515 Jy ! Component: 1250 - total flux cleaned = -0.00115659 Jy ! Component: 1300 - total flux cleaned = -0.0011741 Jy ! Component: 1350 - total flux cleaned = -0.00122661 Jy ! Component: 1400 - total flux cleaned = -0.00127838 Jy ! Component: 1450 - total flux cleaned = -0.00133018 Jy ! Component: 1500 - total flux cleaned = -0.0013813 Jy ! Component: 1550 - total flux cleaned = -0.00149895 Jy ! Component: 1600 - total flux cleaned = -0.00148264 Jy ! Component: 1650 - total flux cleaned = -0.00159802 Jy ! Component: 1700 - total flux cleaned = -0.00166319 Jy ! Component: 1750 - total flux cleaned = -0.00167922 Jy ! Component: 1800 - total flux cleaned = -0.00171135 Jy ! Component: 1850 - total flux cleaned = -0.00175908 Jy ! Component: 1900 - total flux cleaned = -0.00183759 Jy ! Component: 1950 - total flux cleaned = -0.00185308 Jy ! Component: 2000 - total flux cleaned = -0.00193045 Jy ! Component: 2050 - total flux cleaned = -0.00196094 Jy ! Component: 2100 - total flux cleaned = -0.00206729 Jy ! Component: 2150 - total flux cleaned = -0.00211244 Jy ! Component: 2200 - total flux cleaned = -0.00218686 Jy ! Component: 2250 - total flux cleaned = -0.00218674 Jy ! Component: 2300 - total flux cleaned = -0.00227479 Jy ! Component: 2350 - total flux cleaned = -0.00233281 Jy ! Component: 2400 - total flux cleaned = -0.00237613 Jy ! Component: 2450 - total flux cleaned = -0.00237613 Jy ! Component: 2500 - total flux cleaned = -0.00241884 Jy ! Component: 2550 - total flux cleaned = -0.00251746 Jy ! Component: 2600 - total flux cleaned = -0.0025595 Jy ! Component: 2650 - total flux cleaned = -0.00265687 Jy ! Component: 2700 - total flux cleaned = -0.00267058 Jy ! Component: 2750 - total flux cleaned = -0.00273912 Jy ! Component: 2800 - total flux cleaned = -0.0027799 Jy ! Component: 2850 - total flux cleaned = -0.00283385 Jy ! Component: 2900 - total flux cleaned = -0.00290058 Jy ! Component: 2950 - total flux cleaned = -0.00287393 Jy ! Component: 3000 - total flux cleaned = -0.00292661 Jy ! Component: 3050 - total flux cleaned = -0.00299196 Jy ! Component: 3100 - total flux cleaned = -0.00300523 Jy ! Component: 3150 - total flux cleaned = -0.00305662 Jy ! Component: 3200 - total flux cleaned = -0.00306942 Jy ! Component: 3250 - total flux cleaned = -0.00309483 Jy ! Component: 3300 - total flux cleaned = -0.00318312 Jy ! Component: 3350 - total flux cleaned = -0.0032208 Jy ! Component: 3400 - total flux cleaned = -0.00329532 Jy ! Component: 3450 - total flux cleaned = -0.0032952 Jy ! Component: 3500 - total flux cleaned = -0.00333206 Jy ! Component: 3550 - total flux cleaned = -0.00331986 Jy ! Component: 3600 - total flux cleaned = -0.00340468 Jy ! Component: 3650 - total flux cleaned = -0.00340471 Jy ! Component: 3700 - total flux cleaned = -0.00342865 Jy ! Component: 3750 - total flux cleaned = -0.0034523 Jy ! Component: 3800 - total flux cleaned = -0.00352317 Jy ! Component: 3850 - total flux cleaned = -0.00355835 Jy ! Component: 3900 - total flux cleaned = -0.00356997 Jy ! Component: 3950 - total flux cleaned = -0.0036047 Jy ! Component: 4000 - total flux cleaned = -0.00362767 Jy ! Component: 4050 - total flux cleaned = -0.00366208 Jy ! Total flux subtracted in 4096 components = -0.00369626 Jy ! Clean residual min=-0.000604 max=0.000692 Jy/beam ! Clean residual mean=0.000000 rms=0.000206 Jy/beam ! Combined flux in latest and established models = 0.100775 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 358 components and 0.100775 Jy ![Exited script file: muppet] wmap "J2110-0126_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.195 x 7.31 at -2.983 degrees (North through East) ! Clean map min=-0.0013079 max=0.0864 Jy/beam ! Writing clean map to FITS file: J2110-0126_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.0863997 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000202302 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.702441 0.702441 1.40488 2.80976 5.61953 11.2391 22.4781 44.9562 89.9124 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.086 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.195 x 7.31 at -2.983 degrees (North through East) ! Clean map min=-0.0013079 max=0.0864 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 J2110-0126_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:34:47 2017