! Started logfile: /scr/pima/bg219e_uvs/J0511+0110_S_dfm.log on Thu May 19 18:24:04 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/J0511+0110_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J0511+0110_S_uva.fits ! AN table 1: 57 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.890351 visibilities/baseline/integration-bin. ! Found source: J0511+0110 ! ! 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 7308 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 J0511+0110_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 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.013769Jy sigma=20.228030 ! Fit after self-cal, rms=0.823062Jy sigma=16.548017 ! 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.742 mas, bmaj=9.628 mas, bpa=19.81 degrees ! Estimated noise=0.665062 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.138277 Jy ! Component: 100 - total flux cleaned = 0.172679 Jy ! Total flux subtracted in 100 components = 0.172679 Jy ! Clean residual min=-0.018635 max=0.067511 Jy/beam ! Clean residual mean=-0.000075 rms=0.005872 Jy/beam ! Combined flux in latest and established models = 0.172679 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.172679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112711Jy sigma=2.226889 ! Fit after self-cal, rms=0.112666Jy sigma=2.225601 ! Inverting map ! Added new window around map position (-18, 14.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0536286 Jy ! Component: 100 - total flux cleaned = 0.0757543 Jy ! Total flux subtracted in 100 components = 0.0757543 Jy ! Clean residual min=-0.009240 max=0.012175 Jy/beam ! Clean residual mean=-0.000050 rms=0.002755 Jy/beam ! Combined flux in latest and established models = 0.248433 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 28 components and 0.248433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082651Jy sigma=1.600284 ! Fit after self-cal, rms=0.080449Jy sigma=1.560224 ! 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.469 mas, bmaj=10.13 mas, bpa=17.97 degrees ! Estimated noise=0.424957 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.0225529 Jy ! Component: 100 - total flux cleaned = 0.0371915 Jy ! Component: 150 - total flux cleaned = 0.0475743 Jy ! Component: 200 - total flux cleaned = 0.0555332 Jy ! Total flux subtracted in 200 components = 0.0555332 Jy ! Clean residual min=-0.005412 max=0.007987 Jy/beam ! Clean residual mean=-0.000077 rms=0.001765 Jy/beam ! Combined flux in latest and established models = 0.303966 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 95 components and 0.303966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072879Jy sigma=1.389772 ! Fit after self-cal, rms=0.072575Jy sigma=1.383800 ! 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.469 x 10.13 at 17.97 degrees (North through East) ! Clean map min=-0.0051993 max=0.18105 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 1.01 HN 1.02 KP 0.98 ! LA 0.93 NL 1.02 OV 1.01 PT 0.91 ! SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 0.99 KP 0.98 ! LA 0.95 NL 1.03 OV 1.02 PT 0.91 ! SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.02 HN 0.99 KP 0.97 ! LA 0.94 NL 1.04 OV 1.00 PT 0.94 ! SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.98 HN 1.00 KP 0.97 ! LA 0.93 NL 1.02 OV 1.05 PT 0.93 ! SC 1.02 ! ! ! Fit before self-cal, rms=0.072575Jy sigma=1.383800 ! Fit after self-cal, rms=0.070216Jy sigma=1.353462 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.514 mas, bmaj=10.21 mas, bpa=17.77 degrees ! Estimated noise=0.414413 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.00361442 Jy ! Component: 100 - total flux cleaned = 0.00467607 Jy ! Component: 150 - total flux cleaned = 0.00509866 Jy ! Component: 200 - total flux cleaned = 0.00524901 Jy ! Total flux subtracted in 200 components = 0.00524901 Jy ! Clean residual min=-0.003867 max=0.004309 Jy/beam ! Clean residual mean=-0.000042 rms=0.001056 Jy/beam ! Combined flux in latest and established models = 0.309215 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 129 components and 0.309215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069968Jy sigma=1.346890 ! Fit after self-cal, rms=0.069970Jy sigma=1.346063 ! 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.069970Jy sigma=1.346063 ! Fit after self-cal, rms=0.069797Jy sigma=1.337549 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.524 mas, bmaj=10.23 mas, bpa=17.76 degrees ! Estimated noise=0.414881 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000735334 Jy ! Component: 100 - total flux cleaned = 0.00106775 Jy ! Component: 150 - total flux cleaned = 0.00129426 Jy ! Component: 200 - total flux cleaned = 0.0013692 Jy ! Total flux subtracted in 200 components = 0.0013692 Jy ! Clean residual min=-0.003371 max=0.003557 Jy/beam ! Clean residual mean=-0.000020 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.310584 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 153 components and 0.310584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069724Jy sigma=1.335905 ! Fit after self-cal, rms=0.069724Jy sigma=1.335681 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 = 7.99623e-05 Jy ! Component: 100 - total flux cleaned = 0.000223482 Jy ! Component: 150 - total flux cleaned = 0.000253879 Jy ! Component: 200 - total flux cleaned = 0.000308966 Jy ! Total flux subtracted in 200 components = 0.000308966 Jy ! Clean residual min=-0.003299 max=0.003366 Jy/beam ! Clean residual mean=-0.000019 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.310893 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 159 components and 0.310893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069693Jy sigma=1.335009 ! Fit after self-cal, rms=0.069690Jy sigma=1.334938 ! 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.069690Jy sigma=1.334938 ! Fit after self-cal, rms=0.069805Jy sigma=1.334753 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.528 mas, bmaj=10.24 mas, bpa=17.75 degrees ! Estimated noise=0.415191 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000250028 Jy ! Component: 100 - total flux cleaned = 0.000381275 Jy ! Component: 150 - total flux cleaned = 0.000490225 Jy ! Component: 200 - total flux cleaned = 0.000561052 Jy ! Total flux subtracted in 200 components = 0.000561052 Jy ! Clean residual min=-0.003123 max=0.003292 Jy/beam ! Clean residual mean=-0.000019 rms=0.000816 Jy/beam ! Combined flux in latest and established models = 0.311454 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 164 components and 0.311454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069780Jy sigma=1.334224 ! Fit after self-cal, rms=0.069779Jy sigma=1.334167 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.6414e-06 Jy ! Component: 100 - total flux cleaned = 3.92793e-05 Jy ! Component: 150 - total flux cleaned = 5.90721e-05 Jy ! Component: 200 - total flux cleaned = 5.78084e-05 Jy ! Total flux subtracted in 200 components = 5.78084e-05 Jy ! Clean residual min=-0.003088 max=0.003222 Jy/beam ! Clean residual mean=-0.000019 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.311512 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 173 components and 0.311512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069766Jy sigma=1.333914 ! Fit after self-cal, rms=0.069765Jy sigma=1.333888 ! 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.069765Jy sigma=1.333888 ! Fit after self-cal, rms=0.069849Jy sigma=1.333821 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.507 mas, bmaj=12.64 mas, bpa=5.184 degrees ! Estimated noise=0.463666 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000923568 Jy ! Component: 100 - total flux cleaned = 0.00116128 Jy ! Component: 150 - total flux cleaned = 0.0012982 Jy ! Component: 200 - total flux cleaned = 0.00139453 Jy ! Total flux subtracted in 200 components = 0.00139453 Jy ! Clean residual min=-0.003471 max=0.003973 Jy/beam ! Clean residual mean=-0.000030 rms=0.001053 Jy/beam ! Combined flux in latest and established models = 0.312907 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 182 components and 0.312907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069844Jy sigma=1.333610 ! Fit after self-cal, rms=0.069841Jy sigma=1.333518 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.28346e-05 Jy ! Component: 100 - total flux cleaned = 0.000116829 Jy ! Component: 150 - total flux cleaned = 0.000203766 Jy ! Component: 200 - total flux cleaned = 0.000242317 Jy ! Total flux subtracted in 200 components = 0.000242317 Jy ! Clean residual min=-0.003432 max=0.003942 Jy/beam ! Clean residual mean=-0.000029 rms=0.001045 Jy/beam ! Combined flux in latest and established models = 0.313149 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 191 components and 0.313149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069841Jy sigma=1.333487 ! Fit after self-cal, rms=0.069838Jy sigma=1.333426 ! 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.53 mas, bmaj=10.24 mas, bpa=17.74 degrees ! Estimated noise=0.415407 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.53 x 10.24 at 17.74 degrees (North through East) ! Clean map min=-0.0030362 max=0.17638 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.777 mas, bmaj=9.673 mas, bpa=19.49 degrees ! Estimated noise=0.655614 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.140079 Jy ! Component: 100 - total flux cleaned = 0.197494 Jy ! Component: 150 - total flux cleaned = 0.229585 Jy ! Component: 200 - total flux cleaned = 0.25062 Jy ! Total flux subtracted in 200 components = 0.25062 Jy ! Clean residual min=-0.007296 max=0.011469 Jy/beam ! Clean residual mean=-0.000028 rms=0.002203 Jy/beam ! Combined flux in latest and established models = 0.25062 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.25062 Jy ! Inverting map and beam ! Estimated beam: bmin=4.53 mas, bmaj=10.24 mas, bpa=17.74 degrees ! Estimated noise=0.415407 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.0182608 Jy ! Component: 100 - total flux cleaned = 0.0303464 Jy ! Component: 150 - total flux cleaned = 0.0387107 Jy ! Component: 200 - total flux cleaned = 0.0447421 Jy ! Total flux subtracted in 200 components = 0.0447421 Jy ! Clean residual min=-0.003643 max=0.005555 Jy/beam ! Clean residual mean=-0.000032 rms=0.001094 Jy/beam ! Combined flux in latest and established models = 0.295362 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 84 components and 0.295362 Jy ! Inverting map ! Added new window around map position (-6.5, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00533336 Jy ! Component: 100 - total flux cleaned = 0.00897035 Jy ! Component: 150 - total flux cleaned = 0.0106843 Jy ! Component: 200 - total flux cleaned = 0.0119811 Jy ! Total flux subtracted in 200 components = 0.0119811 Jy ! Clean residual min=-0.003020 max=0.003207 Jy/beam ! Clean residual mean=-0.000024 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.307343 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 125 components and 0.307343 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.507 mas, bmaj=12.64 mas, bpa=5.184 degrees ! Estimated noise=0.463666 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00266592 Jy ! Component: 100 - total flux cleaned = 0.00369091 Jy ! Component: 150 - total flux cleaned = 0.00430796 Jy ! Component: 200 - total flux cleaned = 0.00471599 Jy ! Total flux subtracted in 200 components = 0.00471599 Jy ! Clean residual min=-0.003361 max=0.004172 Jy/beam ! Clean residual mean=-0.000032 rms=0.001041 Jy/beam ! Combined flux in latest and established models = 0.312059 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.000344387 Jy ! Component: 100 - total flux cleaned = 0.000443688 Jy ! Component: 150 - total flux cleaned = 0.000594361 Jy ! Component: 200 - total flux cleaned = 0.000701509 Jy ! Total flux subtracted in 200 components = 0.000701509 Jy ! Clean residual min=-0.003316 max=0.004106 Jy/beam ! Clean residual mean=-0.000031 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.312761 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 189 components and 0.312761 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.53 mas, bmaj=10.24 mas, bpa=17.74 degrees ! Estimated noise=0.415407 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000114696 Jy ! Component: 100 - total flux cleaned = 5.9044e-05 Jy ! Component: 150 - total flux cleaned = 0.000180067 Jy ! Component: 200 - total flux cleaned = 0.000286951 Jy ! Total flux subtracted in 200 components = 0.000286951 Jy ! Clean residual min=-0.002963 max=0.002990 Jy/beam ! Clean residual mean=-0.000019 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.313047 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 202 components and 0.313047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069756Jy sigma=1.331649 ! Fit after self-cal, rms=0.069739Jy sigma=1.331392 wmodel /J0511+0110_S_map.mod ! wmodel: Unable to open new model file: /J0511+0110_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219e_uvs/J0511+0110_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.53 x 10.24 at 17.74 degrees (North through East) ! Clean map min=-0.0028698 max=0.17602 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J0511+0110_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.17602 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000753099 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.28355 1.28355 2.56709 5.13418 10.2684 20.5367 41.0735 82.1469 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.176 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 233.727 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J0511+0110_S_dfm.log closed on Thu May 19 18:24:07 2016