! Started logfile: /scr/pima/bg219h_uvs/J1544+0407_S_dfm.log on Thu May 19 22:32:10 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/J1544+0407_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J1544+0407_S_uva.fits ! AN table 1: 52 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.826496 visibilities/baseline/integration-bin. ! Found source: J1544+0407 ! ! 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 7736 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 J1544+0407_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 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.043997Jy sigma=23.749070 ! Fit after self-cal, rms=0.809726Jy sigma=18.487252 ! 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.872 mas, bmaj=6.349 mas, bpa=-0.8488 degrees ! Estimated noise=0.509167 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.146855 Jy ! Component: 100 - total flux cleaned = 0.211586 Jy ! Total flux subtracted in 100 components = 0.211586 Jy ! Clean residual min=-0.024713 max=0.055130 Jy/beam ! Clean residual mean=0.000071 rms=0.007828 Jy/beam ! Combined flux in latest and established models = 0.211586 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.211586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151501Jy sigma=3.242709 ! Fit after self-cal, rms=0.150483Jy sigma=3.225509 ! Inverting map ! Added new window around map position (5, -0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0521106 Jy ! Component: 100 - total flux cleaned = 0.0841668 Jy ! Total flux subtracted in 100 components = 0.0841668 Jy ! Clean residual min=-0.024260 max=0.021703 Jy/beam ! Clean residual mean=0.000029 rms=0.006004 Jy/beam ! Combined flux in latest and established models = 0.295753 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 30 components and 0.295753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123872Jy sigma=2.638521 ! Fit after self-cal, rms=0.122328Jy sigma=2.602939 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.386 mas, bmaj=7.281 mas, bpa=-1.326 degrees ! Estimated noise=0.413115 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.0334909 Jy ! Component: 100 - total flux cleaned = 0.0536879 Jy ! Component: 150 - total flux cleaned = 0.0671702 Jy ! Component: 200 - total flux cleaned = 0.0764568 Jy ! Total flux subtracted in 200 components = 0.0764568 Jy ! Clean residual min=-0.025928 max=0.027634 Jy/beam ! Clean residual mean=-0.000008 rms=0.006829 Jy/beam ! Combined flux in latest and established models = 0.37221 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 50 components and 0.37221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111047Jy sigma=2.363776 ! Fit after self-cal, rms=0.110410Jy sigma=2.348812 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.386 x 7.281 at -1.326 degrees (North through East) ! Clean map min=-0.024209 max=0.19156 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.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 4. ! 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* ! ! ! Fit before self-cal, rms=0.110410Jy sigma=2.348812 ! Fit after self-cal, rms=0.110410Jy sigma=2.348812 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.386 mas, bmaj=7.281 mas, bpa=-1.326 degrees ! Estimated noise=0.413115 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.00879217 Jy ! Component: 100 - total flux cleaned = 0.0137263 Jy ! Component: 150 - total flux cleaned = 0.0151527 Jy ! Component: 200 - total flux cleaned = 0.0152783 Jy ! Total flux subtracted in 200 components = 0.0152783 Jy ! Clean residual min=-0.024252 max=0.028255 Jy/beam ! Clean residual mean=-0.000020 rms=0.006709 Jy/beam ! Combined flux in latest and established models = 0.387488 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 62 components and 0.387488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109496Jy sigma=2.333231 ! Fit after self-cal, rms=0.109439Jy sigma=2.331685 ! 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.109439Jy sigma=2.331685 ! Fit after self-cal, rms=0.105664Jy sigma=2.272042 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.407 mas, bmaj=7.354 mas, bpa=-1.729 degrees ! Estimated noise=0.405916 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.008134 Jy ! Component: 100 - total flux cleaned = -0.0132076 Jy ! Component: 150 - total flux cleaned = -0.0162849 Jy ! Component: 200 - total flux cleaned = -0.017104 Jy ! Total flux subtracted in 200 components = -0.017104 Jy ! Clean residual min=-0.021583 max=0.028788 Jy/beam ! Clean residual mean=-0.000033 rms=0.006233 Jy/beam ! Combined flux in latest and established models = 0.370384 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 74 components and 0.370384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105032Jy sigma=2.252931 ! Fit after self-cal, rms=0.105005Jy sigma=2.252514 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 (68.5, 16). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0293888 Jy ! Component: 100 - total flux cleaned = 0.0461479 Jy ! Component: 150 - total flux cleaned = 0.0563261 Jy ! Component: 200 - total flux cleaned = 0.0629283 Jy ! Total flux subtracted in 200 components = 0.0629283 Jy ! Clean residual min=-0.017419 max=0.021132 Jy/beam ! Clean residual mean=-0.000009 rms=0.005316 Jy/beam ! Combined flux in latest and established models = 0.433313 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 108 components and 0.433313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095258Jy sigma=2.058244 ! Fit after self-cal, rms=0.095015Jy sigma=2.044064 ! 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.095015Jy sigma=2.044064 ! Fit after self-cal, rms=0.094281Jy sigma=2.036852 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.416 mas, bmaj=7.379 mas, bpa=-1.951 degrees ! Estimated noise=0.401696 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00653155 Jy ! Component: 100 - total flux cleaned = 0.00895486 Jy ! Component: 150 - total flux cleaned = 0.00957665 Jy ! Component: 200 - total flux cleaned = 0.00998872 Jy ! Total flux subtracted in 200 components = 0.00998872 Jy ! Clean residual min=-0.017257 max=0.020159 Jy/beam ! Clean residual mean=-0.000007 rms=0.005044 Jy/beam ! Combined flux in latest and established models = 0.443301 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 131 components and 0.443301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093469Jy sigma=2.025401 ! Fit after self-cal, rms=0.093487Jy sigma=2.024655 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.000761765 Jy ! Component: 100 - total flux cleaned = 0.000895676 Jy ! Component: 150 - total flux cleaned = 0.00112733 Jy ! Component: 200 - total flux cleaned = 0.00112537 Jy ! Total flux subtracted in 200 components = 0.00112537 Jy ! Clean residual min=-0.017549 max=0.020249 Jy/beam ! Clean residual mean=-0.000005 rms=0.005010 Jy/beam ! Combined flux in latest and established models = 0.444427 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 140 components and 0.444427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093175Jy sigma=2.019385 ! Fit after self-cal, rms=0.093182Jy sigma=2.019211 ! 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.093182Jy sigma=2.019211 ! Fit after self-cal, rms=0.093140Jy sigma=2.018788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.257 mas, bmaj=11.91 mas, bpa=-2.296 degrees ! Estimated noise=0.501005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00582522 Jy ! Component: 100 - total flux cleaned = 0.0062593 Jy ! Component: 150 - total flux cleaned = 0.00592126 Jy ! Component: 200 - total flux cleaned = 0.00560099 Jy ! Total flux subtracted in 200 components = 0.00560099 Jy ! Clean residual min=-0.026576 max=0.034339 Jy/beam ! Clean residual mean=-0.000004 rms=0.009024 Jy/beam ! Combined flux in latest and established models = 0.450028 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 147 components and 0.450028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093002Jy sigma=2.019870 ! Fit after self-cal, rms=0.092996Jy sigma=2.019262 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.00053759 Jy ! Component: 100 - total flux cleaned = 9.30098e-05 Jy ! Component: 150 - total flux cleaned = -0.000325228 Jy ! Component: 200 - total flux cleaned = -0.000586687 Jy ! Total flux subtracted in 200 components = -0.000586687 Jy ! Clean residual min=-0.026485 max=0.034368 Jy/beam ! Clean residual mean=-0.000003 rms=0.008971 Jy/beam ! Combined flux in latest and established models = 0.449441 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 157 components and 0.449441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093060Jy sigma=2.022043 ! Fit after self-cal, rms=0.093047Jy sigma=2.021826 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.415 mas, bmaj=7.38 mas, bpa=-1.997 degrees ! Estimated noise=0.401586 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.415 x 7.38 at -1.997 degrees (North through East) ! Clean map min=-0.017862 max=0.18742 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.888 mas, bmaj=6.42 mas, bpa=-1.537 degrees ! Estimated noise=0.498077 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.143844 Jy ! Component: 100 - total flux cleaned = 0.21587 Jy ! Component: 150 - total flux cleaned = 0.262266 Jy ! Component: 200 - total flux cleaned = 0.294946 Jy ! Total flux subtracted in 200 components = 0.294946 Jy ! Clean residual min=-0.019687 max=0.025318 Jy/beam ! Clean residual mean=0.000020 rms=0.005398 Jy/beam ! Combined flux in latest and established models = 0.294946 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.294946 Jy ! Inverting map and beam ! Estimated beam: bmin=3.415 mas, bmaj=7.38 mas, bpa=-1.997 degrees ! Estimated noise=0.401586 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) ! Added new window around map position (96.5, 121). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.035737 Jy ! Component: 100 - total flux cleaned = 0.062113 Jy ! Component: 150 - total flux cleaned = 0.0830557 Jy ! Component: 200 - total flux cleaned = 0.0999678 Jy ! Total flux subtracted in 200 components = 0.0999678 Jy ! Clean residual min=-0.018748 max=0.020350 Jy/beam ! Clean residual mean=0.000010 rms=0.005303 Jy/beam ! Combined flux in latest and established models = 0.394914 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 81 components and 0.394914 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.257 mas, bmaj=11.91 mas, bpa=-2.296 degrees ! Estimated noise=0.501005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0243987 Jy ! Component: 100 - total flux cleaned = 0.0413293 Jy ! Component: 150 - total flux cleaned = 0.0534577 Jy ! Component: 200 - total flux cleaned = 0.0589876 Jy ! Total flux subtracted in 200 components = 0.0589876 Jy ! Clean residual min=-0.024157 max=0.032245 Jy/beam ! Clean residual mean=-0.000009 rms=0.008559 Jy/beam ! Combined flux in latest and established models = 0.453902 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.00150325 Jy ! Component: 100 - total flux cleaned = 0.00203606 Jy ! Component: 150 - total flux cleaned = 0.00178605 Jy ! Component: 200 - total flux cleaned = 0.00155738 Jy ! Total flux subtracted in 200 components = 0.00155738 Jy ! Clean residual min=-0.023408 max=0.031634 Jy/beam ! Clean residual mean=-0.000013 rms=0.008387 Jy/beam ! Combined flux in latest and established models = 0.455459 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 121 components and 0.455459 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.415 mas, bmaj=7.38 mas, bpa=-1.997 degrees ! Estimated noise=0.401586 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00193713 Jy ! Component: 100 - total flux cleaned = 0.00192449 Jy ! Component: 150 - total flux cleaned = 0.00172115 Jy ! Component: 200 - total flux cleaned = 0.0013484 Jy ! Total flux subtracted in 200 components = 0.0013484 Jy ! Clean residual min=-0.015961 max=0.020558 Jy/beam ! Clean residual mean=-0.000006 rms=0.004689 Jy/beam ! Combined flux in latest and established models = 0.456807 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 148 components and 0.456807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090710Jy sigma=1.988707 ! Fit after self-cal, rms=0.090048Jy sigma=1.966457 wmodel /J1544+0407_S_map.mod ! wmodel: Unable to open new model file: /J1544+0407_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219h_uvs/J1544+0407_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.415 x 7.38 at -1.997 degrees (North through East) ! Clean map min=-0.015443 max=0.17916 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J1544+0407_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.179161 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00458622 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -7.67949 7.67949 15.359 30.718 61.4359 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0137 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.179 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 39.065 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J1544+0407_S_dfm.log closed on Thu May 19 22:32:13 2016