! Started logfile: J1033-2536_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:22:30 2016 obs J1033-2536_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1033-2536_S_2014_05_31_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.784699 visibilities/baseline/integration-bin. ! Found source: J1033-2536 ! ! 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 336 lines of history. ! ! Reading 17232 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 J1033-2536_S_2014_05_31_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 134 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 134 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 134 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 134 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005230Jy sigma=0.009131 ! Fit after self-cal, rms=0.958690Jy sigma=0.008723 ! 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=3.093 mas, bmaj=11.97 mas, bpa=16.24 degrees ! Estimated noise=1025.38 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.035014 Jy ! Component: 100 - total flux cleaned = 0.0427319 Jy ! Total flux subtracted in 100 components = 0.0427319 Jy ! Clean residual min=-0.003056 max=0.002760 Jy/beam ! Clean residual mean=-0.000008 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 0.0427319 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0427319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090336Jy sigma=0.000752 ! Fit after self-cal, rms=0.088574Jy sigma=0.000736 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00475746 Jy ! Component: 100 - total flux cleaned = 0.00649541 Jy ! Total flux subtracted in 100 components = 0.00649541 Jy ! Clean residual min=-0.002395 max=0.002432 Jy/beam ! Clean residual mean=-0.000002 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.0492274 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 19 components and 0.0492274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088317Jy sigma=0.000734 ! Fit after self-cal, rms=0.088309Jy sigma=0.000734 ! 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.98 mas, bmaj=13.83 mas, bpa=14.42 degrees ! Estimated noise=603.863 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.000738681 Jy ! Component: 100 - total flux cleaned = 0.000712634 Jy ! Component: 150 - total flux cleaned = 0.000713385 Jy ! Component: 200 - total flux cleaned = 0.000714461 Jy ! Total flux subtracted in 200 components = 0.000714461 Jy ! Clean residual min=-0.001907 max=0.001957 Jy/beam ! Clean residual mean=-0.000001 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.0499418 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 30 components and 0.0499418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088288Jy sigma=0.000734 ! Fit after self-cal, rms=0.088270Jy sigma=0.000733 ! 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 0.84 HN 0.97 KP 1.02 ! LA 1.13 MK 1.00* NL 1.01 OV 1.05 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.92 HN 0.95 KP 1.05 ! LA 1.11 MK 1.00* NL 1.01 OV 1.08 ! PT 1.08 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.07 HN 0.93 KP 0.98 ! LA 0.89 MK 1.00* NL 0.93 OV 0.98 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.92 HN 0.93 KP 0.91 ! LA 0.90 MK 1.00* NL 1.04 OV 1.04 ! PT 1.01 SC 0.98 ! ! ! Fit before self-cal, rms=0.088270Jy sigma=0.000733 ! Fit after self-cal, rms=0.085653Jy sigma=0.000732 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.976 mas, bmaj=13.7 mas, bpa=14.19 degrees ! Estimated noise=602.156 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.000723135 Jy ! Component: 100 - total flux cleaned = 0.000794613 Jy ! Component: 150 - total flux cleaned = 0.00085426 Jy ! Component: 200 - total flux cleaned = 0.000872195 Jy ! Total flux subtracted in 200 components = 0.000872195 Jy ! Clean residual min=-0.001711 max=0.001807 Jy/beam ! Clean residual mean=-0.000002 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.050814 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 43 components and 0.050814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085640Jy sigma=0.000732 ! Fit after self-cal, rms=0.085537Jy sigma=0.000732 ! 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.085537Jy sigma=0.000732 ! Fit after self-cal, rms=0.084448Jy sigma=0.000731 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.963 mas, bmaj=13.67 mas, bpa=14.36 degrees ! Estimated noise=601.693 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000746655 Jy ! Component: 100 - total flux cleaned = 0.000846025 Jy ! Component: 150 - total flux cleaned = 0.000880648 Jy ! Component: 200 - total flux cleaned = 0.00089673 Jy ! Total flux subtracted in 200 components = 0.00089673 Jy ! Clean residual min=-0.001620 max=0.001637 Jy/beam ! Clean residual mean=-0.000002 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.0517107 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 51 components and 0.0517107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084437Jy sigma=0.000731 ! Fit after self-cal, rms=0.084417Jy sigma=0.000731 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 = 6.408e-05 Jy ! Component: 100 - total flux cleaned = 6.45003e-05 Jy ! Component: 150 - total flux cleaned = 8.15099e-05 Jy ! Component: 200 - total flux cleaned = 9.68636e-05 Jy ! Total flux subtracted in 200 components = 9.68636e-05 Jy ! Clean residual min=-0.001608 max=0.001681 Jy/beam ! Clean residual mean=-0.000001 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.0518076 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 53 components and 0.0518076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084409Jy sigma=0.000731 ! Fit after self-cal, rms=0.084403Jy sigma=0.000731 ! 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.084403Jy sigma=0.000731 ! Fit after self-cal, rms=0.084011Jy sigma=0.000731 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.943 mas, bmaj=13.59 mas, bpa=14.47 degrees ! Estimated noise=600.699 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000682686 Jy ! Component: 100 - total flux cleaned = 0.000807073 Jy ! Component: 150 - total flux cleaned = 0.000822777 Jy ! Component: 200 - total flux cleaned = 0.00083649 Jy ! Total flux subtracted in 200 components = 0.00083649 Jy ! Clean residual min=-0.001612 max=0.001692 Jy/beam ! Clean residual mean=-0.000002 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.0526441 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 57 components and 0.0526441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084003Jy sigma=0.000731 ! Fit after self-cal, rms=0.083999Jy sigma=0.000731 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.66812e-05 Jy ! Component: 100 - total flux cleaned = 4.86938e-05 Jy ! Component: 150 - total flux cleaned = 6.38482e-05 Jy ! Component: 200 - total flux cleaned = 7.74386e-05 Jy ! Total flux subtracted in 200 components = 7.74386e-05 Jy ! Clean residual min=-0.001640 max=0.001672 Jy/beam ! Clean residual mean=-0.000002 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.0527215 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 58 components and 0.0527215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083993Jy sigma=0.000731 ! Fit after self-cal, rms=0.083974Jy sigma=0.000730 ! Inverting map ! Added new window around map position (95, 32.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000589786 Jy ! Component: 100 - total flux cleaned = 0.000113251 Jy ! Component: 150 - total flux cleaned = -0.000221332 Jy ! Component: 200 - total flux cleaned = -0.000371331 Jy ! Total flux subtracted in 200 components = -0.000371331 Jy ! Clean residual min=-0.001514 max=0.001670 Jy/beam ! Clean residual mean=-0.000001 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.0523502 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 73 components and 0.0523502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083934Jy sigma=0.000730 ! Fit after self-cal, rms=0.083913Jy sigma=0.000730 ! Inverting map ! Added new window around map position (-56.5, 54.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015591 Jy ! Component: 100 - total flux cleaned = 0.00186474 Jy ! Component: 150 - total flux cleaned = 0.00172342 Jy ! Component: 200 - total flux cleaned = 0.00153081 Jy ! Total flux subtracted in 200 components = 0.00153081 Jy ! Clean residual min=-0.001482 max=0.001602 Jy/beam ! Clean residual mean=-0.000000 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.053881 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 94 components and 0.053881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083867Jy sigma=0.000730 ! Fit after self-cal, rms=0.083850Jy sigma=0.000730 ! 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.083850Jy sigma=0.000730 ! Fit after self-cal, rms=0.083237Jy sigma=0.000730 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.858 mas, bmaj=19.88 mas, bpa=5.117 degrees ! Estimated noise=689.618 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000267758 Jy ! Component: 100 - total flux cleaned = 0.000237668 Jy ! Component: 150 - total flux cleaned = 0.000264358 Jy ! Component: 200 - total flux cleaned = 0.000197123 Jy ! Total flux subtracted in 200 components = 0.000197123 Jy ! Clean residual min=-0.001572 max=0.001702 Jy/beam ! Clean residual mean=0.000001 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.0540781 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 120 components and 0.0540781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083218Jy sigma=0.000729 ! Fit after self-cal, rms=0.083200Jy sigma=0.000729 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 (-97.5, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00139537 Jy ! Component: 100 - total flux cleaned = 0.00157693 Jy ! Component: 150 - total flux cleaned = 0.00160931 Jy ! Component: 200 - total flux cleaned = 0.0014823 Jy ! Total flux subtracted in 200 components = 0.0014823 Jy ! Clean residual min=-0.001474 max=0.000989 Jy/beam ! Clean residual mean=-0.000001 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.0555604 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 153 components and 0.0555604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083171Jy sigma=0.000729 ! Fit after self-cal, rms=0.083147Jy sigma=0.000729 ! 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.93 mas, bmaj=13.52 mas, bpa=14.46 degrees ! Estimated noise=597.796 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.93 x 13.52 at 14.46 degrees (North through East) ! Clean map min=-0.001791 max=0.04794 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=3.083 mas, bmaj=11.73 mas, bpa=16.23 degrees ! Estimated noise=994.824 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0364171 Jy ! Component: 100 - total flux cleaned = 0.0448363 Jy ! Component: 150 - total flux cleaned = 0.049165 Jy ! Component: 200 - total flux cleaned = 0.0514767 Jy ! Total flux subtracted in 200 components = 0.0514767 Jy ! Clean residual min=-0.002547 max=0.002574 Jy/beam ! Clean residual mean=-0.000003 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.0514767 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.0514767 Jy ! Inverting map and beam ! Estimated beam: bmin=3.93 mas, bmaj=13.52 mas, bpa=14.46 degrees ! Estimated noise=597.796 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.00161715 Jy ! Component: 100 - total flux cleaned = 0.00308954 Jy ! Component: 150 - total flux cleaned = 0.00407269 Jy ! Component: 200 - total flux cleaned = 0.004877 Jy ! Total flux subtracted in 200 components = 0.004877 Jy ! Clean residual min=-0.001742 max=0.001532 Jy/beam ! Clean residual mean=-0.000002 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.0563537 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 59 components and 0.0563537 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.858 mas, bmaj=19.88 mas, bpa=5.117 degrees ! Estimated noise=689.618 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000765384 Jy ! Component: 100 - total flux cleaned = 0.000668015 Jy ! Component: 150 - total flux cleaned = 0.000754616 Jy ! Component: 200 - total flux cleaned = 0.000791168 Jy ! Total flux subtracted in 200 components = 0.000791168 Jy ! Clean residual min=-0.001646 max=0.001109 Jy/beam ! Clean residual mean=-0.000001 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.0571448 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.2551e-06 Jy ! Component: 100 - total flux cleaned = -9.60657e-05 Jy ! Component: 150 - total flux cleaned = -0.000186261 Jy ! Component: 200 - total flux cleaned = -0.000323374 Jy ! Total flux subtracted in 200 components = -0.000323374 Jy ! Clean residual min=-0.001456 max=0.001080 Jy/beam ! Clean residual mean=0.000001 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.0568215 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 117 components and 0.0568215 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.93 mas, bmaj=13.52 mas, bpa=14.46 degrees ! Estimated noise=597.796 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000194951 Jy ! Component: 100 - total flux cleaned = -0.00036071 Jy ! Component: 150 - total flux cleaned = -0.000400852 Jy ! Component: 200 - total flux cleaned = -0.000402154 Jy ! Total flux subtracted in 200 components = -0.000402154 Jy ! Clean residual min=-0.001297 max=0.001335 Jy/beam ! Clean residual mean=0.000001 rms=0.000341 Jy/beam ! Combined flux in latest and established models = 0.0564193 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 146 components and 0.0564193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083142Jy sigma=0.000729 ! Fit after self-cal, rms=0.083131Jy sigma=0.000729 wmodel J1033-2536_S_2014_05_31_pus_map.mod ! Writing 146 model components to file: J1033-2536_S_2014_05_31_pus_map.mod wobs J1033-2536_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1033-2536_S_2014_05_31_pus_uvs.fits wwins J1033-2536_S_2014_05_31_pus_map.win ! wwins: Wrote 4 windows to J1033-2536_S_2014_05_31_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.000326945 Jy ! Component: 100 - total flux cleaned = -0.000460374 Jy ! Component: 150 - total flux cleaned = -0.000503055 Jy ! Component: 200 - total flux cleaned = -0.000482599 Jy ! Component: 250 - total flux cleaned = -0.000522186 Jy ! Component: 300 - total flux cleaned = -0.000502565 Jy ! Component: 350 - total flux cleaned = -0.000558598 Jy ! Component: 400 - total flux cleaned = -0.000576419 Jy ! Component: 450 - total flux cleaned = -0.00061222 Jy ! Component: 500 - total flux cleaned = -0.000647493 Jy ! Component: 550 - total flux cleaned = -0.00076762 Jy ! Component: 600 - total flux cleaned = -0.000851251 Jy ! Component: 650 - total flux cleaned = -0.000883894 Jy ! Component: 700 - total flux cleaned = -0.000981029 Jy ! Component: 750 - total flux cleaned = -0.00104468 Jy ! Component: 800 - total flux cleaned = -0.00113841 Jy ! Component: 850 - total flux cleaned = -0.00118444 Jy ! Component: 900 - total flux cleaned = -0.00121461 Jy ! Component: 950 - total flux cleaned = -0.00128915 Jy ! Component: 1000 - total flux cleaned = -0.00130377 Jy ! Component: 1050 - total flux cleaned = -0.00133251 Jy ! Component: 1100 - total flux cleaned = -0.00134657 Jy ! Component: 1150 - total flux cleaned = -0.00137445 Jy ! Component: 1200 - total flux cleaned = -0.00138834 Jy ! Component: 1250 - total flux cleaned = -0.00144282 Jy ! Component: 1300 - total flux cleaned = -0.00144246 Jy ! Component: 1350 - total flux cleaned = -0.00148243 Jy ! Component: 1400 - total flux cleaned = -0.00154835 Jy ! Component: 1450 - total flux cleaned = -0.0016004 Jy ! Component: 1500 - total flux cleaned = -0.0016775 Jy ! Component: 1550 - total flux cleaned = -0.0016902 Jy ! Component: 1600 - total flux cleaned = -0.00177814 Jy ! Component: 1650 - total flux cleaned = -0.00184012 Jy ! Component: 1700 - total flux cleaned = -0.00192595 Jy ! Component: 1750 - total flux cleaned = -0.00193824 Jy ! Component: 1800 - total flux cleaned = -0.00198647 Jy ! Component: 1850 - total flux cleaned = -0.00210536 Jy ! Component: 1900 - total flux cleaned = -0.00210527 Jy ! Component: 1950 - total flux cleaned = -0.00216363 Jy ! Component: 2000 - total flux cleaned = -0.00219838 Jy ! Component: 2050 - total flux cleaned = -0.00225557 Jy ! Component: 2100 - total flux cleaned = -0.00226676 Jy ! Component: 2150 - total flux cleaned = -0.00228937 Jy ! Component: 2200 - total flux cleaned = -0.00231166 Jy ! Component: 2250 - total flux cleaned = -0.00237785 Jy ! Component: 2300 - total flux cleaned = -0.00238881 Jy ! Component: 2350 - total flux cleaned = -0.00239966 Jy ! Component: 2400 - total flux cleaned = -0.00244251 Jy ! Component: 2450 - total flux cleaned = -0.00246387 Jy ! Component: 2500 - total flux cleaned = -0.00249547 Jy ! Component: 2550 - total flux cleaned = -0.00249534 Jy ! Component: 2600 - total flux cleaned = -0.00250572 Jy ! Component: 2650 - total flux cleaned = -0.00251602 Jy ! Component: 2700 - total flux cleaned = -0.00252632 Jy ! Component: 2750 - total flux cleaned = -0.00253653 Jy ! Component: 2800 - total flux cleaned = -0.00257685 Jy ! Component: 2850 - total flux cleaned = -0.00258703 Jy ! Component: 2900 - total flux cleaned = -0.0026366 Jy ! Component: 2950 - total flux cleaned = -0.00264637 Jy ! Component: 3000 - total flux cleaned = -0.00270477 Jy ! Component: 3050 - total flux cleaned = -0.00269515 Jy ! Component: 3100 - total flux cleaned = -0.00271445 Jy ! Component: 3150 - total flux cleaned = -0.00272406 Jy ! Component: 3200 - total flux cleaned = -0.00276204 Jy ! Component: 3250 - total flux cleaned = -0.00281841 Jy ! Component: 3300 - total flux cleaned = -0.0028371 Jy ! Component: 3350 - total flux cleaned = -0.00282781 Jy ! Component: 3400 - total flux cleaned = -0.00286478 Jy ! Component: 3450 - total flux cleaned = -0.00287394 Jy ! Component: 3500 - total flux cleaned = -0.00291957 Jy ! Component: 3550 - total flux cleaned = -0.00291959 Jy ! Component: 3600 - total flux cleaned = -0.00294666 Jy ! Component: 3650 - total flux cleaned = -0.00300939 Jy ! Component: 3700 - total flux cleaned = -0.00301824 Jy ! Component: 3750 - total flux cleaned = -0.00306254 Jy ! Component: 3800 - total flux cleaned = -0.00309763 Jy ! Component: 3850 - total flux cleaned = -0.00308014 Jy ! Component: 3900 - total flux cleaned = -0.00313238 Jy ! Component: 3950 - total flux cleaned = -0.00314961 Jy ! Component: 4000 - total flux cleaned = -0.00316692 Jy ! Component: 4050 - total flux cleaned = -0.00319262 Jy ! Total flux subtracted in 4096 components = -0.00321823 Jy ! Clean residual min=-0.000480 max=0.000505 Jy/beam ! Clean residual mean=0.000000 rms=0.000167 Jy/beam ! Combined flux in latest and established models = 0.0532011 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 435 components and 0.0532011 Jy ![Exited script file: muppet] wmap "J1033-2536_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.93 x 13.52 at 14.46 degrees (North through East) ! Clean map min=-0.0013427 max=0.047303 Jy/beam ! Writing clean map to FITS file: J1033-2536_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.047303 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000163598 device "J1033-2536_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1033-2536_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.03755 1.03755 2.0751 4.1502 8.3004 16.6008 33.2016 66.4032 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.047 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.93 x 13.52 at 14.46 degrees (North through East) ! Clean map min=-0.0013427 max=0.047303 Jy/beam quit ! Quitting program ! Log file J1033-2536_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:22:36 2016