! Started logfile: J0643-2451_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:49:12 2016 obs J0643-2451_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0643-2451_S_2014_05_31_pus_uva.fits ! AN table 1: 93 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.694624 visibilities/baseline/integration-bin. ! Found source: J0643-2451 ! ! 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 11628 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 J0643-2451_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 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.912094Jy sigma=0.007754 ! Fit after self-cal, rms=0.764788Jy sigma=0.006554 ! 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.136 mas, bmaj=12.59 mas, bpa=16.88 degrees ! Estimated noise=1199.5 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.169469 Jy ! Component: 100 - total flux cleaned = 0.224288 Jy ! Total flux subtracted in 100 components = 0.224288 Jy ! Clean residual min=-0.012744 max=0.025493 Jy/beam ! Clean residual mean=-0.000012 rms=0.004031 Jy/beam ! Combined flux in latest and established models = 0.224288 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.224288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.195293Jy sigma=0.000995 ! Fit after self-cal, rms=0.195211Jy sigma=0.000994 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0293378 Jy ! Component: 100 - total flux cleaned = 0.0470372 Jy ! Total flux subtracted in 100 components = 0.0470372 Jy ! Clean residual min=-0.009579 max=0.012362 Jy/beam ! Clean residual mean=0.000026 rms=0.002934 Jy/beam ! Combined flux in latest and established models = 0.271325 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 55 components and 0.271325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.185442Jy sigma=0.000912 ! Fit after self-cal, rms=0.185389Jy sigma=0.000911 ! 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.854 mas, bmaj=14.21 mas, bpa=16.06 degrees ! Estimated noise=798.652 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.0187792 Jy ! Component: 100 - total flux cleaned = 0.0293464 Jy ! Component: 150 - total flux cleaned = 0.0355603 Jy ! Component: 200 - total flux cleaned = 0.037584 Jy ! Total flux subtracted in 200 components = 0.037584 Jy ! Clean residual min=-0.011971 max=0.010256 Jy/beam ! Clean residual mean=0.000072 rms=0.003440 Jy/beam ! Combined flux in latest and established models = 0.308909 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 101 components and 0.308909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180871Jy sigma=0.000899 ! Fit after self-cal, rms=0.180867Jy sigma=0.000899 ! 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 0.90 FD 0.84 HN 1.06 KP 1.09 ! LA 1.23 MK 1.00* NL 0.99 OV 0.97 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.00 HN 1.13 KP 1.05 ! LA 1.16 MK 1.00* NL 1.04 OV 1.01 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.84 FD 1.15 HN 1.11 KP 0.96 ! LA 0.91 MK 1.00* NL 1.00 OV 0.95 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.02 HN 1.10 KP 0.89 ! LA 0.88 MK 1.00* NL 1.05 OV 1.00 ! PT 1.04 SC 0.97 ! ! ! Fit before self-cal, rms=0.180867Jy sigma=0.000899 ! Fit after self-cal, rms=0.162007Jy sigma=0.000861 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.841 mas, bmaj=14.39 mas, bpa=16.49 degrees ! Estimated noise=817.349 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.00668198 Jy ! Component: 100 - total flux cleaned = 0.00771328 Jy ! Component: 150 - total flux cleaned = 0.00759879 Jy ! Component: 200 - total flux cleaned = 0.00750042 Jy ! Total flux subtracted in 200 components = 0.00750042 Jy ! Clean residual min=-0.011390 max=0.010117 Jy/beam ! Clean residual mean=0.000013 rms=0.003285 Jy/beam ! Combined flux in latest and established models = 0.316409 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 109 components and 0.316409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161055Jy sigma=0.000861 ! Fit after self-cal, rms=0.161044Jy sigma=0.000861 ! 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.161044Jy sigma=0.000861 ! Fit after self-cal, rms=0.167998Jy sigma=0.000857 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.828 mas, bmaj=14.4 mas, bpa=16.58 degrees ! Estimated noise=842.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00755195 Jy ! Component: 100 - total flux cleaned = 0.00878366 Jy ! Component: 150 - total flux cleaned = 0.00861666 Jy ! Component: 200 - total flux cleaned = 0.00839163 Jy ! Total flux subtracted in 200 components = 0.00839163 Jy ! Clean residual min=-0.011482 max=0.010091 Jy/beam ! Clean residual mean=0.000017 rms=0.003313 Jy/beam ! Combined flux in latest and established models = 0.324801 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 112 components and 0.324801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166777Jy sigma=0.000858 ! Fit after self-cal, rms=0.166786Jy sigma=0.000858 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 = -7.0499e-05 Jy ! Component: 100 - total flux cleaned = -0.000261492 Jy ! Component: 150 - total flux cleaned = -0.000429729 Jy ! Component: 200 - total flux cleaned = -0.000532489 Jy ! Total flux subtracted in 200 components = -0.000532489 Jy ! Clean residual min=-0.011675 max=0.010109 Jy/beam ! Clean residual mean=0.000015 rms=0.003316 Jy/beam ! Combined flux in latest and established models = 0.324268 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 118 components and 0.324268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166647Jy sigma=0.000858 ! Fit after self-cal, rms=0.166647Jy sigma=0.000858 ! 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.166647Jy sigma=0.000858 ! Fit after self-cal, rms=0.120241Jy sigma=0.000802 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.831 mas, bmaj=14.41 mas, bpa=16.36 degrees ! Estimated noise=852.173 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010158 Jy ! Component: 100 - total flux cleaned = 0.00116311 Jy ! Component: 150 - total flux cleaned = 0.00115922 Jy ! Component: 200 - total flux cleaned = 0.00105693 Jy ! Total flux subtracted in 200 components = 0.00105693 Jy ! Clean residual min=-0.004294 max=0.003853 Jy/beam ! Clean residual mean=0.000002 rms=0.000963 Jy/beam ! Combined flux in latest and established models = 0.325325 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 126 components and 0.325325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120113Jy sigma=0.000801 ! Fit after self-cal, rms=0.120069Jy sigma=0.000801 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.73538e-05 Jy ! Component: 100 - total flux cleaned = -6.76469e-05 Jy ! Component: 150 - total flux cleaned = -6.76018e-05 Jy ! Component: 200 - total flux cleaned = -6.51893e-05 Jy ! Total flux subtracted in 200 components = -6.51893e-05 Jy ! Clean residual min=-0.004063 max=0.003788 Jy/beam ! Clean residual mean=0.000002 rms=0.000965 Jy/beam ! Combined flux in latest and established models = 0.32526 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 135 components and 0.32526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120037Jy sigma=0.000801 ! Fit after self-cal, rms=0.120032Jy sigma=0.000801 ! 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.120032Jy sigma=0.000801 ! Fit after self-cal, rms=0.121608Jy sigma=0.000801 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.862 mas, bmaj=20.38 mas, bpa=7.156 degrees ! Estimated noise=970.268 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00216097 Jy ! Component: 100 - total flux cleaned = 0.00238556 Jy ! Component: 150 - total flux cleaned = 0.00234331 Jy ! Component: 200 - total flux cleaned = 0.00230727 Jy ! Total flux subtracted in 200 components = 0.00230727 Jy ! Clean residual min=-0.003893 max=0.004240 Jy/beam ! Clean residual mean=0.000005 rms=0.001137 Jy/beam ! Combined flux in latest and established models = 0.327567 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 140 components and 0.327567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121522Jy sigma=0.000801 ! Fit after self-cal, rms=0.121530Jy sigma=0.000801 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.65868e-05 Jy ! Component: 100 - total flux cleaned = 1.87673e-05 Jy ! Component: 150 - total flux cleaned = -7.91107e-06 Jy ! Component: 200 - total flux cleaned = -3.25015e-05 Jy ! Total flux subtracted in 200 components = -3.25015e-05 Jy ! Clean residual min=-0.003915 max=0.004171 Jy/beam ! Clean residual mean=0.000004 rms=0.001132 Jy/beam ! Combined flux in latest and established models = 0.327535 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 143 components and 0.327535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121528Jy sigma=0.000801 ! Fit after self-cal, rms=0.121529Jy sigma=0.000801 ! 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.829 mas, bmaj=14.43 mas, bpa=16.43 degrees ! Estimated noise=859.325 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.829 x 14.43 at 16.43 degrees (North through East) ! Clean map min=-0.0038359 max=0.25307 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.088 mas, bmaj=12.8 mas, bpa=17.28 degrees ! Estimated noise=1299.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.183956 Jy ! Component: 100 - total flux cleaned = 0.245402 Jy ! Component: 150 - total flux cleaned = 0.277013 Jy ! Component: 200 - total flux cleaned = 0.294425 Jy ! Total flux subtracted in 200 components = 0.294425 Jy ! Clean residual min=-0.005531 max=0.008775 Jy/beam ! Clean residual mean=-0.000014 rms=0.001586 Jy/beam ! Combined flux in latest and established models = 0.294425 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.294425 Jy ! Inverting map and beam ! Estimated beam: bmin=3.829 mas, bmaj=14.43 mas, bpa=16.43 degrees ! Estimated noise=859.325 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.0148175 Jy ! Component: 100 - total flux cleaned = 0.0225982 Jy ! Component: 150 - total flux cleaned = 0.0269686 Jy ! Component: 200 - total flux cleaned = 0.0294908 Jy ! Total flux subtracted in 200 components = 0.0294908 Jy ! Clean residual min=-0.003732 max=0.004261 Jy/beam ! Clean residual mean=0.000001 rms=0.000992 Jy/beam ! Combined flux in latest and established models = 0.323916 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 88 components and 0.323916 Jy ! Inverting map ! Added new window around map position (-8, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00391566 Jy ! Component: 100 - total flux cleaned = 0.00488127 Jy ! Component: 150 - total flux cleaned = 0.00494478 Jy ! Component: 200 - total flux cleaned = 0.00494493 Jy ! Total flux subtracted in 200 components = 0.00494493 Jy ! Clean residual min=-0.003296 max=0.003784 Jy/beam ! Clean residual mean=0.000005 rms=0.000882 Jy/beam ! Combined flux in latest and established models = 0.328861 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 138 components and 0.328861 Jy ! Inverting map ! Added new window around map position (-61, 50). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00171364 Jy ! Component: 100 - total flux cleaned = 0.00219538 Jy ! Component: 150 - total flux cleaned = 0.00254841 Jy ! Component: 200 - total flux cleaned = 0.00259997 Jy ! Total flux subtracted in 200 components = 0.00259997 Jy ! Clean residual min=-0.003094 max=0.002774 Jy/beam ! Clean residual mean=0.000001 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.331461 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 164 components and 0.331461 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.862 mas, bmaj=20.38 mas, bpa=7.156 degrees ! Estimated noise=970.268 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000345088 Jy ! Component: 100 - total flux cleaned = 0.00034868 Jy ! Component: 150 - total flux cleaned = 0.000433373 Jy ! Component: 200 - total flux cleaned = 0.000506211 Jy ! Total flux subtracted in 200 components = 0.000506211 Jy ! Clean residual min=-0.003056 max=0.003405 Jy/beam ! Clean residual mean=-0.000002 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.331967 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 = 3.52409e-05 Jy ! Component: 100 - total flux cleaned = 6.75398e-05 Jy ! Component: 150 - total flux cleaned = 6.76187e-05 Jy ! Component: 200 - total flux cleaned = 6.93311e-05 Jy ! Total flux subtracted in 200 components = 6.93311e-05 Jy ! Clean residual min=-0.003031 max=0.003332 Jy/beam ! Clean residual mean=-0.000003 rms=0.000914 Jy/beam ! Combined flux in latest and established models = 0.332036 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 218 components and 0.332036 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.829 mas, bmaj=14.43 mas, bpa=16.43 degrees ! Estimated noise=859.325 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.00054e-05 Jy ! Component: 100 - total flux cleaned = -0.000158674 Jy ! Component: 150 - total flux cleaned = -0.00019644 Jy ! Component: 200 - total flux cleaned = -0.000303725 Jy ! Total flux subtracted in 200 components = -0.000303725 Jy ! Clean residual min=-0.002989 max=0.002739 Jy/beam ! Clean residual mean=-0.000000 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.331733 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 240 components and 0.331733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121165Jy sigma=0.000799 ! Fit after self-cal, rms=0.121129Jy sigma=0.000799 wmodel J0643-2451_S_2014_05_31_pus_map.mod ! Writing 240 model components to file: J0643-2451_S_2014_05_31_pus_map.mod wobs J0643-2451_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0643-2451_S_2014_05_31_pus_uvs.fits wwins J0643-2451_S_2014_05_31_pus_map.win ! wwins: Wrote 3 windows to J0643-2451_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.000339595 Jy ! Component: 100 - total flux cleaned = 9.21869e-05 Jy ! Component: 150 - total flux cleaned = 0.000410611 Jy ! Component: 200 - total flux cleaned = 0.000758106 Jy ! Component: 250 - total flux cleaned = 0.00104937 Jy ! Component: 300 - total flux cleaned = 0.00100944 Jy ! Component: 350 - total flux cleaned = 0.00101007 Jy ! Component: 400 - total flux cleaned = 0.000934585 Jy ! Component: 450 - total flux cleaned = 0.000935101 Jy ! Component: 500 - total flux cleaned = 0.000900008 Jy ! Component: 550 - total flux cleaned = 0.000899968 Jy ! Component: 600 - total flux cleaned = 0.000798242 Jy ! Component: 650 - total flux cleaned = 0.000797817 Jy ! Component: 700 - total flux cleaned = 0.000699728 Jy ! Component: 750 - total flux cleaned = 0.000604163 Jy ! Component: 800 - total flux cleaned = 0.000479537 Jy ! Component: 850 - total flux cleaned = 0.000449431 Jy ! Component: 900 - total flux cleaned = 0.000358638 Jy ! Component: 950 - total flux cleaned = 0.000269735 Jy ! Component: 1000 - total flux cleaned = 0.0002113 Jy ! Component: 1050 - total flux cleaned = 4.01448e-05 Jy ! Component: 1100 - total flux cleaned = -9.95655e-05 Jy ! Component: 1150 - total flux cleaned = -0.000182078 Jy ! Component: 1200 - total flux cleaned = -0.000182535 Jy ! Component: 1250 - total flux cleaned = -0.000370031 Jy ! Component: 1300 - total flux cleaned = -0.000422146 Jy ! Component: 1350 - total flux cleaned = -0.000551817 Jy ! Component: 1400 - total flux cleaned = -0.000653612 Jy ! Component: 1450 - total flux cleaned = -0.000779382 Jy ! Component: 1500 - total flux cleaned = -0.00085349 Jy ! Component: 1550 - total flux cleaned = -0.000902368 Jy ! Component: 1600 - total flux cleaned = -0.00104717 Jy ! Component: 1650 - total flux cleaned = -0.00114275 Jy ! Component: 1700 - total flux cleaned = -0.00128388 Jy ! Component: 1750 - total flux cleaned = -0.00137692 Jy ! Component: 1800 - total flux cleaned = -0.0016297 Jy ! Component: 1850 - total flux cleaned = -0.00178836 Jy ! Component: 1900 - total flux cleaned = -0.00187791 Jy ! Component: 1950 - total flux cleaned = -0.00196672 Jy ! Component: 2000 - total flux cleaned = -0.00201018 Jy ! Component: 2050 - total flux cleaned = -0.00205379 Jy ! Component: 2100 - total flux cleaned = -0.0021401 Jy ! Component: 2150 - total flux cleaned = -0.0021825 Jy ! Component: 2200 - total flux cleaned = -0.00220322 Jy ! Component: 2250 - total flux cleaned = -0.00220261 Jy ! Component: 2300 - total flux cleaned = -0.00222343 Jy ! Component: 2350 - total flux cleaned = -0.00236676 Jy ! Component: 2400 - total flux cleaned = -0.00236672 Jy ! Component: 2450 - total flux cleaned = -0.00238672 Jy ! Component: 2500 - total flux cleaned = -0.00240624 Jy ! Component: 2550 - total flux cleaned = -0.00244569 Jy ! Component: 2600 - total flux cleaned = -0.00244566 Jy ! Component: 2650 - total flux cleaned = -0.00242656 Jy ! Component: 2700 - total flux cleaned = -0.00248411 Jy ! Component: 2750 - total flux cleaned = -0.00254118 Jy ! Component: 2800 - total flux cleaned = -0.00254128 Jy ! Component: 2850 - total flux cleaned = -0.00259718 Jy ! Component: 2900 - total flux cleaned = -0.00254174 Jy ! Component: 2950 - total flux cleaned = -0.00252334 Jy ! Component: 3000 - total flux cleaned = -0.00252316 Jy ! Component: 3050 - total flux cleaned = -0.00252314 Jy ! Component: 3100 - total flux cleaned = -0.00248696 Jy ! Component: 3150 - total flux cleaned = -0.00243327 Jy ! Component: 3200 - total flux cleaned = -0.00234525 Jy ! Component: 3250 - total flux cleaned = -0.00236279 Jy ! Component: 3300 - total flux cleaned = -0.00238025 Jy ! Component: 3350 - total flux cleaned = -0.0023803 Jy ! Component: 3400 - total flux cleaned = -0.00234593 Jy ! Component: 3450 - total flux cleaned = -0.00238001 Jy ! Component: 3500 - total flux cleaned = -0.00232934 Jy ! Component: 3550 - total flux cleaned = -0.00239633 Jy ! Component: 3600 - total flux cleaned = -0.0022964 Jy ! Component: 3650 - total flux cleaned = -0.00229652 Jy ! Component: 3700 - total flux cleaned = -0.00226383 Jy ! Component: 3750 - total flux cleaned = -0.00232886 Jy ! Component: 3800 - total flux cleaned = -0.00228024 Jy ! Component: 3850 - total flux cleaned = -0.00219983 Jy ! Component: 3900 - total flux cleaned = -0.00218384 Jy ! Component: 3950 - total flux cleaned = -0.00210452 Jy ! Component: 4000 - total flux cleaned = -0.00216764 Jy ! Component: 4050 - total flux cleaned = -0.00215181 Jy ! Total flux subtracted in 4096 components = -0.00207385 Jy ! Clean residual min=-0.000832 max=0.000908 Jy/beam ! Clean residual mean=0.000001 rms=0.000304 Jy/beam ! Combined flux in latest and established models = 0.329659 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 531 components and 0.329659 Jy ![Exited script file: muppet] wmap "J0643-2451_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.829 x 14.43 at 16.43 degrees (North through East) ! Clean map min=-0.0022331 max=0.25329 Jy/beam ! Writing clean map to FITS file: J0643-2451_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.253287 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000299943 device "J0643-2451_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0643-2451_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.355261 0.355261 0.710521 1.42104 2.84208 5.68417 11.3683 22.7367 45.4734 90.9467 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.253 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.829 x 14.43 at 16.43 degrees (North through East) ! Clean map min=-0.0022331 max=0.25329 Jy/beam quit ! Quitting program ! Log file J0643-2451_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:49:19 2016