! Started logfile: /scr/pima/bg219e_uvs/J2039-1046_S_dfm.log on Thu May 19 18:55:44 2016 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /scr/pima/bg219e_uvs/J2039-1046_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J2039-1046_S_uva.fits ! AN table 1: 61 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.877505 visibilities/baseline/integration-bin. ! Found source: J2039-1046 ! ! 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.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 7708 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 J2039-1046_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 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.023968Jy sigma=20.671071 ! Fit after self-cal, rms=0.817629Jy sigma=16.556893 ! 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.231 mas, bmaj=10.34 mas, bpa=18.46 degrees ! Estimated noise=0.67632 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.140847 Jy ! Component: 100 - total flux cleaned = 0.171609 Jy ! Total flux subtracted in 100 components = 0.171609 Jy ! Clean residual min=-0.004869 max=0.008621 Jy/beam ! Clean residual mean=0.000004 rms=0.001458 Jy/beam ! Combined flux in latest and established models = 0.171609 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.171609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073904Jy sigma=1.384954 ! Fit after self-cal, rms=0.073894Jy sigma=1.384701 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00969287 Jy ! Component: 100 - total flux cleaned = 0.0157711 Jy ! Total flux subtracted in 100 components = 0.0157711 Jy ! Clean residual min=-0.004111 max=0.004537 Jy/beam ! Clean residual mean=-0.000002 rms=0.001135 Jy/beam ! Combined flux in latest and established models = 0.18738 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 26 components and 0.18738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071947Jy sigma=1.338319 ! Fit after self-cal, rms=0.071936Jy sigma=1.337684 ! 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.167 mas, bmaj=11.19 mas, bpa=16 degrees ! Estimated noise=0.431132 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.00741104 Jy ! Component: 100 - total flux cleaned = 0.0117009 Jy ! Component: 150 - total flux cleaned = 0.0145274 Jy ! Component: 200 - total flux cleaned = 0.0164988 Jy ! Total flux subtracted in 200 components = 0.0164988 Jy ! Clean residual min=-0.002869 max=0.002921 Jy/beam ! Clean residual mean=-0.000006 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.203879 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 73 components and 0.203879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071107Jy sigma=1.319682 ! Fit after self-cal, rms=0.071106Jy sigma=1.319363 ! 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.167 x 11.19 at 16 degrees (North through East) ! Clean map min=-0.0027937 max=0.18294 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.98 HN 1.01 KP 1.00 ! LA 1.01 NL 0.99 OV 1.01 PT 0.97 ! SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.01 HN 1.00 KP 1.00 ! LA 0.99 NL 0.99 OV 0.99 PT 0.98 ! SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 1.03 KP 0.97 ! LA 1.01 NL 0.99 OV 1.01 PT 0.98 ! SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.98 HN 1.03 KP 0.99 ! LA 1.03 NL 1.01 OV 1.01 PT 0.98 ! SC 1.01 ! ! ! Fit before self-cal, rms=0.071106Jy sigma=1.319363 ! Fit after self-cal, rms=0.071210Jy sigma=1.316962 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.174 mas, bmaj=11.22 mas, bpa=16.05 degrees ! Estimated noise=0.430298 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.00101517 Jy ! Component: 100 - total flux cleaned = 0.00132521 Jy ! Component: 150 - total flux cleaned = 0.00143336 Jy ! Component: 200 - total flux cleaned = 0.00149267 Jy ! Total flux subtracted in 200 components = 0.00149267 Jy ! Clean residual min=-0.002610 max=0.002697 Jy/beam ! Clean residual mean=-0.000007 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.205372 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 82 components and 0.205372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071184Jy sigma=1.316657 ! Fit after self-cal, rms=0.071194Jy sigma=1.316610 ! 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.071194Jy sigma=1.316610 ! Fit after self-cal, rms=0.069566Jy sigma=1.311020 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.169 mas, bmaj=11.21 mas, bpa=15.97 degrees ! Estimated noise=0.430328 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000642886 Jy ! Component: 100 - total flux cleaned = 0.000744665 Jy ! Component: 150 - total flux cleaned = 0.000762478 Jy ! Component: 200 - total flux cleaned = 0.000796496 Jy ! Total flux subtracted in 200 components = 0.000796496 Jy ! Clean residual min=-0.002277 max=0.002519 Jy/beam ! Clean residual mean=-0.000008 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.206168 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 90 components and 0.206168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069553Jy sigma=1.310792 ! Fit after self-cal, rms=0.069542Jy sigma=1.310734 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 (-46.5, -125.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00208633 Jy ! Component: 100 - total flux cleaned = 0.00252432 Jy ! Component: 150 - total flux cleaned = 0.00279677 Jy ! Component: 200 - total flux cleaned = 0.00296112 Jy ! Total flux subtracted in 200 components = 0.00296112 Jy ! Clean residual min=-0.002085 max=0.002208 Jy/beam ! Clean residual mean=-0.000008 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.209129 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 113 components and 0.209129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069476Jy sigma=1.309483 ! Fit after self-cal, rms=0.069474Jy sigma=1.309403 ! 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.069474Jy sigma=1.309403 ! Fit after self-cal, rms=0.069471Jy sigma=1.309262 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.17 mas, bmaj=11.22 mas, bpa=15.99 degrees ! Estimated noise=0.430702 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000586766 Jy ! Component: 100 - total flux cleaned = 0.000722213 Jy ! Component: 150 - total flux cleaned = 0.000843449 Jy ! Component: 200 - total flux cleaned = 0.000891539 Jy ! Total flux subtracted in 200 components = 0.000891539 Jy ! Clean residual min=-0.001973 max=0.002000 Jy/beam ! Clean residual mean=-0.000010 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.210021 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 125 components and 0.210021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069459Jy sigma=1.309051 ! Fit after self-cal, rms=0.069460Jy sigma=1.309041 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.000117102 Jy ! Component: 100 - total flux cleaned = 0.000103076 Jy ! Component: 150 - total flux cleaned = 0.000102972 Jy ! Component: 200 - total flux cleaned = 0.000115638 Jy ! Total flux subtracted in 200 components = 0.000115638 Jy ! Clean residual min=-0.001962 max=0.001968 Jy/beam ! Clean residual mean=-0.000010 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.210137 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 131 components and 0.210137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069454Jy sigma=1.308949 ! Fit after self-cal, rms=0.069455Jy sigma=1.308944 ! 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.069455Jy sigma=1.308944 ! Fit after self-cal, rms=0.069501Jy sigma=1.308924 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.935 mas, bmaj=14.57 mas, bpa=7.204 degrees ! Estimated noise=0.490085 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000424519 Jy ! Component: 100 - total flux cleaned = 0.000635512 Jy ! Component: 150 - total flux cleaned = 0.000663852 Jy ! Component: 200 - total flux cleaned = 0.000677317 Jy ! Total flux subtracted in 200 components = 0.000677317 Jy ! Clean residual min=-0.002628 max=0.002015 Jy/beam ! Clean residual mean=-0.000016 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.210814 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 146 components and 0.210814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069500Jy sigma=1.308910 ! Fit after self-cal, rms=0.069501Jy sigma=1.308905 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 = 5.45784e-05 Jy ! Component: 100 - total flux cleaned = 7.73782e-05 Jy ! Component: 150 - total flux cleaned = 7.72854e-05 Jy ! Component: 200 - total flux cleaned = 8.73525e-05 Jy ! Total flux subtracted in 200 components = 8.73525e-05 Jy ! Clean residual min=-0.002617 max=0.002001 Jy/beam ! Clean residual mean=-0.000016 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.210901 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 154 components and 0.210901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069500Jy sigma=1.308898 ! Fit after self-cal, rms=0.069500Jy sigma=1.308893 ! 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.17 mas, bmaj=11.22 mas, bpa=16 degrees ! Estimated noise=0.430984 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.17 x 11.22 at 16 degrees (North through East) ! Clean map min=-0.0019418 max=0.18215 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.228 mas, bmaj=10.36 mas, bpa=18.44 degrees ! Estimated noise=0.676099 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.140738 Jy ! Component: 100 - total flux cleaned = 0.17165 Jy ! Component: 150 - total flux cleaned = 0.181741 Jy ! Component: 200 - total flux cleaned = 0.188101 Jy ! Total flux subtracted in 200 components = 0.188101 Jy ! Clean residual min=-0.004214 max=0.003842 Jy/beam ! Clean residual mean=-0.000007 rms=0.001034 Jy/beam ! Combined flux in latest and established models = 0.188101 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.188101 Jy ! Inverting map and beam ! Estimated beam: bmin=4.17 mas, bmaj=11.22 mas, bpa=16 degrees ! Estimated noise=0.430984 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.00691016 Jy ! Component: 100 - total flux cleaned = 0.0110037 Jy ! Component: 150 - total flux cleaned = 0.0138962 Jy ! Component: 200 - total flux cleaned = 0.0159894 Jy ! Total flux subtracted in 200 components = 0.0159894 Jy ! Clean residual min=-0.002400 max=0.002018 Jy/beam ! Clean residual mean=-0.000008 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.204091 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 71 components and 0.204091 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.935 mas, bmaj=14.57 mas, bpa=7.204 degrees ! Estimated noise=0.490085 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00234636 Jy ! Component: 100 - total flux cleaned = 0.00392878 Jy ! Component: 150 - total flux cleaned = 0.00480321 Jy ! Component: 200 - total flux cleaned = 0.00537905 Jy ! Total flux subtracted in 200 components = 0.00537905 Jy ! Clean residual min=-0.002807 max=0.002099 Jy/beam ! Clean residual mean=-0.000015 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.20947 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.000463437 Jy ! Component: 100 - total flux cleaned = 0.000746044 Jy ! Component: 150 - total flux cleaned = 0.000980124 Jy ! Component: 200 - total flux cleaned = 0.00109696 Jy ! Total flux subtracted in 200 components = 0.00109696 Jy ! Clean residual min=-0.002640 max=0.002024 Jy/beam ! Clean residual mean=-0.000016 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.210567 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 116 components and 0.210567 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.17 mas, bmaj=11.22 mas, bpa=16 degrees ! Estimated noise=0.430984 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000130737 Jy ! Component: 100 - total flux cleaned = 0.000223267 Jy ! Component: 150 - total flux cleaned = 0.000243009 Jy ! Component: 200 - total flux cleaned = 0.000261251 Jy ! Total flux subtracted in 200 components = 0.000261251 Jy ! Clean residual min=-0.002009 max=0.001883 Jy/beam ! Clean residual mean=-0.000010 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.210828 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 132 components and 0.210828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069513Jy sigma=1.309043 ! Fit after self-cal, rms=0.069511Jy sigma=1.309021 wmodel /J2039-1046_S_map.mod ! wmodel: Unable to open new model file: /J2039-1046_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219e_uvs/J2039-1046_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.17 x 11.22 at 16 degrees (North through East) ! Clean map min=-0.0019489 max=0.1824 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J2039-1046_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.182404 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00051692 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.850178 0.850178 1.70036 3.40071 6.80142 13.6028 27.2057 54.4114 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.182 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 352.867 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J2039-1046_S_dfm.log closed on Thu May 19 18:55:47 2016