! Started logfile: J0200-1356_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:01:19 2017 obs J0200-1356_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0200-1356_S_2015_01_23_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.966485 visibilities/baseline/integration-bin. ! Found source: J0200-1356 ! ! 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 21224 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 J0200-1356_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.010203Jy sigma=0.009423 ! Fit after self-cal, rms=0.960040Jy sigma=0.009133 ! 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.576 mas, bmaj=6.237 mas, bpa=-2.657 degrees ! Estimated noise=765.828 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.0377221 Jy ! Component: 100 - total flux cleaned = 0.0464632 Jy ! Total flux subtracted in 100 components = 0.0464632 Jy ! Clean residual min=-0.003828 max=0.003911 Jy/beam ! Clean residual mean=-0.000016 rms=0.000770 Jy/beam ! Combined flux in latest and established models = 0.0464632 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0464632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209801Jy sigma=0.000774 ! Fit after self-cal, rms=0.209477Jy sigma=0.000768 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00443263 Jy ! Component: 100 - total flux cleaned = 0.006684 Jy ! Total flux subtracted in 100 components = 0.006684 Jy ! Clean residual min=-0.004046 max=0.003177 Jy/beam ! Clean residual mean=-0.000017 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.0531472 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 12 components and 0.0531472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209029Jy sigma=0.000767 ! Fit after self-cal, rms=0.209001Jy sigma=0.000767 ! 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.049 mas, bmaj=7.397 mas, bpa=-3.793 degrees ! Estimated noise=546.274 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.00205324 Jy ! Component: 100 - total flux cleaned = 0.00283517 Jy ! Component: 150 - total flux cleaned = 0.0028624 Jy ! Component: 200 - total flux cleaned = 0.00286381 Jy ! Total flux subtracted in 200 components = 0.00286381 Jy ! Clean residual min=-0.004635 max=0.002931 Jy/beam ! Clean residual mean=-0.000018 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.056011 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 21 components and 0.056011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.208869Jy sigma=0.000767 ! Fit after self-cal, rms=0.208856Jy sigma=0.000767 ! 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.00 FD 0.54 HN 0.98 KP 1.19 ! LA 1.16 MK 1.04 NL 1.06 OV 1.07 ! PT 1.06 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 0.70 HN 1.02 KP 1.09 ! LA 1.10 MK 0.99 NL 1.15 OV 1.10 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.66 HN 0.99 KP 0.95 ! LA 0.89 MK 1.01 NL 1.20 OV 1.05 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.51 HN 0.98 KP 0.86 ! LA 0.94 MK 1.04 NL 1.09 OV 1.05 ! PT 1.01 SC 0.95 ! ! ! Fit before self-cal, rms=0.208856Jy sigma=0.000767 ! Fit after self-cal, rms=0.138403Jy sigma=0.000763 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.044 mas, bmaj=7.39 mas, bpa=-3.284 degrees ! Estimated noise=557.942 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.00157562 Jy ! Component: 100 - total flux cleaned = 0.0021021 Jy ! Component: 150 - total flux cleaned = 0.0021444 Jy ! Component: 200 - total flux cleaned = 0.00214426 Jy ! Total flux subtracted in 200 components = 0.00214426 Jy ! Clean residual min=-0.002470 max=0.002750 Jy/beam ! Clean residual mean=-0.000012 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.0581553 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 32 components and 0.0581553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138334Jy sigma=0.000763 ! Fit after self-cal, rms=0.137979Jy sigma=0.000762 ! 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.137979Jy sigma=0.000762 ! Fit after self-cal, rms=0.102334Jy sigma=0.000759 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.057 mas, bmaj=7.373 mas, bpa=-3.306 degrees ! Estimated noise=555.197 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000274005 Jy ! Component: 100 - total flux cleaned = 0.000344936 Jy ! Component: 150 - total flux cleaned = 0.000393936 Jy ! Component: 200 - total flux cleaned = 0.000404154 Jy ! Total flux subtracted in 200 components = 0.000404154 Jy ! Clean residual min=-0.001570 max=0.001956 Jy/beam ! Clean residual mean=0.000001 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.0585594 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 40 components and 0.0585594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102329Jy sigma=0.000759 ! Fit after self-cal, rms=0.102131Jy sigma=0.000759 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 (84.5, -26). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00175012 Jy ! Component: 100 - total flux cleaned = 0.00200776 Jy ! Component: 150 - total flux cleaned = 0.00200468 Jy ! Component: 200 - total flux cleaned = 0.0020786 Jy ! Total flux subtracted in 200 components = 0.0020786 Jy ! Clean residual min=-0.001637 max=0.001614 Jy/beam ! Clean residual mean=-0.000004 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.060638 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 59 components and 0.060638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102100Jy sigma=0.000759 ! Fit after self-cal, rms=0.102064Jy 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.102064Jy sigma=0.000758 ! Fit after self-cal, rms=0.100162Jy sigma=0.000758 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.053 mas, bmaj=7.368 mas, bpa=-3.352 degrees ! Estimated noise=554.879 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119242 Jy ! Component: 100 - total flux cleaned = 0.00133815 Jy ! Component: 150 - total flux cleaned = 0.00138419 Jy ! Component: 200 - total flux cleaned = 0.00140532 Jy ! Total flux subtracted in 200 components = 0.00140532 Jy ! Clean residual min=-0.001632 max=0.001713 Jy/beam ! Clean residual mean=-0.000002 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.0620434 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 62 components and 0.0620434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100146Jy sigma=0.000758 ! Fit after self-cal, rms=0.100116Jy 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 = 0.000643139 Jy ! Component: 100 - total flux cleaned = 0.000708528 Jy ! Component: 150 - total flux cleaned = 0.000728039 Jy ! Component: 200 - total flux cleaned = 0.000728602 Jy ! Total flux subtracted in 200 components = 0.000728602 Jy ! Clean residual min=-0.001594 max=0.001711 Jy/beam ! Clean residual mean=-0.000002 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.062772 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 66 components and 0.0627719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100107Jy sigma=0.000758 ! Fit after self-cal, rms=0.100103Jy 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.100103Jy sigma=0.000758 ! Fit after self-cal, rms=0.100025Jy sigma=0.000758 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.223 mas, bmaj=13.53 mas, bpa=-1.863 degrees ! Estimated noise=751.714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000722402 Jy ! Component: 100 - total flux cleaned = 0.000743243 Jy ! Component: 150 - total flux cleaned = 0.00075923 Jy ! Component: 200 - total flux cleaned = 0.00075813 Jy ! Total flux subtracted in 200 components = 0.00075813 Jy ! Clean residual min=-0.002098 max=0.001711 Jy/beam ! Clean residual mean=-0.000005 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.0635301 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 72 components and 0.0635301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100019Jy sigma=0.000758 ! Fit after self-cal, rms=0.100004Jy 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 = 0.000177734 Jy ! Component: 100 - total flux cleaned = 0.00017819 Jy ! Component: 150 - total flux cleaned = 0.000179004 Jy ! Component: 200 - total flux cleaned = 0.000190729 Jy ! Total flux subtracted in 200 components = 0.000190729 Jy ! Clean residual min=-0.002144 max=0.001691 Jy/beam ! Clean residual mean=-0.000006 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.0637208 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 72 components and 0.0637208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100001Jy sigma=0.000758 ! Fit after self-cal, rms=0.099995Jy 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=3.05 mas, bmaj=7.364 mas, bpa=-3.457 degrees ! Estimated noise=555.42 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.05 x 7.364 at -3.457 degrees (North through East) ! Clean map min=-0.0016893 max=0.05193 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.581 mas, bmaj=6.226 mas, bpa=-2.118 degrees ! Estimated noise=766.345 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0386735 Jy ! Component: 100 - total flux cleaned = 0.0483148 Jy ! Component: 150 - total flux cleaned = 0.0532814 Jy ! Component: 200 - total flux cleaned = 0.0554579 Jy ! Total flux subtracted in 200 components = 0.0554579 Jy ! Clean residual min=-0.002527 max=0.002420 Jy/beam ! Clean residual mean=-0.000003 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.0554579 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0554579 Jy ! Inverting map and beam ! Estimated beam: bmin=3.05 mas, bmaj=7.364 mas, bpa=-3.457 degrees ! Estimated noise=555.42 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.00338868 Jy ! Component: 100 - total flux cleaned = 0.00560756 Jy ! Component: 150 - total flux cleaned = 0.00681846 Jy ! Component: 200 - total flux cleaned = 0.00735451 Jy ! Total flux subtracted in 200 components = 0.00735451 Jy ! Clean residual min=-0.001592 max=0.001736 Jy/beam ! Clean residual mean=-0.000004 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.0628124 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 28 components and 0.0628124 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.223 mas, bmaj=13.53 mas, bpa=-1.863 degrees ! Estimated noise=751.714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000904425 Jy ! Component: 100 - total flux cleaned = 0.000872452 Jy ! Component: 150 - total flux cleaned = 0.000898156 Jy ! Component: 200 - total flux cleaned = 0.000920798 Jy ! Total flux subtracted in 200 components = 0.000920798 Jy ! Clean residual min=-0.002188 max=0.001782 Jy/beam ! Clean residual mean=-0.000007 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.0637332 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 = 4.00743e-05 Jy ! Component: 100 - total flux cleaned = 7.44319e-05 Jy ! Component: 150 - total flux cleaned = 8.94135e-05 Jy ! Component: 200 - total flux cleaned = 8.91987e-05 Jy ! Total flux subtracted in 200 components = 8.91987e-05 Jy ! Clean residual min=-0.002162 max=0.001744 Jy/beam ! Clean residual mean=-0.000006 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.0638224 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 44 components and 0.0638224 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.05 mas, bmaj=7.364 mas, bpa=-3.457 degrees ! Estimated noise=555.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000144756 Jy ! Component: 100 - total flux cleaned = -0.000224348 Jy ! Component: 150 - total flux cleaned = -0.000224624 Jy ! Component: 200 - total flux cleaned = -0.000203275 Jy ! Total flux subtracted in 200 components = -0.000203275 Jy ! Clean residual min=-0.001549 max=0.001760 Jy/beam ! Clean residual mean=-0.000003 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.0636192 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 57 components and 0.0636192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099999Jy sigma=0.000758 ! Fit after self-cal, rms=0.100000Jy sigma=0.000758 wmodel J0200-1356_S_2015_01_23_pus_map.mod ! Writing 57 model components to file: J0200-1356_S_2015_01_23_pus_map.mod wobs J0200-1356_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0200-1356_S_2015_01_23_pus_uvs.fits wwins J0200-1356_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J0200-1356_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.000323581 Jy ! Component: 100 - total flux cleaned = 0.000154256 Jy ! Component: 150 - total flux cleaned = -8.52826e-05 Jy ! Component: 200 - total flux cleaned = -0.000315306 Jy ! Component: 250 - total flux cleaned = -0.00056277 Jy ! Component: 300 - total flux cleaned = -0.000706969 Jy ! Component: 350 - total flux cleaned = -0.000894478 Jy ! Component: 400 - total flux cleaned = -0.00103135 Jy ! Component: 450 - total flux cleaned = -0.00109846 Jy ! Component: 500 - total flux cleaned = -0.00116391 Jy ! Component: 550 - total flux cleaned = -0.00131357 Jy ! Component: 600 - total flux cleaned = -0.00135502 Jy ! Component: 650 - total flux cleaned = -0.00147858 Jy ! Component: 700 - total flux cleaned = -0.00162001 Jy ! Component: 750 - total flux cleaned = -0.00170001 Jy ! Component: 800 - total flux cleaned = -0.00189611 Jy ! Component: 850 - total flux cleaned = -0.00195421 Jy ! Component: 900 - total flux cleaned = -0.00212497 Jy ! Component: 950 - total flux cleaned = -0.00223702 Jy ! Component: 1000 - total flux cleaned = -0.00227376 Jy ! Component: 1050 - total flux cleaned = -0.00229242 Jy ! Component: 1100 - total flux cleaned = -0.00243643 Jy ! Component: 1150 - total flux cleaned = -0.00245407 Jy ! Component: 1200 - total flux cleaned = -0.00254141 Jy ! Component: 1250 - total flux cleaned = -0.00259291 Jy ! Component: 1300 - total flux cleaned = -0.00254124 Jy ! Component: 1350 - total flux cleaned = -0.00255853 Jy ! Component: 1400 - total flux cleaned = -0.00265823 Jy ! Component: 1450 - total flux cleaned = -0.00264163 Jy ! Component: 1500 - total flux cleaned = -0.00267418 Jy ! Component: 1550 - total flux cleaned = -0.00272254 Jy ! Component: 1600 - total flux cleaned = -0.00272292 Jy ! Component: 1650 - total flux cleaned = -0.00283271 Jy ! Component: 1700 - total flux cleaned = -0.00289464 Jy ! Component: 1750 - total flux cleaned = -0.0029565 Jy ! Component: 1800 - total flux cleaned = -0.00304796 Jy ! Component: 1850 - total flux cleaned = -0.00307852 Jy ! Component: 1900 - total flux cleaned = -0.00316817 Jy ! Component: 1950 - total flux cleaned = -0.003183 Jy ! Component: 2000 - total flux cleaned = -0.00325615 Jy ! Component: 2050 - total flux cleaned = -0.0032855 Jy ! Component: 2100 - total flux cleaned = -0.00335735 Jy ! Component: 2150 - total flux cleaned = -0.00337172 Jy ! Component: 2200 - total flux cleaned = -0.00341418 Jy ! Component: 2250 - total flux cleaned = -0.00344221 Jy ! Component: 2300 - total flux cleaned = -0.00349768 Jy ! Component: 2350 - total flux cleaned = -0.00352509 Jy ! Component: 2400 - total flux cleaned = -0.00353882 Jy ! Component: 2450 - total flux cleaned = -0.00364692 Jy ! Component: 2500 - total flux cleaned = -0.00364675 Jy ! Component: 2550 - total flux cleaned = -0.00367353 Jy ! Component: 2600 - total flux cleaned = -0.00369997 Jy ! Component: 2650 - total flux cleaned = -0.00377846 Jy ! Component: 2700 - total flux cleaned = -0.0038043 Jy ! Component: 2750 - total flux cleaned = -0.00385575 Jy ! Component: 2800 - total flux cleaned = -0.00388133 Jy ! Component: 2850 - total flux cleaned = -0.00389389 Jy ! Component: 2900 - total flux cleaned = -0.00389375 Jy ! Component: 2950 - total flux cleaned = -0.00394378 Jy ! Component: 3000 - total flux cleaned = -0.00401816 Jy ! Component: 3050 - total flux cleaned = -0.00404276 Jy ! Component: 3100 - total flux cleaned = -0.00405497 Jy ! Component: 3150 - total flux cleaned = -0.00410354 Jy ! Component: 3200 - total flux cleaned = -0.00415189 Jy ! Component: 3250 - total flux cleaned = -0.00419963 Jy ! Component: 3300 - total flux cleaned = -0.00424735 Jy ! Component: 3350 - total flux cleaned = -0.004259 Jy ! Component: 3400 - total flux cleaned = -0.00427082 Jy ! Component: 3450 - total flux cleaned = -0.00430579 Jy ! Component: 3500 - total flux cleaned = -0.00432894 Jy ! Component: 3550 - total flux cleaned = -0.00435189 Jy ! Component: 3600 - total flux cleaned = -0.00438601 Jy ! Component: 3650 - total flux cleaned = -0.00436334 Jy ! Component: 3700 - total flux cleaned = -0.00431808 Jy ! Component: 3750 - total flux cleaned = -0.00432936 Jy ! Component: 3800 - total flux cleaned = -0.00437407 Jy ! Component: 3850 - total flux cleaned = -0.00436294 Jy ! Component: 3900 - total flux cleaned = -0.00438508 Jy ! Component: 3950 - total flux cleaned = -0.00439601 Jy ! Component: 4000 - total flux cleaned = -0.00440682 Jy ! Component: 4050 - total flux cleaned = -0.00436357 Jy ! Total flux subtracted in 4096 components = -0.00440664 Jy ! Clean residual min=-0.000566 max=0.000660 Jy/beam ! Clean residual mean=-0.000001 rms=0.000198 Jy/beam ! Combined flux in latest and established models = 0.0592125 Jy keep ! Adding 316 model components to the UV plane model. ! The established model now contains 373 components and 0.0592126 Jy ![Exited script file: muppet] wmap "J0200-1356_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.05 x 7.364 at -3.457 degrees (North through East) ! Clean map min=-0.0015679 max=0.051663 Jy/beam ! Writing clean map to FITS file: J0200-1356_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.0516635 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000195903 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.13757 1.13757 2.27514 4.55028 9.10055 18.2011 36.4022 72.8044 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.051 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.05 x 7.364 at -3.457 degrees (North through East) ! Clean map min=-0.0015679 max=0.051663 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 J0200-1356_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:01:25 2017