! Started logfile: /scr/pima/bg219b_uvs/J0709+3737_S_dfm.log on Thu May 19 20:08:23 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/J0709+3737_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J0709+3737_S_uva.fits ! AN table 1: 36 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.909722 visibilities/baseline/integration-bin. ! Found source: J0709+3737 ! ! 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 4716 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 J0709+3737_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 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.029746Jy sigma=24.512971 ! Fit after self-cal, rms=0.821179Jy sigma=19.618368 ! 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.779 mas, bmaj=6.518 mas, bpa=21.16 degrees ! Estimated noise=0.726874 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.139116 Jy ! Component: 100 - total flux cleaned = 0.16953 Jy ! Total flux subtracted in 100 components = 0.16953 Jy ! Clean residual min=-0.010339 max=0.026055 Jy/beam ! Clean residual mean=0.000011 rms=0.002798 Jy/beam ! Combined flux in latest and established models = 0.16953 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.16953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068206Jy sigma=1.560067 ! Fit after self-cal, rms=0.068184Jy sigma=1.559740 ! Inverting map ! Added new window around map position (5.5, -9.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.021806 Jy ! Component: 100 - total flux cleaned = 0.0319599 Jy ! Total flux subtracted in 100 components = 0.0319599 Jy ! Clean residual min=-0.007579 max=0.009009 Jy/beam ! Clean residual mean=0.000012 rms=0.001951 Jy/beam ! Combined flux in latest and established models = 0.201489 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 12 components and 0.201489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061828Jy sigma=1.414616 ! Fit after self-cal, rms=0.061472Jy sigma=1.406400 ! 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.66 mas, bmaj=7.372 mas, bpa=12.89 degrees ! Estimated noise=0.476241 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.00516396 Jy ! Component: 100 - total flux cleaned = 0.00530544 Jy ! Component: 150 - total flux cleaned = 0.00518963 Jy ! Component: 200 - total flux cleaned = 0.00478749 Jy ! Total flux subtracted in 200 components = 0.00478749 Jy ! Clean residual min=-0.005782 max=0.008141 Jy/beam ! Clean residual mean=0.000007 rms=0.001760 Jy/beam ! Combined flux in latest and established models = 0.206277 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 24 components and 0.206277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060724Jy sigma=1.392005 ! Fit after self-cal, rms=0.060700Jy sigma=1.391573 ! 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.66 x 7.372 at 12.89 degrees (North through East) ! Clean map min=-0.005664 max=0.18353 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.060700Jy sigma=1.391573 ! Fit after self-cal, rms=0.060700Jy sigma=1.391573 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.66 mas, bmaj=7.372 mas, bpa=12.89 degrees ! Estimated noise=0.476241 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.00061537 Jy ! Component: 100 - total flux cleaned = -0.00103868 Jy ! Component: 150 - total flux cleaned = -0.00133443 Jy ! Component: 200 - total flux cleaned = -0.00166923 Jy ! Total flux subtracted in 200 components = -0.00166923 Jy ! Clean residual min=-0.005477 max=0.007824 Jy/beam ! Clean residual mean=0.000007 rms=0.001725 Jy/beam ! Combined flux in latest and established models = 0.204608 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 36 components and 0.204608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060506Jy sigma=1.387337 ! Fit after self-cal, rms=0.060498Jy sigma=1.387168 ! 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.060498Jy sigma=1.387168 ! Fit after self-cal, rms=0.060498Jy sigma=1.387168 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.66 mas, bmaj=7.372 mas, bpa=12.89 degrees ! Estimated noise=0.476241 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000550882 Jy ! Component: 100 - total flux cleaned = -0.00078755 Jy ! Component: 150 - total flux cleaned = -0.00111678 Jy ! Component: 200 - total flux cleaned = -0.0013213 Jy ! Total flux subtracted in 200 components = -0.0013213 Jy ! Clean residual min=-0.005410 max=0.007608 Jy/beam ! Clean residual mean=0.000007 rms=0.001707 Jy/beam ! Combined flux in latest and established models = 0.203286 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 48 components and 0.203286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060398Jy sigma=1.385012 ! Fit after self-cal, rms=0.060394Jy sigma=1.384938 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 (27, 83.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00748141 Jy ! Component: 100 - total flux cleaned = 0.0117013 Jy ! Component: 150 - total flux cleaned = 0.0143855 Jy ! Component: 200 - total flux cleaned = 0.0156291 Jy ! Total flux subtracted in 200 components = 0.0156291 Jy ! Clean residual min=-0.004856 max=0.006968 Jy/beam ! Clean residual mean=0.000004 rms=0.001473 Jy/beam ! Combined flux in latest and established models = 0.218916 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 107 components and 0.218916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059453Jy sigma=1.359746 ! Fit after self-cal, rms=0.059311Jy sigma=1.355484 ! 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.059311Jy sigma=1.355484 ! Fit after self-cal, rms=0.058427Jy sigma=1.337058 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.657 mas, bmaj=7.367 mas, bpa=12.58 degrees ! Estimated noise=0.474947 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000581347 Jy ! Component: 100 - total flux cleaned = 0.000739409 Jy ! Component: 150 - total flux cleaned = 0.000783856 Jy ! Component: 200 - total flux cleaned = 0.000860683 Jy ! Total flux subtracted in 200 components = 0.000860683 Jy ! Clean residual min=-0.004005 max=0.004312 Jy/beam ! Clean residual mean=0.000005 rms=0.001118 Jy/beam ! Combined flux in latest and established models = 0.219776 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 123 components and 0.219776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058353Jy sigma=1.335102 ! Fit after self-cal, rms=0.058353Jy sigma=1.334900 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.00046181 Jy ! Component: 100 - total flux cleaned = 0.000567046 Jy ! Component: 150 - total flux cleaned = 0.000600075 Jy ! Component: 200 - total flux cleaned = 0.000569434 Jy ! Total flux subtracted in 200 components = 0.000569434 Jy ! Clean residual min=-0.004039 max=0.004290 Jy/beam ! Clean residual mean=0.000005 rms=0.001109 Jy/beam ! Combined flux in latest and established models = 0.220346 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 139 components and 0.220346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058321Jy sigma=1.334011 ! Fit after self-cal, rms=0.058322Jy sigma=1.333983 ! 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.058322Jy sigma=1.333983 ! Fit after self-cal, rms=0.058162Jy sigma=1.327596 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.904 mas, bmaj=9.629 mas, bpa=0.2243 degrees ! Estimated noise=0.544214 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000804579 Jy ! Component: 100 - total flux cleaned = -0.00114029 Jy ! Component: 150 - total flux cleaned = -0.00136759 Jy ! Component: 200 - total flux cleaned = -0.00154396 Jy ! Total flux subtracted in 200 components = -0.00154396 Jy ! Clean residual min=-0.004393 max=0.005340 Jy/beam ! Clean residual mean=0.000005 rms=0.001391 Jy/beam ! Combined flux in latest and established models = 0.218802 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 154 components and 0.218802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058166Jy sigma=1.327505 ! Fit after self-cal, rms=0.058167Jy sigma=1.327403 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.000300338 Jy ! Component: 100 - total flux cleaned = -0.000395611 Jy ! Component: 150 - total flux cleaned = -0.00050319 Jy ! Component: 200 - total flux cleaned = -0.000602114 Jy ! Total flux subtracted in 200 components = -0.000602114 Jy ! Clean residual min=-0.004380 max=0.005324 Jy/beam ! Clean residual mean=0.000005 rms=0.001384 Jy/beam ! Combined flux in latest and established models = 0.2182 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 162 components and 0.2182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058172Jy sigma=1.327416 ! Fit after self-cal, rms=0.058169Jy sigma=1.327396 ! 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.66 mas, bmaj=7.371 mas, bpa=12.43 degrees ! Estimated noise=0.474772 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.66 x 7.371 at 12.43 degrees (North through East) ! Clean map min=-0.0041031 max=0.18305 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.788 mas, bmaj=6.517 mas, bpa=20.77 degrees ! Estimated noise=0.725536 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.138704 Jy ! Component: 100 - total flux cleaned = 0.174043 Jy ! Component: 150 - total flux cleaned = 0.192054 Jy ! Component: 200 - total flux cleaned = 0.202481 Jy ! Total flux subtracted in 200 components = 0.202481 Jy ! Clean residual min=-0.006146 max=0.007280 Jy/beam ! Clean residual mean=0.000012 rms=0.001653 Jy/beam ! Combined flux in latest and established models = 0.202481 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.202481 Jy ! Inverting map and beam ! Estimated beam: bmin=4.66 mas, bmaj=7.371 mas, bpa=12.43 degrees ! Estimated noise=0.474772 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.00786244 Jy ! Component: 100 - total flux cleaned = 0.0130047 Jy ! Component: 150 - total flux cleaned = 0.0152251 Jy ! Component: 200 - total flux cleaned = 0.0161311 Jy ! Total flux subtracted in 200 components = 0.0161311 Jy ! Clean residual min=-0.004080 max=0.005092 Jy/beam ! Clean residual mean=0.000004 rms=0.001187 Jy/beam ! Combined flux in latest and established models = 0.218612 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 51 components and 0.218612 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.904 mas, bmaj=9.629 mas, bpa=0.2243 degrees ! Estimated noise=0.544214 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000132538 Jy ! Component: 100 - total flux cleaned = 0.000416743 Jy ! Component: 150 - total flux cleaned = 0.000588224 Jy ! Component: 200 - total flux cleaned = 0.000589151 Jy ! Total flux subtracted in 200 components = 0.000589151 Jy ! Clean residual min=-0.004396 max=0.005884 Jy/beam ! Clean residual mean=0.000007 rms=0.001458 Jy/beam ! Combined flux in latest and established models = 0.219202 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 = -6.67929e-05 Jy ! Component: 100 - total flux cleaned = -0.000189054 Jy ! Component: 150 - total flux cleaned = -0.000243903 Jy ! Component: 200 - total flux cleaned = -0.000343992 Jy ! Total flux subtracted in 200 components = -0.000343992 Jy ! Clean residual min=-0.004369 max=0.005707 Jy/beam ! Clean residual mean=0.000007 rms=0.001423 Jy/beam ! Combined flux in latest and established models = 0.218858 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 80 components and 0.218858 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.66 mas, bmaj=7.371 mas, bpa=12.43 degrees ! Estimated noise=0.474772 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.75417e-05 Jy ! Component: 100 - total flux cleaned = 0.000514819 Jy ! Component: 150 - total flux cleaned = 0.000687391 Jy ! Component: 200 - total flux cleaned = 0.000791373 Jy ! Total flux subtracted in 200 components = 0.000791373 Jy ! Clean residual min=-0.003779 max=0.004341 Jy/beam ! Clean residual mean=0.000004 rms=0.001069 Jy/beam ! Combined flux in latest and established models = 0.219649 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 96 components and 0.219649 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058282Jy sigma=1.329601 ! Fit after self-cal, rms=0.058271Jy sigma=1.329325 wmodel /J0709+3737_S_map.mod ! wmodel: Unable to open new model file: /J0709+3737_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219b_uvs/J0709+3737_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.66 x 7.371 at 12.43 degrees (North through East) ! Clean map min=-0.0037206 max=0.18225 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J0709+3737_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.182254 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00106501 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.75307 1.75307 3.50614 7.01229 14.0246 28.0492 56.0983 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0031 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.182 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 171.128 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J0709+3737_S_dfm.log closed on Thu May 19 20:08:25 2016