! Started logfile: /scr/pima/rv117_uvs/J0946+1017_S_dfm.log on Sat Dec 9 23:43:27 2017 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.23275 obs /scr/pima/rv117_uvs/J0946+1017_S_uva.fits ! Reading UV FITS file: /scr/pima/rv117_uvs/J0946+1017_S_uva.fits ! AN table 1: 63 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.540388 visibilities/baseline/integration-bin. ! Found source: J0946+1017 ! ! 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.23275e+09 8e+06 1 8e+06 ! 02 2 2.26275e+09 8e+06 1 8e+06 ! 03 3 2.35275e+09 8e+06 1 8e+06 ! 04 4 2.37275e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 74 lines of history. ! ! Reading 6128 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Restricting channel ranges to the available 4 channels. ! 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 ![@/opt64/bin/pima_mupet_01.dfm J0946+1017_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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 206 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 206 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 206 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 206 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.015476Jy sigma=18.079646 ! Fit after self-cal, rms=0.856283Jy sigma=15.248307 ! 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.545 mas, bmaj=5.947 mas, bpa=0.54 degrees ! Estimated noise=0.783039 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.110483 Jy ! Component: 100 - total flux cleaned = 0.135021 Jy ! Total flux subtracted in 100 components = 0.135021 Jy ! Clean residual min=-0.003854 max=0.008257 Jy/beam ! Clean residual mean=0.000007 rms=0.001099 Jy/beam ! Combined flux in latest and established models = 0.135021 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.135021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052359Jy sigma=0.895955 ! Fit after self-cal, rms=0.052356Jy sigma=0.895863 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00874079 Jy ! Component: 100 - total flux cleaned = 0.0130243 Jy ! Total flux subtracted in 100 components = 0.0130243 Jy ! Clean residual min=-0.003351 max=0.004774 Jy/beam ! Clean residual mean=0.000004 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.148045 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.148045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050552Jy sigma=0.861969 ! Fit after self-cal, rms=0.050542Jy sigma=0.861651 ! 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=4.49 mas, bmaj=7.276 mas, bpa=0.5631 degrees ! Estimated noise=0.541513 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 (-3.5, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00604578 Jy ! Component: 100 - total flux cleaned = 0.0097513 Jy ! Component: 150 - total flux cleaned = 0.0124064 Jy ! Component: 200 - total flux cleaned = 0.0143467 Jy ! Total flux subtracted in 200 components = 0.0143467 Jy ! Clean residual min=-0.003113 max=0.003112 Jy/beam ! Clean residual mean=0.000011 rms=0.000847 Jy/beam ! Combined flux in latest and established models = 0.162392 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 66 components and 0.162392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049737Jy sigma=0.845738 ! Fit after self-cal, rms=0.049664Jy sigma=0.844358 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.49 x 7.276 at 0.5631 degrees (North through East) ! Clean map min=-0.0031718 max=0.14367 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.93 HN 0.96 KP 1.01 ! LA 0.99 MK 1.00 NL 1.01 OV 0.98 ! PT 0.97 SC 1.05 ! ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.95 HN 1.00 KP 1.04 ! LA 0.95 MK 0.99 NL 1.10 OV 1.00 ! PT 0.98 SC 0.97 ! ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.98 HN 1.00 KP 1.00 ! LA 0.99 MK 1.03 NL 1.06 OV 1.02 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.99 HN 1.03 KP 1.01 ! LA 1.00 MK 1.04 NL 1.01 OV 0.99 ! PT 0.98 SC 1.00 ! ! ! Fit before self-cal, rms=0.049664Jy sigma=0.844358 ! Fit after self-cal, rms=0.049284Jy sigma=0.837096 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.671 mas, bmaj=7.346 mas, bpa=1.841 degrees ! Estimated noise=0.539752 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.0002117 Jy ! Component: 100 - total flux cleaned = 0.000663492 Jy ! Component: 150 - total flux cleaned = 0.00097051 Jy ! Component: 200 - total flux cleaned = 0.00103266 Jy ! Total flux subtracted in 200 components = 0.00103266 Jy ! Clean residual min=-0.002893 max=0.002639 Jy/beam ! Clean residual mean=0.000006 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.163425 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 88 components and 0.163425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049186Jy sigma=0.835623 ! Fit after self-cal, rms=0.049192Jy sigma=0.835395 ! 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.049192Jy sigma=0.835395 ! Fit after self-cal, rms=0.049045Jy sigma=0.806084 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.663 mas, bmaj=7.36 mas, bpa=1.764 degrees ! Estimated noise=0.541367 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112366 Jy ! Component: 100 - total flux cleaned = 0.00134939 Jy ! Component: 150 - total flux cleaned = 0.00139854 Jy ! Component: 200 - total flux cleaned = 0.00146304 Jy ! Total flux subtracted in 200 components = 0.00146304 Jy ! Clean residual min=-0.001754 max=0.001889 Jy/beam ! Clean residual mean=0.000002 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.164888 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 103 components and 0.164888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049007Jy sigma=0.805266 ! Fit after self-cal, rms=0.049045Jy sigma=0.805030 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 (-103.5, 87.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00157691 Jy ! Component: 100 - total flux cleaned = 0.00162896 Jy ! Component: 150 - total flux cleaned = 0.00150271 Jy ! Component: 200 - total flux cleaned = 0.00144592 Jy ! Total flux subtracted in 200 components = 0.00144592 Jy ! Clean residual min=-0.001776 max=0.001753 Jy/beam ! Clean residual mean=0.000002 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.166334 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 122 components and 0.166334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048976Jy sigma=0.803702 ! Fit after self-cal, rms=0.048976Jy sigma=0.803605 ! 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.048976Jy sigma=0.803605 ! Fit after self-cal, rms=0.048948Jy sigma=0.801414 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.658 mas, bmaj=7.358 mas, bpa=1.683 degrees ! Estimated noise=0.541338 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000389931 Jy ! Component: 100 - total flux cleaned = 0.000501424 Jy ! Component: 150 - total flux cleaned = 0.000478446 Jy ! Component: 200 - total flux cleaned = 0.000435022 Jy ! Total flux subtracted in 200 components = 0.000435022 Jy ! Clean residual min=-0.001781 max=0.001624 Jy/beam ! Clean residual mean=0.000001 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.166769 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 134 components and 0.166769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048920Jy sigma=0.800949 ! Fit after self-cal, rms=0.048921Jy sigma=0.800916 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 = 4.70348e-05 Jy ! Component: 100 - total flux cleaned = 4.702e-05 Jy ! Component: 150 - total flux cleaned = 4.72346e-05 Jy ! Component: 200 - total flux cleaned = 8.21662e-05 Jy ! Total flux subtracted in 200 components = 8.21662e-05 Jy ! Clean residual min=-0.001776 max=0.001611 Jy/beam ! Clean residual mean=0.000001 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.166851 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 144 components and 0.166851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048907Jy sigma=0.800694 ! Fit after self-cal, rms=0.048907Jy sigma=0.800686 ! 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.048907Jy sigma=0.800686 ! Fit after self-cal, rms=0.048941Jy sigma=0.800654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.663 mas, bmaj=10.45 mas, bpa=2.352 degrees ! Estimated noise=0.628349 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00013838 Jy ! Component: 100 - total flux cleaned = 0.000245882 Jy ! Component: 150 - total flux cleaned = 0.000337625 Jy ! Component: 200 - total flux cleaned = 0.00037823 Jy ! Total flux subtracted in 200 components = 0.00037823 Jy ! Clean residual min=-0.002270 max=0.001779 Jy/beam ! Clean residual mean=0.000001 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.167229 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 158 components and 0.167229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048934Jy sigma=0.800571 ! Fit after self-cal, rms=0.048934Jy sigma=0.800554 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.06108e-05 Jy ! Component: 100 - total flux cleaned = 0.000130836 Jy ! Component: 150 - total flux cleaned = 0.000153957 Jy ! Component: 200 - total flux cleaned = 0.00018546 Jy ! Total flux subtracted in 200 components = 0.00018546 Jy ! Clean residual min=-0.002271 max=0.001739 Jy/beam ! Clean residual mean=0.000001 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.167415 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 170 components and 0.167415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048932Jy sigma=0.800548 ! Fit after self-cal, rms=0.048932Jy sigma=0.800541 ! 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=4.655 mas, bmaj=7.358 mas, bpa=1.653 degrees ! Estimated noise=0.541327 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.655 x 7.358 at 1.653 degrees (North through East) ! Clean map min=-0.0017291 max=0.14286 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.607 mas, bmaj=6.002 mas, bpa=2.045 degrees ! Estimated noise=0.769679 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.110434 Jy ! Component: 100 - total flux cleaned = 0.134852 Jy ! Component: 150 - total flux cleaned = 0.143335 Jy ! Component: 200 - total flux cleaned = 0.148336 Jy ! Total flux subtracted in 200 components = 0.148336 Jy ! Clean residual min=-0.002642 max=0.002850 Jy/beam ! Clean residual mean=0.000003 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.148336 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.148336 Jy ! Inverting map and beam ! Estimated beam: bmin=4.655 mas, bmaj=7.358 mas, bpa=1.653 degrees ! Estimated noise=0.541327 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.00545069 Jy ! Component: 100 - total flux cleaned = 0.00902099 Jy ! Component: 150 - total flux cleaned = 0.0116377 Jy ! Component: 200 - total flux cleaned = 0.0136373 Jy ! Total flux subtracted in 200 components = 0.0136373 Jy ! Clean residual min=-0.001815 max=0.001665 Jy/beam ! Clean residual mean=0.000003 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.161973 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 71 components and 0.161973 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=8.663 mas, bmaj=10.45 mas, bpa=2.352 degrees ! Estimated noise=0.628349 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0020944 Jy ! Component: 100 - total flux cleaned = 0.00279683 Jy ! Component: 150 - total flux cleaned = 0.00339711 Jy ! Component: 200 - total flux cleaned = 0.00387488 Jy ! Total flux subtracted in 200 components = 0.00387488 Jy ! Clean residual min=-0.002361 max=0.001809 Jy/beam ! Clean residual mean=0.000002 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.165848 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 = 0.000391894 Jy ! Component: 100 - total flux cleaned = 0.000739719 Jy ! Component: 150 - total flux cleaned = 0.00100817 Jy ! Component: 200 - total flux cleaned = 0.00121819 Jy ! Total flux subtracted in 200 components = 0.00121819 Jy ! Clean residual min=-0.002307 max=0.001773 Jy/beam ! Clean residual mean=0.000001 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.167066 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 145 components and 0.167066 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.655 mas, bmaj=7.358 mas, bpa=1.653 degrees ! Estimated noise=0.541327 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.89488e-05 Jy ! Component: 100 - total flux cleaned = 0.000107758 Jy ! Component: 150 - total flux cleaned = 0.000181818 Jy ! Component: 200 - total flux cleaned = 0.000247683 Jy ! Total flux subtracted in 200 components = 0.000247683 Jy ! Clean residual min=-0.001716 max=0.001640 Jy/beam ! Clean residual mean=0.000000 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.167314 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 162 components and 0.167314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048947Jy sigma=0.800755 ! Fit after self-cal, rms=0.048943Jy sigma=0.800688 wmodel J0946+1017_S_map.mod ! Writing 162 model components to file: J0946+1017_S_map.mod wobs J0946+1017_S_uvs.fits ! Writing UV FITS file: J0946+1017_S_uvs.fits wwins J0946+1017_S_map.win ! wwins: Wrote 3 windows to J0946+1017_S_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.000295378 Jy ! Component: 100 - total flux cleaned = -0.000410646 Jy ! Component: 150 - total flux cleaned = -0.000412365 Jy ! Component: 200 - total flux cleaned = -0.000513709 Jy ! Component: 250 - total flux cleaned = -0.000561203 Jy ! Component: 300 - total flux cleaned = -0.000584147 Jy ! Component: 350 - total flux cleaned = -0.000651607 Jy ! Component: 400 - total flux cleaned = -0.000673538 Jy ! Component: 450 - total flux cleaned = -0.000652373 Jy ! Component: 500 - total flux cleaned = -0.000673176 Jy ! Component: 550 - total flux cleaned = -0.000673487 Jy ! Component: 600 - total flux cleaned = -0.000753899 Jy ! Component: 650 - total flux cleaned = -0.000792879 Jy ! Component: 700 - total flux cleaned = -0.00081197 Jy ! Component: 750 - total flux cleaned = -0.000849951 Jy ! Component: 800 - total flux cleaned = -0.000868592 Jy ! Component: 850 - total flux cleaned = -0.000886922 Jy ! Component: 900 - total flux cleaned = -0.000814887 Jy ! Component: 950 - total flux cleaned = -0.000904345 Jy ! Component: 1000 - total flux cleaned = -0.000939386 Jy ! Component: 1050 - total flux cleaned = -0.000991338 Jy ! Component: 1100 - total flux cleaned = -0.000991479 Jy ! Component: 1150 - total flux cleaned = -0.00100846 Jy ! Component: 1200 - total flux cleaned = -0.00105865 Jy ! Component: 1250 - total flux cleaned = -0.00102565 Jy ! Component: 1300 - total flux cleaned = -0.00105835 Jy ! Component: 1350 - total flux cleaned = -0.00109033 Jy ! Component: 1400 - total flux cleaned = -0.00110622 Jy ! Component: 1450 - total flux cleaned = -0.00112179 Jy ! Component: 1500 - total flux cleaned = -0.00112165 Jy ! Component: 1550 - total flux cleaned = -0.00112175 Jy ! Component: 1600 - total flux cleaned = -0.00112165 Jy ! Component: 1650 - total flux cleaned = -0.00112197 Jy ! Component: 1700 - total flux cleaned = -0.00113719 Jy ! Component: 1750 - total flux cleaned = -0.00116703 Jy ! Component: 1800 - total flux cleaned = -0.00113748 Jy ! Component: 1850 - total flux cleaned = -0.00113765 Jy ! Component: 1900 - total flux cleaned = -0.001152 Jy ! Component: 1950 - total flux cleaned = -0.0011232 Jy ! Component: 2000 - total flux cleaned = -0.00109477 Jy ! Component: 2050 - total flux cleaned = -0.00119343 Jy ! Component: 2100 - total flux cleaned = -0.0011515 Jy ! Component: 2150 - total flux cleaned = -0.00116541 Jy ! Component: 2200 - total flux cleaned = -0.00120675 Jy ! Component: 2250 - total flux cleaned = -0.00122019 Jy ! Component: 2300 - total flux cleaned = -0.00112538 Jy ! Component: 2350 - total flux cleaned = -0.0011523 Jy ! Component: 2400 - total flux cleaned = -0.00117888 Jy ! Component: 2450 - total flux cleaned = -0.00112603 Jy ! Component: 2500 - total flux cleaned = -0.00111281 Jy ! Component: 2550 - total flux cleaned = -0.0011388 Jy ! Component: 2600 - total flux cleaned = -0.00108703 Jy ! Component: 2650 - total flux cleaned = -0.00112543 Jy ! Component: 2700 - total flux cleaned = -0.00109988 Jy ! Component: 2750 - total flux cleaned = -0.00108718 Jy ! Component: 2800 - total flux cleaned = -0.00109978 Jy ! Component: 2850 - total flux cleaned = -0.00109966 Jy ! Component: 2900 - total flux cleaned = -0.00107478 Jy ! Component: 2950 - total flux cleaned = -0.00107462 Jy ! Component: 3000 - total flux cleaned = -0.000989045 Jy ! Component: 3050 - total flux cleaned = -0.00100117 Jy ! Component: 3100 - total flux cleaned = -0.00102531 Jy ! Component: 3150 - total flux cleaned = -0.00103735 Jy ! Component: 3200 - total flux cleaned = -0.000989464 Jy ! Component: 3250 - total flux cleaned = -0.00100131 Jy ! Component: 3300 - total flux cleaned = -0.000942317 Jy ! Component: 3350 - total flux cleaned = -0.000918896 Jy ! Component: 3400 - total flux cleaned = -0.000907288 Jy ! Component: 3450 - total flux cleaned = -0.000872498 Jy ! Component: 3500 - total flux cleaned = -0.00089567 Jy ! Component: 3550 - total flux cleaned = -0.000838471 Jy ! Component: 3600 - total flux cleaned = -0.00082706 Jy ! Component: 3650 - total flux cleaned = -0.000861036 Jy ! Component: 3700 - total flux cleaned = -0.00086106 Jy ! Component: 3750 - total flux cleaned = -0.000849819 Jy ! Component: 3800 - total flux cleaned = -0.000838602 Jy ! Component: 3850 - total flux cleaned = -0.000838747 Jy ! Component: 3900 - total flux cleaned = -0.000882806 Jy ! Component: 3950 - total flux cleaned = -0.000871799 Jy ! Component: 4000 - total flux cleaned = -0.000882685 Jy ! Component: 4050 - total flux cleaned = -0.000915133 Jy ! Total flux subtracted in 4096 components = -0.000904314 Jy ! Clean residual min=-0.000595 max=0.000571 Jy/beam ! Clean residual mean=-0.000000 rms=0.000216 Jy/beam ! Combined flux in latest and established models = 0.16641 Jy keep ! Adding 316 model components to the UV plane model. ! The established model now contains 478 components and 0.16641 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv117_uvs/J0946+1017_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.655 x 7.358 at 1.653 degrees (North through East) ! Clean map min=-0.0015535 max=0.14308 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv117_uvs/J0946+1017_S_map.fits wmodel /scr/pima/rv117_uvs/J0946+1017_S_map.mod ! Writing 478 model components to file: /scr/pima/rv117_uvs/J0946+1017_S_map.mod wobs /scr/pima/rv117_uvs/J0946+1017_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv117_uvs/J0946+1017_S_uvs.fits wwins /scr/pima/rv117_uvs/J0946+1017_S_map.win ! wwins: Wrote 4 windows to /scr/pima/rv117_uvs/J0946+1017_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.143079 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000215018 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.450837 0.450837 0.901675 1.80335 3.6067 7.2134 14.4268 28.8536 57.7072 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.143 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 665.428 quit ! Quitting program ! Log file /scr/pima/rv117_uvs/J0946+1017_S_dfm.log closed on Sat Dec 9 23:43:31 2017