! Started logfile: /scr/pima/bg219b_uvs/J0416-3403_S_dfm.log on Thu May 19 20:01:29 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/bg219b_uvs/J0416-3403_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J0416-3403_S_uva.fits ! AN table 1: 62 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.862455 visibilities/baseline/integration-bin. ! Found source: J0416-3403 ! ! 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 7700 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 J0416-3403_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 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.090908Jy sigma=15.367339 ! Fit after self-cal, rms=0.690306Jy sigma=9.378284 ! 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.108 mas, bmaj=14.83 mas, bpa=10.66 degrees ! Estimated noise=1.16726 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.221806 Jy ! Component: 100 - total flux cleaned = 0.327205 Jy ! Total flux subtracted in 100 components = 0.327205 Jy ! Clean residual min=-0.018511 max=0.052435 Jy/beam ! Clean residual mean=-0.000030 rms=0.007754 Jy/beam ! Combined flux in latest and established models = 0.327205 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.327205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166037Jy sigma=2.302098 ! Fit after self-cal, rms=0.165233Jy sigma=2.296749 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0622606 Jy ! Component: 100 - total flux cleaned = 0.100194 Jy ! Total flux subtracted in 100 components = 0.100194 Jy ! Clean residual min=-0.012956 max=0.024115 Jy/beam ! Clean residual mean=-0.000012 rms=0.004835 Jy/beam ! Combined flux in latest and established models = 0.4274 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 37 components and 0.4274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128949Jy sigma=1.704553 ! Fit after self-cal, rms=0.128731Jy sigma=1.703474 ! 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.113 mas, bmaj=18.14 mas, bpa=8.677 degrees ! Estimated noise=0.632118 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.0345018 Jy ! Component: 100 - total flux cleaned = 0.0515258 Jy ! Component: 150 - total flux cleaned = 0.0606024 Jy ! Component: 200 - total flux cleaned = 0.0652051 Jy ! Total flux subtracted in 200 components = 0.0652051 Jy ! Clean residual min=-0.014376 max=0.026765 Jy/beam ! Clean residual mean=0.000040 rms=0.005622 Jy/beam ! Combined flux in latest and established models = 0.492605 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 94 components and 0.492605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120372Jy sigma=1.568993 ! Fit after self-cal, rms=0.120335Jy sigma=1.568531 ! 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.113 x 18.14 at 8.677 degrees (North through East) ! Clean map min=-0.014162 max=0.31346 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* 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Fit before self-cal, rms=0.120335Jy sigma=1.568531 ! Fit after self-cal, rms=0.120335Jy sigma=1.568531 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.113 mas, bmaj=18.14 mas, bpa=8.677 degrees ! Estimated noise=0.632118 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.000517341 Jy ! Component: 100 - total flux cleaned = 0.000657758 Jy ! Component: 150 - total flux cleaned = 0.000790919 Jy ! Component: 200 - total flux cleaned = 0.000919261 Jy ! Total flux subtracted in 200 components = 0.000919261 Jy ! Clean residual min=-0.014045 max=0.026334 Jy/beam ! Clean residual mean=0.000043 rms=0.005602 Jy/beam ! Combined flux in latest and established models = 0.493524 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 108 components and 0.493524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120068Jy sigma=1.564569 ! Fit after self-cal, rms=0.120049Jy sigma=1.564516 ! 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.120049Jy sigma=1.564516 ! Fit after self-cal, rms=0.120049Jy sigma=1.564516 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.113 mas, bmaj=18.14 mas, bpa=8.677 degrees ! Estimated noise=0.632118 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000114315 Jy ! Component: 100 - total flux cleaned = 0.000227399 Jy ! Component: 150 - total flux cleaned = 0.000330498 Jy ! Component: 200 - total flux cleaned = 0.000427246 Jy ! Total flux subtracted in 200 components = 0.000427246 Jy ! Clean residual min=-0.013846 max=0.026130 Jy/beam ! Clean residual mean=0.000045 rms=0.005590 Jy/beam ! Combined flux in latest and established models = 0.493951 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 114 components and 0.493951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119886Jy sigma=1.562124 ! Fit after self-cal, rms=0.119874Jy sigma=1.562087 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 (-78, -73.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0252651 Jy ! Component: 100 - total flux cleaned = 0.0383965 Jy ! Component: 150 - total flux cleaned = 0.0423602 Jy ! Component: 200 - total flux cleaned = 0.0421136 Jy ! Total flux subtracted in 200 components = 0.0421136 Jy ! Clean residual min=-0.012592 max=0.023393 Jy/beam ! Clean residual mean=0.000034 rms=0.004627 Jy/beam ! Combined flux in latest and established models = 0.536065 Jy ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 184 components and 0.536065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114756Jy sigma=1.478079 ! Fit after self-cal, rms=0.113908Jy sigma=1.460996 ! 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.113908Jy sigma=1.460996 ! Fit after self-cal, rms=0.113202Jy sigma=1.402941 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.109 mas, bmaj=18.18 mas, bpa=8.849 degrees ! Estimated noise=0.638498 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00139275 Jy ! Component: 100 - total flux cleaned = -0.00232889 Jy ! Component: 150 - total flux cleaned = -0.00290492 Jy ! Component: 200 - total flux cleaned = -0.00331337 Jy ! Total flux subtracted in 200 components = -0.00331337 Jy ! Clean residual min=-0.008964 max=0.010014 Jy/beam ! Clean residual mean=-0.000003 rms=0.002806 Jy/beam ! Combined flux in latest and established models = 0.532751 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 224 components and 0.532751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112921Jy sigma=1.399280 ! Fit after self-cal, rms=0.113003Jy sigma=1.398844 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.000273945 Jy ! Component: 100 - total flux cleaned = -8.20938e-05 Jy ! Component: 150 - total flux cleaned = -0.000246241 Jy ! Component: 200 - total flux cleaned = -0.000548818 Jy ! Total flux subtracted in 200 components = -0.000548818 Jy ! Clean residual min=-0.008973 max=0.009569 Jy/beam ! Clean residual mean=-0.000007 rms=0.002771 Jy/beam ! Combined flux in latest and established models = 0.532202 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 252 components and 0.532202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112874Jy sigma=1.397210 ! Fit after self-cal, rms=0.112881Jy sigma=1.397148 ! 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.112881Jy sigma=1.397148 ! Fit after self-cal, rms=0.112716Jy sigma=1.396915 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.185 mas, bmaj=27.56 mas, bpa=-0.0005889 degrees ! Estimated noise=0.722043 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000629622 Jy ! Component: 100 - total flux cleaned = 0.000365705 Jy ! Component: 150 - total flux cleaned = 0.000215568 Jy ! Component: 200 - total flux cleaned = -9.47971e-05 Jy ! Total flux subtracted in 200 components = -9.47971e-05 Jy ! Clean residual min=-0.011490 max=0.014002 Jy/beam ! Clean residual mean=-0.000017 rms=0.003896 Jy/beam ! Combined flux in latest and established models = 0.532108 Jy selfcal ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 294 components and 0.532108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112657Jy sigma=1.396190 ! Fit after self-cal, rms=0.112676Jy sigma=1.396061 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.000800756 Jy ! Component: 100 - total flux cleaned = 0.000744531 Jy ! Component: 150 - total flux cleaned = 0.000690526 Jy ! Component: 200 - total flux cleaned = 0.000639693 Jy ! Total flux subtracted in 200 components = 0.000639693 Jy ! Clean residual min=-0.011557 max=0.013429 Jy/beam ! Clean residual mean=-0.000019 rms=0.003850 Jy/beam ! Combined flux in latest and established models = 0.532747 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 310 components and 0.532747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112653Jy sigma=1.395826 ! Fit after self-cal, rms=0.112659Jy sigma=1.395795 ! 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.108 mas, bmaj=18.17 mas, bpa=8.868 degrees ! Estimated noise=0.637182 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.108 x 18.17 at 8.868 degrees (North through East) ! Clean map min=-0.0092164 max=0.31478 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.098 mas, bmaj=14.92 mas, bpa=10.89 degrees ! Estimated noise=1.17478 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.22306 Jy ! Component: 100 - total flux cleaned = 0.329298 Jy ! Component: 150 - total flux cleaned = 0.3907 Jy ! Component: 200 - total flux cleaned = 0.42816 Jy ! Total flux subtracted in 200 components = 0.42816 Jy ! Clean residual min=-0.011748 max=0.020514 Jy/beam ! Clean residual mean=-0.000017 rms=0.004084 Jy/beam ! Combined flux in latest and established models = 0.42816 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.42816 Jy ! Inverting map and beam ! Estimated beam: bmin=4.108 mas, bmaj=18.17 mas, bpa=8.868 degrees ! Estimated noise=0.637182 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.0377546 Jy ! Component: 100 - total flux cleaned = 0.0614208 Jy ! Component: 150 - total flux cleaned = 0.0775374 Jy ! Component: 200 - total flux cleaned = 0.0879934 Jy ! Total flux subtracted in 200 components = 0.0879934 Jy ! Clean residual min=-0.010903 max=0.011407 Jy/beam ! Clean residual mean=-0.000025 rms=0.003101 Jy/beam ! Combined flux in latest and established models = 0.516153 Jy ! Adding 97 model components to the UV plane model. ! The established model now contains 128 components and 0.516153 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.185 mas, bmaj=27.56 mas, bpa=-0.0005889 degrees ! Estimated noise=0.722043 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0107002 Jy ! Component: 100 - total flux cleaned = 0.0131866 Jy ! Component: 150 - total flux cleaned = 0.0148006 Jy ! Component: 200 - total flux cleaned = 0.0158879 Jy ! Total flux subtracted in 200 components = 0.0158879 Jy ! Clean residual min=-0.012051 max=0.014172 Jy/beam ! Clean residual mean=-0.000025 rms=0.003906 Jy/beam ! Combined flux in latest and established models = 0.532041 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.000508632 Jy ! Component: 100 - total flux cleaned = 0.000726017 Jy ! Component: 150 - total flux cleaned = 0.000726453 Jy ! Component: 200 - total flux cleaned = 0.00064892 Jy ! Total flux subtracted in 200 components = 0.00064892 Jy ! Clean residual min=-0.011764 max=0.013551 Jy/beam ! Clean residual mean=-0.000024 rms=0.003867 Jy/beam ! Combined flux in latest and established models = 0.53269 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 185 components and 0.53269 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.108 mas, bmaj=18.17 mas, bpa=8.868 degrees ! Estimated noise=0.637182 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0010403 Jy ! Component: 100 - total flux cleaned = -0.00091546 Jy ! Component: 150 - total flux cleaned = -0.00102475 Jy ! Component: 200 - total flux cleaned = -0.00122823 Jy ! Total flux subtracted in 200 components = -0.00122823 Jy ! Clean residual min=-0.008954 max=0.009278 Jy/beam ! Clean residual mean=-0.000014 rms=0.002758 Jy/beam ! Combined flux in latest and established models = 0.531461 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 205 components and 0.531461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112893Jy sigma=1.398755 ! Fit after self-cal, rms=0.112873Jy sigma=1.398571 wmodel /J0416-3403_S_map.mod ! wmodel: Unable to open new model file: /J0416-3403_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219b_uvs/J0416-3403_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.108 x 18.17 at 8.868 degrees (North through East) ! Clean map min=-0.0093317 max=0.31242 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J0416-3403_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.312418 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00275365 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.64419 2.64419 5.28839 10.5768 21.1536 42.3071 84.6142 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0082 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.312 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 113.456 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J0416-3403_S_dfm.log closed on Thu May 19 20:01:32 2016