! Started logfile: /scr/pima/bg219h_uvs/J1401-3004_S_dfm.log on Thu May 19 22:28:28 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/bg219h_uvs/J1401-3004_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J1401-3004_S_uva.fits ! AN table 1: 58 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.70613 visibilities/baseline/integration-bin. ! Found source: J1401-3004 ! ! 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 7372 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 J1401-3004_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 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.008246Jy sigma=18.347016 ! Fit after self-cal, rms=0.895014Jy sigma=16.231394 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.319 mas, bmaj=6.219 mas, bpa=-3.311 degrees ! Estimated noise=0.744325 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.0804179 Jy ! Component: 100 - total flux cleaned = 0.102887 Jy ! Total flux subtracted in 100 components = 0.102887 Jy ! Clean residual min=-0.005632 max=0.009692 Jy/beam ! Clean residual mean=-0.000092 rms=0.001480 Jy/beam ! Combined flux in latest and established models = 0.102887 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.102887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080804Jy sigma=1.378594 ! Fit after self-cal, rms=0.080539Jy sigma=1.374616 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00989255 Jy ! Component: 100 - total flux cleaned = 0.0146256 Jy ! Total flux subtracted in 100 components = 0.0146256 Jy ! Clean residual min=-0.005339 max=0.006740 Jy/beam ! Clean residual mean=-0.000056 rms=0.001210 Jy/beam ! Combined flux in latest and established models = 0.117513 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 15 components and 0.117513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079178Jy sigma=1.343266 ! Fit after self-cal, rms=0.079153Jy sigma=1.342942 ! 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=2.847 mas, bmaj=7.272 mas, bpa=-2.777 degrees ! Estimated noise=0.493662 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 (-5, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0097559 Jy ! Component: 100 - total flux cleaned = 0.0145175 Jy ! Component: 150 - total flux cleaned = 0.0174817 Jy ! Component: 200 - total flux cleaned = 0.0190789 Jy ! Total flux subtracted in 200 components = 0.0190789 Jy ! Clean residual min=-0.003435 max=0.005404 Jy/beam ! Clean residual mean=-0.000030 rms=0.000912 Jy/beam ! Combined flux in latest and established models = 0.136592 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 68 components and 0.136592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077950Jy sigma=1.320821 ! Fit after self-cal, rms=0.077776Jy sigma=1.317033 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.847 x 7.272 at -2.777 degrees (North through East) ! Clean map min=-0.0032539 max=0.10487 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.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00* HN 1.19 KP 0.95 ! LA 0.93 MK 0.95 NL 0.91 OV 0.99 ! PT 0.98 SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00* HN 1.19 KP 1.00 ! LA 0.96 MK 0.98 NL 0.89 OV 0.98 ! PT 0.98 SC 1.00 ! ! ! Fit before self-cal, rms=0.077776Jy sigma=1.317033 ! Fit after self-cal, rms=0.077576Jy sigma=1.312334 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.848 mas, bmaj=7.255 mas, bpa=-2.838 degrees ! Estimated noise=0.484479 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.00202462 Jy ! Component: 100 - total flux cleaned = 0.00228237 Jy ! Component: 150 - total flux cleaned = 0.00241098 Jy ! Component: 200 - total flux cleaned = 0.00251891 Jy ! Total flux subtracted in 200 components = 0.00251891 Jy ! Clean residual min=-0.003020 max=0.003008 Jy/beam ! Clean residual mean=-0.000011 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.139111 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 99 components and 0.139111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077389Jy sigma=1.308915 ! Fit after self-cal, rms=0.077402Jy sigma=1.308358 ! 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.077402Jy sigma=1.308358 ! Fit after self-cal, rms=0.077816Jy sigma=1.304895 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.85 mas, bmaj=7.245 mas, bpa=-2.732 degrees ! Estimated noise=0.48421 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000118646 Jy ! Component: 100 - total flux cleaned = -0.000195986 Jy ! Component: 150 - total flux cleaned = -0.000229633 Jy ! Component: 200 - total flux cleaned = -0.000258477 Jy ! Total flux subtracted in 200 components = -0.000258477 Jy ! Clean residual min=-0.002749 max=0.002574 Jy/beam ! Clean residual mean=-0.000011 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.138852 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 108 components and 0.138852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077771Jy sigma=1.304261 ! Fit after self-cal, rms=0.077780Jy sigma=1.304078 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.000254341 Jy ! Component: 100 - total flux cleaned = 0.000254693 Jy ! Component: 150 - total flux cleaned = 0.000254638 Jy ! Component: 200 - total flux cleaned = 0.000255031 Jy ! Total flux subtracted in 200 components = 0.000255031 Jy ! Clean residual min=-0.002718 max=0.002533 Jy/beam ! Clean residual mean=-0.000011 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.139107 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 113 components and 0.139107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077759Jy sigma=1.303816 ! Fit after self-cal, rms=0.077757Jy sigma=1.303790 ! 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.077757Jy sigma=1.303790 ! Fit after self-cal, rms=0.077839Jy sigma=1.302326 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.853 mas, bmaj=7.276 mas, bpa=-2.806 degrees ! Estimated noise=0.482682 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000313175 Jy ! Component: 100 - total flux cleaned = -0.000313409 Jy ! Component: 150 - total flux cleaned = -0.000335428 Jy ! Component: 200 - total flux cleaned = -0.000316064 Jy ! Total flux subtracted in 200 components = -0.000316064 Jy ! Clean residual min=-0.002669 max=0.002392 Jy/beam ! Clean residual mean=-0.000018 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.138791 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 127 components and 0.138791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077821Jy sigma=1.302047 ! Fit after self-cal, rms=0.077826Jy sigma=1.301996 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.000139611 Jy ! Component: 100 - total flux cleaned = 0.000157087 Jy ! Component: 150 - total flux cleaned = 0.000173896 Jy ! Component: 200 - total flux cleaned = 0.000204001 Jy ! Total flux subtracted in 200 components = 0.000204001 Jy ! Clean residual min=-0.002656 max=0.002361 Jy/beam ! Clean residual mean=-0.000017 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.138995 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 129 components and 0.138995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077818Jy sigma=1.301877 ! Fit after self-cal, rms=0.077816Jy sigma=1.301866 ! 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.077816Jy sigma=1.301866 ! Fit after self-cal, rms=0.078112Jy sigma=1.300007 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.375 mas, bmaj=19.63 mas, bpa=0.1948 degrees ! Estimated noise=0.636514 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000170949 Jy ! Component: 100 - total flux cleaned = 0.000101451 Jy ! Component: 150 - total flux cleaned = 6.37087e-05 Jy ! Component: 200 - total flux cleaned = 7.98161e-05 Jy ! Total flux subtracted in 200 components = 7.98161e-05 Jy ! Clean residual min=-0.002120 max=0.003303 Jy/beam ! Clean residual mean=-0.000037 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.139075 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 142 components and 0.139075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078114Jy sigma=1.299970 ! Fit after self-cal, rms=0.078113Jy sigma=1.299857 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 (16, -100). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00270161 Jy ! Component: 100 - total flux cleaned = 0.00369049 Jy ! Component: 150 - total flux cleaned = 0.00376268 Jy ! Component: 200 - total flux cleaned = 0.00387779 Jy ! Total flux subtracted in 200 components = 0.00387779 Jy ! Clean residual min=-0.001724 max=0.002265 Jy/beam ! Clean residual mean=-0.000020 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.142953 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 172 components and 0.142953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078061Jy sigma=1.298795 ! Fit after self-cal, rms=0.078063Jy sigma=1.298624 ! 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=2.858 mas, bmaj=7.295 mas, bpa=-2.721 degrees ! Estimated noise=0.484593 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.858 x 7.295 at -2.721 degrees (North through East) ! Clean map min=-0.0023081 max=0.10278 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.327 mas, bmaj=6.247 mas, bpa=-3.15 degrees ! Estimated noise=0.729745 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0785767 Jy ! Component: 100 - total flux cleaned = 0.100815 Jy ! Component: 150 - total flux cleaned = 0.111993 Jy ! Component: 200 - total flux cleaned = 0.119236 Jy ! Total flux subtracted in 200 components = 0.119236 Jy ! Clean residual min=-0.003975 max=0.003959 Jy/beam ! Clean residual mean=-0.000048 rms=0.000989 Jy/beam ! Combined flux in latest and established models = 0.119236 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.119236 Jy ! Inverting map and beam ! Estimated beam: bmin=2.858 mas, bmaj=7.295 mas, bpa=-2.721 degrees ! Estimated noise=0.484593 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.00771314 Jy ! Component: 100 - total flux cleaned = 0.0122948 Jy ! Component: 150 - total flux cleaned = 0.0154333 Jy ! Component: 200 - total flux cleaned = 0.0178872 Jy ! Total flux subtracted in 200 components = 0.0178872 Jy ! Clean residual min=-0.002635 max=0.002225 Jy/beam ! Clean residual mean=-0.000023 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.137123 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 70 components and 0.137124 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.375 mas, bmaj=19.63 mas, bpa=0.1948 degrees ! Estimated noise=0.636514 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00325069 Jy ! Component: 100 - total flux cleaned = 0.00519545 Jy ! Component: 150 - total flux cleaned = 0.00589734 Jy ! Component: 200 - total flux cleaned = 0.00626796 Jy ! Total flux subtracted in 200 components = 0.00626796 Jy ! Clean residual min=-0.001809 max=0.002181 Jy/beam ! Clean residual mean=-0.000021 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.143391 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.000258752 Jy ! Component: 100 - total flux cleaned = 0.000368851 Jy ! Component: 150 - total flux cleaned = 0.000394448 Jy ! Component: 200 - total flux cleaned = 0.000439187 Jy ! Total flux subtracted in 200 components = 0.000439187 Jy ! Clean residual min=-0.001671 max=0.002113 Jy/beam ! Clean residual mean=-0.000018 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.143831 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 118 components and 0.143831 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.858 mas, bmaj=7.295 mas, bpa=-2.721 degrees ! Estimated noise=0.484593 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000160819 Jy ! Component: 100 - total flux cleaned = -0.000304611 Jy ! Component: 150 - total flux cleaned = -0.000347151 Jy ! Component: 200 - total flux cleaned = -0.000348619 Jy ! Total flux subtracted in 200 components = -0.000348619 Jy ! Clean residual min=-0.002283 max=0.002028 Jy/beam ! Clean residual mean=-0.000008 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.143482 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 145 components and 0.143482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078072Jy sigma=1.298846 ! Fit after self-cal, rms=0.078074Jy sigma=1.298608 wmodel /J1401-3004_S_map.mod ! wmodel: Unable to open new model file: /J1401-3004_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219h_uvs/J1401-3004_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.858 x 7.295 at -2.721 degrees (North through East) ! Clean map min=-0.0021099 max=0.10075 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J1401-3004_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.100751 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000479555 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.42794 1.42794 2.85587 5.71175 11.4235 22.847 45.694 91.3879 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.1 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 210.093 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J1401-3004_S_dfm.log closed on Thu May 19 22:28:31 2016