! Started logfile: J0237-2623_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:02:50 2017 obs J0237-2623_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0237-2623_S_2015_01_23_pus_uva.fits ! AN table 1: 124 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.979391 visibilities/baseline/integration-bin. ! Found source: J0237-2623 ! ! 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 21860 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 J0237-2623_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 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004661Jy sigma=0.008261 ! Fit after self-cal, rms=0.942365Jy sigma=0.007829 ! 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.441 mas, bmaj=6.598 mas, bpa=-7.837 degrees ! Estimated noise=933.083 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.0481684 Jy ! Component: 100 - total flux cleaned = 0.0595272 Jy ! Total flux subtracted in 100 components = 0.0595272 Jy ! Clean residual min=-0.003473 max=0.004249 Jy/beam ! Clean residual mean=-0.000001 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.0595272 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0595272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.160235Jy sigma=0.000784 ! Fit after self-cal, rms=0.159754Jy sigma=0.000779 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00503411 Jy ! Component: 100 - total flux cleaned = 0.00744066 Jy ! Total flux subtracted in 100 components = 0.00744066 Jy ! Clean residual min=-0.003316 max=0.003392 Jy/beam ! Clean residual mean=-0.000003 rms=0.000827 Jy/beam ! Combined flux in latest and established models = 0.0669678 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 15 components and 0.0669678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159293Jy sigma=0.000778 ! Fit after self-cal, rms=0.159283Jy sigma=0.000777 ! 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.953 mas, bmaj=7.579 mas, bpa=-7.103 degrees ! Estimated noise=612.931 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.00316239 Jy ! Component: 100 - total flux cleaned = 0.00476881 Jy ! Component: 150 - total flux cleaned = 0.00567873 Jy ! Component: 200 - total flux cleaned = 0.00619827 Jy ! Total flux subtracted in 200 components = 0.00619827 Jy ! Clean residual min=-0.003501 max=0.002830 Jy/beam ! Clean residual mean=-0.000003 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.0731661 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 29 components and 0.0731661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159053Jy sigma=0.000778 ! Fit after self-cal, rms=0.159041Jy sigma=0.000778 ! 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.08 FD 0.50 HN 0.99 KP 1.10 ! LA 1.06 MK 1.02 NL 1.09 OV 0.97 ! PT 1.09 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.59 HN 1.07 KP 1.02 ! LA 1.04 MK 0.98 NL 1.08 OV 1.07 ! PT 1.13 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.64 HN 1.05 KP 0.96 ! LA 0.82 MK 0.97 NL 1.16 OV 0.98 ! PT 1.06 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.64 HN 1.02 KP 0.84 ! LA 0.86 MK 1.03 NL 1.05 OV 1.07 ! PT 1.04 SC 0.96 ! ! ! Fit before self-cal, rms=0.159041Jy sigma=0.000778 ! Fit after self-cal, rms=0.115416Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.971 mas, bmaj=7.651 mas, bpa=-7.16 degrees ! Estimated noise=613.958 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.000227616 Jy ! Component: 100 - total flux cleaned = -0.000277623 Jy ! Component: 150 - total flux cleaned = -0.000303878 Jy ! Component: 200 - total flux cleaned = -0.000282628 Jy ! Total flux subtracted in 200 components = -0.000282628 Jy ! Clean residual min=-0.002074 max=0.001704 Jy/beam ! Clean residual mean=-0.000007 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.0728835 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 36 components and 0.0728835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115411Jy sigma=0.000773 ! Fit after self-cal, rms=0.114962Jy sigma=0.000772 ! 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.114962Jy sigma=0.000772 ! Fit after self-cal, rms=0.111966Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.979 mas, bmaj=7.653 mas, bpa=-7.222 degrees ! Estimated noise=611.235 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000115951 Jy ! Component: 100 - total flux cleaned = -0.000154448 Jy ! Component: 150 - total flux cleaned = -0.000197297 Jy ! Component: 200 - total flux cleaned = -0.000206792 Jy ! Total flux subtracted in 200 components = -0.000206792 Jy ! Clean residual min=-0.001927 max=0.001693 Jy/beam ! Clean residual mean=-0.000004 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.0726767 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 40 components and 0.0726767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111962Jy sigma=0.000771 ! Fit after self-cal, rms=0.111914Jy sigma=0.000771 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.73519e-05 Jy ! Component: 100 - total flux cleaned = -2.68355e-05 Jy ! Component: 150 - total flux cleaned = -8.66537e-06 Jy ! Component: 200 - total flux cleaned = 7.47278e-06 Jy ! Total flux subtracted in 200 components = 7.47278e-06 Jy ! Clean residual min=-0.001946 max=0.001720 Jy/beam ! Clean residual mean=-0.000004 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.0726841 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 42 components and 0.0726841 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111911Jy sigma=0.000771 ! Fit after self-cal, rms=0.111905Jy sigma=0.000771 ! 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.111905Jy sigma=0.000771 ! Fit after self-cal, rms=0.111785Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.982 mas, bmaj=7.643 mas, bpa=-7.256 degrees ! Estimated noise=610.531 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000136711 Jy ! Component: 100 - total flux cleaned = -0.00019366 Jy ! Component: 150 - total flux cleaned = -0.000229353 Jy ! Component: 200 - total flux cleaned = -0.000258403 Jy ! Total flux subtracted in 200 components = -0.000258403 Jy ! Clean residual min=-0.001825 max=0.001676 Jy/beam ! Clean residual mean=-0.000003 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.0724257 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 44 components and 0.0724257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111782Jy sigma=0.000771 ! Fit after self-cal, rms=0.111784Jy sigma=0.000771 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 = -5.1058e-05 Jy ! Component: 100 - total flux cleaned = -5.90309e-05 Jy ! Component: 150 - total flux cleaned = -8.55163e-05 Jy ! Component: 200 - total flux cleaned = -9.70437e-05 Jy ! Total flux subtracted in 200 components = -9.70437e-05 Jy ! Clean residual min=-0.001844 max=0.001673 Jy/beam ! Clean residual mean=-0.000003 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.0723287 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 49 components and 0.0723287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111783Jy sigma=0.000771 ! Fit after self-cal, rms=0.111783Jy sigma=0.000771 ! 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.111783Jy sigma=0.000771 ! Fit after self-cal, rms=0.111664Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.493 mas, bmaj=17.42 mas, bpa=-3.321 degrees ! Estimated noise=814.269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000346381 Jy ! Component: 100 - total flux cleaned = -0.000344532 Jy ! Component: 150 - total flux cleaned = -0.000343696 Jy ! Component: 200 - total flux cleaned = -0.000338457 Jy ! Total flux subtracted in 200 components = -0.000338457 Jy ! Clean residual min=-0.002021 max=0.002065 Jy/beam ! Clean residual mean=-0.000008 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.0719902 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 54 components and 0.0719902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111664Jy sigma=0.000771 ! Fit after self-cal, rms=0.111656Jy sigma=0.000771 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.03895e-05 Jy ! Component: 100 - total flux cleaned = -2.14877e-05 Jy ! Component: 150 - total flux cleaned = -2.20741e-05 Jy ! Component: 200 - total flux cleaned = -2.23053e-05 Jy ! Total flux subtracted in 200 components = -2.23053e-05 Jy ! Clean residual min=-0.002012 max=0.002077 Jy/beam ! Clean residual mean=-0.000008 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.0719679 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 57 components and 0.0719679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111656Jy sigma=0.000771 ! Fit after self-cal, rms=0.111655Jy sigma=0.000771 ! 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.984 mas, bmaj=7.641 mas, bpa=-7.302 degrees ! Estimated noise=610.085 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.984 x 7.641 at -7.302 degrees (North through East) ! Clean map min=-0.001668 max=0.062922 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.444 mas, bmaj=6.585 mas, bpa=-7.982 degrees ! Estimated noise=938.434 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0490856 Jy ! Component: 100 - total flux cleaned = 0.0618342 Jy ! Component: 150 - total flux cleaned = 0.066718 Jy ! Component: 200 - total flux cleaned = 0.0690788 Jy ! Total flux subtracted in 200 components = 0.0690788 Jy ! Clean residual min=-0.002750 max=0.002803 Jy/beam ! Clean residual mean=-0.000002 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.0690789 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0690789 Jy ! Inverting map and beam ! Estimated beam: bmin=2.984 mas, bmaj=7.641 mas, bpa=-7.302 degrees ! Estimated noise=610.085 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) ! Added new window around map position (-1, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00225358 Jy ! Component: 100 - total flux cleaned = 0.0027779 Jy ! Component: 150 - total flux cleaned = 0.00303542 Jy ! Component: 200 - total flux cleaned = 0.00323092 Jy ! Total flux subtracted in 200 components = 0.00323092 Jy ! Clean residual min=-0.001727 max=0.001577 Jy/beam ! Clean residual mean=-0.000003 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.0723098 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 38 components and 0.0723098 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.493 mas, bmaj=17.42 mas, bpa=-3.321 degrees ! Estimated noise=814.269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000146443 Jy ! Component: 100 - total flux cleaned = 0.000134359 Jy ! Component: 150 - total flux cleaned = 0.000123619 Jy ! Component: 200 - total flux cleaned = 0.000106283 Jy ! Total flux subtracted in 200 components = 0.000106283 Jy ! Clean residual min=-0.001937 max=0.002038 Jy/beam ! Clean residual mean=-0.000007 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.0724161 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.53742e-05 Jy ! Component: 100 - total flux cleaned = -1.55906e-05 Jy ! Component: 150 - total flux cleaned = -2.22752e-05 Jy ! Component: 200 - total flux cleaned = -2.8533e-05 Jy ! Total flux subtracted in 200 components = -2.8533e-05 Jy ! Clean residual min=-0.001934 max=0.002032 Jy/beam ! Clean residual mean=-0.000007 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.0723875 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 59 components and 0.0723876 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.984 mas, bmaj=7.641 mas, bpa=-7.302 degrees ! Estimated noise=610.085 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.06774e-05 Jy ! Component: 100 - total flux cleaned = -6.96264e-05 Jy ! Component: 150 - total flux cleaned = -0.000100065 Jy ! Component: 200 - total flux cleaned = -0.000127204 Jy ! Total flux subtracted in 200 components = -0.000127204 Jy ! Clean residual min=-0.001742 max=0.001634 Jy/beam ! Clean residual mean=-0.000003 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.0722603 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 73 components and 0.0722603 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111644Jy sigma=0.000771 ! Fit after self-cal, rms=0.111636Jy sigma=0.000771 wmodel J0237-2623_S_2015_01_23_pus_map.mod ! Writing 73 model components to file: J0237-2623_S_2015_01_23_pus_map.mod wobs J0237-2623_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0237-2623_S_2015_01_23_pus_uvs.fits wwins J0237-2623_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J0237-2623_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.000354211 Jy ! Component: 100 - total flux cleaned = -0.000501044 Jy ! Component: 150 - total flux cleaned = -0.000528633 Jy ! Component: 200 - total flux cleaned = -0.000367206 Jy ! Component: 250 - total flux cleaned = -0.000262876 Jy ! Component: 300 - total flux cleaned = -0.000186143 Jy ! Component: 350 - total flux cleaned = -8.66492e-05 Jy ! Component: 400 - total flux cleaned = -1.36659e-05 Jy ! Component: 450 - total flux cleaned = 0.000128649 Jy ! Component: 500 - total flux cleaned = 0.000245095 Jy ! Component: 550 - total flux cleaned = 0.000381795 Jy ! Component: 600 - total flux cleaned = 0.000426853 Jy ! Component: 650 - total flux cleaned = 0.000559032 Jy ! Component: 700 - total flux cleaned = 0.000710687 Jy ! Component: 750 - total flux cleaned = 0.000774708 Jy ! Component: 800 - total flux cleaned = 0.000921914 Jy ! Component: 850 - total flux cleaned = 0.00100507 Jy ! Component: 900 - total flux cleaned = 0.00112845 Jy ! Component: 950 - total flux cleaned = 0.00122961 Jy ! Component: 1000 - total flux cleaned = 0.00132945 Jy ! Component: 1050 - total flux cleaned = 0.00140815 Jy ! Component: 1100 - total flux cleaned = 0.00148603 Jy ! Component: 1150 - total flux cleaned = 0.00152425 Jy ! Component: 1200 - total flux cleaned = 0.0015624 Jy ! Component: 1250 - total flux cleaned = 0.00161878 Jy ! Component: 1300 - total flux cleaned = 0.00163761 Jy ! Component: 1350 - total flux cleaned = 0.00169288 Jy ! Component: 1400 - total flux cleaned = 0.00174733 Jy ! Component: 1450 - total flux cleaned = 0.0017832 Jy ! Component: 1500 - total flux cleaned = 0.00176559 Jy ! Component: 1550 - total flux cleaned = 0.00183604 Jy ! Component: 1600 - total flux cleaned = 0.00187086 Jy ! Component: 1650 - total flux cleaned = 0.00194003 Jy ! Component: 1700 - total flux cleaned = 0.00185418 Jy ! Component: 1750 - total flux cleaned = 0.00193918 Jy ! Component: 1800 - total flux cleaned = 0.00197264 Jy ! Component: 1850 - total flux cleaned = 0.00200589 Jy ! Component: 1900 - total flux cleaned = 0.00200585 Jy ! Component: 1950 - total flux cleaned = 0.00200585 Jy ! Component: 2000 - total flux cleaned = 0.0020708 Jy ! Component: 2050 - total flux cleaned = 0.00210294 Jy ! Component: 2100 - total flux cleaned = 0.00213462 Jy ! Component: 2150 - total flux cleaned = 0.0021188 Jy ! Component: 2200 - total flux cleaned = 0.0021501 Jy ! Component: 2250 - total flux cleaned = 0.00213494 Jy ! Component: 2300 - total flux cleaned = 0.00219682 Jy ! Component: 2350 - total flux cleaned = 0.0021969 Jy ! Component: 2400 - total flux cleaned = 0.00227253 Jy ! Component: 2450 - total flux cleaned = 0.00222766 Jy ! Component: 2500 - total flux cleaned = 0.00222765 Jy ! Component: 2550 - total flux cleaned = 0.00230143 Jy ! Component: 2600 - total flux cleaned = 0.00227203 Jy ! Component: 2650 - total flux cleaned = 0.00222836 Jy ! Component: 2700 - total flux cleaned = 0.00224275 Jy ! Component: 2750 - total flux cleaned = 0.00228584 Jy ! Component: 2800 - total flux cleaned = 0.00224312 Jy ! Component: 2850 - total flux cleaned = 0.00231389 Jy ! Component: 2900 - total flux cleaned = 0.00229966 Jy ! Component: 2950 - total flux cleaned = 0.00229977 Jy ! Component: 3000 - total flux cleaned = 0.0022996 Jy ! Component: 3050 - total flux cleaned = 0.00231329 Jy ! Component: 3100 - total flux cleaned = 0.00228586 Jy ! Component: 3150 - total flux cleaned = 0.00228607 Jy ! Component: 3200 - total flux cleaned = 0.00232654 Jy ! Component: 3250 - total flux cleaned = 0.00232648 Jy ! Component: 3300 - total flux cleaned = 0.0022867 Jy ! Component: 3350 - total flux cleaned = 0.00231299 Jy ! Component: 3400 - total flux cleaned = 0.00231285 Jy ! Component: 3450 - total flux cleaned = 0.00235195 Jy ! Component: 3500 - total flux cleaned = 0.00231321 Jy ! Component: 3550 - total flux cleaned = 0.00235171 Jy ! Component: 3600 - total flux cleaned = 0.00230066 Jy ! Component: 3650 - total flux cleaned = 0.00236391 Jy ! Component: 3700 - total flux cleaned = 0.00236366 Jy ! Component: 3750 - total flux cleaned = 0.00233863 Jy ! Component: 3800 - total flux cleaned = 0.00237596 Jy ! Component: 3850 - total flux cleaned = 0.00233876 Jy ! Component: 3900 - total flux cleaned = 0.00238795 Jy ! Component: 3950 - total flux cleaned = 0.00240009 Jy ! Component: 4000 - total flux cleaned = 0.00240006 Jy ! Component: 4050 - total flux cleaned = 0.00238795 Jy ! Total flux subtracted in 4096 components = 0.00235191 Jy ! Clean residual min=-0.000683 max=0.000721 Jy/beam ! Clean residual mean=0.000001 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.0746122 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 386 components and 0.0746122 Jy ![Exited script file: muppet] wmap "J0237-2623_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.984 x 7.641 at -7.302 degrees (North through East) ! Clean map min=-0.0013791 max=0.063106 Jy/beam ! Writing clean map to FITS file: J0237-2623_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.0631063 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00022304 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.06031 1.06031 2.12062 4.24123 8.48246 16.9649 33.9299 67.8597 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.063 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.984 x 7.641 at -7.302 degrees (North through East) ! Clean map min=-0.0013791 max=0.063106 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 J0237-2623_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:02:56 2017