! Started logfile: /scr/pima/bg219i_uvs/J0809+5341_S_dfm.log on Thu May 19 23:10:06 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/bg219i_uvs/J0809+5341_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J0809+5341_S_uva.fits ! AN table 1: 62 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0809+5341 ! ! 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 11160 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 J0809+5341_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 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.008542Jy sigma=24.830111 ! Fit after self-cal, rms=0.851859Jy sigma=20.949152 ! 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.311 mas, bmaj=3.656 mas, bpa=79.4 degrees ! Estimated noise=0.45612 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.113794 Jy ! Component: 100 - total flux cleaned = 0.138681 Jy ! Total flux subtracted in 100 components = 0.138681 Jy ! Clean residual min=-0.004382 max=0.007419 Jy/beam ! Clean residual mean=-0.000026 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 0.138681 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.138681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059751Jy sigma=1.403055 ! Fit after self-cal, rms=0.059743Jy sigma=1.402913 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00795585 Jy ! Component: 100 - total flux cleaned = 0.0123974 Jy ! Total flux subtracted in 100 components = 0.0123974 Jy ! Clean residual min=-0.003618 max=0.003892 Jy/beam ! Clean residual mean=-0.000016 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.151078 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 19 components and 0.151078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058216Jy sigma=1.363279 ! Fit after self-cal, rms=0.058198Jy sigma=1.363123 ! 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.138 mas, bmaj=4.497 mas, bpa=76.32 degrees ! Estimated noise=0.291352 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.0045844 Jy ! Component: 100 - total flux cleaned = 0.00723175 Jy ! Component: 150 - total flux cleaned = 0.00891137 Jy ! Component: 200 - total flux cleaned = 0.00998271 Jy ! Total flux subtracted in 200 components = 0.00998271 Jy ! Clean residual min=-0.002093 max=0.002555 Jy/beam ! Clean residual mean=-0.000014 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.161061 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 35 components and 0.161061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057841Jy sigma=1.353258 ! Fit after self-cal, rms=0.057836Jy sigma=1.353209 ! 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.138 x 4.497 at 76.32 degrees (North through East) ! Clean map min=-0.0020697 max=0.14825 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.02 FD 1.01 HN 0.99 KP 1.00 ! LA 0.99 MK 1.02 NL 1.00 OV 0.99 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 1.00 KP 0.96 ! LA 0.98 MK 1.03 NL 0.99 OV 0.97 ! PT 1.00 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 1.00 KP 0.98 ! LA 0.99 MK 1.03 NL 0.97 OV 0.99 ! PT 1.02 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.98 HN 1.00 KP 0.98 ! LA 0.99 MK 1.01 NL 1.02 OV 0.97 ! PT 1.01 SC 1.02 ! ! ! Fit before self-cal, rms=0.057836Jy sigma=1.353209 ! Fit after self-cal, rms=0.057942Jy sigma=1.349068 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.176 mas, bmaj=4.534 mas, bpa=76.62 degrees ! Estimated noise=0.291273 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.000860559 Jy ! Component: 100 - total flux cleaned = -0.000924876 Jy ! Component: 150 - total flux cleaned = -0.000926609 Jy ! Component: 200 - total flux cleaned = -0.000897545 Jy ! Total flux subtracted in 200 components = -0.000897545 Jy ! Clean residual min=-0.002406 max=0.002248 Jy/beam ! Clean residual mean=-0.000013 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.160164 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 38 components and 0.160164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057923Jy sigma=1.348719 ! Fit after self-cal, rms=0.057928Jy sigma=1.348669 ! 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.057928Jy sigma=1.348669 ! Fit after self-cal, rms=0.058381Jy sigma=1.341401 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.165 mas, bmaj=4.529 mas, bpa=76.36 degrees ! Estimated noise=0.290992 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.20786e-05 Jy ! Component: 100 - total flux cleaned = -3.81389e-05 Jy ! Component: 150 - total flux cleaned = -2.6057e-05 Jy ! Component: 200 - total flux cleaned = -1.41656e-05 Jy ! Total flux subtracted in 200 components = -1.41656e-05 Jy ! Clean residual min=-0.001760 max=0.001579 Jy/beam ! Clean residual mean=-0.000003 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.160149 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 46 components and 0.160149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058380Jy sigma=1.341357 ! Fit after self-cal, rms=0.058403Jy sigma=1.341303 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 = -2.98873e-05 Jy ! Component: 100 - total flux cleaned = -1.80629e-05 Jy ! Component: 150 - total flux cleaned = -1.24781e-05 Jy ! Component: 200 - total flux cleaned = -7.08863e-06 Jy ! Total flux subtracted in 200 components = -7.08863e-06 Jy ! Clean residual min=-0.001747 max=0.001581 Jy/beam ! Clean residual mean=-0.000003 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.160142 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 46 components and 0.160142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058402Jy sigma=1.341278 ! Fit after self-cal, rms=0.058401Jy sigma=1.341272 ! 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.058401Jy sigma=1.341272 ! Fit after self-cal, rms=0.058419Jy sigma=1.341267 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.166 mas, bmaj=4.528 mas, bpa=76.77 degrees ! Estimated noise=0.291043 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.85995e-05 Jy ! Component: 100 - total flux cleaned = -1.26628e-05 Jy ! Component: 150 - total flux cleaned = -6.92817e-06 Jy ! Component: 200 - total flux cleaned = -1.37043e-06 Jy ! Total flux subtracted in 200 components = -1.37043e-06 Jy ! Clean residual min=-0.001742 max=0.001571 Jy/beam ! Clean residual mean=-0.000003 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.160141 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 47 components and 0.160141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058417Jy sigma=1.341241 ! Fit after self-cal, rms=0.058418Jy sigma=1.341238 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 = -2.43416e-05 Jy ! Component: 100 - total flux cleaned = -1.90941e-05 Jy ! Component: 150 - total flux cleaned = -1.39467e-05 Jy ! Component: 200 - total flux cleaned = -8.97677e-06 Jy ! Total flux subtracted in 200 components = -8.97677e-06 Jy ! Clean residual min=-0.001735 max=0.001568 Jy/beam ! Clean residual mean=-0.000003 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.160132 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 47 components and 0.160132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058417Jy sigma=1.341216 ! Fit after self-cal, rms=0.058417Jy sigma=1.341214 ! 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.058417Jy sigma=1.341214 ! Fit after self-cal, rms=0.058419Jy sigma=1.341209 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.893 mas, bmaj=8.903 mas, bpa=62.86 degrees ! Estimated noise=0.368014 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00027184 Jy ! Component: 100 - total flux cleaned = 0.000301747 Jy ! Component: 150 - total flux cleaned = 0.000326025 Jy ! Component: 200 - total flux cleaned = 0.000339869 Jy ! Total flux subtracted in 200 components = 0.000339869 Jy ! Clean residual min=-0.001525 max=0.001668 Jy/beam ! Clean residual mean=-0.000007 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.160472 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 48 components and 0.160472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058420Jy sigma=1.341241 ! Fit after self-cal, rms=0.058420Jy sigma=1.341226 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.05281e-06 Jy ! Component: 100 - total flux cleaned = 1.06138e-05 Jy ! Component: 150 - total flux cleaned = 2.89969e-05 Jy ! Component: 200 - total flux cleaned = 3.93818e-05 Jy ! Total flux subtracted in 200 components = 3.93818e-05 Jy ! Clean residual min=-0.001517 max=0.001668 Jy/beam ! Clean residual mean=-0.000007 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.160511 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 49 components and 0.160511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058421Jy sigma=1.341268 ! Fit after self-cal, rms=0.058421Jy sigma=1.341263 ! 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.167 mas, bmaj=4.527 mas, bpa=77.13 degrees ! Estimated noise=0.291067 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.167 x 4.527 at 77.13 degrees (North through East) ! Clean map min=-0.0017067 max=0.14781 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.324 mas, bmaj=3.674 mas, bpa=80.66 degrees ! Estimated noise=0.458485 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.114332 Jy ! Component: 100 - total flux cleaned = 0.139422 Jy ! Component: 150 - total flux cleaned = 0.146811 Jy ! Component: 200 - total flux cleaned = 0.150926 Jy ! Total flux subtracted in 200 components = 0.150926 Jy ! Clean residual min=-0.003250 max=0.003130 Jy/beam ! Clean residual mean=-0.000009 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.150926 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.150926 Jy ! Inverting map and beam ! Estimated beam: bmin=4.167 mas, bmaj=4.527 mas, bpa=77.13 degrees ! Estimated noise=0.291067 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.0037425 Jy ! Component: 100 - total flux cleaned = 0.00575623 Jy ! Component: 150 - total flux cleaned = 0.00696826 Jy ! Component: 200 - total flux cleaned = 0.00771782 Jy ! Total flux subtracted in 200 components = 0.00771782 Jy ! Clean residual min=-0.001674 max=0.001712 Jy/beam ! Clean residual mean=-0.000005 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.158643 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 42 components and 0.158643 Jy ! Inverting map ! Added new window around map position (2, -14.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00128765 Jy ! Component: 100 - total flux cleaned = 0.00171762 Jy ! Component: 150 - total flux cleaned = 0.00184673 Jy ! Component: 200 - total flux cleaned = 0.00195666 Jy ! Total flux subtracted in 200 components = 0.00195666 Jy ! Clean residual min=-0.001599 max=0.001531 Jy/beam ! Clean residual mean=-0.000002 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.1606 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 58 components and 0.1606 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.893 mas, bmaj=8.903 mas, bpa=62.86 degrees ! Estimated noise=0.368014 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000886221 Jy ! Component: 100 - total flux cleaned = 0.00142408 Jy ! Component: 150 - total flux cleaned = 0.00167536 Jy ! Component: 200 - total flux cleaned = 0.00179278 Jy ! Total flux subtracted in 200 components = 0.00179278 Jy ! Clean residual min=-0.001499 max=0.001596 Jy/beam ! Clean residual mean=-0.000000 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.162393 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.16785e-05 Jy ! Component: 100 - total flux cleaned = 9.93705e-05 Jy ! Component: 150 - total flux cleaned = 0.000134815 Jy ! Component: 200 - total flux cleaned = 0.000160279 Jy ! Total flux subtracted in 200 components = 0.000160279 Jy ! Clean residual min=-0.001483 max=0.001581 Jy/beam ! Clean residual mean=0.000000 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.162553 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 76 components and 0.162553 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.167 mas, bmaj=4.527 mas, bpa=77.13 degrees ! Estimated noise=0.291067 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000194435 Jy ! Component: 100 - total flux cleaned = -0.00040342 Jy ! Component: 150 - total flux cleaned = -0.000575359 Jy ! Component: 200 - total flux cleaned = -0.000615899 Jy ! Total flux subtracted in 200 components = -0.000615899 Jy ! Clean residual min=-0.001622 max=0.001561 Jy/beam ! Clean residual mean=0.000000 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.161937 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 87 components and 0.161937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058371Jy sigma=1.340206 ! Fit after self-cal, rms=0.058364Jy sigma=1.340126 wmodel /J0809+5341_S_map.mod ! wmodel: Unable to open new model file: /J0809+5341_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219i_uvs/J0809+5341_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.167 x 4.527 at 77.13 degrees (North through East) ! Clean map min=-0.0015867 max=0.14853 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J0809+5341_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.148531 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000362047 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.731255 0.731255 1.46251 2.92502 5.85004 11.7001 23.4002 46.8003 93.6006 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.148 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 410.253 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J0809+5341_S_dfm.log closed on Thu May 19 23:10:08 2016