! Started logfile: J0214-2113_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:01:59 2017 obs J0214-2113_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0214-2113_S_2015_01_23_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.779235 visibilities/baseline/integration-bin. ! Found source: J0214-2113 ! ! 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 17112 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 J0214-2113_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 138 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 138 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 138 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 138 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.980698Jy sigma=0.009895 ! Fit after self-cal, rms=0.943498Jy sigma=0.009531 ! 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.444 mas, bmaj=6.538 mas, bpa=-5.595 degrees ! Estimated noise=786.491 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.0450224 Jy ! Component: 100 - total flux cleaned = 0.0558918 Jy ! Total flux subtracted in 100 components = 0.0558918 Jy ! Clean residual min=-0.002891 max=0.004117 Jy/beam ! Clean residual mean=-0.000015 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.0558918 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0558918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081695Jy sigma=0.000769 ! Fit after self-cal, rms=0.081440Jy sigma=0.000766 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00456387 Jy ! Component: 100 - total flux cleaned = 0.00636774 Jy ! Total flux subtracted in 100 components = 0.00636774 Jy ! Clean residual min=-0.002818 max=0.002957 Jy/beam ! Clean residual mean=-0.000009 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.0622595 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 10 components and 0.0622595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081108Jy sigma=0.000764 ! Fit after self-cal, rms=0.081110Jy sigma=0.000764 ! 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.877 mas, bmaj=7.379 mas, bpa=-4.861 degrees ! Estimated noise=543.898 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.00165359 Jy ! Component: 100 - total flux cleaned = 0.0023079 Jy ! Component: 150 - total flux cleaned = 0.00236292 Jy ! Component: 200 - total flux cleaned = 0.00241101 Jy ! Total flux subtracted in 200 components = 0.00241101 Jy ! Clean residual min=-0.002242 max=0.002664 Jy/beam ! Clean residual mean=-0.000016 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.0646705 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 30 components and 0.0646706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081059Jy sigma=0.000763 ! Fit after self-cal, rms=0.081064Jy sigma=0.000763 ! 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.02 FD 1.00* HN 0.98 KP 1.07 ! LA 0.98 MK 1.02 NL 1.18 OV 1.00 ! PT 1.02 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00* HN 1.03 KP 0.97 ! LA 0.95 MK 1.00 NL 1.29 OV 1.04 ! PT 1.00 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.00* HN 1.02 KP 0.89 ! LA 0.79 MK 1.00 NL 1.19 OV 1.03 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00* HN 0.94 KP 0.85 ! LA 0.83 MK 1.03 NL 1.00 OV 0.94 ! PT 1.00 SC 0.95 ! ! ! Fit before self-cal, rms=0.081064Jy sigma=0.000763 ! Fit after self-cal, rms=0.078804Jy sigma=0.000759 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.884 mas, bmaj=7.408 mas, bpa=-4.659 degrees ! Estimated noise=545.187 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 = 2.5642e-05 Jy ! Component: 100 - total flux cleaned = 1.26911e-05 Jy ! Component: 150 - total flux cleaned = -1.07693e-05 Jy ! Component: 200 - total flux cleaned = -2.12181e-05 Jy ! Total flux subtracted in 200 components = -2.12181e-05 Jy ! Clean residual min=-0.001556 max=0.001758 Jy/beam ! Clean residual mean=-0.000012 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.0646493 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 38 components and 0.0646494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078800Jy sigma=0.000759 ! Fit after self-cal, rms=0.078775Jy sigma=0.000759 ! 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.078775Jy sigma=0.000759 ! Fit after self-cal, rms=0.078923Jy sigma=0.000759 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.885 mas, bmaj=7.422 mas, bpa=-4.616 degrees ! Estimated noise=545.188 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.07101e-05 Jy ! Component: 100 - total flux cleaned = 3.90563e-05 Jy ! Component: 150 - total flux cleaned = 1.67613e-05 Jy ! Component: 200 - total flux cleaned = 6.20485e-06 Jy ! Total flux subtracted in 200 components = 6.20485e-06 Jy ! Clean residual min=-0.001514 max=0.001711 Jy/beam ! Clean residual mean=-0.000011 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.0646556 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 39 components and 0.0646556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078919Jy sigma=0.000759 ! Fit after self-cal, rms=0.078933Jy sigma=0.000758 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 = -8.15647e-06 Jy ! Component: 100 - total flux cleaned = -1.86689e-05 Jy ! Component: 150 - total flux cleaned = -2.8873e-05 Jy ! Component: 200 - total flux cleaned = -3.85953e-05 Jy ! Total flux subtracted in 200 components = -3.85953e-05 Jy ! Clean residual min=-0.001504 max=0.001675 Jy/beam ! Clean residual mean=-0.000011 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.064617 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 40 components and 0.064617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078930Jy sigma=0.000758 ! Fit after self-cal, rms=0.078931Jy sigma=0.000758 ! 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.078931Jy sigma=0.000758 ! Fit after self-cal, rms=0.079040Jy sigma=0.000758 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.883 mas, bmaj=7.427 mas, bpa=-4.616 degrees ! Estimated noise=544.568 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.26173e-05 Jy ! Component: 100 - total flux cleaned = -4.23795e-05 Jy ! Component: 150 - total flux cleaned = -5.1448e-05 Jy ! Component: 200 - total flux cleaned = -6.01136e-05 Jy ! Total flux subtracted in 200 components = -6.01136e-05 Jy ! Clean residual min=-0.001468 max=0.001684 Jy/beam ! Clean residual mean=-0.000011 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.0645569 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 0.0645569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079038Jy sigma=0.000758 ! Fit after self-cal, rms=0.079045Jy sigma=0.000758 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.59823e-06 Jy ! Component: 100 - total flux cleaned = -1.58957e-05 Jy ! Component: 150 - total flux cleaned = -2.39321e-05 Jy ! Component: 200 - total flux cleaned = -3.16894e-05 Jy ! Total flux subtracted in 200 components = -3.16894e-05 Jy ! Clean residual min=-0.001483 max=0.001665 Jy/beam ! Clean residual mean=-0.000011 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.0645252 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.0645252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079043Jy sigma=0.000758 ! Fit after self-cal, rms=0.079043Jy sigma=0.000758 ! 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.079043Jy sigma=0.000758 ! Fit after self-cal, rms=0.078989Jy sigma=0.000758 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.156 mas, bmaj=15.8 mas, bpa=-1.056 degrees ! Estimated noise=714.778 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.55378e-05 Jy ! Component: 100 - total flux cleaned = -4.2146e-05 Jy ! Component: 150 - total flux cleaned = -4.80818e-05 Jy ! Component: 200 - total flux cleaned = -4.2873e-05 Jy ! Total flux subtracted in 200 components = -4.2873e-05 Jy ! Clean residual min=-0.002083 max=0.002008 Jy/beam ! Clean residual mean=-0.000025 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.0644823 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 50 components and 0.0644823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078990Jy sigma=0.000758 ! Fit after self-cal, rms=0.078990Jy sigma=0.000758 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.38586e-05 Jy ! Component: 100 - total flux cleaned = 1.89429e-05 Jy ! Component: 150 - total flux cleaned = 2.38902e-05 Jy ! Component: 200 - total flux cleaned = 2.85343e-05 Jy ! Total flux subtracted in 200 components = 2.85343e-05 Jy ! Clean residual min=-0.002078 max=0.002016 Jy/beam ! Clean residual mean=-0.000025 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.0645109 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 52 components and 0.0645109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078991Jy sigma=0.000758 ! Fit after self-cal, rms=0.078991Jy sigma=0.000758 ! 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.882 mas, bmaj=7.429 mas, bpa=-4.647 degrees ! Estimated noise=543.965 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.882 x 7.429 at -4.647 degrees (North through East) ! Clean map min=-0.0014413 max=0.059111 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.445 mas, bmaj=6.568 mas, bpa=-5.183 degrees ! Estimated noise=784.502 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0450015 Jy ! Component: 100 - total flux cleaned = 0.0563809 Jy ! Component: 150 - total flux cleaned = 0.0606903 Jy ! Component: 200 - total flux cleaned = 0.062491 Jy ! Total flux subtracted in 200 components = 0.062491 Jy ! Clean residual min=-0.002411 max=0.002110 Jy/beam ! Clean residual mean=-0.000007 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.062491 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.062491 Jy ! Inverting map and beam ! Estimated beam: bmin=2.882 mas, bmaj=7.429 mas, bpa=-4.647 degrees ! Estimated noise=543.965 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 (-72, 106.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00186576 Jy ! Component: 100 - total flux cleaned = 0.00297774 Jy ! Component: 150 - total flux cleaned = 0.00345721 Jy ! Component: 200 - total flux cleaned = 0.0035349 Jy ! Total flux subtracted in 200 components = 0.0035349 Jy ! Clean residual min=-0.001513 max=0.001598 Jy/beam ! Clean residual mean=-0.000011 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.0660259 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 29 components and 0.0660259 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.156 mas, bmaj=15.8 mas, bpa=-1.056 degrees ! Estimated noise=714.778 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000208075 Jy ! Component: 100 - total flux cleaned = 0.000263288 Jy ! Component: 150 - total flux cleaned = 0.000285292 Jy ! Component: 200 - total flux cleaned = 0.00029848 Jy ! Total flux subtracted in 200 components = 0.00029848 Jy ! Clean residual min=-0.001979 max=0.001699 Jy/beam ! Clean residual mean=-0.000023 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.0663244 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.83928e-05 Jy ! Component: 100 - total flux cleaned = 3.56907e-05 Jy ! Component: 150 - total flux cleaned = 4.67107e-05 Jy ! Component: 200 - total flux cleaned = 5.77069e-05 Jy ! Total flux subtracted in 200 components = 5.77069e-05 Jy ! Clean residual min=-0.001972 max=0.001681 Jy/beam ! Clean residual mean=-0.000023 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.0663821 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 49 components and 0.0663821 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.882 mas, bmaj=7.429 mas, bpa=-4.647 degrees ! Estimated noise=543.965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000184339 Jy ! Component: 100 - total flux cleaned = -0.000162891 Jy ! Component: 150 - total flux cleaned = -0.00016338 Jy ! Component: 200 - total flux cleaned = -0.000163021 Jy ! Total flux subtracted in 200 components = -0.000163021 Jy ! Clean residual min=-0.001522 max=0.001579 Jy/beam ! Clean residual mean=-0.000010 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.0662191 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 57 components and 0.066219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078971Jy sigma=0.000758 ! Fit after self-cal, rms=0.078968Jy sigma=0.000758 wmodel J0214-2113_S_2015_01_23_pus_map.mod ! Writing 57 model components to file: J0214-2113_S_2015_01_23_pus_map.mod wobs J0214-2113_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0214-2113_S_2015_01_23_pus_uvs.fits wwins J0214-2113_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J0214-2113_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 = -8.48594e-05 Jy ! Component: 100 - total flux cleaned = -0.000137365 Jy ! Component: 150 - total flux cleaned = -0.000287539 Jy ! Component: 200 - total flux cleaned = -0.000383132 Jy ! Component: 250 - total flux cleaned = -0.000383402 Jy ! Component: 300 - total flux cleaned = -0.000383784 Jy ! Component: 350 - total flux cleaned = -0.000361886 Jy ! Component: 400 - total flux cleaned = -0.000362049 Jy ! Component: 450 - total flux cleaned = -0.000341507 Jy ! Component: 500 - total flux cleaned = -0.000361713 Jy ! Component: 550 - total flux cleaned = -0.000400979 Jy ! Component: 600 - total flux cleaned = -0.000515885 Jy ! Component: 650 - total flux cleaned = -0.000590596 Jy ! Component: 700 - total flux cleaned = -0.000682555 Jy ! Component: 750 - total flux cleaned = -0.000773532 Jy ! Component: 800 - total flux cleaned = -0.000862555 Jy ! Component: 850 - total flux cleaned = -0.000967441 Jy ! Component: 900 - total flux cleaned = -0.000985097 Jy ! Component: 950 - total flux cleaned = -0.00108654 Jy ! Component: 1000 - total flux cleaned = -0.00115306 Jy ! Component: 1050 - total flux cleaned = -0.00121835 Jy ! Component: 1100 - total flux cleaned = -0.0012182 Jy ! Component: 1150 - total flux cleaned = -0.00126613 Jy ! Component: 1200 - total flux cleaned = -0.00131274 Jy ! Component: 1250 - total flux cleaned = -0.00131264 Jy ! Component: 1300 - total flux cleaned = -0.00135774 Jy ! Component: 1350 - total flux cleaned = -0.00135755 Jy ! Component: 1400 - total flux cleaned = -0.00134294 Jy ! Component: 1450 - total flux cleaned = -0.00141598 Jy ! Component: 1500 - total flux cleaned = -0.00143027 Jy ! Component: 1550 - total flux cleaned = -0.00144438 Jy ! Component: 1600 - total flux cleaned = -0.0014862 Jy ! Component: 1650 - total flux cleaned = -0.00148646 Jy ! Component: 1700 - total flux cleaned = -0.00154108 Jy ! Component: 1750 - total flux cleaned = -0.00156799 Jy ! Component: 1800 - total flux cleaned = -0.00154159 Jy ! Component: 1850 - total flux cleaned = -0.00159436 Jy ! Component: 1900 - total flux cleaned = -0.00159423 Jy ! Component: 1950 - total flux cleaned = -0.00163313 Jy ! Component: 2000 - total flux cleaned = -0.00167123 Jy ! Component: 2050 - total flux cleaned = -0.00165863 Jy ! Component: 2100 - total flux cleaned = -0.001696 Jy ! Component: 2150 - total flux cleaned = -0.0017453 Jy ! Component: 2200 - total flux cleaned = -0.00179368 Jy ! Component: 2250 - total flux cleaned = -0.00176947 Jy ! Component: 2300 - total flux cleaned = -0.00179314 Jy ! Component: 2350 - total flux cleaned = -0.00175767 Jy ! Component: 2400 - total flux cleaned = -0.00179281 Jy ! Component: 2450 - total flux cleaned = -0.00178132 Jy ! Component: 2500 - total flux cleaned = -0.00182736 Jy ! Component: 2550 - total flux cleaned = -0.00185008 Jy ! Component: 2600 - total flux cleaned = -0.00188397 Jy ! Component: 2650 - total flux cleaned = -0.00191746 Jy ! Component: 2700 - total flux cleaned = -0.00193956 Jy ! Component: 2750 - total flux cleaned = -0.0019286 Jy ! Component: 2800 - total flux cleaned = -0.00201575 Jy ! Component: 2850 - total flux cleaned = -0.00201567 Jy ! Component: 2900 - total flux cleaned = -0.00206916 Jy ! Component: 2950 - total flux cleaned = -0.00210084 Jy ! Component: 3000 - total flux cleaned = -0.00215347 Jy ! Component: 3050 - total flux cleaned = -0.00220568 Jy ! Component: 3100 - total flux cleaned = -0.00223682 Jy ! Component: 3150 - total flux cleaned = -0.00229861 Jy ! Component: 3200 - total flux cleaned = -0.00240071 Jy ! Component: 3250 - total flux cleaned = -0.00244118 Jy ! Component: 3300 - total flux cleaned = -0.00247134 Jy ! Component: 3350 - total flux cleaned = -0.00250137 Jy ! Component: 3400 - total flux cleaned = -0.00261044 Jy ! Component: 3450 - total flux cleaned = -0.00265958 Jy ! Component: 3500 - total flux cleaned = -0.0027572 Jy ! Component: 3550 - total flux cleaned = -0.00284445 Jy ! Component: 3600 - total flux cleaned = -0.00291174 Jy ! Component: 3650 - total flux cleaned = -0.00295947 Jy ! Component: 3700 - total flux cleaned = -0.00301631 Jy ! Component: 3750 - total flux cleaned = -0.00310115 Jy ! Component: 3800 - total flux cleaned = -0.00316657 Jy ! Component: 3850 - total flux cleaned = -0.00322228 Jy ! Component: 3900 - total flux cleaned = -0.00325927 Jy ! Component: 3950 - total flux cleaned = -0.00335094 Jy ! Component: 4000 - total flux cleaned = -0.00340556 Jy ! Component: 4050 - total flux cleaned = -0.003469 Jy ! Total flux subtracted in 4096 components = -0.00347795 Jy ! Clean residual min=-0.000473 max=0.000709 Jy/beam ! Clean residual mean=-0.000003 rms=0.000163 Jy/beam ! Combined flux in latest and established models = 0.0627411 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 340 components and 0.0627411 Jy ![Exited script file: muppet] wmap "J0214-2113_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.882 x 7.429 at -4.647 degrees (North through East) ! Clean map min=-0.001223 max=0.05874 Jy/beam ! Writing clean map to FITS file: J0214-2113_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.0587399 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000159787 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.816072 0.816072 1.63214 3.26429 6.52858 13.0572 26.1143 52.2286 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.058 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.882 x 7.429 at -4.647 degrees (North through East) ! Clean map min=-0.001223 max=0.05874 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 J0214-2113_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:02:04 2017